OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CollectionCache
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/html/
CollectionCache.h
32
struct
CollectionCache
{
35
CollectionCache
();
36
CollectionCache
(const
CollectionCache
&);
37
CollectionCache
& operator=(const
CollectionCache
& other)
39
CollectionCache
tmp(other);
43
~
CollectionCache
();
46
void swap(
CollectionCache
&);
67
inline void
CollectionCache
::checkConsistency() {
[
all
...]
CollectionCache.cpp
22
#include "
CollectionCache
.h"
26
CollectionCache
::
CollectionCache
()
32
inline void
CollectionCache
::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src)
40
CollectionCache
::
CollectionCache
(const
CollectionCache
& other)
53
void
CollectionCache
::swap(
CollectionCache
& other)
68
CollectionCache
::~CollectionCache(
[
all
...]
HTMLCollection.h
38
struct
CollectionCache
;
63
HTMLCollection(PassRefPtr<Node> base, CollectionType,
CollectionCache
*);
66
CollectionCache
* info() const { return m_info; }
81
mutable
CollectionCache
* m_info;
HTMLFormCollection.h
54
static
CollectionCache
* formCollectionInfo(HTMLFormElement*);
HTMLSelectElement.h
29
#include "
CollectionCache
.h"
83
CollectionCache
* collectionInfo() { m_collectionInfo.checkConsistency(); return &m_collectionInfo; }
149
CollectionCache
m_collectionInfo;
HTMLFormElement.h
44
struct
CollectionCache
;
154
OwnPtr<
CollectionCache
> m_collectionCache;
HTMLFormCollection.cpp
26
#include "
CollectionCache
.h"
39
inline
CollectionCache
* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form)
42
form->m_collectionCache = adoptPtr(new
CollectionCache
);
HTMLCollection.cpp
48
HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type,
CollectionCache
* info)
73
m_info = new
CollectionCache
;
/external/webkit/Source/WebCore/dom/
Document.h
31
#include "
CollectionCache
.h"
392
CollectionCache
* collectionInfo(CollectionType type)
401
CollectionCache
* nameCollectionInfo(CollectionType, const AtomicString& name);
[
all
...]
Document.cpp
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
312
html/
CollectionCache
.cpp \
[
all
...]
Completed in 347 milliseconds