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

  /external/chromium_org/third_party/WebKit/public/web/
WebElementCollection.h 48 class WebElementCollection {
50 ~WebElementCollection() { reset(); }
52 WebElementCollection() : m_current(0) { }
53 WebElementCollection(const WebElementCollection& n) { assign(n); }
54 WebElementCollection& operator=(const WebElementCollection& n)
63 BLINK_EXPORT void assign(const WebElementCollection&);
70 WebElementCollection(const PassRefPtrWillBeRawPtr<WebCore::HTMLCollection>&);
71 WebElementCollection& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLCollection>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebElementCollection.cpp 33 #include "public/web/WebElementCollection.h"
44 void WebElementCollection::reset()
49 void WebElementCollection::assign(const WebElementCollection& other)
54 WebElementCollection::WebElementCollection(const PassRefPtrWillBeRawPtr<HTMLCollection>& col)
59 WebElementCollection& WebElementCollection::operator=(const PassRefPtrWillBeRawPtr<HTMLCollection>& col)
65 unsigned WebElementCollection::length() const
70 WebElement WebElementCollection::nextItem() cons
    [all...]

Completed in 169 milliseconds