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

  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 6 #include "web/WebRemoteFrameImpl.h"
97 return adoptRef(new WebRemoteFrameImpl()).leakRef();
100 WebRemoteFrameImpl::WebRemoteFrameImpl()
105 WebRemoteFrameImpl::~WebRemoteFrameImpl()
109 bool WebRemoteFrameImpl::isWebLocalFrame() const
114 WebLocalFrame* WebRemoteFrameImpl::toWebLocalFrame()
120 bool WebRemoteFrameImpl::isWebRemoteFrame() const
125 WebRemoteFrame* WebRemoteFrameImpl::toWebRemoteFrame(
    [all...]
RemoteFrameClient.h 12 class WebRemoteFrameImpl;
16 explicit RemoteFrameClient(WebRemoteFrameImpl*);
29 WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
32 WebRemoteFrameImpl* m_webFrame;
RemoteFrameClient.cpp 8 #include "web/WebRemoteFrameImpl.h"
12 RemoteFrameClient::RemoteFrameClient(WebRemoteFrameImpl* webFrame)
WebRemoteFrameImpl.h 22 class WebRemoteFrameImpl : public WebRemoteFrame, public RefCounted<WebRemoteFrameImpl> {
24 WebRemoteFrameImpl();
25 virtual ~WebRemoteFrameImpl();
184 static WebRemoteFrameImpl* fromFrame(WebCore::RemoteFrame&);
193 DEFINE_TYPE_CASTS(WebRemoteFrameImpl, WebFrame, frame, frame->isWebRemoteFrame(), frame.isWebRemoteFrame());
WebFrame.cpp 11 #include "web/WebRemoteFrameImpl.h"
174 return WebRemoteFrameImpl::fromFrame(toRemoteFrame(*frame));
blink_web.target.darwin-arm.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.darwin-arm64.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.darwin-mips.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.darwin-x86.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.darwin-x86_64.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.linux-arm.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.linux-arm64.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.linux-mips.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.linux-x86.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \
blink_web.target.linux-x86_64.mk 227 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp \

Completed in 1033 milliseconds