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

/external/webkit/Source/WebKit/chromium/public/
H A DWebAttribute.h46 class WebAttribute { class in namespace:WebKit
48 ~WebAttribute() { reset(); }
50 WebAttribute() { } function in class:WebKit::WebAttribute
51 WebAttribute(const WebAttribute& n) { assign(n); } function in class:WebKit::WebAttribute
52 WebAttribute& operator=(const WebAttribute& n)
59 WEBKIT_API void assign(const WebAttribute&);
65 WebAttribute(const WTF::PassRefPtr<WebCore::Attribute>&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebAttribute.cpp32 #include "WebAttribute.h"
43 void WebAttribute::reset()
48 void WebAttribute::assign(const WebAttribute& other)
53 WebAttribute::WebAttribute(const PassRefPtr<Attribute>& other) function in class:WebKit::WebAttribute
58 WebString WebAttribute::localName() const
63 WebString WebAttribute::value() const
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpreferences.h39 enum WebAttribute { enum in class:QWKPreferences
63 void setAttribute(WebAttribute attr, bool on);
64 bool testAttribute(WebAttribute attr) const;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.h51 enum WebAttribute { enum in class:QWebSettings
109 void setAttribute(WebAttribute attr, bool on);
110 bool testAttribute(WebAttribute attr) const;
111 void resetAttribute(WebAttribute attr);

Completed in 186 milliseconds