Searched refs:WebFrameClient (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/content/test/
H A Dmock_webframeclient.h8 #include "third_party/WebKit/public/web/WebFrameClient.h"
12 class MockWebFrameClient : public blink::WebFrameClient {};
/external/chromium_org/media/blink/
H A Dmock_webframeclient.h8 #include "third_party/WebKit/public/web/WebFrameClient.h"
12 class MockWebFrameClient : public blink::WebFrameClient {};
/external/chromium_org/third_party/WebKit/public/web/
H A DWebRemoteFrame.h17 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0;
H A DWebLocalFrame.h19 BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*);
H A DWebFrameClient.h101 class WebFrameClient { class in namespace:blink
576 virtual ~WebFrameClient() { }
H A DWebView.h52 class WebFrameClient;
H A DWebFrame.h67 class WebFrameClient;
393 // This method ends up triggering WebFrameClient::willSendRequest.
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserUIController.cpp34 #include "public/web/WebFrameClient.h"
89 WebFrameClient* webFrameClient = frame->client();
H A DWebLocalFrameImpl.h62 class WebFrameClient;
236 static WebLocalFrameImpl* create(WebFrameClient*);
294 WebFrameClient* client() const { return m_client; }
295 void setClient(WebFrameClient* client) { m_client = client; }
322 explicit WebLocalFrameImpl(WebFrameClient*);
342 WebFrameClient* m_client;
H A DWebEmbeddedWorkerImpl.h38 #include "public/web/WebFrameClient.h"
51 , public WebFrameClient
83 // WebFrameClient overrides.
H A DWebSharedWorkerImpl.h42 #include "public/web/WebFrameClient.h"
70 , public WebFrameClient
90 // WebFrameClient methods to support resource loading thru the 'shadow page'.
H A DFrameLoaderClientImpl.cpp81 #include "public/web/WebFrameClient.h"
299 WebFrameClient* client = m_webFrame->client();
305 // Signal that no further communication with WebFrameClient should take
319 // Give the WebFrameClient a crack at the request.
470 WebFrameClient::NavigationPolicyInfo navigationInfo(wrappedResourceRequest);
584 if (WebFrameClient* client = m_webFrame->client())
H A DWebRemoteFrameImpl.h174 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFrameLoaderClientImplTest.cpp37 #include "public/web/WebFrameClient.h"
51 class TestWebFrameClient : public WebFrameClient {
H A DFrameTestHelpers.h35 #include "public/web/WebFrameClient.h"
78 // WebFrameClient or a WebViewClient are passed in, they must outlive the
95 // Minimal implementation of WebFrameClient needed for unit tests that load frames. Tests that load
96 // frames and need further specialization of WebFrameClient behavior should subclass this.
97 class TestWebFrameClient : public WebFrameClient {
113 // frames and need further specialization of WebFrameClient behavior should subclass this.
H A DProgrammaticScrollTest.cpp9 #include "public/web/WebFrameClient.h"
24 class MockWebFrameClient : public WebFrameClient {
H A DWebPluginContainerTest.cpp43 #include "public/web/WebFrameClient.h"
92 return WebFrameClient::createPlugin(frame, params);
H A DChromeClientImplTest.cpp35 #include "public/web/WebFrameClient.h"
71 class TestWebFrameClient : public WebFrameClient {
H A DLinkHighlightTest.cpp43 #include "public/web/WebFrameClient.h"
113 class FakeWebFrameClient : public WebFrameClient {
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.h17 #include "third_party/WebKit/public/web/WebFrameClient.h"
33 public blink::WebFrameClient,
60 // WebFrameClient methods:
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_request_unittest.cc17 #include "third_party/WebKit/public/web/WebFrameClient.h"
27 using blink::WebFrameClient;
45 class TestWebFrameClient : public WebFrameClient {};
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h15 #include "third_party/WebKit/public/web/WebFrameClient.h"
37 public blink::WebFrameClient {
43 // This method is called from WebFrameClient::didClearWindowObject.
129 // WebFrameClient methods:
132 // This method is defined in WebPlugin as well as in WebFrameClient, but with
134 // version, so we implement this method and call the default in WebFrameClient
H A Dwebview_plugin.cc250 WebFrameClient::didReceiveResponse(frame, identifier, response);
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc415 blink::WebFrameClient::NavigationPolicyInfo policy_info(request);
426 blink::WebFrameClient::NavigationPolicyInfo form_policy_info(form_request);
437 blink::WebFrameClient::NavigationPolicyInfo popup_policy_info(popup_request);
464 blink::WebFrameClient::NavigationPolicyInfo policy_info(request);
487 blink::WebFrameClient::NavigationPolicyInfo policy_info(request);
499 blink::WebFrameClient::NavigationPolicyInfo webui_policy_info(webui_request);
509 blink::WebFrameClient::NavigationPolicyInfo data_policy_info(data_request);
526 blink::WebFrameClient::NavigationPolicyInfo popup_policy_info(popup_request);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h20 // the WebFrameClient interface.
30 // WebFrameClient implementation.
248 const blink::WebFrameClient::NavigationPolicyInfo& info) {

Completed in 384 milliseconds

12