Searched refs:createChildFrame (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFrameTestHelpers.h100 virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE;
H A DFrameTestHelpers.cpp307 WebFrame* TestWebFrameClient::createChildFrame(WebLocalFrame* parent, const WebString& frameName) function in class:blink::FrameTestHelpers::TestWebFrameClient
H A DWebViewTest.cpp1603 virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE;
1611 WebFrame* CreateChildCounterFrameClient::createChildFrame(WebLocalFrame* parent, const WebString& frameName) function in class:__anon10690::CreateChildCounterFrameClient
1614 return TestWebFrameClient::createChildFrame(parent, frameName);
H A DWebFrameTest.cpp5040 virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString&) function in class:__anon10678::TestCachePolicyWebFrameClient
5375 virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE
5387 // Test that we don't crash if WebFrameClient::createChildFrame() fails.
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h142 virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) { return 0; } function in class:blink::WebFrameClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.h240 PassRefPtr<WebCore::LocalFrame> createChildFrame(
H A DFrameLoaderClientImpl.cpp609 return m_webFrame->createChildFrame(frameRequest, ownerElement);
H A DWebLocalFrameImpl.cpp1611 PassRefPtr<LocalFrame> WebLocalFrameImpl::createChildFrame(const FrameLoadRequest& request, HTMLFrameOwnerElement* ownerElement) function in class:WebLocalFrameImpl
1614 WebLocalFrameImpl* webframeChild = toWebLocalFrameImpl(m_client->createChildFrame(this, request.frameName()));
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h246 virtual blink::WebFrame* createChildFrame(blink::WebLocalFrame* parent,
H A Drender_frame_impl.cc1454 blink::WebFrame* RenderFrameImpl::createChildFrame( function in class:content::RenderFrameImpl
1510 // the parent frame. This is different from createChildFrame() which is
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc550 virtual blink::WebFrame* createChildFrame(blink::WebLocalFrame* parent,
693 blink::WebFrame* PrepareFrameAndViewForPrint::createChildFrame( function in class:printing::__anon1834::PrepareFrameAndViewForPrint
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc579 virtual blink::WebFrame* createChildFrame(blink::WebLocalFrame* parent,
723 blink::WebFrame* PrepareFrameAndViewForPrint::createChildFrame( function in class:printing::__anon5767::PrepareFrameAndViewForPrint

Completed in 210 milliseconds