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

  /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
WebNamedNodeMap.cpp 36 #include "WebAttribute.h"
64 WebAttribute WebNamedNodeMap::attributeItem(unsigned index) const
66 return WebAttribute(m_private->attributeItem(index));
  /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>&);
WebNamedNodeMap.h 43 class WebAttribute;
62 WEBKIT_API WebAttribute attributeItem(unsigned) 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;
qwkpreferences.cpp 121 bool QWKPreferences::testAttribute(WebAttribute attr) const
150 void QWKPreferences::setAttribute(WebAttribute attr, bool on)
  /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);
qwebsettings.cpp 313 function. The \l{QWebSettings::WebAttribute}{WebAttribute} enum further describes
387 \enum QWebSettings::WebAttribute
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 568 milliseconds