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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp537 WebFrame* WebFrame::fromFrameOwnerElement(const WebElement& element) function in class:WebKit::WebFrame
539 return WebFrameImpl::fromFrameOwnerElement(PassRefPtr<Element>(element).get());
2228 WebFrameImpl* WebFrameImpl::fromFrameOwnerElement(Element* element) function in class:WebFrameImpl

Completed in 100 milliseconds