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

  /external/chromium_org/third_party/WebKit/public/web/
WebRemoteFrame.h 12 class WebRemoteFrame : public WebFrame {
14 BLINK_EXPORT static WebRemoteFrame* create(WebFrameClient*);
17 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) = 0;
WebFrame.h 76 class WebRemoteFrame;
100 // WebFrame is the base class for both WebLocalFrame and WebRemoteFrame and
119 virtual WebRemoteFrame* toWebRemoteFrame() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 95 WebRemoteFrame* WebRemoteFrame::create(WebFrameClient*)
125 WebRemoteFrame* WebRemoteFrameImpl::toWebRemoteFrame()
807 WebRemoteFrame* WebRemoteFrameImpl::createRemoteChild(const WebString& name, WebFrameClient* client)
809 WebRemoteFrameImpl* child = toWebRemoteFrameImpl(WebRemoteFrame::create(client));
WebRemoteFrameImpl.h 8 #include "public/web/WebRemoteFrame.h"
22 class WebRemoteFrameImpl : public WebRemoteFrame, public RefCounted<WebRemoteFrameImpl> {
27 // WebRemoteFrame methods.
31 virtual WebRemoteFrame* toWebRemoteFrame() OVERRIDE;
177 virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) OVERRIDE;
WebLocalFrameImpl.h 85 virtual WebRemoteFrame* toWebRemoteFrame() OVERRIDE;
WebLocalFrameImpl.cpp 503 WebRemoteFrame* WebLocalFrameImpl::toWebRemoteFrame()
565 // FIXME: This should be moved to WebRemoteFrame.
    [all...]

Completed in 292 milliseconds