HomeSort by relevance Sort by last modified time
    Searched refs:WebRemoteFrame (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebRemoteFrameClient.h 13 class WebRemoteFrame;
24 WebRemoteFrame* targetFrame,
WebRemoteFrame.h 13 class WebRemoteFrame : public WebFrame {
15 BLINK_EXPORT static WebRemoteFrame* create(WebRemoteFrameClient*);
18 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) = 0;
WebFrame.h 74 class WebRemoteFrame;
98 // WebFrame is the base class for both WebLocalFrame and WebRemoteFrame and
117 virtual WebRemoteFrame* toWebRemoteFrame() = 0;
  /external/chromium_org/content/renderer/
render_frame_proxy.h 14 #include "third_party/WebKit/public/web/WebRemoteFrame.h"
94 blink::WebRemoteFrame* web_frame() { return web_frame_; }
99 blink::WebRemoteFrame* targetFrame,
109 void Init(blink::WebRemoteFrame* frame, RenderViewImpl* render_view);
127 // Stores the WebRemoteFrame we are associated with.
128 blink::WebRemoteFrame* web_frame_;
render_frame_proxy.cc 45 // When a RenderFrame is replaced by a RenderProxy, the WebRemoteFrame should
46 // always come from WebRemoteFrame::create and a call to WebFrame::swap must
48 blink::WebRemoteFrame* web_frame = blink::WebRemoteFrame::create(proxy.get());
60 blink::WebRemoteFrame* web_frame = NULL;
64 web_frame = blink::WebRemoteFrame::create(proxy.get());
126 void RenderFrameProxy::Init(blink::WebRemoteFrame* web_frame,
234 blink::WebRemoteFrame* target_frame,
render_frame_impl.cc 400 blink::WebRemoteFrame* parent_web_frame = proxy->web_frame();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.h 119 WebRemoteFrame* targetFrame,
WebFrameTest.cpp 93 #include "public/web/WebRemoteFrame.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 112 WebRemoteFrame* WebRemoteFrame::create(WebRemoteFrameClient* client)
161 WebRemoteFrame* WebRemoteFrameImpl::toWebRemoteFrame()
851 WebRemoteFrame* WebRemoteFrameImpl::createRemoteChild(const WebString& name, WebRemoteFrameClient* client)
853 WebRemoteFrameImpl* child = toWebRemoteFrameImpl(WebRemoteFrame::create(client));
WebRemoteFrameImpl.h 9 #include "public/web/WebRemoteFrame.h"
23 class WebRemoteFrameImpl FINAL : public RefCountedWillBeGarbageCollectedFinalized<WebRemoteFrameImpl>, public WebRemoteFrame {
28 // WebRemoteFrame methods.
32 virtual WebRemoteFrame* toWebRemoteFrame() OVERRIDE;
175 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) OVERRIDE;
WebLocalFrameImpl.h 81 virtual WebRemoteFrame* toWebRemoteFrame() OVERRIDE;
WebLocalFrameImpl.cpp 504 WebRemoteFrame* WebLocalFrameImpl::toWebRemoteFrame()
    [all...]

Completed in 140 milliseconds