Searched defs:contentFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.h39 Frame* contentFrame() const { return m_contentFrame; } function in class:WebCore::HTMLFrameOwnerElement
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMockPagePopupDriver.cpp72 Frame* contentFrame = m_iframe->contentFrame(); local
73 DocumentWriter* writer = contentFrame->loader().activeDocumentLoader()->beginWriting("text/html", "UTF-8");
77 contentFrame->loader().activeDocumentLoader()->endWriting(writer);

Completed in 124 milliseconds