Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMTokenList.cpp35 bool DOMTokenList::validateToken(const String& token, ExceptionState& exceptionState) in validateToken()
50 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState) in validateTokens()
60 bool DOMTokenList::contains(const AtomicString& token, ExceptionState& exceptionState) const in contains()
67 void DOMTokenList::add(const AtomicString& token, ExceptionState& exceptionState) in add()
76 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) in add()
96 void DOMTokenList::remove(const AtomicString& token, ExceptionState& exceptionState) in remove()
105 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) in remove()
124 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) in toggle()
137 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) in toggle()
150 void DOMTokenList::addInternal(const AtomicString& token) in addInternal()
[all …]
DDOMTokenList.h38 class DOMTokenList : public NoBaseWillBeGarbageCollectedFinalized<DOMTokenList>, public ScriptWrapp…
41 WTF_MAKE_NONCOPYABLE(DOMTokenList);
43 DOMTokenList() { } in DOMTokenList() function
44 virtual ~DOMTokenList() { } in ~DOMTokenList()
DDOMSettableTokenList.cpp56 DOMTokenList::add(tokens, exceptionState); in add()
68 DOMTokenList::addInternal(token); in addInternal()
77 DOMTokenList::remove(tokens, exceptionState); in remove()
84 DOMTokenList::removeInternal(token); in removeInternal()
DDOMSettableTokenList.h39 : public DOMTokenList
DDOMSettableTokenList.idl25 interface DOMSettableTokenList : DOMTokenList {
DDOMTokenList.idl28 ] interface DOMTokenList {
DElement.idl101 [PerWorldBindings] readonly attribute DOMTokenList classList;
DElement.h50 class DOMTokenList; variable
415 DOMTokenList& classList();
/external/chromium_org/third_party/WebKit/Source/core/html/
DClassList.cpp79 DOMTokenList::trace(visitor); in trace()
DClassList.h41 class ClassList FINAL : public DOMTokenList {
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp64 ../../core/dom/DOMTokenList.idl
Dcore_idl_files_list.tmp70 ../../core/dom/DOMTokenList.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp70 ../../../core/dom/DOMTokenList.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-x86.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-arm64.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-arm64.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-mips.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-mips.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-mips64.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.linux-mips64.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
Dwebcore_dom.target.darwin-x86_64.mk56 third_party/WebKit/Source/core/dom/DOMTokenList.cpp \
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp64 ../../core/dom/DOMTokenList.idl
Dcore_idl_files_list.tmp70 ../../core/dom/DOMTokenList.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp70 ../../../core/dom/DOMTokenList.idl

12345