Searched refs:fromFrameOwnerElement (Results 1 – 8 of 8) sorted by relevance
33 BLINK_EXPORT static WebLocalFrame* fromFrameOwnerElement(const WebElement&);
262 invoking_frame_ = WebLocalFrame::fromFrameOwnerElement(subframe); in SetUp()268 sibling_frame_ = WebLocalFrame::fromFrameOwnerElement(sibling); in SetUp()
325 … WebLocalFrameImpl* subFrame = WebLocalFrameImpl::fromFrameOwnerElement(element); in openTagToString()482 WebLocalFrameImpl::fromFrameOwnerElement(element); in collectTargetFrames()
249 static WebLocalFrameImpl* fromFrameOwnerElement(WebCore::Element*);
483 WebLocalFrame* WebLocalFrame::fromFrameOwnerElement(const WebElement& element) in fromFrameOwnerElement() function in blink::WebLocalFrame485 return WebLocalFrameImpl::fromFrameOwnerElement(PassRefPtrWillBeRawPtr<Element>(element).get()); in fromFrameOwnerElement()1691 WebLocalFrameImpl* WebLocalFrameImpl::fromFrameOwnerElement(Element* element) in fromFrameOwnerElement() function in blink::WebLocalFrameImpl
75 WebFrame* sub_frame = WebLocalFrame::fromFrameOwnerElement(element); in GetSavableResourceLinkForElement()
82 WebFrame* sub_frame = WebLocalFrame::fromFrameOwnerElement(element); in FindSubFrameByURL()
897 plugin_frame = blink::WebLocalFrame::fromFrameOwnerElement(pdf_element); in OnPrintForPrintPreview()