HomeSort by relevance Sort by last modified time
    Searched refs:UPDATE_REQUEST (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 206 // drop it. This isn't so bad because the next UPDATE_REQUEST we
266 if (request_type_ == UPDATE_REQUEST ||
289 if (request_type_ == UPDATE_REQUEST &&
304 case UPDATE_REQUEST:
330 } else if (request_type_ == UPDATE_REQUEST) {
365 case UPDATE_REQUEST:
532 request_type_ = UPDATE_REQUEST;
544 DCHECK_EQ(request_type_, UPDATE_REQUEST);
591 DCHECK_EQ(request_type_, UPDATE_REQUEST);
644 DCHECK(request_type_ == UPDATE_REQUEST ||
    [all...]
protocol_manager.h 182 UPDATE_REQUEST, // Request for redirect URLs
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 204 // drop it. This isn't so bad because the next UPDATE_REQUEST we
283 if (request_type_ == UPDATE_REQUEST) {
321 case UPDATE_REQUEST:
352 (request_type_ == CHUNK_REQUEST || request_type_ == UPDATE_REQUEST))
365 case UPDATE_REQUEST: {
549 request_type_ = UPDATE_REQUEST;
582 DCHECK_EQ(request_type_, UPDATE_REQUEST);
629 DCHECK_EQ(request_type_, UPDATE_REQUEST);
protocol_manager.h 219 UPDATE_REQUEST, // Request for redirect URLs

Completed in 38 milliseconds