Home
last modified time | relevance | path

Searched refs:setContentFrame (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.h43 void setContentFrame(Frame&);
DHTMLFrameOwnerElement.cpp54 void HTMLFrameOwnerElement::setContentFrame(Frame& frame) in setContentFrame() function in WebCore::HTMLFrameOwnerElement
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp129 ownerElement()->setContentFrame(*this); in Frame()