Searched refs:WebElement (Results 1 – 12 of 12) sorted by relevance
27 using blink::WebElement;77 const WebElement& element = node_.ToConst<WebElement>(); in IsEditable()102 const WebElement& element = node_.ToConst<WebElement>(); in IsFormControlElement()115 const WebElement& element = node_.ToConst<WebElement>(); in GetFormControlElementType()159 const WebElement& element = node_.ToConst<WebElement>(); in GetValue()274 const WebElement& element = node_.ToConst<blink::WebElement>(); in GetElementTagName()291 const WebElement& element = node_.ToConst<blink::WebElement>(); in HasElementAttributes()304 const WebElement& element = node_.ToConst<blink::WebElement>(); in HasElementAttribute()318 const WebElement& element = node_.ToConst<blink::WebElement>(); in GetElementAttribute()336 const WebElement& element = node_.ToConst<blink::WebElement>(); in GetElementAttributes()[all …]
20 class WebElement; variable56 BLINK_EXPORT bool IsTextControlElement(const blink::WebElement& element);
102 blink::WebElement document_element = frame->GetDocument().DocumentElement(); in DumpDocumentText()178 bool IsTextControlElement(const blink::WebElement& element) { in IsTextControlElement()
35 void FocusedElementChanged(const blink::WebElement& element) override;
19 using blink::WebElement;
79 const blink::WebElement& element) { in FocusedElementChanged()
36 blink::WebElement CefPrintRenderFrameHelperDelegate::GetPdfElement( in GetPdfElement()51 return blink::WebElement(); in GetPdfElement()62 return blink::WebElement(); in GetPdfElement()
18 blink::WebElement GetPdfElement(blink::WebLocalFrame* frame) override;
89 const blink::WebElement& plugin_element,
332 const blink::WebElement& plugin_element, in IsPluginHandledExternally()
8081 const blink::WebElement& plugin_element,8227 blink::WebElement web_element = context_node.To<blink::WebElement>();8340 GURL GetAbsoluteSrcUrl(const blink::WebElement& element);
24641 +void CefFrameImpl::OnFocusedNodeChanged(const blink::WebElement& element) {24755 + blink::WebElement web_element = context_node.To<blink::WebElement>();24780 +GURL CefFrameImpl::GetAbsoluteSrcUrl(const blink::WebElement& element) {24786 +blink::WebElement CefFrameImpl::GetImgChild(const blink::WebNode& node) {24793 + const blink::WebElement& element) {24794 + const blink::WebElement child_img = GetImgChild(element);24933 + void OnFocusedNodeChanged(const blink::WebElement& element);24956 + GURL GetAbsoluteSrcUrl(const blink::WebElement& element);24957 + blink::WebElement GetImgChild(const blink::WebNode& node);24958 + GURL GetChildImageUrlFromElement(const blink::WebElement& element);[all …]