Home | History | Annotate | Download | only in web

Lines Matching defs:WebElement

32 #include "public/web/WebElement.h"
48 bool WebElement::isFormControlElement() const
53 bool WebElement::isTextFormControlElement() const
58 WebString WebElement::tagName() const
63 bool WebElement::hasHTMLTagName(const WebString& tagName) const
74 bool WebElement::hasAttribute(const WebString& attrName) const
79 void WebElement::removeAttribute(const WebString& attrName)
87 WebString WebElement::getAttribute(const WebString& attrName) const
92 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue)
102 unsigned WebElement::attributeCount() const
109 WebNode WebElement::shadowRoot() const
117 WebString WebElement::attributeLocalName(unsigned index) const
124 WebString WebElement::attributeValue(unsigned index) const
131 WebString WebElement::innerText()
136 WebString WebElement::computeInheritedLanguage() const
141 void WebElement::requestFullScreen()
147 WebRect WebElement::boundsInViewportSpace()
152 WebImage WebElement::imageContents()
168 WebElement::WebElement(const PassRefPtrWillBeRawPtr<Element>& elem)
173 WebElement& WebElement::operator=(const PassRefPtrWillBeRawPtr<Element>& elem)
179 WebElement::operator PassRefPtrWillBeRawPtr<Element>() const