Home
last modified time | relevance | path

Searched refs:RequestContextLocation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/child/
Dweb_url_request_util.cc22 requestContext == WebURLRequest::RequestContextLocation); in WebURLRequestToResourceType()
111 case WebURLRequest::RequestContextLocation: in WebURLRequestToResourceType()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DMixedContentChecker.cpp94 case WebURLRequest::RequestContextLocation: in contextTypeFromContext()
165 case WebURLRequest::RequestContextLocation: in typeNameFromContext()
DFrameLoader.cpp709 return WebURLRequest::RequestContextLocation; in determineRequestContextFromNavigationType()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLRequest.h87 RequestContextLocation, enumerator
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp402 …xtInternal || request.resourceRequest().requestContext() == WebURLRequest::RequestContextLocation); in fetchMainResource()