Home
last modified time | relevance | path

Searched refs:DOMTokenList (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMTokenList.cpp35 bool DOMTokenList::validateToken(const AtomicString& token, ExceptionState& exceptionState) in validateToken()
53 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState) in validateTokens()
63 bool DOMTokenList::contains(const AtomicString& token, ExceptionState& exceptionState) const in contains()
70 void DOMTokenList::add(const AtomicString& token, ExceptionState& exceptionState) in add()
77 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) in add()
97 void DOMTokenList::remove(const AtomicString& token, ExceptionState& exceptionState) in remove()
104 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) in remove()
123 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) in toggle()
136 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) in toggle()
149 void DOMTokenList::addInternal(const AtomicString& token) in addInternal()
[all …]
DDOMSettableTokenList.cpp57 DOMTokenList::add(tokens, exceptionState); in add()
69 DOMTokenList::addInternal(token); in addInternal()
78 DOMTokenList::remove(tokens, exceptionState); in remove()
85 DOMTokenList::removeInternal(token); in removeInternal()
DDOMTokenList.h37 class DOMTokenList : public ScriptWrappable {
38 WTF_MAKE_NONCOPYABLE(DOMTokenList); WTF_MAKE_FAST_ALLOCATED;
40 DOMTokenList() in DOMTokenList() function
44 virtual ~DOMTokenList() { }; in ~DOMTokenList()
DDOMSettableTokenList.h37 class DOMSettableTokenList : public DOMTokenList, public RefCounted<DOMSettableTokenList> {
DDOMSettableTokenList.idl25 interface DOMSettableTokenList : DOMTokenList {
DDOMTokenList.idl27 ] interface DOMTokenList {
DElement.h48 class DOMTokenList; variable
429 DOMTokenList* classList();
DElement.idl93 [PerWorldBindings] readonly attribute DOMTokenList classList;
DElement.cpp2797 DOMTokenList* Element::classList() in classList()
/external/chromium_org/third_party/WebKit/Source/core/html/
DClassList.h41 class ClassList : public DOMTokenList {
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-x86.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-mips.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-mips.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-arm.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-arm.mk70 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dcore.gypi60 'dom/DOMTokenList.idl',
1900 'dom/DOMTokenList.cpp',
1901 'dom/DOMTokenList.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp54 ../core/dom/DOMTokenList.idl
Dinterface_dependencies.target.darwin-mips.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.darwin-x86.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.darwin-arm.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.linux-mips.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.linux-arm.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.linux-x86.mk21 …dom/DOMStringMap.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
Dbindings_sources.target.linux-arm.mk609 …/V8DOMTokenList.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DOMTokenList.idl $(LOCAL_PAT…
610 …reprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/dom/DOMTokenList.idl

12