OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebNodeCollection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebNodeCollection.h
45
class
WebNodeCollection
{
47
~
WebNodeCollection
() { reset(); }
49
WebNodeCollection
() : m_private(0), m_current(0) { }
50
WebNodeCollection
(const
WebNodeCollection
& n) : m_private(0) { assign(n); }
51
WebNodeCollection
& operator=(const
WebNodeCollection
& n)
60
BLINK_EXPORT void assign(const
WebNodeCollection
&);
67
WebNodeCollection
(const WTF::PassRefPtr<WebCore::HTMLCollection>&);
/external/chromium_org/third_party/WebKit/Source/web/
WebNodeCollection.cpp
32
#include "
WebNodeCollection
.h"
44
void
WebNodeCollection
::reset()
49
void
WebNodeCollection
::assign(const
WebNodeCollection
& other)
57
WebNodeCollection
::
WebNodeCollection
(const PassRefPtr<HTMLCollection>& col)
62
void
WebNodeCollection
::assign(HTMLCollection* p)
70
unsigned
WebNodeCollection
::length() const
75
WebNode
WebNodeCollection
::nextItem() const
83
WebNode
WebNodeCollection
::firstItem() cons
[
all
...]
Completed in 2011 milliseconds