Searched refs:isWebLocalFrame (Results 1 – 9 of 9) sorted by relevance
24 return frame->isWebLocalFrame() in toCoreFrame()81 if (frame->isWebLocalFrame()) { in swap()235 if (child->isWebLocalFrame()) in traceChildren()
78 virtual bool isWebLocalFrame() const OVERRIDE;373 …E_TYPE_CASTS(WebLocalFrameImpl, WebFrame, frame, frame->isWebLocalFrame(), frame.isWebLocalFrame()…
29 virtual bool isWebLocalFrame() const OVERRIDE;
145 bool WebRemoteFrameImpl::isWebLocalFrame() const in isWebLocalFrame() function in blink::WebRemoteFrameImpl
489 bool WebLocalFrameImpl::isWebLocalFrame() const in isWebLocalFrame() function in blink::WebLocalFrameImpl
331 if (frame->isWebLocalFrame()) in setMainFrame()
844 if (is_swapped_out_ && webview()->mainFrame()->isWebLocalFrame()) in Initialize()1305 if (main_frame && main_frame->isWebLocalFrame()) in OnMessageReceived()2222 webview()->mainFrame()->isWebLocalFrame() && in didCreateDataSource()2258 if (!referrer.is_empty() && old_frame->isWebLocalFrame() && in didCreateDataSource()2601 if (main_frame->isWebLocalFrame() && in GetWebPluginForFind()3118 if (webview() && webview()->mainFrame()->isWebLocalFrame() && in OnSetRendererPrefs()3231 if (frame->isWebLocalFrame()) in NavigateToSwappedOutURL()3340 if (frame->isWebLocalFrame()) in DidFlushPaint()3370 if (frame->isWebLocalFrame()) { in GetScrollOffset()3564 if (webview()->mainFrame()->isWebLocalFrame()) in GetURLForGraphicsContext3D()
2625 if (top->isWebLocalFrame()) { in willSendRequest()2744 } else if (parent->isWebLocalFrame()) { in willSendRequest()
114 virtual bool isWebLocalFrame() const = 0;