OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLCollection
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h
34
class
HTMLCollection
: public LiveNodeListBase {
36
static PassRefPtr<
HTMLCollection
> create(Node* base, CollectionType);
37
virtual ~
HTMLCollection
();
68
HTMLCollection
(Node* base, CollectionType, ItemAfterOverrideType);
HTMLCollection.cpp
24
#include "core/html/
HTMLCollection
.h"
160
HTMLCollection
::
HTMLCollection
(Node* ownerNode, CollectionType type, ItemAfterOverrideType itemAfterOverrideType)
167
PassRefPtr<
HTMLCollection
>
HTMLCollection
::create(Node* base, CollectionType type)
169
return adoptRef(new
HTMLCollection
(base, type, DoesNotOverrideItemAfter));
172
HTMLCollection
::~
HTMLCollection
()
182
template <> inline bool isMatchingElement(const
HTMLCollection
*
htmlCollection
, Element* element
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
Completed in 33 milliseconds