Home | History | Annotate | Download | only in web

Lines Matching refs:BLINK_EXPORT

53         BLINK_EXPORT bool isFormControlElement() const;
54 BLINK_EXPORT bool isTextFormControlElement() const;
56 BLINK_EXPORT WebString tagName() const;
60 BLINK_EXPORT bool hasTagName(const WebString&) const;
63 BLINK_EXPORT bool hasHTMLTagName(const WebString&) const;
64 BLINK_EXPORT bool hasAttribute(const WebString&) const;
65 BLINK_EXPORT void removeAttribute(const WebString&);
66 BLINK_EXPORT WebString getAttribute(const WebString&) const;
67 BLINK_EXPORT bool setAttribute(const WebString& name, const WebString& value);
68 BLINK_EXPORT WebString innerText();
69 BLINK_EXPORT void requestFullScreen();
70 BLINK_EXPORT WebString attributeLocalName(unsigned index) const;
71 BLINK_EXPORT WebString attributeValue(unsigned index) const;
72 BLINK_EXPORT unsigned attributeCount() const;
73 BLINK_EXPORT WebNode shadowRoot() const;
79 BLINK_EXPORT WebString computeInheritedLanguage() const;
85 BLINK_EXPORT WebRect boundsInViewportSpace();
89 BLINK_EXPORT WebImage imageContents();