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 49 class WebElementCollection {
51 ~WebElementCollection() { reset(); }
53 WebElementCollection() : m_current(0) { }
54 WebElementCollection(const WebElementCollection& n) { assign(n); }
55 WebElementCollection& operator=(const WebElementCollection& n)
64 BLINK_EXPORT void assign(const WebElementCollection&);
71 WebElementCollection(const PassRefPtrWillBeRawPtr<HTMLCollection>&);
72 WebElementCollection& operator=(const PassRefPtrWillBeRawPtr<HTMLCollection>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebElementCollection.cpp 33 #include "public/web/WebElementCollection.h"
42 void WebElementCollection::reset()
47 void WebElementCollection::assign(const WebElementCollection& other)
52 WebElementCollection::WebElementCollection(const PassRefPtrWillBeRawPtr<HTMLCollection>& col)
57 WebElementCollection& WebElementCollection::operator=(const PassRefPtrWillBeRawPtr<HTMLCollection>& col)
63 unsigned WebElementCollection::length() const
68 WebElement WebElementCollection::nextItem() cons
    [all...]

Completed in 102 milliseconds