Searched refs:LAYOUT_BLOCKING_REQUEST (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.h86 LAYOUT_BLOCKING_REQUEST, enumerator in enum:content::ResourceScheduler::RequestClassification
H A Dresource_scheduler.cc491 if (old_classification == LAYOUT_BLOCKING_REQUEST)
496 if (classification == LAYOUT_BLOCKING_REQUEST)
503 DCHECK_EQ(CountRequestsWithClassification(LAYOUT_BLOCKING_REQUEST, true),
510 if (request->classification() == LAYOUT_BLOCKING_REQUEST &&
512 return LAYOUT_BLOCKING_REQUEST;
516 return LAYOUT_BLOCKING_REQUEST;

Completed in 185 milliseconds