Base               80 Source/core/svg/SVGPathSegList.cpp         if (!Base::isEmpty()) {
Base              101 Source/core/svg/SVGPathSegList.cpp     Base::clear();
Base              123 Source/core/svg/SVGPathSegList.cpp     Base::clear();
Base              129 Source/core/svg/SVGPathSegList.cpp     RefPtr<SVGPathSeg> item = Base::appendItem(passItem);
Base               67 Source/core/svg/SVGPathSegList.h         return Base::at(index);
Base               73 Source/core/svg/SVGPathSegList.h         return Base::length();
Base               79 Source/core/svg/SVGPathSegList.h             return Base::isEmpty();
Base               87 Source/core/svg/SVGPathSegList.h         Base::clear();
Base               94 Source/core/svg/SVGPathSegList.h         Base::append(passNewItem);
Base              100 Source/core/svg/SVGPathSegList.h         return Base::initialize(passItem);
Base              106 Source/core/svg/SVGPathSegList.h         return Base::getItem(index, exceptionState);
Base              113 Source/core/svg/SVGPathSegList.h         return Base::insertItemBefore(passItem, index);
Base              120 Source/core/svg/SVGPathSegList.h         return Base::replaceItem(passItem, index, exceptionState);
Base              127 Source/core/svg/SVGPathSegList.h         return Base::removeItem(index, exceptionState);
Base              152 Source/core/svg/SVGPathSegList.h         Base::append(passNewItem);
Base               77 Source/core/workers/DedicatedWorkerGlobalScope.cpp     Base::importScripts(urls, exceptionState);
Base               83 Source/core/workers/DedicatedWorkerGlobalScope.cpp     return static_cast<DedicatedWorkerThread*>(Base::thread());
Base               78 Source/core/workers/SharedWorkerGlobalScope.cpp     return static_cast<SharedWorkerThread*>(Base::thread());
Base              152 Source/wtf/Deque.h         DequeIterator(Deque<T, inlineCapacity>* deque, size_t index) : Base(deque, index) { }
Base              154 Source/wtf/Deque.h         DequeIterator(const Iterator& other) : Base(other) { }
Base              155 Source/wtf/Deque.h         DequeIterator& operator=(const Iterator& other) { Base::assign(other); return *this; }
Base              157 Source/wtf/Deque.h         T& operator*() const { return *Base::after(); }
Base              158 Source/wtf/Deque.h         T* operator->() const { return Base::after(); }
Base              160 Source/wtf/Deque.h         bool operator==(const Iterator& other) const { return Base::isEqual(other); }
Base              161 Source/wtf/Deque.h         bool operator!=(const Iterator& other) const { return !Base::isEqual(other); }
Base              163 Source/wtf/Deque.h         Iterator& operator++() { Base::increment(); return *this; }
Base              165 Source/wtf/Deque.h         Iterator& operator--() { Base::decrement(); return *this; }
Base              183 Source/wtf/Deque.h         DequeConstIterator(const Deque<T, inlineCapacity>* deque, size_t index) : Base(deque, index) { }
Base              185 Source/wtf/Deque.h         DequeConstIterator(const Iterator& other) : Base(other) { }
Base              186 Source/wtf/Deque.h         DequeConstIterator(const NonConstIterator& other) : Base(other) { }
Base              187 Source/wtf/Deque.h         DequeConstIterator& operator=(const Iterator& other) { Base::assign(other); return *this; }
Base              188 Source/wtf/Deque.h         DequeConstIterator& operator=(const NonConstIterator& other) { Base::assign(other); return *this; }
Base              190 Source/wtf/Deque.h         const T& operator*() const { return *Base::after(); }
Base              191 Source/wtf/Deque.h         const T* operator->() const { return Base::after(); }
Base              193 Source/wtf/Deque.h         bool operator==(const Iterator& other) const { return Base::isEqual(other); }
Base              194 Source/wtf/Deque.h         bool operator!=(const Iterator& other) const { return !Base::isEqual(other); }
Base              196 Source/wtf/Deque.h         Iterator& operator++() { Base::increment(); return *this; }
Base              198 Source/wtf/Deque.h         Iterator& operator--() { Base::decrement(); return *this; }
Base              373 Source/wtf/Vector.h         using Base::allocateBuffer;
Base              374 Source/wtf/Vector.h         using Base::allocationSize;
Base              376 Source/wtf/Vector.h         using Base::buffer;
Base              377 Source/wtf/Vector.h         using Base::capacity;
Base              380 Source/wtf/Vector.h         using Base::m_size;
Base              389 Source/wtf/Vector.h         using Base::m_buffer;
Base              390 Source/wtf/Vector.h         using Base::m_capacity;
Base              400 Source/wtf/Vector.h             : Base(inlineBuffer(), inlineCapacity)
Base              405 Source/wtf/Vector.h             : Base(inlineBuffer(), inlineCapacity)
Base              408 Source/wtf/Vector.h                 Base::allocateBuffer(capacity);
Base              438 Source/wtf/Vector.h                 Base::allocateBuffer(newCapacity);
Base              447 Source/wtf/Vector.h             return Base::allocationSize(capacity);
Base              479 Source/wtf/Vector.h         using Base::buffer;
Base              480 Source/wtf/Vector.h         using Base::capacity;
Base              483 Source/wtf/Vector.h         using Base::m_size;
Base              491 Source/wtf/Vector.h         using Base::m_buffer;
Base              492 Source/wtf/Vector.h         using Base::m_capacity;
Base              580 Source/wtf/Vector.h             : Base(size)
Base              598 Source/wtf/Vector.h                 if (LIKELY(!Base::buffer()))
Base              606 Source/wtf/Vector.h             Base::destruct();
Base              633 Source/wtf/Vector.h         size_t capacity() const { return Base::capacity(); }
Base              639 Source/wtf/Vector.h             return Base::buffer()[i];
Base              644 Source/wtf/Vector.h             return Base::buffer()[i];
Base              650 Source/wtf/Vector.h         T* data() { return Base::buffer(); }
Base              651 Source/wtf/Vector.h         const T* data() const { return Base::buffer(); }
Base              704 Source/wtf/Vector.h             : Base(size)
Base              717 Source/wtf/Vector.h             Base::swapVectorBuffer(other);
Base              732 Source/wtf/Vector.h         using Base::m_size;
Base              733 Source/wtf/Vector.h         using Base::buffer;
Base              734 Source/wtf/Vector.h         using Base::capacity;
Base              735 Source/wtf/Vector.h         using Base::swapVectorBuffer;
Base              736 Source/wtf/Vector.h         using Base::allocateBuffer;
Base              737 Source/wtf/Vector.h         using Base::allocationSize;
Base              742 Source/wtf/Vector.h         : Base(other.capacity())
Base              751 Source/wtf/Vector.h         : Base(other.capacity())
Base              973 Source/wtf/Vector.h         Base::allocateBuffer(newCapacity);
Base              975 Source/wtf/Vector.h         Base::deallocateBuffer(oldBuffer);
Base              984 Source/wtf/Vector.h             Base::allocateBuffer(initialCapacity);
Base              999 Source/wtf/Vector.h             if (Base::allocationSize(capacity()) == Base::allocationSize(newCapacity))
Base             1003 Source/wtf/Vector.h             Base::allocateBuffer(newCapacity);
Base             1007 Source/wtf/Vector.h             Base::resetBufferPointer();
Base             1010 Source/wtf/Vector.h         Base::deallocateBuffer(oldBuffer);