Searched refs:createSubframe (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h58 static PassRefPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
H A DWebFrame.cpp94 PassRefPtr<WebFrame> WebFrame::createSubframe(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement) function in class:WebKit::WebFrame
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp90 // Balances explicit ref() in WebFrame::createMainFrame and WebFrame::createSubframe.
1177 RefPtr<WebFrame> subframe = WebFrame::createSubframe(webPage, name, ownerElement);

Completed in 438 milliseconds