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

1 2

  /external/chromium_org/third_party/WebKit/public/web/
WebRemoteFrame.h 14 BLINK_EXPORT static WebRemoteFrame* create(WebFrameClient*);
16 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0;
17 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) = 0;
WebLocalFrame.h 19 BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*);
WebFrameClient.h 96 class WebFrameClient {
524 virtual ~WebFrameClient() { }
WebView.h 51 class WebFrameClient;
WebFrame.h 69 class WebFrameClient;
395 // This method ends up triggering WebFrameClient::willSendRequest.
  /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/content/renderer/
render_frame_proxy.h 14 #include "third_party/WebKit/public/web/WebFrameClient.h"
49 NON_EXPORTED_BASE(public blink::WebFrameClient) {
  /external/chromium_org/mojo/examples/html_viewer/
html_document_view.h 10 #include "third_party/WebKit/public/web/WebFrameClient.h"
25 public blink::WebFrameClient {
40 // WebFrameClient methods:
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.cpp 34 #include "public/web/WebFrameClient.h"
86 WebFrameClient* webFrameClient = frame->client();
87 if (!webFrameClient)
89 m_chooser = adoptPtr(webFrameClient->createColorChooser(
WebLocalFrameImpl.h 66 class WebFrameClient;
234 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 37 #include "public/web/WebFrameClient.h"
52 public WebFrameClient {
77 // WebFrameClient overrides.
WebSharedWorkerImpl.h 42 #include "public/web/WebFrameClient.h"
70 , public WebFrameClient
92 // WebFrameClient methods to support resource loading thru the 'shadow page'.
WebRemoteFrameImpl.cpp 95 WebRemoteFrame* WebRemoteFrame::create(WebFrameClient*)
785 WebLocalFrame* WebRemoteFrameImpl::createLocalChild(const WebString& name, WebFrameClient* client)
807 WebRemoteFrame* WebRemoteFrameImpl::createRemoteChild(const WebString& name, WebFrameClient* client)
WebRemoteFrameImpl.h 176 virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) OVERRIDE;
177 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) OVERRIDE;
FrameLoaderClientImpl.cpp 81 #include "public/web/WebFrameClient.h"
287 WebFrameClient* client = m_webFrame->client();
293 // Signal that no further communication with WebFrameClient should take
315 // Give the WebFrameClient a crack at the request.
565 if (WebFrameClient* client = m_webFrame->client())
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameLoaderClientImplTest.cpp 37 #include "public/web/WebFrameClient.h"
50 class TestWebFrameClient : public WebFrameClient {
FrameTestHelpers.h 35 #include "public/web/WebFrameClient.h"
77 // WebFrameClient or a WebViewClient are passed in, they must outlive the
94 // Minimal implementation of WebFrameClient needed for unit tests that load frames. Tests that load
95 // frames and need further specialization of WebFrameClient behavior should subclass this.
96 class TestWebFrameClient : public WebFrameClient {
ProgrammaticScrollTest.cpp 8 #include "public/web/WebFrameClient.h"
25 class MockWebFrameClient : public WebFrameClient {
WebPluginContainerTest.cpp 42 #include "public/web/WebFrameClient.h"
92 return WebFrameClient::createPlugin(frame, params);
ChromeClientImplTest.cpp 34 #include "public/web/WebFrameClient.h"
70 class TestWebFrameClient : public WebFrameClient {
LinkHighlightTest.cpp 40 #include "public/web/WebFrameClient.h"
129 class FakeWebFrameClient : public WebFrameClient {
PinchViewportTest.cpp 19 #include "public/web/WebFrameClient.h"
699 class MockWebFrameClient : public blink::WebFrameClient {
737 WebFrameClient* oldClient = webViewImpl()->mainFrameImpl()->client();
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 15 #include "third_party/WebKit/public/web/WebFrameClient.h"
34 public blink::WebFrameClient {
40 // This method is called from WebFrameClient::didClearWindowObject.
125 // WebFrameClient methods:
128 // This method is defined in WebPlugin as well as in WebFrameClient, but with
130 // version, so we implement this method and call the default in WebFrameClient
webview_plugin.cc 245 WebFrameClient::didReceiveResponse(frame, identifier, response);
  /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 {};

Completed in 1371 milliseconds

1 2