HomeSort by relevance Sort by last modified time
    Searched full:resourceidentifier (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebResourceLoadClient.cpp 37 void WebResourceLoadClient::didInitiateLoadForResource(WebPageProxy* page, WebFrameProxy* frame, uint64_t resourceIdentifier, const ResourceRequest& resourceRequest, bool pageIsProvisionallyLoading)
43 return m_client.didInitiateLoadForResource(toAPI(page), toAPI(frame), resourceIdentifier, toAPI(request.get()), pageIsProvisionallyLoading, m_client.clientInfo);
46 void WebResourceLoadClient::didSendRequestForResource(WebPageProxy* page, WebFrameProxy* frame, uint64_t resourceIdentifier, const ResourceRequest& resourceRequest, const ResourceResponse& redirectResourceResponse)
55 return m_client.didSendRequestForResource(toAPI(page), toAPI(frame), resourceIdentifier, toAPI(request.get()), toAPI(response.get()), m_client.clientInfo);
58 void WebResourceLoadClient::didReceiveResponseForResource(WebPageProxy* page, WebFrameProxy* frame, uint64_t resourceIdentifier, const ResourceResponse& resourceResponse)
64 return m_client.didReceiveResponseForResource(toAPI(page), toAPI(frame), resourceIdentifier, toAPI(response.get()), m_client.clientInfo);
67 void WebResourceLoadClient::didReceiveContentLengthForResource(WebPageProxy* page, WebFrameProxy* frame, uint64_t resourceIdentifier, uint64_t contentLength)
72 return m_client.didReceiveContentLengthForResource(toAPI(page), toAPI(frame), resourceIdentifier, contentLength, m_client.clientInfo);
75 void WebResourceLoadClient::didFinishLoadForResource(WebPageProxy* page, WebFrameProxy* frame, uint64_t resourceIdentifier)
80 return m_client.didFinishLoadForResource(toAPI(page), toAPI(frame), resourceIdentifier, m_client.clientInfo)
    [all...]
WebResourceLoadClient.h 46 void didInitiateLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, bool pageIsProvisionallyLoading);
47 void didSendRequestForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&);
48 void didReceiveResponseForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceResponse&);
49 void didReceiveContentLengthForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, uint64_t contentLength);
50 void didFinishLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier);
51 void didFailLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceError&);
WebPageProxy.messages.in 106 DidInitiateLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, WebCore::ResourceRequest request, bool pageIsProvisionallyLoading)
107 DidSendRequestForResource(uint64_t frameID, uint64_t resourceIdentifier, WebCore::ResourceRequest request, WebCore::ResourceResponse redirectResponse)
108 DidReceiveResponseForResource(uint64_t frameID, uint64_t resourceIdentifier, WebCore::ResourceResponse response)
109 DidReceiveContentLengthForResource(uint64_t frameID, uint64_t resourceIdentifier, uint64_t contentLength)
110 DidFinishLoadForResource(uint64_t frameID, uint64_t resourceIdentifier)
111 DidFailLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, WebCore::ResourceError error)
WebPageProxy.h 540 void didInitiateLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, bool pageIsProvisionallyLoading);
541 void didSendRequestForResource(uint64_t frameID, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
542 void didReceiveResponseForResource(uint64_t frameID, uint64_t resourceIdentifier, const WebCore::ResourceResponse&);
543 void didReceiveContentLengthForResource(uint64_t frameID, uint64_t resourceIdentifier, uint64_t contentLength);
544 void didFinishLoadForResource(uint64_t frameID, uint64_t resourceIdentifier);
545 void didFailLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, const WebCore::ResourceError&);
    [all...]
WebPageProxy.cpp     [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_mock_provider.h 50 ResourceIdentifier resource_identifier,
63 const ResourceIdentifier& resource_identifier) const;
71 const ResourceIdentifier& resource_identifier,
76 const ResourceIdentifier& resource_identifier,
109 void set_resource_identifier(ResourceIdentifier resource_identifier) {
113 ResourceIdentifier resource_identifier() const {
145 ResourceIdentifier resource_identifier_;
content_settings_mock_provider.cc 55 ResourceIdentifier resource_identifier,
73 const ResourceIdentifier& resource_identifier) const {
86 const ResourceIdentifier& resource_identifier,
content_settings_base_provider.h 59 const ResourceIdentifier& resource_identifier) const;
65 const ResourceIdentifier& resource_identifier,
70 const ResourceIdentifier& resource_identifier,
91 const ResourceIdentifier& resource_identifier,
content_settings_notification_provider.h 45 const ResourceIdentifier& resource_identifier) const;
51 const ResourceIdentifier& resource_identifier,
56 const ResourceIdentifier& resource_identifier,
content_settings_provider.h 50 typedef std::string ResourceIdentifier;
85 const ResourceIdentifier& resource_identifier) const = 0;
97 const ResourceIdentifier& resource_identifier,
111 const ResourceIdentifier& resource_identifier,
content_settings_policy_provider.h 102 const ResourceIdentifier& resource_identifier,
109 const ResourceIdentifier& resource_identifier) const;
125 content_settings::ProviderInterface::ResourceIdentifier,
content_settings_base_provider.cc 71 const ResourceIdentifier& resource_identifier) const {
143 const ResourceIdentifier& resource_identifier,
234 const ResourceIdentifier& resource_identifier,
content_settings_notification_provider.cc 101 const ResourceIdentifier& resource_identifier) const {
112 const ResourceIdentifier& resource_identifier,
138 const ResourceIdentifier& resource_identifier,
content_settings_pref_provider.h 118 const ResourceIdentifier& resource_identifier,
content_settings_policy_provider.cc 360 ProviderInterface::ResourceIdentifier(NO_RESOURCE_IDENTIFIER),
389 const ResourceIdentifier& resource_identifier,
397 const ResourceIdentifier& resource_identifier) const {
content_settings_policy_provider_unittest.cc 135 TEST_F(PolicyProviderTest, ResourceIdentifier) {
content_settings_pref_provider_unittest.cc 315 TEST_F(PrefProviderTest, ResourceIdentifier) {
content_settings_pref_provider.cc 385 const ResourceIdentifier& resource_identifier,
host_content_settings_map_unittest.cc 624 TEST_F(HostContentSettingsMapTest, ResourceIdentifier) {
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 146 typedef void (*WKBundlePageDidInitiateLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, bool pageIsProvisionallyLoading, const void* clientInfo);
147 typedef WKURLRequestRef (*WKBundlePageWillSendRequestForFrameCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, WKURLResponseRef redirectResponse, const void *clientInfo);
148 typedef void (*WKBundlePageDidReceiveResponseForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLResponseRef, const void* clientInfo);
149 typedef void (*WKBundlePageDidReceiveContentLengthForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, uint64_t contentLength, const void* clientInfo);
150 typedef void (*WKBundlePageDidFinishLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, const void* clientInfo);
151 typedef void (*WKBundlePageDidFailLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKErrorRef, const void* clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 134 typedef void (*WKPageDidInitiateLoadForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, bool pageIsProvisionallyLoading, const void* clientInfo);
135 typedef void (*WKPageDidSendRequestForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, WKURLResponseRef redirectResponse, const void* clientInfo);
136 typedef void (*WKPageDidReceiveResponseForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLResponseRef response, const void* clientInfo);
137 typedef void (*WKPageDidReceiveContentLengthForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, uint64_t contentLength, const void* clientInfo);
138 typedef void (*WKPageDidFinishLoadForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, const void* clientInfo);
139 typedef void (*WKPageDidFailLoadForResourceCallback)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKErrorRef error, const void* clientInfo);

Completed in 104 milliseconds