Home
last modified time | relevance | path

Searched refs:HTMLAllCollection (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLAllCollection.cpp33 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(PassRefPtr<Node> base) in create()
35 return adoptRef(new HTMLAllCollection(base)); in create()
38 HTMLAllCollection::HTMLAllCollection(PassRefPtr<Node> base) in HTMLAllCollection() function in WebCore::HTMLAllCollection
43 HTMLAllCollection::~HTMLAllCollection() in ~HTMLAllCollection()
DHTMLAllCollection.h33 class HTMLAllCollection : public HTMLCollection {
35 static PassRefPtr<HTMLAllCollection> create(PassRefPtr<Node>);
36 virtual ~HTMLAllCollection();
39 HTMLAllCollection(PassRefPtr<Node>);
DHTMLAllCollection.idl33 ] HTMLAllCollection {
38 // FIXME: This should return an HTMLAllCollection.
DHTMLDocument.idl39 attribute [Custom, Deletable] HTMLAllCollection all;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLAllCollectionCustom.cpp44 static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name) in getNamedItems()
58 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument) in getItem()
89 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder()); in namedPropertyGetter()
96 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in itemCallback()
103 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in namedItemCallback()
118 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in callAsFunctionCallback()
DV8HTMLCollectionCustom.cpp148 return toV8(static_cast<HTMLAllCollection*>(impl)); in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLAllCollectionCustom.cpp69 HTMLAllCollection* collection = static_cast<HTMLAllCollection*>(jsCollection->impl()); in callHTMLAllCollection()
109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Ident… in canGetItemsForName()
DJSHTMLCollectionCustom.cpp147 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLAllCollection, collection); in toJS()
/external/webkit/Source/WebCore/inspector/
DInjectedScriptSource.js351 …ect === "undefined") && inspectedWindow.HTMLAllCollection && object instanceof inspectedWindow.HTM…
/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializer.cpp166 RefPtr<HTMLAllCollection> allNodes = frame->document()->all(); in retrieveResourcesForFrame()
DWebPageSerializerImpl.cpp480 RefPtr<HTMLAllCollection> all = currentDoc->all(); in collectTargetFrames()
/external/webkit/Source/WebCore/dom/
DDocument.h85 class HTMLAllCollection; variable
391 PassRefPtr<HTMLAllCollection> all();
DDocument.cpp4239 PassRefPtr<HTMLAllCollection> Document::all() in all()
4241 return HTMLAllCollection::create(this); in all()
/external/webkit/Source/WebCore/
DDerivedSources.make205 HTMLAllCollection \
DCodeGenerators.pri226 html/HTMLAllCollection.idl \
DCMakeLists.txt201 html/HTMLAllCollection.idl
737 html/HTMLAllCollection.cpp
DAndroid.mk328 html/HTMLAllCollection.cpp \
DWebCore.pro659 html/HTMLAllCollection.cpp \
1640 html/HTMLAllCollection.h \
DWebCore.gypi1201 'html/HTMLAllCollection.idl',
2841 'html/HTMLAllCollection.cpp',
2842 'html/HTMLAllCollection.h',
DGNUmakefile.list.am1599 Source/WebCore/html/HTMLAllCollection.cpp \
1600 Source/WebCore/html/HTMLAllCollection.h \
DGNUmakefile.am1644 Source/WebCore/html/HTMLAllCollection.cpp \
1645 Source/WebCore/html/HTMLAllCollection.h \
DChangeLog-2006-05-1026198 (KJS::HTMLAllCollection::masqueradeAsUndefined):
36642 (KJS::HTMLAllCollection::isEqualToNull):
37833 (KJS::HTMLAllCollection::toPrimitive):
37838 (KJS::HTMLAllCollection::HTMLAllCollection):
37839 Add HTMLAllCollection, a subclass of HTMLCollection which should
37842 (KJS::HTMLAllCollection::toBoolean):
DChangeLog-2010-01-2917877 * html/HTMLAllCollection.idl:
41872 * html/HTMLAllCollection.idl:
42054 [V8] Fix up to accommodate for HTMLAllCollection changes in
42295 - Auto-generate HTMLAllCollection.
42322 * dom/HTMLAllCollection.idl: Removed.
42323 * html/HTMLAllCollection.cpp: Added.
42324 (WebCore::HTMLAllCollection::create):
42325 (WebCore::HTMLAllCollection::HTMLAllCollection):
42326 (WebCore::HTMLAllCollection::~HTMLAllCollection):
42327 * html/HTMLAllCollection.h: Added.
[all …]
/external/webkit/Source/WebCore/page/
DDOMWindow.idl483 attribute HTMLAllCollectionConstructor HTMLAllCollection;
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5161 …109144950010D361 /* HTMLAllCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = BC97E238109…
5162 …09144950010D361 /* HTMLAllCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC97E23910…
11657 …0010D361 /* HTMLAllCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
11658 …0D361 /* HTMLAllCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
11659 …46F10010D361 /* HTMLAllCollection.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…
15876 BC97E239109144950010D361 /* HTMLAllCollection.cpp */,
15877 BC97E238109144950010D361 /* HTMLAllCollection.h */,
15878 BC97E23C109146F10010D361 /* HTMLAllCollection.idl */,
21213 BC97E23A109144950010D361 /* HTMLAllCollection.h in Headers */,
24053 BC97E23B109144950010D361 /* HTMLAllCollection.cpp in Sources */,

12