Searched defs:WebNodeList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebNodeList.h48 class WebNodeList { class in namespace:blink
50 ~WebNodeList() { reset(); }
52 WebNodeList() { } function in class:blink::WebNodeList
53 WebNodeList(const WebNodeList& n) { assign(n); } function in class:blink::WebNodeList
54 WebNodeList& operator=(const WebNodeList& n)
61 BLINK_EXPORT void assign(const WebNodeList&);
67 WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>&);
68 WebNodeList
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNodeList.cpp32 #include "public/web/WebNodeList.h"
41 void WebNodeList::reset()
46 void WebNodeList::assign(const WebNodeList& other)
51 WebNodeList::WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>& list) function in class:blink::WebNodeList
56 WebNodeList& WebNodeList::operator=(const PassRefPtrWillBeRawPtr<NodeList>& list)
62 unsigned WebNodeList::length() const
67 WebNode WebNodeList
[all...]

Completed in 102 milliseconds