Home
last modified time | relevance | path

Searched refs:WebNodeList (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebNodeList.h48 class WebNodeList {
50 ~WebNodeList() { reset(); } in ~WebNodeList()
52 WebNodeList() { } in WebNodeList() function
53 WebNodeList(const WebNodeList& n) { assign(n); } in WebNodeList() function
54 WebNodeList& operator=(const WebNodeList& n)
61 BLINK_EXPORT void assign(const WebNodeList&);
67 WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>&);
68 WebNodeList& operator=(const PassRefPtrWillBeRawPtr<NodeList>&);
DWebNode.h46 class WebNodeList; variable
103 BLINK_EXPORT WebNodeList childNodes();
DWebDocument.h60 class WebNodeList; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebNodeList.cpp41 void WebNodeList::reset() in reset()
46 void WebNodeList::assign(const WebNodeList& other) in assign()
51 WebNodeList::WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>& list) in WebNodeList() function in blink::WebNodeList
56 WebNodeList& WebNodeList::operator=(const PassRefPtrWillBeRawPtr<NodeList>& list) in operator =()
62 unsigned WebNodeList::length() const in length()
67 WebNode WebNodeList::item(size_t index) const in item()
DWebNode.cpp131 WebNodeList WebNode::childNodes() in childNodes()
133 return WebNodeList(m_private->childNodes()); in childNodes()
Dweb.gypi189 'WebNodeList.cpp',
Dblink_web.target.linux-mips64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.linux-x86_64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.linux-arm64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-mips.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.linux-x86.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-x86.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.linux-arm.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-mips64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.linux-mips.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-x86_64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-arm64.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
Dblink_web.target.darwin-arm.mk154 third_party/WebKit/Source/web/WebNodeList.cpp \
/external/chromium_org/chrome/renderer/
Dweb_apps.cc34 using blink::WebNodeList;
132 WebNodeList children = head.childNodes(); in ParseWebAppFromWebDocument()
Dchrome_render_view_observer.cc71 using blink::WebNodeList;
125 WebNodeList children = head.childNodes(); in RetrieveMetaTagContent()
460 WebNodeList children = head.childNodes(); in HasRefreshMetaTag()
/external/chromium_org/chrome/renderer/extensions/
Dwebstore_bindings.cc27 using blink::WebNodeList;
131 WebNodeList children = head.childNodes(); in GetWebstoreItemIdFromFrame()
/external/chromium_org/content/renderer/
Dsavable_resources.cc30 using blink::WebNodeList;
Ddom_serializer_browsertest.cc46 using blink::WebNodeList;
/external/chromium_org/components/translate/content/renderer/
Dtranslate_helper.cc41 using blink::WebNodeList;
342 WebNodeList children = head.childNodes(); in IsTranslationAllowed()
/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc47 using blink::WebNodeList;
616 const blink::WebNodeList& children = in IsWebNodeVisibleImpl()
1124 const blink::WebNodeList& children = in IsWebElementEmpty()