Searched defs:FetchInitiatorInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchInitiatorInfo.h34 struct FetchInitiatorInfo { struct in namespace:blink
35 FetchInitiatorInfo() function in struct:blink::FetchInitiatorInfo
51 explicit CrossThreadFetchInitiatorInfoData(const FetchInitiatorInfo& info)
58 operator FetchInitiatorInfo() const
60 FetchInitiatorInfo info;
H A DFetchContext.cpp64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp766 void InspectorTimelineAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request, const ResourceResponse&, const FetchInitiatorInfo&) argument

Completed in 85 milliseconds