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

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

Completed in 1238 milliseconds