WebElementCollection 155 Source/web/WebDocument.cpp WebElementCollection WebDocument::all() WebElementCollection 157 Source/web/WebDocument.cpp return WebElementCollection(unwrap<Document>()->all()); WebElementCollection 44 Source/web/WebElementCollection.cpp void WebElementCollection::reset() WebElementCollection 49 Source/web/WebElementCollection.cpp void WebElementCollection::assign(const WebElementCollection& other) WebElementCollection 57 Source/web/WebElementCollection.cpp WebElementCollection::WebElementCollection(const PassRefPtr<HTMLCollection>& col) WebElementCollection 62 Source/web/WebElementCollection.cpp void WebElementCollection::assign(HTMLCollection* p) WebElementCollection 70 Source/web/WebElementCollection.cpp unsigned WebElementCollection::length() const WebElementCollection 75 Source/web/WebElementCollection.cpp WebElement WebElementCollection::nextItem() const WebElementCollection 83 Source/web/WebElementCollection.cpp WebElement WebElementCollection::firstItem() const WebElementCollection 125 Source/web/WebInputElement.cpp WebElementCollection WebInputElement::dataListOptions() const WebElementCollection 128 Source/web/WebInputElement.cpp return WebElementCollection(dataList->options()); WebElementCollection 129 Source/web/WebInputElement.cpp return WebElementCollection(); WebElementCollection 196 Source/web/WebNode.cpp WebElementCollection WebNode::getElementsByTagName(const WebString& tag) const WebElementCollection 199 Source/web/WebNode.cpp return WebElementCollection(toContainerNode(m_private.get())->getElementsByTagName(tag)); WebElementCollection 200 Source/web/WebNode.cpp return WebElementCollection(); WebElementCollection 60 public/web/WebDocument.h class WebElementCollection; WebElementCollection 105 public/web/WebDocument.h BLINK_EXPORT WebElementCollection all(); WebElementCollection 46 public/web/WebElementCollection.h class WebElementCollection { WebElementCollection 48 public/web/WebElementCollection.h ~WebElementCollection() { reset(); } WebElementCollection 50 public/web/WebElementCollection.h WebElementCollection() : m_private(0), m_current(0) { } WebElementCollection 51 public/web/WebElementCollection.h WebElementCollection(const WebElementCollection& n) : m_private(0) { assign(n); } WebElementCollection 52 public/web/WebElementCollection.h WebElementCollection& operator=(const WebElementCollection& n) WebElementCollection 61 public/web/WebElementCollection.h BLINK_EXPORT void assign(const WebElementCollection&); WebElementCollection 68 public/web/WebElementCollection.h WebElementCollection(const WTF::PassRefPtr<WebCore::HTMLCollection>&); WebElementCollection 42 public/web/WebInputElement.h class WebElementCollection; WebElementCollection 85 public/web/WebInputElement.h BLINK_EXPORT WebElementCollection dataListOptions() const; WebElementCollection 47 public/web/WebNode.h class WebElementCollection; WebElementCollection 116 public/web/WebNode.h BLINK_EXPORT WebElementCollection getElementsByTagName(const WebString&) const;