HomeSort by relevance Sort by last modified time
    Searched defs:contentFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 72 Frame* contentFrame = m_iframe->contentFrame();
73 DocumentWriter* writer = contentFrame->loader()->activeDocumentLoader()->beginWriting("text/html", "UTF-8");
77 contentFrame->loader()->activeDocumentLoader()->endWriting(writer);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.h 39 Frame* contentFrame() const { return m_contentFrame; }

Completed in 80 milliseconds