Home
last modified time | relevance | path

Searched refs:isWebRemoteFrame (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h31 virtual bool isWebRemoteFrame() const OVERRIDE;
211 …TYPE_CASTS(WebRemoteFrameImpl, WebFrame, frame, frame->isWebRemoteFrame(), frame.isWebRemoteFrame(…
DWebLocalFrameImpl.h80 virtual bool isWebRemoteFrame() const OVERRIDE;
DWebRemoteFrameImpl.cpp156 bool WebRemoteFrameImpl::isWebRemoteFrame() const in isWebRemoteFrame() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp499 bool WebLocalFrameImpl::isWebRemoteFrame() const in isWebRemoteFrame() function in blink::WebLocalFrameImpl
/external/chromium_org/content/renderer/
Drender_frame_proxy.cc122 if (web_frame()->isWebRemoteFrame()) in ~RenderFrameProxy()
Drender_frame_impl.cc2636 if (!top_frame || top_frame->isWebRemoteFrame()) in willSendRequest()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h116 virtual bool isWebRemoteFrame() const = 0;