HomeSort by relevance Sort by last modified time
    Searched defs:WebAttribute (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebAttribute.h 46 class WebAttribute {
48 ~WebAttribute() { reset(); }
50 WebAttribute() { }
51 WebAttribute(const WebAttribute& n) { assign(n); }
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/
WebAttribute.cpp 32 #include "WebAttribute.h"
43 void WebAttribute::reset()
48 void WebAttribute::assign(const WebAttribute& other)
53 WebAttribute::WebAttribute(const PassRefPtr<Attribute>& other)
58 WebString WebAttribute::localName() const
63 WebString WebAttribute::value() const
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h 39 enum WebAttribute {
63 void setAttribute(WebAttribute attr, bool on);
64 bool testAttribute(WebAttribute attr) const;
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 51 enum WebAttribute {
109 void setAttribute(WebAttribute attr, bool on);
110 bool testAttribute(WebAttribute attr) const;
111 void resetAttribute(WebAttribute attr);

Completed in 76 milliseconds