/external/webkit/Source/WebCore/html/ |
D | HTMLAllCollection.cpp | 33 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()
|
D | HTMLAllCollection.h | 33 class HTMLAllCollection : public HTMLCollection { 35 static PassRefPtr<HTMLAllCollection> create(PassRefPtr<Node>); 36 virtual ~HTMLAllCollection(); 39 HTMLAllCollection(PassRefPtr<Node>);
|
D | HTMLAllCollection.idl | 33 ] HTMLAllCollection { 38 // FIXME: This should return an HTMLAllCollection.
|
D | HTMLDocument.idl | 39 attribute [Custom, Deletable] HTMLAllCollection all;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8HTMLAllCollectionCustom.cpp | 44 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()
|
D | V8HTMLCollectionCustom.cpp | 148 return toV8(static_cast<HTMLAllCollection*>(impl)); in toV8()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLAllCollectionCustom.cpp | 69 HTMLAllCollection* collection = static_cast<HTMLAllCollection*>(jsCollection->impl()); in callHTMLAllCollection() 109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Ident… in canGetItemsForName()
|
D | JSHTMLCollectionCustom.cpp | 147 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLAllCollection, collection); in toJS()
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScriptSource.js | 351 …ect === "undefined") && inspectedWindow.HTMLAllCollection && object instanceof inspectedWindow.HTM…
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebPageSerializer.cpp | 166 RefPtr<HTMLAllCollection> allNodes = frame->document()->all(); in retrieveResourcesForFrame()
|
D | WebPageSerializerImpl.cpp | 480 RefPtr<HTMLAllCollection> all = currentDoc->all(); in collectTargetFrames()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.h | 85 class HTMLAllCollection; variable 391 PassRefPtr<HTMLAllCollection> all();
|
D | Document.cpp | 4239 PassRefPtr<HTMLAllCollection> Document::all() in all() 4241 return HTMLAllCollection::create(this); in all()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 205 HTMLAllCollection \
|
D | CodeGenerators.pri | 226 html/HTMLAllCollection.idl \
|
D | CMakeLists.txt | 201 html/HTMLAllCollection.idl 737 html/HTMLAllCollection.cpp
|
D | Android.mk | 328 html/HTMLAllCollection.cpp \
|
D | WebCore.pro | 659 html/HTMLAllCollection.cpp \ 1640 html/HTMLAllCollection.h \
|
D | WebCore.gypi | 1201 'html/HTMLAllCollection.idl', 2841 'html/HTMLAllCollection.cpp', 2842 'html/HTMLAllCollection.h',
|
D | GNUmakefile.list.am | 1599 Source/WebCore/html/HTMLAllCollection.cpp \ 1600 Source/WebCore/html/HTMLAllCollection.h \
|
D | GNUmakefile.am | 1644 Source/WebCore/html/HTMLAllCollection.cpp \ 1645 Source/WebCore/html/HTMLAllCollection.h \
|
D | ChangeLog-2006-05-10 | 26198 (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):
|
D | ChangeLog-2010-01-29 | 17877 * 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/ |
D | DOMWindow.idl | 483 attribute HTMLAllCollectionConstructor HTMLAllCollection;
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5161 …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 */,
|