HomeSort by relevance Sort by last modified time
    Searched refs:WebFrameClient (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/content/test/
mock_webframeclient.h 8 #include "third_party/WebKit/public/web/WebFrameClient.h"
12 class MockWebFrameClient : public blink::WebFrameClient {};
  /external/chromium_org/media/blink/
mock_webframeclient.h 8 #include "third_party/WebKit/public/web/WebFrameClient.h"
12 class MockWebFrameClient : public blink::WebFrameClient {};
  /external/chromium_org/third_party/WebKit/public/web/
WebRemoteFrame.h 17 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0;
WebLocalFrame.h 19 BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*);
WebFrameClient.h 101 class WebFrameClient {
576 virtual ~WebFrameClient() { }
WebView.h 52 class WebFrameClient;
WebFrame.h 67 class WebFrameClient;
393 // This method ends up triggering WebFrameClient::willSendRequest.
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.cpp 34 #include "public/web/WebFrameClient.h"
89 WebFrameClient* webFrameClient = frame->client();
90 if (!webFrameClient)
92 m_chooser = adoptPtr(webFrameClient->createColorChooser(
WebLocalFrameImpl.h 62 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;
WebEmbeddedWorkerImpl.h 38 #include "public/web/WebFrameClient.h"
51 , public WebFrameClient
83 // WebFrameClient overrides.
WebSharedWorkerImpl.h 42 #include "public/web/WebFrameClient.h"
70 , public WebFrameClient
90 // WebFrameClient methods to support resource loading thru the 'shadow page'.
FrameLoaderClientImpl.cpp 81 #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())
WebRemoteFrameImpl.h 174 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameLoaderClientImplTest.cpp 37 #include "public/web/WebFrameClient.h"
51 class TestWebFrameClient : public WebFrameClient {
FrameTestHelpers.h 35 #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.
ProgrammaticScrollTest.cpp 9 #include "public/web/WebFrameClient.h"
24 class MockWebFrameClient : public WebFrameClient {
WebPluginContainerTest.cpp 43 #include "public/web/WebFrameClient.h"
92 return WebFrameClient::createPlugin(frame, params);
ChromeClientImplTest.cpp 35 #include "public/web/WebFrameClient.h"
71 class TestWebFrameClient : public WebFrameClient {
LinkHighlightTest.cpp 43 #include "public/web/WebFrameClient.h"
113 class FakeWebFrameClient : public WebFrameClient {
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 15 #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
webview_plugin.cc 250 WebFrameClient::didReceiveResponse(frame, identifier, response);
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.h 17 #include "third_party/WebKit/public/web/WebFrameClient.h"
33 public blink::WebFrameClient,
60 // WebFrameClient methods:
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 17 #include "third_party/WebKit/public/web/WebFrameClient.h"
27 using blink::WebFrameClient;
45 class TestWebFrameClient : public WebFrameClient {};
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 415 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);
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_frame_test_proxy.h 20 // the WebFrameClient interface.
30 // WebFrameClient implementation.
248 const blink::WebFrameClient::NavigationPolicyInfo& info) {

Completed in 534 milliseconds

1 2