HomeSort by relevance Sort by last modified time
    Searched defs:DOMSettableTokenList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMSettableTokenList.cpp 26 #include "core/html/DOMSettableTokenList.h"
32 DOMSettableTokenList::DOMSettableTokenList()
39 DOMSettableTokenList::~DOMSettableTokenList()
43 const AtomicString DOMSettableTokenList::item(unsigned index) const
50 bool DOMSettableTokenList::containsInternal(const AtomicString& token) const
55 void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionState& es)
67 void DOMSettableTokenList::addInternal(const AtomicString& token)
76 void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionState& es
    [all...]
DOMSettableTokenList.h 37 class DOMSettableTokenList : public DOMTokenList, public RefCounted<DOMSettableTokenList> {
40 static PassRefPtr<DOMSettableTokenList> create()
42 return adoptRef(new DOMSettableTokenList());
44 virtual ~DOMSettableTokenList();
46 virtual void ref() OVERRIDE { RefCounted<DOMSettableTokenList>::ref(); }
47 virtual void deref() OVERRIDE { RefCounted<DOMSettableTokenList>::deref(); }
61 DOMSettableTokenList();

Completed in 31 milliseconds