OVERRIDE           30 Source/bindings/templates/callback_interface.h     virtual {{method.cpp_type}} {{method.name}}({{method.argument_declarations | join(', ')}}) OVERRIDE;
OVERRIDE           29 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethod() OVERRIDE;
OVERRIDE           30 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual bool booleanMethod() OVERRIDE;
OVERRIDE           31 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodBooleanArg(bool boolArg) OVERRIDE;
OVERRIDE           32 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodSequenceArg(const Vector<RefPtr<TestInterfaceEmpty> >& sequenceArg) OVERRIDE;
OVERRIDE           33 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodFloatArg(float floatArg) OVERRIDE;
OVERRIDE           34 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty* testInterfaceEmptyArg) OVERRIDE;
OVERRIDE           35 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg) OVERRIDE;
OVERRIDE           36 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE;
OVERRIDE           37 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void customVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty* testInterfaceEmptyArg) OVERRIDE;
OVERRIDE           38 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodWillBeGarbageCollectedSequenceArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& sequenceArg) OVERRIDE;
OVERRIDE           39 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodWillBeGarbageCollectedArrayArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& arrayArg) OVERRIDE;
OVERRIDE           73 Source/bindings/v8/CallbackPromiseAdapter.h     virtual void onSuccess(typename S::WebType* result) OVERRIDE
OVERRIDE           78 Source/bindings/v8/CallbackPromiseAdapter.h     virtual void onError(typename T::WebType* error) OVERRIDE
OVERRIDE          126 Source/bindings/v8/ExceptionState.h     virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
OVERRIDE          127 Source/bindings/v8/ExceptionState.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
OVERRIDE          128 Source/bindings/v8/ExceptionState.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
OVERRIDE          135 Source/bindings/v8/ExceptionState.h     virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
OVERRIDE          136 Source/bindings/v8/ExceptionState.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
OVERRIDE          137 Source/bindings/v8/ExceptionState.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
OVERRIDE           48 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE { }
OVERRIDE           49 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwTypeError(const String& message = String()) OVERRIDE { }
OVERRIDE           50 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE { }
OVERRIDE           65 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE;
OVERRIDE           66 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
OVERRIDE           67 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
OVERRIDE           63 Source/bindings/v8/PageScriptDebugServer.h     virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage) OVERRIDE;
OVERRIDE           64 Source/bindings/v8/PageScriptDebugServer.h     virtual void clearCompiledScripts() OVERRIDE;
OVERRIDE           65 Source/bindings/v8/PageScriptDebugServer.h     virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage) OVERRIDE;
OVERRIDE           66 Source/bindings/v8/PageScriptDebugServer.h     virtual void setPreprocessorSource(const String&) OVERRIDE;
OVERRIDE           67 Source/bindings/v8/PageScriptDebugServer.h     virtual void preprocessBeforeCompile(const v8::Debug::EventDetails&) OVERRIDE;
OVERRIDE           68 Source/bindings/v8/PageScriptDebugServer.h     virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&) OVERRIDE;
OVERRIDE           69 Source/bindings/v8/PageScriptDebugServer.h     virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) OVERRIDE;
OVERRIDE           71 Source/bindings/v8/PageScriptDebugServer.h     virtual void muteWarningsAndDeprecations() OVERRIDE;
OVERRIDE           72 Source/bindings/v8/PageScriptDebugServer.h     virtual void unmuteWarningsAndDeprecations() OVERRIDE;
OVERRIDE           78 Source/bindings/v8/PageScriptDebugServer.h     virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>) OVERRIDE;
OVERRIDE           79 Source/bindings/v8/PageScriptDebugServer.h     virtual void runMessageLoopOnPause(v8::Handle<v8::Context>) OVERRIDE;
OVERRIDE           80 Source/bindings/v8/PageScriptDebugServer.h     virtual void quitMessageLoopOnPause() OVERRIDE;
OVERRIDE           45 Source/bindings/v8/RetainedDOMInfo.h     virtual void Dispose() OVERRIDE;
OVERRIDE           46 Source/bindings/v8/RetainedDOMInfo.h     virtual bool IsEquivalent(v8::RetainedObjectInfo* other) OVERRIDE;
OVERRIDE           47 Source/bindings/v8/RetainedDOMInfo.h     virtual intptr_t GetHash() OVERRIDE;
OVERRIDE           48 Source/bindings/v8/RetainedDOMInfo.h     virtual const char* GetGroupLabel() OVERRIDE;
OVERRIDE           49 Source/bindings/v8/RetainedDOMInfo.h     virtual const char* GetLabel() OVERRIDE;
OVERRIDE           50 Source/bindings/v8/RetainedDOMInfo.h     virtual intptr_t GetElementCount() OVERRIDE;
OVERRIDE           51 Source/bindings/v8/RetainedDOMInfo.h     virtual intptr_t GetEquivalenceClass() OVERRIDE;
OVERRIDE           65 Source/bindings/v8/ScriptHeapSnapshot.cpp     virtual void EndOfStream() OVERRIDE { m_output->Close(); }
OVERRIDE           66 Source/bindings/v8/ScriptHeapSnapshot.cpp     virtual int GetChunkSize() OVERRIDE { return 102400; }
OVERRIDE           67 Source/bindings/v8/ScriptHeapSnapshot.cpp     virtual WriteResult WriteAsciiChunk(char* data, int size) OVERRIDE
OVERRIDE          147 Source/bindings/v8/ScriptProfiler.cpp     virtual ControlOption ReportProgressValue(int done, int total) OVERRIDE
OVERRIDE          166 Source/bindings/v8/ScriptProfiler.cpp     virtual const char* GetName(v8::Handle<v8::Object> object) OVERRIDE
OVERRIDE          192 Source/bindings/v8/ScriptProfiler.cpp     virtual void EndOfStream() OVERRIDE { }
OVERRIDE          194 Source/bindings/v8/ScriptProfiler.cpp     virtual WriteResult WriteAsciiChunk(char* data, int size) OVERRIDE
OVERRIDE          200 Source/bindings/v8/ScriptProfiler.cpp     virtual WriteResult WriteHeapStatsChunk(v8::HeapStatsUpdate* updateData, int count) OVERRIDE
OVERRIDE          277 Source/bindings/v8/ScriptProfiler.cpp         virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
OVERRIDE         1018 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* advance(Serializer&) OVERRIDE
OVERRIDE         1110 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* advance(Serializer& serializer) OVERRIDE
OVERRIDE         1123 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* objectDone(unsigned numProperties, Serializer& serializer) OVERRIDE
OVERRIDE         1139 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* advance(Serializer& serializer) OVERRIDE
OVERRIDE         1153 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* objectDone(unsigned numProperties, Serializer& serializer) OVERRIDE
OVERRIDE         1171 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* advance(Serializer& serializer) OVERRIDE
OVERRIDE         1177 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* objectDone(unsigned numProperties, Serializer& serializer) OVERRIDE
OVERRIDE         2468 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool newSparseArray(uint32_t) OVERRIDE
OVERRIDE         2475 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool newDenseArray(uint32_t length) OVERRIDE
OVERRIDE         2482 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool consumeTopOfStack(v8::Handle<v8::Value>* object) OVERRIDE
OVERRIDE         2491 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool newObject() OVERRIDE
OVERRIDE         2500 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool completeObject(uint32_t numProperties, v8::Handle<v8::Value>* value) OVERRIDE
OVERRIDE         2516 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool completeSparseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* value) OVERRIDE
OVERRIDE         2532 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool completeDenseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* value) OVERRIDE
OVERRIDE         2556 Source/bindings/v8/SerializedScriptValue.cpp     virtual void pushObjectReference(const v8::Handle<v8::Value>& object) OVERRIDE
OVERRIDE         2561 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool tryGetTransferredMessagePort(uint32_t index, v8::Handle<v8::Value>* object) OVERRIDE
OVERRIDE         2571 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool tryGetTransferredArrayBuffer(uint32_t index, v8::Handle<v8::Value>* object) OVERRIDE
OVERRIDE         2589 Source/bindings/v8/SerializedScriptValue.cpp     virtual bool tryGetObjectFromObjectReference(uint32_t reference, v8::Handle<v8::Value>* object) OVERRIDE
OVERRIDE         2597 Source/bindings/v8/SerializedScriptValue.cpp     virtual uint32_t objectReferenceCount() OVERRIDE
OVERRIDE           71 Source/bindings/v8/V8AbstractEventListener.h         virtual bool operator==(const EventListener& other) OVERRIDE { return this == &other; }
OVERRIDE           73 Source/bindings/v8/V8AbstractEventListener.h         virtual void handleEvent(ExecutionContext*, Event*) OVERRIDE;
OVERRIDE          111 Source/bindings/v8/V8AbstractEventListener.h         virtual bool belongsToTheCurrentWorld() const OVERRIDE FINAL;
OVERRIDE          129 Source/bindings/v8/V8AbstractEventListener.h         virtual bool virtualisAttribute() const OVERRIDE { return m_isAttribute; }
OVERRIDE          102 Source/bindings/v8/V8Binding.cpp     virtual void* Allocate(size_t size) OVERRIDE
OVERRIDE          109 Source/bindings/v8/V8Binding.cpp     virtual void* AllocateUninitialized(size_t size) OVERRIDE
OVERRIDE          116 Source/bindings/v8/V8Binding.cpp     virtual void Free(void* data, size_t size) OVERRIDE
OVERRIDE          741 Source/bindings/v8/V8Binding.h     virtual void requestInterrupt() OVERRIDE
OVERRIDE          746 Source/bindings/v8/V8Binding.h     virtual void clearInterrupt() OVERRIDE
OVERRIDE           60 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h     virtual void created(Element*) OVERRIDE;
OVERRIDE           61 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h     virtual void attached(Element*) OVERRIDE;
OVERRIDE           62 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h     virtual void detached(Element*) OVERRIDE;
OVERRIDE           63 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h     virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
OVERRIDE           55 Source/bindings/v8/V8ErrorHandler.h     virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
OVERRIDE           56 Source/bindings/v8/V8ErrorHandler.h     virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) OVERRIDE;
OVERRIDE           57 Source/bindings/v8/V8EventListener.h         virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
OVERRIDE          102 Source/bindings/v8/V8GCController.cpp     virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
OVERRIDE          243 Source/bindings/v8/V8GCController.cpp     virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
OVERRIDE           56 Source/bindings/v8/V8LazyEventListener.h         virtual bool isLazy() const OVERRIDE { return true; }
OVERRIDE           59 Source/bindings/v8/V8LazyEventListener.h         virtual void prepareListenerObject(ExecutionContext*) OVERRIDE;
OVERRIDE           64 Source/bindings/v8/V8LazyEventListener.h         virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
OVERRIDE           70 Source/bindings/v8/V8LazyEventListener.h         virtual bool wasCreatedFromMarkup() const OVERRIDE { return true; }
OVERRIDE           49 Source/bindings/v8/V8MutationCallback.h     virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) OVERRIDE;
OVERRIDE           50 Source/bindings/v8/V8MutationCallback.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ContextLifecycleObserver::executionContext(); }
OVERRIDE           71 Source/bindings/v8/V8NodeFilterCondition.h     virtual short acceptNode(Node*, ExceptionState&) const OVERRIDE;
OVERRIDE          128 Source/bindings/v8/V8StringResource.h     virtual size_t length() const OVERRIDE { return m_plainString.impl()->length(); }
OVERRIDE          129 Source/bindings/v8/V8StringResource.h     virtual const uint16_t* data() const OVERRIDE
OVERRIDE          149 Source/bindings/v8/V8StringResource.h     virtual size_t length() const OVERRIDE { return m_plainString.impl()->length(); }
OVERRIDE          150 Source/bindings/v8/V8StringResource.h     virtual const char* data() const OVERRIDE
OVERRIDE           49 Source/bindings/v8/V8WorkerGlobalScopeEventListener.h         virtual void handleEvent(ExecutionContext*, Event*) OVERRIDE;
OVERRIDE           55 Source/bindings/v8/V8WorkerGlobalScopeEventListener.h         virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
OVERRIDE           57 Source/bindings/v8/WorkerScriptDebugServer.h     virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>) OVERRIDE;
OVERRIDE           58 Source/bindings/v8/WorkerScriptDebugServer.h     virtual void runMessageLoopOnPause(v8::Handle<v8::Context>) OVERRIDE;
OVERRIDE           59 Source/bindings/v8/WorkerScriptDebugServer.h     virtual void quitMessageLoopOnPause() OVERRIDE;
OVERRIDE           39 Source/bindings/v8/custom/V8ArrayBufferCustom.h     virtual void arrayBufferDeallocated(unsigned sizeInBytes) OVERRIDE
OVERRIDE           46 Source/bindings/v8/custom/V8ArrayBufferCustom.h     virtual void blinkAllocatedMemory(unsigned sizeInBytes) OVERRIDE
OVERRIDE           50 Source/bindings/v8/custom/V8CustomXPathNSResolver.h     virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
OVERRIDE           52 Source/bindings/v8/custom/V8CustomXPathNSResolver.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          248 Source/bindings/v8/custom/V8PromiseCustom.cpp     virtual void performTask(ExecutionContext*) OVERRIDE;
OVERRIDE          292 Source/bindings/v8/custom/V8PromiseCustom.cpp     virtual void performTask(ExecutionContext*) OVERRIDE;
OVERRIDE           48 Source/core/accessibility/AXARIAGrid.h     virtual bool isAriaTable() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/accessibility/AXARIAGrid.h     virtual void addChildren() OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXARIAGrid.h     virtual bool supportsSelectedRows() OVERRIDE { return true; }
OVERRIDE           55 Source/core/accessibility/AXARIAGrid.h     virtual bool isMultiSelectable() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/accessibility/AXARIAGrid.h     virtual bool isTableExposableThroughAccessibility() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/accessibility/AXARIAGridCell.h     virtual void rowIndexRange(pair<unsigned, unsigned>& rowRange) OVERRIDE;
OVERRIDE           47 Source/core/accessibility/AXARIAGridCell.h     virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange) OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXARIAGridCell.h     virtual AXObject* parentTable() const OVERRIDE;
OVERRIDE           47 Source/core/accessibility/AXARIAGridRow.h     virtual AXObject* headerObject() OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXARIAGridRow.h     virtual bool isARIATreeGridRow() const OVERRIDE;
OVERRIDE           52 Source/core/accessibility/AXImageMapLink.h     virtual Node* node() const OVERRIDE { return m_areaElement.get(); }
OVERRIDE           54 Source/core/accessibility/AXImageMapLink.h     virtual AccessibilityRole roleValue() const OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXImageMapLink.h     virtual bool isEnabled() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/accessibility/AXImageMapLink.h     virtual Element* anchorElement() const OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXImageMapLink.h     virtual Element* actionElement() const OVERRIDE;
OVERRIDE           59 Source/core/accessibility/AXImageMapLink.h     virtual KURL url() const OVERRIDE;
OVERRIDE           60 Source/core/accessibility/AXImageMapLink.h     virtual bool isLink() const OVERRIDE { return true; }
OVERRIDE           61 Source/core/accessibility/AXImageMapLink.h     virtual bool isLinked() const OVERRIDE { return true; }
OVERRIDE           62 Source/core/accessibility/AXImageMapLink.h     virtual String title() const OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXImageMapLink.h     virtual String accessibilityDescription() const OVERRIDE;
OVERRIDE           64 Source/core/accessibility/AXImageMapLink.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE           66 Source/core/accessibility/AXImageMapLink.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           72 Source/core/accessibility/AXImageMapLink.h     virtual void detachFromParent() OVERRIDE;
OVERRIDE           74 Source/core/accessibility/AXImageMapLink.h     virtual bool isImageMapLink() const OVERRIDE { return true; }
OVERRIDE           46 Source/core/accessibility/AXInlineTextBox.h     virtual void init() OVERRIDE;
OVERRIDE           47 Source/core/accessibility/AXInlineTextBox.h     virtual void detach() OVERRIDE;
OVERRIDE           51 Source/core/accessibility/AXInlineTextBox.h     virtual AccessibilityRole roleValue() const OVERRIDE { return InlineTextBoxRole; }
OVERRIDE           52 Source/core/accessibility/AXInlineTextBox.h     virtual String stringValue() const OVERRIDE;
OVERRIDE           53 Source/core/accessibility/AXInlineTextBox.h     virtual void textCharacterOffsets(Vector<int>&) const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXInlineTextBox.h     virtual void wordBoundaries(Vector<PlainTextRange>& words) const OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXInlineTextBox.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXInlineTextBox.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE           57 Source/core/accessibility/AXInlineTextBox.h     virtual AccessibilityTextDirection textDirection() const OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXInlineTextBox.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           44 Source/core/accessibility/AXList.h     virtual bool isList() const OVERRIDE { return true; }
OVERRIDE           49 Source/core/accessibility/AXList.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ListRole; }
OVERRIDE           51 Source/core/accessibility/AXList.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           44 Source/core/accessibility/AXListBox.h     virtual bool canSetSelectedChildrenAttribute() const OVERRIDE;
OVERRIDE           46 Source/core/accessibility/AXListBox.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxRole; }
OVERRIDE           48 Source/core/accessibility/AXListBox.h     virtual void selectedChildren(AccessibilityChildrenVector&) OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXListBox.h     virtual void addChildren() OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXListBox.h     virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE;
OVERRIDE           53 Source/core/accessibility/AXListBoxOption.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxOptionRole; }
OVERRIDE           54 Source/core/accessibility/AXListBoxOption.h     virtual bool isSelected() const OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXListBoxOption.h     virtual bool isEnabled() const OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXListBoxOption.h     virtual bool isSelectedOptionActive() const OVERRIDE;
OVERRIDE           57 Source/core/accessibility/AXListBoxOption.h     virtual String stringValue() const OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXListBoxOption.h     virtual Element* actionElement() const OVERRIDE;
OVERRIDE           59 Source/core/accessibility/AXListBoxOption.h     virtual Node* node() const OVERRIDE { return m_optionElement; }
OVERRIDE           60 Source/core/accessibility/AXListBoxOption.h     virtual void setSelected(bool) OVERRIDE;
OVERRIDE           61 Source/core/accessibility/AXListBoxOption.h     virtual bool canSetSelectedAttribute() const OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXListBoxOption.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           64 Source/core/accessibility/AXListBoxOption.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE           69 Source/core/accessibility/AXListBoxOption.h     virtual bool isListBoxOption() const OVERRIDE { return true; }
OVERRIDE           70 Source/core/accessibility/AXListBoxOption.h     virtual bool canHaveChildren() const OVERRIDE { return false; }
OVERRIDE           71 Source/core/accessibility/AXListBoxOption.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           44 Source/core/accessibility/AXMediaControls.h     virtual AccessibilityRole roleValue() const OVERRIDE;
OVERRIDE           46 Source/core/accessibility/AXMediaControls.h     virtual String title() const OVERRIDE FINAL;
OVERRIDE           47 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
OVERRIDE           48 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
OVERRIDE           53 Source/core/accessibility/AXMediaControls.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
OVERRIDE           64 Source/core/accessibility/AXMediaControls.h     virtual String valueDescription() const OVERRIDE;
OVERRIDE           78 Source/core/accessibility/AXMediaControls.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ToolbarRole; }
OVERRIDE           80 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
OVERRIDE           81 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
OVERRIDE           86 Source/core/accessibility/AXMediaControls.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           96 Source/core/accessibility/AXMediaControls.h     virtual AccessibilityRole roleValue() const OVERRIDE { return StaticTextRole; }
OVERRIDE           98 Source/core/accessibility/AXMediaControls.h     virtual String stringValue() const OVERRIDE;
OVERRIDE           99 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
OVERRIDE          103 Source/core/accessibility/AXMediaControls.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           42 Source/core/accessibility/AXMenuList.h     virtual bool isCollapsed() const OVERRIDE;
OVERRIDE           43 Source/core/accessibility/AXMenuList.h     virtual bool press() const OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXMenuList.h     virtual bool isMenuList() const OVERRIDE { return true; }
OVERRIDE           51 Source/core/accessibility/AXMenuList.h     virtual AccessibilityRole roleValue() const OVERRIDE { return PopUpButtonRole; }
OVERRIDE           52 Source/core/accessibility/AXMenuList.h     virtual bool canSetFocusAttribute() const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXMenuList.h     virtual void addChildren() OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXMenuList.h     virtual void childrenChanged() OVERRIDE;
OVERRIDE           45 Source/core/accessibility/AXMenuListOption.h     virtual bool isMenuListOption() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/accessibility/AXMenuListOption.h     virtual AccessibilityRole roleValue() const OVERRIDE { return MenuListOptionRole; }
OVERRIDE           48 Source/core/accessibility/AXMenuListOption.h     virtual bool canHaveChildren() const OVERRIDE { return false; }
OVERRIDE           50 Source/core/accessibility/AXMenuListOption.h     virtual Element* actionElement() const OVERRIDE;
OVERRIDE           51 Source/core/accessibility/AXMenuListOption.h     virtual bool isEnabled() const OVERRIDE;
OVERRIDE           52 Source/core/accessibility/AXMenuListOption.h     virtual bool isVisible() const OVERRIDE;
OVERRIDE           53 Source/core/accessibility/AXMenuListOption.h     virtual bool isOffScreen() const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXMenuListOption.h     virtual bool isSelected() const OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXMenuListOption.h     virtual void setSelected(bool) OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXMenuListOption.h     virtual bool canSetSelectedAttribute() const OVERRIDE;
OVERRIDE           57 Source/core/accessibility/AXMenuListOption.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXMenuListOption.h     virtual String stringValue() const OVERRIDE;
OVERRIDE           59 Source/core/accessibility/AXMenuListOption.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           42 Source/core/accessibility/AXMenuListPopup.h     virtual bool isEnabled() const OVERRIDE;
OVERRIDE           43 Source/core/accessibility/AXMenuListPopup.h     virtual bool isOffScreen() const OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXMenuListPopup.h     virtual bool isMenuListPopup() const OVERRIDE { return true; }
OVERRIDE           52 Source/core/accessibility/AXMenuListPopup.h     virtual LayoutRect elementRect() const OVERRIDE { return LayoutRect(); }
OVERRIDE           53 Source/core/accessibility/AXMenuListPopup.h     virtual AccessibilityRole roleValue() const OVERRIDE { return MenuListPopupRole; }
OVERRIDE           55 Source/core/accessibility/AXMenuListPopup.h     virtual bool isVisible() const OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXMenuListPopup.h     virtual bool press() const OVERRIDE;
OVERRIDE           57 Source/core/accessibility/AXMenuListPopup.h     virtual void addChildren() OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXMenuListPopup.h     virtual void childrenChanged() OVERRIDE;
OVERRIDE           59 Source/core/accessibility/AXMenuListPopup.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           43 Source/core/accessibility/AXMockObject.h     virtual AXObject* parentObject() const OVERRIDE { return m_parent; }
OVERRIDE           44 Source/core/accessibility/AXMockObject.h     virtual bool isEnabled() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/accessibility/AXMockObject.h     virtual void detachFromParent() OVERRIDE { m_parent = 0; }
OVERRIDE           53 Source/core/accessibility/AXMockObject.h     virtual bool isMockObject() const OVERRIDE FINAL { return true; }
OVERRIDE           55 Source/core/accessibility/AXMockObject.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           74 Source/core/accessibility/AXNodeObject.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE          102 Source/core/accessibility/AXNodeObject.h     virtual void init() OVERRIDE;
OVERRIDE          103 Source/core/accessibility/AXNodeObject.h     virtual void detach() OVERRIDE;
OVERRIDE          104 Source/core/accessibility/AXNodeObject.h     virtual bool isDetached() const OVERRIDE { return !m_node; }
OVERRIDE          105 Source/core/accessibility/AXNodeObject.h     virtual bool isAXNodeObject() const OVERRIDE FINAL { return true; }
OVERRIDE          108 Source/core/accessibility/AXNodeObject.h     virtual bool isAnchor() const OVERRIDE FINAL;
OVERRIDE          109 Source/core/accessibility/AXNodeObject.h     virtual bool isControl() const OVERRIDE;
OVERRIDE          110 Source/core/accessibility/AXNodeObject.h     virtual bool isFieldset() const OVERRIDE FINAL;
OVERRIDE          111 Source/core/accessibility/AXNodeObject.h     virtual bool isHeading() const OVERRIDE FINAL;
OVERRIDE          112 Source/core/accessibility/AXNodeObject.h     virtual bool isHovered() const OVERRIDE FINAL;
OVERRIDE          113 Source/core/accessibility/AXNodeObject.h     virtual bool isImage() const OVERRIDE FINAL;
OVERRIDE          115 Source/core/accessibility/AXNodeObject.h     virtual bool isInputImage() const OVERRIDE FINAL;
OVERRIDE          116 Source/core/accessibility/AXNodeObject.h     virtual bool isLink() const OVERRIDE FINAL;
OVERRIDE          117 Source/core/accessibility/AXNodeObject.h     virtual bool isMenu() const OVERRIDE FINAL;
OVERRIDE          118 Source/core/accessibility/AXNodeObject.h     virtual bool isMenuButton() const OVERRIDE FINAL;
OVERRIDE          119 Source/core/accessibility/AXNodeObject.h     virtual bool isMultiSelectable() const OVERRIDE;
OVERRIDE          121 Source/core/accessibility/AXNodeObject.h     virtual bool isNativeTextControl() const OVERRIDE FINAL;
OVERRIDE          122 Source/core/accessibility/AXNodeObject.h     virtual bool isNonNativeTextControl() const OVERRIDE FINAL;
OVERRIDE          123 Source/core/accessibility/AXNodeObject.h     virtual bool isPasswordField() const OVERRIDE FINAL;
OVERRIDE          124 Source/core/accessibility/AXNodeObject.h     virtual bool isProgressIndicator() const OVERRIDE;
OVERRIDE          125 Source/core/accessibility/AXNodeObject.h     virtual bool isSlider() const OVERRIDE;
OVERRIDE          128 Source/core/accessibility/AXNodeObject.h     virtual bool isChecked() const OVERRIDE FINAL;
OVERRIDE          129 Source/core/accessibility/AXNodeObject.h     virtual bool isClickable() const OVERRIDE FINAL;
OVERRIDE          130 Source/core/accessibility/AXNodeObject.h     virtual bool isEnabled() const OVERRIDE;
OVERRIDE          131 Source/core/accessibility/AXNodeObject.h     virtual bool isIndeterminate() const OVERRIDE FINAL;
OVERRIDE          132 Source/core/accessibility/AXNodeObject.h     virtual bool isPressed() const OVERRIDE FINAL;
OVERRIDE          133 Source/core/accessibility/AXNodeObject.h     virtual bool isReadOnly() const OVERRIDE;
OVERRIDE          134 Source/core/accessibility/AXNodeObject.h     virtual bool isRequired() const OVERRIDE FINAL;
OVERRIDE          137 Source/core/accessibility/AXNodeObject.h     virtual bool canSetFocusAttribute() const OVERRIDE;
OVERRIDE          138 Source/core/accessibility/AXNodeObject.h     virtual bool canSetValueAttribute() const OVERRIDE;
OVERRIDE          141 Source/core/accessibility/AXNodeObject.h     virtual bool canvasHasFallbackContent() const OVERRIDE FINAL;
OVERRIDE          142 Source/core/accessibility/AXNodeObject.h     virtual bool exposesTitleUIElement() const OVERRIDE;
OVERRIDE          143 Source/core/accessibility/AXNodeObject.h     virtual int headingLevel() const OVERRIDE FINAL;
OVERRIDE          144 Source/core/accessibility/AXNodeObject.h     virtual unsigned hierarchicalLevel() const OVERRIDE FINAL;
OVERRIDE          145 Source/core/accessibility/AXNodeObject.h     virtual String text() const OVERRIDE;
OVERRIDE          146 Source/core/accessibility/AXNodeObject.h     virtual AXObject* titleUIElement() const OVERRIDE;
OVERRIDE          149 Source/core/accessibility/AXNodeObject.h     virtual AccessibilityButtonState checkboxOrRadioValue() const OVERRIDE FINAL;
OVERRIDE          150 Source/core/accessibility/AXNodeObject.h     virtual void colorValue(int& r, int& g, int& b) const OVERRIDE FINAL;
OVERRIDE          151 Source/core/accessibility/AXNodeObject.h     virtual String valueDescription() const OVERRIDE;
OVERRIDE          152 Source/core/accessibility/AXNodeObject.h     virtual float valueForRange() const OVERRIDE;
OVERRIDE          153 Source/core/accessibility/AXNodeObject.h     virtual float maxValueForRange() const OVERRIDE;
OVERRIDE          154 Source/core/accessibility/AXNodeObject.h     virtual float minValueForRange() const OVERRIDE;
OVERRIDE          155 Source/core/accessibility/AXNodeObject.h     virtual String stringValue() const OVERRIDE;
OVERRIDE          158 Source/core/accessibility/AXNodeObject.h     virtual String ariaDescribedByAttribute() const OVERRIDE FINAL;
OVERRIDE          159 Source/core/accessibility/AXNodeObject.h     virtual String ariaLabeledByAttribute() const OVERRIDE FINAL;
OVERRIDE          160 Source/core/accessibility/AXNodeObject.h     virtual AccessibilityRole ariaRoleAttribute() const OVERRIDE FINAL;
OVERRIDE          163 Source/core/accessibility/AXNodeObject.h     virtual String textUnderElement() const OVERRIDE;
OVERRIDE          166 Source/core/accessibility/AXNodeObject.h     virtual String accessibilityDescription() const OVERRIDE;
OVERRIDE          167 Source/core/accessibility/AXNodeObject.h     virtual String title() const OVERRIDE;
OVERRIDE          168 Source/core/accessibility/AXNodeObject.h     virtual String helpText() const OVERRIDE;
OVERRIDE          171 Source/core/accessibility/AXNodeObject.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE          174 Source/core/accessibility/AXNodeObject.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE          175 Source/core/accessibility/AXNodeObject.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;
OVERRIDE          178 Source/core/accessibility/AXNodeObject.h     virtual AXObject* firstChild() const OVERRIDE;
OVERRIDE          179 Source/core/accessibility/AXNodeObject.h     virtual AXObject* nextSibling() const OVERRIDE;
OVERRIDE          180 Source/core/accessibility/AXNodeObject.h     virtual void addChildren() OVERRIDE;
OVERRIDE          181 Source/core/accessibility/AXNodeObject.h     virtual bool canHaveChildren() const OVERRIDE;
OVERRIDE          186 Source/core/accessibility/AXNodeObject.h     virtual Element* actionElement() const OVERRIDE FINAL;
OVERRIDE          187 Source/core/accessibility/AXNodeObject.h     virtual Element* anchorElement() const OVERRIDE;
OVERRIDE          188 Source/core/accessibility/AXNodeObject.h     virtual Document* document() const OVERRIDE;
OVERRIDE          189 Source/core/accessibility/AXNodeObject.h     virtual Node* node() const OVERRIDE { return m_node; }
OVERRIDE          192 Source/core/accessibility/AXNodeObject.h     virtual void setFocused(bool) OVERRIDE FINAL;
OVERRIDE          193 Source/core/accessibility/AXNodeObject.h     virtual void increment() OVERRIDE FINAL;
OVERRIDE          194 Source/core/accessibility/AXNodeObject.h     virtual void decrement() OVERRIDE FINAL;
OVERRIDE          197 Source/core/accessibility/AXNodeObject.h     virtual void childrenChanged() OVERRIDE;
OVERRIDE          198 Source/core/accessibility/AXNodeObject.h     virtual void selectionChanged() OVERRIDE FINAL;
OVERRIDE          199 Source/core/accessibility/AXNodeObject.h     virtual void textChanged() OVERRIDE;
OVERRIDE          200 Source/core/accessibility/AXNodeObject.h     virtual void updateAccessibilityRole() OVERRIDE FINAL;
OVERRIDE           36 Source/core/accessibility/AXProgressIndicator.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ProgressIndicatorRole; }
OVERRIDE           38 Source/core/accessibility/AXProgressIndicator.h     virtual bool isProgressIndicator() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/accessibility/AXProgressIndicator.h     virtual float valueForRange() const OVERRIDE;
OVERRIDE           41 Source/core/accessibility/AXProgressIndicator.h     virtual float maxValueForRange() const OVERRIDE;
OVERRIDE           42 Source/core/accessibility/AXProgressIndicator.h     virtual float minValueForRange() const OVERRIDE;
OVERRIDE           47 Source/core/accessibility/AXProgressIndicator.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           67 Source/core/accessibility/AXRenderObject.h     virtual RenderObject* renderer() const OVERRIDE FINAL { return m_renderer; }
OVERRIDE           68 Source/core/accessibility/AXRenderObject.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           75 Source/core/accessibility/AXRenderObject.h     virtual ScrollableArea* getScrollableAreaIfScrollable() const OVERRIDE FINAL;
OVERRIDE           76 Source/core/accessibility/AXRenderObject.h     virtual AccessibilityRole determineAccessibilityRole() OVERRIDE;
OVERRIDE           91 Source/core/accessibility/AXRenderObject.h     virtual void init() OVERRIDE;
OVERRIDE           92 Source/core/accessibility/AXRenderObject.h     virtual void detach() OVERRIDE;
OVERRIDE           93 Source/core/accessibility/AXRenderObject.h     virtual bool isDetached() const OVERRIDE { return !m_renderer; }
OVERRIDE           94 Source/core/accessibility/AXRenderObject.h     virtual bool isAXRenderObject() const OVERRIDE { return true; }
OVERRIDE           97 Source/core/accessibility/AXRenderObject.h     virtual bool isAttachment() const OVERRIDE;
OVERRIDE           98 Source/core/accessibility/AXRenderObject.h     virtual bool isFileUploadButton() const OVERRIDE;
OVERRIDE           99 Source/core/accessibility/AXRenderObject.h     virtual bool isLinked() const OVERRIDE;
OVERRIDE          100 Source/core/accessibility/AXRenderObject.h     virtual bool isLoaded() const OVERRIDE;
OVERRIDE          101 Source/core/accessibility/AXRenderObject.h     virtual bool isOffScreen() const OVERRIDE;
OVERRIDE          102 Source/core/accessibility/AXRenderObject.h     virtual bool isReadOnly() const OVERRIDE;
OVERRIDE          103 Source/core/accessibility/AXRenderObject.h     virtual bool isVisited() const OVERRIDE;
OVERRIDE          106 Source/core/accessibility/AXRenderObject.h     virtual bool isFocused() const OVERRIDE;
OVERRIDE          107 Source/core/accessibility/AXRenderObject.h     virtual bool isSelected() const OVERRIDE;
OVERRIDE          110 Source/core/accessibility/AXRenderObject.h     virtual AXObjectInclusion defaultObjectInclusion() const OVERRIDE;
OVERRIDE          111 Source/core/accessibility/AXRenderObject.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE          114 Source/core/accessibility/AXRenderObject.h     virtual const AtomicString& accessKey() const OVERRIDE;
OVERRIDE          115 Source/core/accessibility/AXRenderObject.h     virtual AccessibilityOrientation orientation() const OVERRIDE;
OVERRIDE          116 Source/core/accessibility/AXRenderObject.h     virtual String text() const OVERRIDE;
OVERRIDE          117 Source/core/accessibility/AXRenderObject.h     virtual int textLength() const OVERRIDE;
OVERRIDE          118 Source/core/accessibility/AXRenderObject.h     virtual KURL url() const OVERRIDE;
OVERRIDE          121 Source/core/accessibility/AXRenderObject.h     virtual String actionVerb() const OVERRIDE;
OVERRIDE          122 Source/core/accessibility/AXRenderObject.h     virtual void selectedChildren(AccessibilityChildrenVector&) OVERRIDE;
OVERRIDE          123 Source/core/accessibility/AXRenderObject.h     virtual String stringValue() const OVERRIDE;
OVERRIDE          126 Source/core/accessibility/AXRenderObject.h     virtual AXObject* activeDescendant() const OVERRIDE;
OVERRIDE          127 Source/core/accessibility/AXRenderObject.h     virtual void ariaFlowToElements(AccessibilityChildrenVector&) const OVERRIDE;
OVERRIDE          128 Source/core/accessibility/AXRenderObject.h     virtual void ariaControlsElements(AccessibilityChildrenVector&) const OVERRIDE;
OVERRIDE          129 Source/core/accessibility/AXRenderObject.h     virtual void ariaDescribedbyElements(AccessibilityChildrenVector&) const OVERRIDE;
OVERRIDE          130 Source/core/accessibility/AXRenderObject.h     virtual void ariaLabelledbyElements(AccessibilityChildrenVector&) const OVERRIDE;
OVERRIDE          131 Source/core/accessibility/AXRenderObject.h     virtual void ariaOwnsElements(AccessibilityChildrenVector&) const OVERRIDE;
OVERRIDE          133 Source/core/accessibility/AXRenderObject.h     virtual bool ariaHasPopup() const OVERRIDE;
OVERRIDE          134 Source/core/accessibility/AXRenderObject.h     virtual bool ariaRoleHasPresentationalChildren() const OVERRIDE;
OVERRIDE          135 Source/core/accessibility/AXRenderObject.h     virtual bool isPresentationalChildOfAriaRole() const OVERRIDE;
OVERRIDE          136 Source/core/accessibility/AXRenderObject.h     virtual bool shouldFocusActiveDescendant() const OVERRIDE;
OVERRIDE          137 Source/core/accessibility/AXRenderObject.h     virtual bool supportsARIADragging() const OVERRIDE;
OVERRIDE          138 Source/core/accessibility/AXRenderObject.h     virtual bool supportsARIADropping() const OVERRIDE;
OVERRIDE          139 Source/core/accessibility/AXRenderObject.h     virtual bool supportsARIAFlowTo() const OVERRIDE;
OVERRIDE          140 Source/core/accessibility/AXRenderObject.h     virtual bool supportsARIAOwns() const OVERRIDE;
OVERRIDE          143 Source/core/accessibility/AXRenderObject.h     virtual const AtomicString& ariaLiveRegionStatus() const OVERRIDE;
OVERRIDE          144 Source/core/accessibility/AXRenderObject.h     virtual const AtomicString& ariaLiveRegionRelevant() const OVERRIDE;
OVERRIDE          145 Source/core/accessibility/AXRenderObject.h     virtual bool ariaLiveRegionAtomic() const OVERRIDE;
OVERRIDE          146 Source/core/accessibility/AXRenderObject.h     virtual bool ariaLiveRegionBusy() const OVERRIDE;
OVERRIDE          149 Source/core/accessibility/AXRenderObject.h     virtual String textUnderElement() const OVERRIDE;
OVERRIDE          152 Source/core/accessibility/AXRenderObject.h     virtual String helpText() const OVERRIDE;
OVERRIDE          155 Source/core/accessibility/AXRenderObject.h     virtual void markCachedElementRectDirty() const OVERRIDE;
OVERRIDE          156 Source/core/accessibility/AXRenderObject.h     virtual IntPoint clickPoint() OVERRIDE;
OVERRIDE          159 Source/core/accessibility/AXRenderObject.h     virtual AXObject* accessibilityHitTest(const IntPoint&) const OVERRIDE;
OVERRIDE          160 Source/core/accessibility/AXRenderObject.h     virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE;
OVERRIDE          163 Source/core/accessibility/AXRenderObject.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE          164 Source/core/accessibility/AXRenderObject.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;
OVERRIDE          167 Source/core/accessibility/AXRenderObject.h     virtual AXObject* firstChild() const OVERRIDE;
OVERRIDE          168 Source/core/accessibility/AXRenderObject.h     virtual AXObject* nextSibling() const OVERRIDE;
OVERRIDE          169 Source/core/accessibility/AXRenderObject.h     virtual void addChildren() OVERRIDE;
OVERRIDE          170 Source/core/accessibility/AXRenderObject.h     virtual bool canHaveChildren() const OVERRIDE;
OVERRIDE          171 Source/core/accessibility/AXRenderObject.h     virtual void updateChildrenIfNecessary() OVERRIDE;
OVERRIDE          173 Source/core/accessibility/AXRenderObject.h     virtual void setNeedsToUpdateChildren() OVERRIDE { m_childrenDirty = true; }
OVERRIDE          174 Source/core/accessibility/AXRenderObject.h     virtual void clearChildren() OVERRIDE;
OVERRIDE          175 Source/core/accessibility/AXRenderObject.h     virtual AXObject* observableObject() const OVERRIDE;
OVERRIDE          178 Source/core/accessibility/AXRenderObject.h     virtual double estimatedLoadingProgress() const OVERRIDE;
OVERRIDE          181 Source/core/accessibility/AXRenderObject.h     virtual Node* node() const OVERRIDE;
OVERRIDE          182 Source/core/accessibility/AXRenderObject.h     virtual Document* document() const OVERRIDE;
OVERRIDE          183 Source/core/accessibility/AXRenderObject.h     virtual FrameView* documentFrameView() const OVERRIDE;
OVERRIDE          184 Source/core/accessibility/AXRenderObject.h     virtual Element* anchorElement() const OVERRIDE;
OVERRIDE          185 Source/core/accessibility/AXRenderObject.h     virtual Widget* widgetForAttachmentView() const OVERRIDE;
OVERRIDE          188 Source/core/accessibility/AXRenderObject.h     virtual PlainTextRange selectedTextRange() const OVERRIDE;
OVERRIDE          191 Source/core/accessibility/AXRenderObject.h     virtual void setSelectedTextRange(const PlainTextRange&) OVERRIDE;
OVERRIDE          192 Source/core/accessibility/AXRenderObject.h     virtual void setValue(const String&) OVERRIDE;
OVERRIDE          193 Source/core/accessibility/AXRenderObject.h     virtual void scrollTo(const IntPoint&) const OVERRIDE;
OVERRIDE          196 Source/core/accessibility/AXRenderObject.h     virtual void handleActiveDescendantChanged() OVERRIDE;
OVERRIDE          197 Source/core/accessibility/AXRenderObject.h     virtual void handleAriaExpandedChanged() OVERRIDE;
OVERRIDE          198 Source/core/accessibility/AXRenderObject.h     virtual void textChanged() OVERRIDE;
OVERRIDE          201 Source/core/accessibility/AXRenderObject.h     virtual int index(const VisiblePosition&) const OVERRIDE;
OVERRIDE          202 Source/core/accessibility/AXRenderObject.h     virtual VisiblePosition visiblePositionForIndex(int) const OVERRIDE;
OVERRIDE          203 Source/core/accessibility/AXRenderObject.h     virtual void lineBreaks(Vector<int>&) const OVERRIDE;
OVERRIDE           49 Source/core/accessibility/AXSVGRoot.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXSVGRoot.h     virtual bool isAXSVGRoot() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/accessibility/AXScrollView.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ScrollAreaRole; }
OVERRIDE           44 Source/core/accessibility/AXScrollView.h     virtual void detach() OVERRIDE;
OVERRIDE           47 Source/core/accessibility/AXScrollView.h     virtual ScrollableArea* getScrollableAreaIfScrollable() const OVERRIDE;
OVERRIDE           48 Source/core/accessibility/AXScrollView.h     virtual void scrollTo(const IntPoint&) const OVERRIDE;
OVERRIDE           53 Source/core/accessibility/AXScrollView.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXScrollView.h     virtual bool isAXScrollView() const OVERRIDE { return true; }
OVERRIDE           55 Source/core/accessibility/AXScrollView.h     virtual bool isEnabled() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/accessibility/AXScrollView.h     virtual bool isAttachment() const OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXScrollView.h     virtual Widget* widgetForAttachmentView() const OVERRIDE;
OVERRIDE           60 Source/core/accessibility/AXScrollView.h     virtual AXObject* scrollBar(AccessibilityOrientation) OVERRIDE;
OVERRIDE           61 Source/core/accessibility/AXScrollView.h     virtual void addChildren() OVERRIDE;
OVERRIDE           62 Source/core/accessibility/AXScrollView.h     virtual void clearChildren() OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXScrollView.h     virtual AXObject* accessibilityHitTest(const IntPoint&) const OVERRIDE;
OVERRIDE           64 Source/core/accessibility/AXScrollView.h     virtual void updateChildrenIfNecessary() OVERRIDE;
OVERRIDE           65 Source/core/accessibility/AXScrollView.h     virtual void setNeedsToUpdateChildren() OVERRIDE { m_childrenDirty = true; }
OVERRIDE           68 Source/core/accessibility/AXScrollView.h     virtual FrameView* documentFrameView() const OVERRIDE;
OVERRIDE           69 Source/core/accessibility/AXScrollView.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           70 Source/core/accessibility/AXScrollView.h     virtual AXObject* parentObject() const OVERRIDE;
OVERRIDE           71 Source/core/accessibility/AXScrollView.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;
OVERRIDE           74 Source/core/accessibility/AXScrollView.h     virtual AXObject* firstChild() const OVERRIDE { return webAreaObject(); }
OVERRIDE           47 Source/core/accessibility/AXScrollbar.h     virtual void detachFromParent() OVERRIDE;
OVERRIDE           49 Source/core/accessibility/AXScrollbar.h     virtual bool canSetValueAttribute() const OVERRIDE { return true; }
OVERRIDE           51 Source/core/accessibility/AXScrollbar.h     virtual bool isAXScrollbar() const OVERRIDE { return true; }
OVERRIDE           52 Source/core/accessibility/AXScrollbar.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXScrollbar.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ScrollBarRole; }
OVERRIDE           55 Source/core/accessibility/AXScrollbar.h     virtual AccessibilityOrientation orientation() const OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXScrollbar.h     virtual Document* document() const OVERRIDE;
OVERRIDE           58 Source/core/accessibility/AXScrollbar.h     virtual bool isEnabled() const OVERRIDE;
OVERRIDE           61 Source/core/accessibility/AXScrollbar.h     virtual void setValue(float) OVERRIDE;
OVERRIDE           62 Source/core/accessibility/AXScrollbar.h     virtual float valueForRange() const OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXSlider.h     virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE FINAL;
OVERRIDE           52 Source/core/accessibility/AXSlider.h     virtual AccessibilityRole roleValue() const OVERRIDE { return SliderRole; }
OVERRIDE           53 Source/core/accessibility/AXSlider.h     virtual bool isSlider() const OVERRIDE FINAL { return true; }
OVERRIDE           54 Source/core/accessibility/AXSlider.h     virtual bool isControl() const OVERRIDE FINAL { return true; }
OVERRIDE           56 Source/core/accessibility/AXSlider.h     virtual void addChildren() OVERRIDE FINAL;
OVERRIDE           58 Source/core/accessibility/AXSlider.h     virtual bool canSetValueAttribute() const OVERRIDE FINAL { return true; }
OVERRIDE           61 Source/core/accessibility/AXSlider.h     virtual void setValue(const String&) OVERRIDE FINAL;
OVERRIDE           62 Source/core/accessibility/AXSlider.h     virtual AccessibilityOrientation orientation() const OVERRIDE FINAL;
OVERRIDE           71 Source/core/accessibility/AXSlider.h     virtual AccessibilityRole roleValue() const OVERRIDE { return SliderThumbRole; }
OVERRIDE           73 Source/core/accessibility/AXSlider.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           78 Source/core/accessibility/AXSlider.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           46 Source/core/accessibility/AXSpinButton.h     virtual AccessibilityRole roleValue() const OVERRIDE { return SpinButtonRole; }
OVERRIDE           47 Source/core/accessibility/AXSpinButton.h     virtual bool isSpinButton() const OVERRIDE { return true; }
OVERRIDE           48 Source/core/accessibility/AXSpinButton.h     virtual bool isNativeSpinButton() const OVERRIDE { return true; }
OVERRIDE           49 Source/core/accessibility/AXSpinButton.h     virtual void addChildren() OVERRIDE;
OVERRIDE           50 Source/core/accessibility/AXSpinButton.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           67 Source/core/accessibility/AXSpinButton.h     virtual bool press() const OVERRIDE;
OVERRIDE           68 Source/core/accessibility/AXSpinButton.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ButtonRole; }
OVERRIDE           69 Source/core/accessibility/AXSpinButton.h     virtual bool isSpinButtonPart() const OVERRIDE { return true; }
OVERRIDE           70 Source/core/accessibility/AXSpinButton.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           48 Source/core/accessibility/AXTable.h     virtual void init() OVERRIDE FINAL;
OVERRIDE           50 Source/core/accessibility/AXTable.h     virtual bool isAXTable() const OVERRIDE FINAL;
OVERRIDE           51 Source/core/accessibility/AXTable.h     virtual bool isDataTable() const OVERRIDE FINAL;
OVERRIDE           53 Source/core/accessibility/AXTable.h     virtual AccessibilityRole roleValue() const OVERRIDE FINAL;
OVERRIDE           55 Source/core/accessibility/AXTable.h     virtual void addChildren() OVERRIDE;
OVERRIDE           56 Source/core/accessibility/AXTable.h     virtual void clearChildren() OVERRIDE FINAL;
OVERRIDE           67 Source/core/accessibility/AXTable.h     virtual int tableLevel() const OVERRIDE FINAL;
OVERRIDE           69 Source/core/accessibility/AXTable.h     virtual String title() const OVERRIDE FINAL;
OVERRIDE           89 Source/core/accessibility/AXTable.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE FINAL;
OVERRIDE           44 Source/core/accessibility/AXTableCell.h     virtual bool isTableCell() const OVERRIDE FINAL;
OVERRIDE           54 Source/core/accessibility/AXTableCell.h     virtual AccessibilityRole determineAccessibilityRole() OVERRIDE FINAL;
OVERRIDE           58 Source/core/accessibility/AXTableCell.h     virtual AXObject* titleUIElement() const OVERRIDE FINAL;
OVERRIDE           59 Source/core/accessibility/AXTableCell.h     virtual bool exposesTitleUIElement() const OVERRIDE FINAL { return true; }
OVERRIDE           60 Source/core/accessibility/AXTableCell.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE FINAL;
OVERRIDE           49 Source/core/accessibility/AXTableColumn.h     virtual AccessibilityRole roleValue() const OVERRIDE { return ColumnRole; }
OVERRIDE           54 Source/core/accessibility/AXTableColumn.h     virtual void addChildren() OVERRIDE;
OVERRIDE           55 Source/core/accessibility/AXTableColumn.h     virtual void setParent(AXObject*) OVERRIDE;
OVERRIDE           57 Source/core/accessibility/AXTableColumn.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           63 Source/core/accessibility/AXTableColumn.h     virtual bool isTableCol() const OVERRIDE { return true; }
OVERRIDE           65 Source/core/accessibility/AXTableColumn.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           45 Source/core/accessibility/AXTableHeaderContainer.h     virtual AccessibilityRole roleValue() const OVERRIDE { return TableHeaderContainerRole; }
OVERRIDE           47 Source/core/accessibility/AXTableHeaderContainer.h     virtual void addChildren() OVERRIDE;
OVERRIDE           49 Source/core/accessibility/AXTableHeaderContainer.h     virtual LayoutRect elementRect() const OVERRIDE;
OVERRIDE           54 Source/core/accessibility/AXTableHeaderContainer.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
OVERRIDE           44 Source/core/accessibility/AXTableRow.h     virtual bool isTableRow() const OVERRIDE FINAL;
OVERRIDE           58 Source/core/accessibility/AXTableRow.h     virtual AccessibilityRole determineAccessibilityRole() OVERRIDE FINAL;
OVERRIDE           63 Source/core/accessibility/AXTableRow.h     virtual AXObject* observableObject() const OVERRIDE FINAL;
OVERRIDE           64 Source/core/accessibility/AXTableRow.h     virtual bool computeAccessibilityIsIgnored() const OVERRIDE FINAL;
OVERRIDE           48 Source/core/animation/AnimatableClipPathOperation.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           51 Source/core/animation/AnimatableClipPathOperation.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableClipPathOperation.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableClipPathOperation.h     virtual AnimatableType type() const OVERRIDE { return TypeClipPathOperation; }
OVERRIDE           61 Source/core/animation/AnimatableClipPathOperation.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           66 Source/core/animation/AnimatableColor.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           69 Source/core/animation/AnimatableColor.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           70 Source/core/animation/AnimatableColor.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           78 Source/core/animation/AnimatableColor.h     virtual AnimatableType type() const OVERRIDE { return TypeColor; }
OVERRIDE           79 Source/core/animation/AnimatableColor.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           80 Source/core/animation/AnimatableColor.h     virtual double distanceTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           56 Source/core/animation/AnimatableDouble.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           59 Source/core/animation/AnimatableDouble.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableDouble.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           61 Source/core/animation/AnimatableDouble.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           69 Source/core/animation/AnimatableDouble.h     virtual AnimatableType type() const OVERRIDE { return TypeDouble; }
OVERRIDE           70 Source/core/animation/AnimatableDouble.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           71 Source/core/animation/AnimatableDouble.h     virtual double distanceTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableFilterOperations.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           51 Source/core/animation/AnimatableFilterOperations.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableFilterOperations.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableFilterOperations.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableFilterOperations.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           61 Source/core/animation/AnimatableFilterOperations.h     virtual AnimatableType type() const OVERRIDE { return TypeFilterOperations; }
OVERRIDE           49 Source/core/animation/AnimatableImage.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           52 Source/core/animation/AnimatableImage.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableImage.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           54 Source/core/animation/AnimatableImage.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           65 Source/core/animation/AnimatableImage.h     virtual AnimatableType type() const OVERRIDE { return TypeImage; }
OVERRIDE           66 Source/core/animation/AnimatableImage.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           78 Source/core/animation/AnimatableLength.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           81 Source/core/animation/AnimatableLength.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           82 Source/core/animation/AnimatableLength.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           83 Source/core/animation/AnimatableLength.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE          100 Source/core/animation/AnimatableLength.h     virtual AnimatableType type() const OVERRIDE { return TypeLength; }
OVERRIDE          101 Source/core/animation/AnimatableLength.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           50 Source/core/animation/AnimatableLengthBox.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableLengthBox.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           54 Source/core/animation/AnimatableLengthBox.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           64 Source/core/animation/AnimatableLengthBox.h     virtual AnimatableType type() const OVERRIDE { return TypeLengthBox; }
OVERRIDE           65 Source/core/animation/AnimatableLengthBox.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           51 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           61 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual AnimatableType type() const OVERRIDE { return TypeLengthBoxAndBool; }
OVERRIDE           62 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableLengthPoint.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           51 Source/core/animation/AnimatableLengthPoint.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableLengthPoint.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableLengthPoint.h     virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint; }
OVERRIDE           61 Source/core/animation/AnimatableLengthPoint.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           49 Source/core/animation/AnimatableLengthPoint3D.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableLengthPoint3D.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableLengthPoint3D.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           62 Source/core/animation/AnimatableLengthPoint3D.h     virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint3D; }
OVERRIDE           63 Source/core/animation/AnimatableLengthPoint3D.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableLengthSize.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           51 Source/core/animation/AnimatableLengthSize.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableLengthSize.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableLengthSize.h     virtual AnimatableType type() const OVERRIDE { return TypeLengthSize; }
OVERRIDE           61 Source/core/animation/AnimatableLengthSize.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           42 Source/core/animation/AnimatableNeutral.h     virtual void trace(Visitor* visitor) OVERRIDE { }
OVERRIDE           46 Source/core/animation/AnimatableNeutral.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE
OVERRIDE           54 Source/core/animation/AnimatableNeutral.h     virtual AnimatableType type() const OVERRIDE { return TypeNeutral; }
OVERRIDE           55 Source/core/animation/AnimatableNeutral.h     virtual bool equalTo(const AnimatableValue* value) const OVERRIDE
OVERRIDE           53 Source/core/animation/AnimatableRepeatable.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           67 Source/core/animation/AnimatableRepeatable.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           72 Source/core/animation/AnimatableRepeatable.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           73 Source/core/animation/AnimatableRepeatable.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE FINAL;
OVERRIDE           75 Source/core/animation/AnimatableRepeatable.h     virtual AnimatableType type() const OVERRIDE { return TypeRepeatable; }
OVERRIDE           76 Source/core/animation/AnimatableRepeatable.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE FINAL;
OVERRIDE           53 Source/core/animation/AnimatableSVGLength.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           56 Source/core/animation/AnimatableSVGLength.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           57 Source/core/animation/AnimatableSVGLength.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           65 Source/core/animation/AnimatableSVGLength.h     virtual AnimatableType type() const OVERRIDE { return TypeSVGLength; }
OVERRIDE           66 Source/core/animation/AnimatableSVGLength.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           55 Source/core/animation/AnimatableSVGPaint.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           58 Source/core/animation/AnimatableSVGPaint.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           59 Source/core/animation/AnimatableSVGPaint.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableSVGPaint.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           69 Source/core/animation/AnimatableSVGPaint.h     virtual AnimatableType type() const OVERRIDE { return TypeSVGPaint; }
OVERRIDE           70 Source/core/animation/AnimatableSVGPaint.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableShadow.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           51 Source/core/animation/AnimatableShadow.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableShadow.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           59 Source/core/animation/AnimatableShadow.h     virtual AnimatableType type() const OVERRIDE { return TypeShadow; }
OVERRIDE           60 Source/core/animation/AnimatableShadow.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableShapeValue.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           51 Source/core/animation/AnimatableShapeValue.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableShapeValue.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableShapeValue.h     virtual AnimatableType type() const OVERRIDE { return TypeShapeValue; }
OVERRIDE           61 Source/core/animation/AnimatableShapeValue.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           50 Source/core/animation/AnimatableStrokeDasharrayList.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableStrokeDasharrayList.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           54 Source/core/animation/AnimatableStrokeDasharrayList.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           64 Source/core/animation/AnimatableStrokeDasharrayList.h     virtual AnimatableType type() const OVERRIDE { return TypeStrokeDasharrayList; }
OVERRIDE           48 Source/core/animation/AnimatableTransform.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           51 Source/core/animation/AnimatableTransform.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           52 Source/core/animation/AnimatableTransform.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           59 Source/core/animation/AnimatableTransform.h     virtual AnimatableType type() const OVERRIDE { return TypeTransform; }
OVERRIDE           60 Source/core/animation/AnimatableTransform.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           56 Source/core/animation/AnimatableUnknown.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           62 Source/core/animation/AnimatableUnknown.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE
OVERRIDE           67 Source/core/animation/AnimatableUnknown.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE { return true; }
OVERRIDE           75 Source/core/animation/AnimatableUnknown.h     virtual AnimatableType type() const OVERRIDE { return TypeUnknown; }
OVERRIDE           76 Source/core/animation/AnimatableUnknown.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           29 Source/core/animation/AnimatableValueKeyframe.h     virtual PropertySet properties() const OVERRIDE;
OVERRIDE           31 Source/core/animation/AnimatableValueKeyframe.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           39 Source/core/animation/AnimatableValueKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
OVERRIDE           40 Source/core/animation/AnimatableValueKeyframe.h         virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const OVERRIDE FINAL;
OVERRIDE           42 Source/core/animation/AnimatableValueKeyframe.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           47 Source/core/animation/AnimatableValueKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const OVERRIDE;
OVERRIDE           48 Source/core/animation/AnimatableValueKeyframe.h         virtual bool isAnimatableValuePropertySpecificKeyframe() const OVERRIDE { return true; }
OVERRIDE           58 Source/core/animation/AnimatableValueKeyframe.h     virtual PassRefPtrWillBeRawPtr<Keyframe> clone() const OVERRIDE;
OVERRIDE           59 Source/core/animation/AnimatableValueKeyframe.h     virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE;
OVERRIDE           61 Source/core/animation/AnimatableValueKeyframe.h     virtual bool isAnimatableValueKeyframe() const OVERRIDE { return true; }
OVERRIDE           49 Source/core/animation/AnimatableVisibility.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           52 Source/core/animation/AnimatableVisibility.h     virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
OVERRIDE           53 Source/core/animation/AnimatableVisibility.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
OVERRIDE           60 Source/core/animation/AnimatableVisibility.h     virtual AnimatableType type() const OVERRIDE { return TypeVisibility; }
OVERRIDE           61 Source/core/animation/AnimatableVisibility.h     virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
OVERRIDE           73 Source/core/animation/Animation.h     virtual bool isAnimation() const OVERRIDE { return true; }
OVERRIDE           97 Source/core/animation/Animation.h     virtual void updateChildrenAndEffects() const OVERRIDE;
OVERRIDE           98 Source/core/animation/Animation.h     virtual void didAttach() OVERRIDE;
OVERRIDE           99 Source/core/animation/Animation.h     virtual void willDetach() OVERRIDE;
OVERRIDE          100 Source/core/animation/Animation.h     virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
OVERRIDE           77 Source/core/animation/AnimationPlayer.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           78 Source/core/animation/AnimationPlayer.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          134 Source/core/animation/CompositorAnimationsTestHelper.h         virtual blink::WebCompositorSupport* compositorSupport() OVERRIDE { return *m_compositor; }
OVERRIDE          123 Source/core/animation/DocumentTimeline.h         virtual void wakeAfter(double duration) OVERRIDE;
OVERRIDE          124 Source/core/animation/DocumentTimeline.h         virtual void cancelWake() OVERRIDE;
OVERRIDE          125 Source/core/animation/DocumentTimeline.h         virtual void serviceOnNextFrame() OVERRIDE;
OVERRIDE           49 Source/core/animation/InertAnimation.h     virtual void updateChildrenAndEffects() const OVERRIDE { }
OVERRIDE           50 Source/core/animation/InertAnimation.h     virtual void willDetach() OVERRIDE { }
OVERRIDE           51 Source/core/animation/InertAnimation.h     virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
OVERRIDE           46 Source/core/animation/InterpolableValue.h     virtual bool isNumber() const OVERRIDE FINAL { return true; }
OVERRIDE           48 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); }
OVERRIDE           50 Source/core/animation/InterpolableValue.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           53 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL;
OVERRIDE           70 Source/core/animation/InterpolableValue.h     virtual bool isBool() const OVERRIDE FINAL { return true; }
OVERRIDE           72 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); }
OVERRIDE           74 Source/core/animation/InterpolableValue.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           77 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL;
OVERRIDE           99 Source/core/animation/InterpolableValue.h     virtual bool isList() const OVERRIDE FINAL { return true; }
OVERRIDE          111 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(*this); }
OVERRIDE          113 Source/core/animation/InterpolableValue.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          116 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL;
OVERRIDE          143 Source/core/animation/InterpolableValue.h     virtual bool isAnimatableValue() const OVERRIDE FINAL { return true; }
OVERRIDE          145 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); }
OVERRIDE          147 Source/core/animation/InterpolableValue.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          150 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL;
OVERRIDE           59 Source/core/animation/Interpolation.h     virtual bool isStyleInterpolation() const OVERRIDE FINAL { return true; }
OVERRIDE           63 Source/core/animation/Interpolation.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           84 Source/core/animation/Interpolation.h     virtual bool isLegacyStyleInterpolation() const OVERRIDE FINAL { return true; }
OVERRIDE           91 Source/core/animation/Interpolation.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           88 Source/core/animation/KeyframeEffectModel.h     virtual PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const OVERRIDE;
OVERRIDE           90 Source/core/animation/KeyframeEffectModel.h     virtual bool isKeyframeEffectModel() const OVERRIDE { return true; }
OVERRIDE           95 Source/core/animation/KeyframeEffectModel.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           29 Source/core/animation/StringKeyframe.h     virtual PropertySet properties() const OVERRIDE;
OVERRIDE           31 Source/core/animation/StringKeyframe.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           39 Source/core/animation/StringKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
OVERRIDE           40 Source/core/animation/StringKeyframe.h         virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const OVERRIDE FINAL;
OVERRIDE           42 Source/core/animation/StringKeyframe.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           48 Source/core/animation/StringKeyframe.h         virtual bool isStringPropertySpecificKeyframe() const OVERRIDE { return true; }
OVERRIDE           58 Source/core/animation/StringKeyframe.h     virtual PassRefPtrWillBeRawPtr<Keyframe> clone() const OVERRIDE;
OVERRIDE           59 Source/core/animation/StringKeyframe.h     virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE;
OVERRIDE           61 Source/core/animation/StringKeyframe.h     virtual bool isStringKeyframe() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/animation/TimedItemTest.cpp     virtual void onEventCondition(const TimedItem* timedItem, bool isFirstSample, TimedItem::Phase previousPhase, double previousIteration) OVERRIDE
OVERRIDE           78 Source/core/animation/TimedItemTest.cpp     virtual void updateChildrenAndEffects() const OVERRIDE { }
OVERRIDE           81 Source/core/animation/TimedItemTest.cpp     virtual double calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const OVERRIDE
OVERRIDE          213 Source/core/animation/css/CSSAnimations.h         virtual void onEventCondition(const TimedItem*, bool isFirstSample, TimedItem::Phase previousPhase, double previousIteration) OVERRIDE;
OVERRIDE          227 Source/core/animation/css/CSSAnimations.h         virtual void onEventCondition(const TimedItem*, bool isFirstSample, TimedItem::Phase previousPhase, double previousIteration) OVERRIDE;
OVERRIDE           31 Source/core/css/AffectedByFocusTest.cpp     virtual void SetUp() OVERRIDE;
OVERRIDE           20 Source/core/css/BinaryDataFontFaceSource.h     virtual bool isValid() const OVERRIDE;
OVERRIDE           23 Source/core/css/BinaryDataFontFaceSource.h     virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
OVERRIDE           69 Source/core/css/CSSBasicShapes.h     virtual Type type() const OVERRIDE { return CSSBasicShapeCircleType; }
OVERRIDE           70 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
OVERRIDE           71 Source/core/css/CSSBasicShapes.h     virtual bool equals(const CSSBasicShape&) const OVERRIDE;
OVERRIDE           95 Source/core/css/CSSBasicShapes.h     virtual Type type() const OVERRIDE { return CSSBasicShapeEllipseType; }
OVERRIDE           96 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
OVERRIDE           97 Source/core/css/CSSBasicShapes.h     virtual bool equals(const CSSBasicShape&) const OVERRIDE;
OVERRIDE          137 Source/core/css/CSSBasicShapes.h     virtual Type type() const OVERRIDE { return CSSBasicShapePolygonType; }
OVERRIDE          138 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
OVERRIDE          139 Source/core/css/CSSBasicShapes.h     virtual bool equals(const CSSBasicShape&) const OVERRIDE;
OVERRIDE          201 Source/core/css/CSSBasicShapes.h     virtual Type type() const OVERRIDE { return CSSBasicShapeInsetType; }
OVERRIDE          202 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
OVERRIDE          203 Source/core/css/CSSBasicShapes.h     virtual bool equals(const CSSBasicShape&) const OVERRIDE;
OVERRIDE          195 Source/core/css/CSSCalculationValue.cpp     virtual bool isZero() const OVERRIDE
OVERRIDE          200 Source/core/css/CSSCalculationValue.cpp     virtual String customCSSText() const OVERRIDE
OVERRIDE          205 Source/core/css/CSSCalculationValue.cpp     virtual PassOwnPtr<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData& conversionData) const OVERRIDE
OVERRIDE          224 Source/core/css/CSSCalculationValue.cpp     virtual double doubleValue() const OVERRIDE
OVERRIDE          232 Source/core/css/CSSCalculationValue.cpp     virtual double computeLengthPx(const CSSToLengthConversionData& conversionData) const OVERRIDE
OVERRIDE          250 Source/core/css/CSSCalculationValue.cpp     virtual bool equals(const CSSCalcExpressionNode& other) const OVERRIDE
OVERRIDE          258 Source/core/css/CSSCalculationValue.cpp     virtual Type type() const OVERRIDE { return CssCalcPrimitiveValue; }
OVERRIDE          259 Source/core/css/CSSCalculationValue.cpp     virtual CSSPrimitiveValue::UnitTypes primitiveType() const OVERRIDE
OVERRIDE          394 Source/core/css/CSSCalculationValue.cpp     virtual bool isZero() const OVERRIDE
OVERRIDE          399 Source/core/css/CSSCalculationValue.cpp     virtual PassOwnPtr<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData& conversionData) const OVERRIDE
OVERRIDE          410 Source/core/css/CSSCalculationValue.cpp     virtual double doubleValue() const OVERRIDE
OVERRIDE          415 Source/core/css/CSSCalculationValue.cpp     virtual double computeLengthPx(const CSSToLengthConversionData& conversionData) const OVERRIDE
OVERRIDE          436 Source/core/css/CSSCalculationValue.cpp     virtual String customCSSText() const OVERRIDE
OVERRIDE          441 Source/core/css/CSSCalculationValue.cpp     virtual bool equals(const CSSCalcExpressionNode& exp) const OVERRIDE
OVERRIDE          452 Source/core/css/CSSCalculationValue.cpp     virtual Type type() const OVERRIDE { return CssCalcBinaryOperation; }
OVERRIDE          454 Source/core/css/CSSCalculationValue.cpp     virtual CSSPrimitiveValue::UnitTypes primitiveType() const OVERRIDE
OVERRIDE           72 Source/core/css/CSSCanvasValue.h         virtual void canvasChanged(HTMLCanvasElement* canvas, const FloatRect& changedRect) OVERRIDE
OVERRIDE           76 Source/core/css/CSSCanvasValue.h         virtual void canvasResized(HTMLCanvasElement* canvas) OVERRIDE
OVERRIDE           80 Source/core/css/CSSCanvasValue.h         virtual void canvasDestroyed(HTMLCanvasElement* canvas) OVERRIDE
OVERRIDE           40 Source/core/css/CSSCharsetRule.h     virtual CSSRule::Type type() const OVERRIDE { return CHARSET_RULE; }
OVERRIDE           41 Source/core/css/CSSCharsetRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           42 Source/core/css/CSSCharsetRule.h     virtual void reattach(StyleRuleBase* rule) OVERRIDE { ASSERT_UNUSED(rule, !rule); }
OVERRIDE           47 Source/core/css/CSSCharsetRule.h     virtual void trace(Visitor* visitor) OVERRIDE { CSSRule::trace(visitor); }
OVERRIDE           58 Source/core/css/CSSComputedStyleDeclaration.h     virtual void ref() OVERRIDE;
OVERRIDE           59 Source/core/css/CSSComputedStyleDeclaration.h     virtual void deref() OVERRIDE;
OVERRIDE           65 Source/core/css/CSSComputedStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
OVERRIDE           85 Source/core/css/CSSComputedStyleDeclaration.h     virtual CSSRule* parentRule() const OVERRIDE;
OVERRIDE           86 Source/core/css/CSSComputedStyleDeclaration.h     virtual unsigned length() const OVERRIDE;
OVERRIDE           87 Source/core/css/CSSComputedStyleDeclaration.h     virtual String item(unsigned index) const OVERRIDE;
OVERRIDE           89 Source/core/css/CSSComputedStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE;
OVERRIDE           90 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyValue(const String& propertyName) OVERRIDE;
OVERRIDE           91 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyPriority(const String& propertyName) OVERRIDE;
OVERRIDE           92 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
OVERRIDE           93 Source/core/css/CSSComputedStyleDeclaration.h     virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
OVERRIDE           94 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE;
OVERRIDE           95 Source/core/css/CSSComputedStyleDeclaration.h     virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE;
OVERRIDE           96 Source/core/css/CSSComputedStyleDeclaration.h     virtual String cssText() const OVERRIDE;
OVERRIDE           97 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setCSSText(const String&, ExceptionState&) OVERRIDE;
OVERRIDE           98 Source/core/css/CSSComputedStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) OVERRIDE;
OVERRIDE           99 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyValueInternal(CSSPropertyID) OVERRIDE;
OVERRIDE          100 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) OVERRIDE;
OVERRIDE          102 Source/core/css/CSSComputedStyleDeclaration.h     virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE;
OVERRIDE           88 Source/core/css/CSSCrossfadeValue.h         virtual void imageChanged(ImageResource*, const IntRect* = 0) OVERRIDE;
OVERRIDE           40 Source/core/css/CSSCustomFontData.h     virtual bool shouldSkipDrawing() const OVERRIDE
OVERRIDE           47 Source/core/css/CSSCustomFontData.h     virtual void beginLoadIfNeeded() const OVERRIDE
OVERRIDE           55 Source/core/css/CSSCustomFontData.h     virtual bool isLoading() const OVERRIDE { return m_isUsed; }
OVERRIDE           56 Source/core/css/CSSCustomFontData.h     virtual bool isLoadingFallback() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/css/CSSCustomFontData.h     virtual void clearFontFaceSource() OVERRIDE { m_fontFaceSource = 0; }
OVERRIDE           51 Source/core/css/CSSFilterRule.h     virtual CSSRule::Type type() const OVERRIDE { return WEBKIT_FILTER_RULE; }
OVERRIDE           52 Source/core/css/CSSFilterRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           53 Source/core/css/CSSFilterRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           57 Source/core/css/CSSFilterRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           67 Source/core/css/CSSFontFaceLoadEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           69 Source/core/css/CSSFontFaceLoadEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           43 Source/core/css/CSSFontFaceRule.h     virtual CSSRule::Type type() const OVERRIDE { return FONT_FACE_RULE; }
OVERRIDE           44 Source/core/css/CSSFontFaceRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           45 Source/core/css/CSSFontFaceRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           51 Source/core/css/CSSFontFaceRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           75 Source/core/css/CSSFontSelector.h     virtual unsigned version() const OVERRIDE { return m_fontFaceCache.version(); }
OVERRIDE           77 Source/core/css/CSSFontSelector.h     virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) OVERRIDE;
OVERRIDE           78 Source/core/css/CSSFontSelector.h     virtual void willUseFontData(const FontDescription&, const AtomicString& family) OVERRIDE;
OVERRIDE           85 Source/core/css/CSSFontSelector.h     virtual void fontCacheInvalidated() OVERRIDE;
OVERRIDE           39 Source/core/css/CSSGroupingRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           50 Source/core/css/CSSGroupingRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           44 Source/core/css/CSSImportRule.h     virtual CSSRule::Type type() const OVERRIDE { return IMPORT_RULE; }
OVERRIDE           45 Source/core/css/CSSImportRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           46 Source/core/css/CSSImportRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           52 Source/core/css/CSSImportRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           81 Source/core/css/CSSKeyframeRule.h     virtual CSSRule::Type type() const OVERRIDE { return KEYFRAME_RULE; }
OVERRIDE           82 Source/core/css/CSSKeyframeRule.h     virtual String cssText() const OVERRIDE { return m_keyframe->cssText(); }
OVERRIDE           83 Source/core/css/CSSKeyframeRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           90 Source/core/css/CSSKeyframeRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           84 Source/core/css/CSSKeyframesRule.h     virtual CSSRule::Type type() const OVERRIDE { return KEYFRAMES_RULE; }
OVERRIDE           85 Source/core/css/CSSKeyframesRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           86 Source/core/css/CSSKeyframesRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE          104 Source/core/css/CSSKeyframesRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           42 Source/core/css/CSSMediaRule.h     virtual CSSRule::Type type() const OVERRIDE { return MEDIA_RULE; }
OVERRIDE           43 Source/core/css/CSSMediaRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           44 Source/core/css/CSSMediaRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           48 Source/core/css/CSSMediaRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           44 Source/core/css/CSSPageRule.h     virtual CSSRule::Type type() const OVERRIDE { return PAGE_RULE; }
OVERRIDE           45 Source/core/css/CSSPageRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           46 Source/core/css/CSSPageRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           53 Source/core/css/CSSPageRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           65 Source/core/css/CSSRuleList.h     virtual void ref() OVERRIDE { ++m_refCount; }
OVERRIDE           66 Source/core/css/CSSRuleList.h     virtual void deref() OVERRIDE;
OVERRIDE           71 Source/core/css/CSSRuleList.h     virtual CSSStyleSheet* styleSheet() const OVERRIDE { return 0; }
OVERRIDE           73 Source/core/css/CSSRuleList.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           79 Source/core/css/CSSRuleList.h     virtual unsigned length() const OVERRIDE { return m_rules.size(); }
OVERRIDE           80 Source/core/css/CSSRuleList.h     virtual CSSRule* item(unsigned index) const OVERRIDE { return index < m_rules.size() ? m_rules[index].get() : 0; }
OVERRIDE           97 Source/core/css/CSSRuleList.h     virtual void ref() OVERRIDE { m_rule->ref(); }
OVERRIDE           98 Source/core/css/CSSRuleList.h     virtual void deref() OVERRIDE { m_rule->deref(); }
OVERRIDE          101 Source/core/css/CSSRuleList.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          109 Source/core/css/CSSRuleList.h     virtual unsigned length() const OVERRIDE { return m_rule->length(); }
OVERRIDE          110 Source/core/css/CSSRuleList.h     virtual CSSRule* item(unsigned index) const OVERRIDE { return m_rule->item(index); }
OVERRIDE          111 Source/core/css/CSSRuleList.h     virtual CSSStyleSheet* styleSheet() const OVERRIDE { return m_rule->parentStyleSheet(); }
OVERRIDE           43 Source/core/css/CSSStyleRule.h     virtual CSSRule::Type type() const OVERRIDE { return STYLE_RULE; }
OVERRIDE           44 Source/core/css/CSSStyleRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           45 Source/core/css/CSSStyleRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           55 Source/core/css/CSSStyleRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           54 Source/core/css/CSSStyleSheet.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           63 Source/core/css/CSSStyleSheet.cpp     virtual void ref() OVERRIDE { m_styleSheet->ref(); }
OVERRIDE           64 Source/core/css/CSSStyleSheet.cpp     virtual void deref() OVERRIDE { m_styleSheet->deref(); }
OVERRIDE           67 Source/core/css/CSSStyleSheet.cpp     virtual unsigned length() const OVERRIDE { return m_styleSheet->length(); }
OVERRIDE           68 Source/core/css/CSSStyleSheet.cpp     virtual CSSRule* item(unsigned index) const OVERRIDE { return m_styleSheet->item(index); }
OVERRIDE           70 Source/core/css/CSSStyleSheet.cpp     virtual CSSStyleSheet* styleSheet() const OVERRIDE { return m_styleSheet; }
OVERRIDE           59 Source/core/css/CSSStyleSheet.h     virtual CSSStyleSheet* parentStyleSheet() const OVERRIDE;
OVERRIDE           60 Source/core/css/CSSStyleSheet.h     virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
OVERRIDE           61 Source/core/css/CSSStyleSheet.h     virtual MediaList* media() const OVERRIDE;
OVERRIDE           62 Source/core/css/CSSStyleSheet.h     virtual String href() const OVERRIDE;
OVERRIDE           63 Source/core/css/CSSStyleSheet.h     virtual String title() const OVERRIDE { return m_title; }
OVERRIDE           64 Source/core/css/CSSStyleSheet.h     virtual bool disabled() const OVERRIDE { return m_isDisabled; }
OVERRIDE           65 Source/core/css/CSSStyleSheet.h     virtual void setDisabled(bool) OVERRIDE;
OVERRIDE           82 Source/core/css/CSSStyleSheet.h     virtual void clearOwnerNode() OVERRIDE;
OVERRIDE           84 Source/core/css/CSSStyleSheet.h     virtual CSSRule* ownerRule() const OVERRIDE { return m_ownerRule; }
OVERRIDE           85 Source/core/css/CSSStyleSheet.h     virtual KURL baseURL() const OVERRIDE;
OVERRIDE           86 Source/core/css/CSSStyleSheet.h     virtual bool isLoading() const OVERRIDE;
OVERRIDE          121 Source/core/css/CSSStyleSheet.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          127 Source/core/css/CSSStyleSheet.h     virtual bool isCSSStyleSheet() const OVERRIDE { return true; }
OVERRIDE          128 Source/core/css/CSSStyleSheet.h     virtual String type() const OVERRIDE { return "text/css"; }
OVERRIDE           48 Source/core/css/CSSSupportsRule.h     virtual CSSRule::Type type() const OVERRIDE { return SUPPORTS_RULE; }
OVERRIDE           49 Source/core/css/CSSSupportsRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           53 Source/core/css/CSSSupportsRule.h     virtual void trace(Visitor* visitor) OVERRIDE { CSSGroupingRule::trace(visitor); }
OVERRIDE           34 Source/core/css/CSSUnknownRule.h     virtual CSSRule::Type type() const OVERRIDE { return UNKNOWN_RULE; }
OVERRIDE           35 Source/core/css/CSSUnknownRule.h     virtual String cssText() const OVERRIDE { return String(); }
OVERRIDE           36 Source/core/css/CSSUnknownRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE { }
OVERRIDE           37 Source/core/css/CSSUnknownRule.h     virtual void trace(Visitor* visitor) OVERRIDE { CSSRule::trace(visitor); }
OVERRIDE           51 Source/core/css/CSSViewportRule.h     virtual CSSRule::Type type() const OVERRIDE { return VIEWPORT_RULE; }
OVERRIDE           52 Source/core/css/CSSViewportRule.h     virtual String cssText() const OVERRIDE;
OVERRIDE           53 Source/core/css/CSSViewportRule.h     virtual void reattach(StyleRuleBase*) OVERRIDE;
OVERRIDE           57 Source/core/css/CSSViewportRule.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           62 Source/core/css/FontFaceSet.cpp     virtual void notifyLoaded(FontFace*) OVERRIDE;
OVERRIDE           63 Source/core/css/FontFaceSet.cpp     virtual void notifyError(FontFace*) OVERRIDE;
OVERRIDE           83 Source/core/css/FontFaceSet.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           84 Source/core/css/FontFaceSet.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           94 Source/core/css/FontFaceSet.h     virtual void suspend() OVERRIDE;
OVERRIDE           95 Source/core/css/FontFaceSet.h     virtual void resume() OVERRIDE;
OVERRIDE           96 Source/core/css/FontFaceSet.h     virtual void stop() OVERRIDE;
OVERRIDE           17 Source/core/css/LocalFontFaceSource.h     virtual bool isLocalFontAvailable(const FontDescription&) OVERRIDE;
OVERRIDE           20 Source/core/css/LocalFontFaceSource.h     virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
OVERRIDE           50 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual CSSRule* parentRule() const OVERRIDE { return 0; }
OVERRIDE           51 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual unsigned length() const OVERRIDE FINAL;
OVERRIDE           52 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String item(unsigned index) const OVERRIDE FINAL;
OVERRIDE           53 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE FINAL;
OVERRIDE           54 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyValue(const String& propertyName) OVERRIDE FINAL;
OVERRIDE           55 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyPriority(const String& propertyName) OVERRIDE FINAL;
OVERRIDE           56 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE FINAL;
OVERRIDE           57 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE FINAL;
OVERRIDE           58 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           59 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           60 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String cssText() const OVERRIDE FINAL;
OVERRIDE           61 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setCSSText(const String&, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           62 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) OVERRIDE FINAL;
OVERRIDE           63 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyValueInternal(CSSPropertyID) OVERRIDE FINAL;
OVERRIDE           64 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           66 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE FINAL;
OVERRIDE           67 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const OVERRIDE FINAL;
OVERRIDE           84 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void ref() OVERRIDE;
OVERRIDE           85 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void deref() OVERRIDE;
OVERRIDE           88 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); return *m_propertySet; }
OVERRIDE          103 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void ref() OVERRIDE;
OVERRIDE          104 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void deref() OVERRIDE;
OVERRIDE          112 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual CSSStyleSheet* parentStyleSheet() const OVERRIDE;
OVERRIDE          114 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual CSSRule* parentRule() const OVERRIDE { return m_parentRule;  }
OVERRIDE          116 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void willMutate() OVERRIDE;
OVERRIDE          117 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void didMutate(MutationType) OVERRIDE;
OVERRIDE          132 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual MutableStylePropertySet& propertySet() const OVERRIDE;
OVERRIDE          133 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void ref() OVERRIDE;
OVERRIDE          134 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void deref() OVERRIDE;
OVERRIDE          135 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual CSSStyleSheet* parentStyleSheet() const OVERRIDE;
OVERRIDE          136 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual Element* parentElement() const OVERRIDE { return m_parentElement; }
OVERRIDE          137 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void clearParentElement() OVERRIDE { m_parentElement = 0; }
OVERRIDE          139 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void didMutate(MutationType) OVERRIDE;
OVERRIDE           19 Source/core/css/RemoteFontFaceSource.h     virtual FontResource* resource() OVERRIDE { return m_font.get(); }
OVERRIDE           20 Source/core/css/RemoteFontFaceSource.h     virtual bool isLoading() const OVERRIDE;
OVERRIDE           21 Source/core/css/RemoteFontFaceSource.h     virtual bool isLoaded() const OVERRIDE;
OVERRIDE           22 Source/core/css/RemoteFontFaceSource.h     virtual bool isValid() const OVERRIDE;
OVERRIDE           31 Source/core/css/RemoteFontFaceSource.h     virtual void didStartFontLoad(FontResource*) OVERRIDE;
OVERRIDE           32 Source/core/css/RemoteFontFaceSource.h     virtual void fontLoaded(FontResource*) OVERRIDE;
OVERRIDE           33 Source/core/css/RemoteFontFaceSource.h     virtual void fontLoadWaitLimitExceeded(FontResource*) OVERRIDE;
OVERRIDE           36 Source/core/css/RemoteFontFaceSource.h     virtual bool hadBlankText() OVERRIDE { return m_histograms.hadBlankText(); }
OVERRIDE           40 Source/core/css/RemoteFontFaceSource.h     virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
OVERRIDE           65 Source/core/css/StyleRuleImport.h         virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) OVERRIDE
OVERRIDE          233 Source/core/css/resolver/StyleResolver.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          237 Source/core/css/resolver/StyleResolver.h     virtual void fontsNeedUpdate(CSSFontSelector*) OVERRIDE;
OVERRIDE           62 Source/core/dom/Attr.h     virtual const AtomicString& localName() const OVERRIDE { return m_name.localName(); }
OVERRIDE           63 Source/core/dom/Attr.h     virtual const AtomicString& namespaceURI() const OVERRIDE { return m_name.namespaceURI(); }
OVERRIDE           74 Source/core/dom/Attr.h     virtual String nodeName() const OVERRIDE { return name(); }
OVERRIDE           75 Source/core/dom/Attr.h     virtual NodeType nodeType() const OVERRIDE { return ATTRIBUTE_NODE; }
OVERRIDE           77 Source/core/dom/Attr.h     virtual String nodeValue() const OVERRIDE { return value(); }
OVERRIDE           78 Source/core/dom/Attr.h     virtual void setNodeValue(const String&) OVERRIDE;
OVERRIDE           79 Source/core/dom/Attr.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
OVERRIDE           81 Source/core/dom/Attr.h     virtual bool isAttributeNode() const OVERRIDE { return true; }
OVERRIDE           82 Source/core/dom/Attr.h     virtual bool childTypeAllowed(NodeType) const OVERRIDE;
OVERRIDE           84 Source/core/dom/Attr.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           37 Source/core/dom/CDATASection.h     virtual String nodeName() const OVERRIDE;
OVERRIDE           38 Source/core/dom/CDATASection.h     virtual NodeType nodeType() const OVERRIDE;
OVERRIDE           39 Source/core/dom/CDATASection.h     virtual PassRefPtr<Text> cloneWithData(const String&) OVERRIDE;
OVERRIDE           72 Source/core/dom/CharacterData.h     virtual String nodeValue() const OVERRIDE FINAL;
OVERRIDE           73 Source/core/dom/CharacterData.h     virtual void setNodeValue(const String&) OVERRIDE FINAL;
OVERRIDE           74 Source/core/dom/CharacterData.h     virtual bool isCharacterDataNode() const OVERRIDE FINAL { return true; }
OVERRIDE           75 Source/core/dom/CharacterData.h     virtual int maxCharacterOffset() const OVERRIDE FINAL;
OVERRIDE           76 Source/core/dom/CharacterData.h     virtual bool offsetInCharacters() const OVERRIDE FINAL;
OVERRIDE           44 Source/core/dom/ChildNodeList.h     virtual unsigned length() const OVERRIDE { return m_collectionIndexCache.nodeCount(*this); }
OVERRIDE           45 Source/core/dom/ChildNodeList.h     virtual Node* item(unsigned index) const OVERRIDE { return m_collectionIndexCache.nodeAt(*this, index); }
OVERRIDE           61 Source/core/dom/ChildNodeList.h     virtual bool isChildNodeList() const OVERRIDE { return true; }
OVERRIDE           62 Source/core/dom/ChildNodeList.h     virtual Node* virtualOwnerNode() const OVERRIDE;
OVERRIDE           39 Source/core/dom/Comment.h     virtual String nodeName() const OVERRIDE;
OVERRIDE           40 Source/core/dom/Comment.h     virtual NodeType nodeType() const OVERRIDE;
OVERRIDE           41 Source/core/dom/Comment.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
OVERRIDE          136 Source/core/dom/ContainerNode.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          137 Source/core/dom/ContainerNode.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          138 Source/core/dom/ContainerNode.h     virtual LayoutRect boundingBox() const OVERRIDE FINAL;
OVERRIDE          139 Source/core/dom/ContainerNode.h     virtual void setFocus(bool) OVERRIDE;
OVERRIDE          141 Source/core/dom/ContainerNode.h     virtual void setActive(bool = true) OVERRIDE;
OVERRIDE          142 Source/core/dom/ContainerNode.h     virtual void setHovered(bool = true) OVERRIDE;
OVERRIDE           67 Source/core/dom/ContextFeatures.h     virtual void hostDestroyed() OVERRIDE;
OVERRIDE           51 Source/core/dom/ContextLifecycleNotifier.h     virtual void addObserver(Observer*) OVERRIDE;
OVERRIDE           52 Source/core/dom/ContextLifecycleNotifier.h     virtual void removeObserver(Observer*) OVERRIDE;
OVERRIDE           46 Source/core/dom/DOMSettableTokenList.h     virtual void ref() OVERRIDE { RefCounted<DOMSettableTokenList>::ref(); }
OVERRIDE           47 Source/core/dom/DOMSettableTokenList.h     virtual void deref() OVERRIDE { RefCounted<DOMSettableTokenList>::deref(); }
OVERRIDE           49 Source/core/dom/DOMSettableTokenList.h     virtual unsigned length() const OVERRIDE { return m_tokens.size(); }
OVERRIDE           50 Source/core/dom/DOMSettableTokenList.h     virtual const AtomicString item(unsigned index) const OVERRIDE;
OVERRIDE           52 Source/core/dom/DOMSettableTokenList.h     virtual void add(const Vector<String>&, ExceptionState&) OVERRIDE;
OVERRIDE           53 Source/core/dom/DOMSettableTokenList.h     virtual void remove(const Vector<String>&, ExceptionState&) OVERRIDE;
OVERRIDE           55 Source/core/dom/DOMSettableTokenList.h     virtual const AtomicString& value() const OVERRIDE { return m_value; }
OVERRIDE           56 Source/core/dom/DOMSettableTokenList.h     virtual void setValue(const AtomicString&) OVERRIDE;
OVERRIDE           64 Source/core/dom/DOMSettableTokenList.h     virtual void addInternal(const AtomicString&) OVERRIDE;
OVERRIDE           65 Source/core/dom/DOMSettableTokenList.h     virtual bool containsInternal(const AtomicString&) const OVERRIDE;
OVERRIDE           66 Source/core/dom/DOMSettableTokenList.h     virtual void removeInternal(const AtomicString&) OVERRIDE;
OVERRIDE           68 Source/core/dom/DOMURL.h     virtual KURL url() const OVERRIDE { return m_url; }
OVERRIDE           69 Source/core/dom/DOMURL.h     virtual void setURL(const KURL& url) OVERRIDE { m_url = url; }
OVERRIDE           71 Source/core/dom/DOMURL.h     virtual String input() const OVERRIDE { return m_input; }
OVERRIDE           72 Source/core/dom/DOMURL.h     virtual void setInput(const String&) OVERRIDE;
OVERRIDE           44 Source/core/dom/DatasetDOMStringMap.h     virtual void ref() OVERRIDE;
OVERRIDE           45 Source/core/dom/DatasetDOMStringMap.h     virtual void deref() OVERRIDE;
OVERRIDE           47 Source/core/dom/DatasetDOMStringMap.h     virtual void getNames(Vector<String>&) OVERRIDE;
OVERRIDE           48 Source/core/dom/DatasetDOMStringMap.h     virtual String item(const String& name) OVERRIDE;
OVERRIDE           49 Source/core/dom/DatasetDOMStringMap.h     virtual bool contains(const String& name) OVERRIDE;
OVERRIDE           50 Source/core/dom/DatasetDOMStringMap.h     virtual void setItem(const String& name, const String& value, ExceptionState&) OVERRIDE;
OVERRIDE           51 Source/core/dom/DatasetDOMStringMap.h     virtual bool deleteItem(const String& name) OVERRIDE;
OVERRIDE           53 Source/core/dom/DatasetDOMStringMap.h     virtual Element* element() OVERRIDE { return m_element; }
OVERRIDE           43 Source/core/dom/DecodedDataDocumentParser.h     virtual void appendBytes(const char* bytes, size_t length) OVERRIDE;
OVERRIDE           44 Source/core/dom/DecodedDataDocumentParser.h     virtual void flush() OVERRIDE;
OVERRIDE           45 Source/core/dom/DecodedDataDocumentParser.h     virtual bool needsDecoder() const OVERRIDE FINAL { return m_needsDecoder; }
OVERRIDE           46 Source/core/dom/DecodedDataDocumentParser.h     virtual void setDecoder(PassOwnPtr<TextResourceDecoder>) OVERRIDE;
OVERRIDE           47 Source/core/dom/DecodedDataDocumentParser.h     virtual TextResourceDecoder* decoder() OVERRIDE FINAL;
OVERRIDE          360 Source/core/dom/Document.cpp     virtual void performTask(ExecutionContext* context) OVERRIDE
OVERRIDE          252 Source/core/dom/Document.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return true; }
OVERRIDE          378 Source/core/dom/Document.h     virtual KURL baseURI() const OVERRIDE FINAL;
OVERRIDE          507 Source/core/dom/Document.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          508 Source/core/dom/Document.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          568 Source/core/dom/Document.h     virtual String userAgent(const KURL&) const OVERRIDE FINAL;
OVERRIDE          569 Source/core/dom/Document.h     virtual void disableEval(const String& errorMessage) OVERRIDE FINAL;
OVERRIDE          864 Source/core/dom/Document.h     virtual void postTask(PassOwnPtr<ExecutionContextTask>) OVERRIDE; // Executes the task on context's thread asynchronously.
OVERRIDE          866 Source/core/dom/Document.h     virtual void tasksWereSuspended() OVERRIDE FINAL;
OVERRIDE          867 Source/core/dom/Document.h     virtual void tasksWereResumed() OVERRIDE FINAL;
OVERRIDE          868 Source/core/dom/Document.h     virtual void suspendScheduledTasks() OVERRIDE FINAL;
OVERRIDE          869 Source/core/dom/Document.h     virtual void resumeScheduledTasks() OVERRIDE FINAL;
OVERRIDE          870 Source/core/dom/Document.h     virtual bool tasksNeedSuspension() OVERRIDE FINAL;
OVERRIDE          887 Source/core/dom/Document.h     virtual void removeAllEventListeners() OVERRIDE FINAL;
OVERRIDE          920 Source/core/dom/Document.h     virtual bool isContextThread() const OVERRIDE FINAL;
OVERRIDE          921 Source/core/dom/Document.h     virtual bool isJSExecutionForbidden() const OVERRIDE FINAL { return false; }
OVERRIDE          951 Source/core/dom/Document.h     virtual EventTarget* errorEventTarget() OVERRIDE FINAL;
OVERRIDE          952 Source/core/dom/Document.h     virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE FINAL;
OVERRIDE         1033 Source/core/dom/Document.h     virtual DOMWindow* executingWindow() OVERRIDE FINAL;
OVERRIDE         1059 Source/core/dom/Document.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE         1066 Source/core/dom/Document.h     virtual void didUpdateSecurityOrigin() OVERRIDE FINAL;
OVERRIDE         1070 Source/core/dom/Document.h     virtual void dispose() OVERRIDE;
OVERRIDE         1081 Source/core/dom/Document.h     virtual SecurityContext& securityContext() OVERRIDE FINAL { return *this; }
OVERRIDE         1082 Source/core/dom/Document.h     virtual EventQueue* eventQueue() const OVERRIDE FINAL;
OVERRIDE         1101 Source/core/dom/Document.h     virtual bool isDocument() const OVERRIDE FINAL { return true; }
OVERRIDE         1103 Source/core/dom/Document.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE         1105 Source/core/dom/Document.h     virtual String nodeName() const OVERRIDE FINAL;
OVERRIDE         1106 Source/core/dom/Document.h     virtual NodeType nodeType() const OVERRIDE FINAL;
OVERRIDE         1107 Source/core/dom/Document.h     virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
OVERRIDE         1108 Source/core/dom/Document.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL;
OVERRIDE         1111 Source/core/dom/Document.h     virtual void refExecutionContext() OVERRIDE FINAL { ref(); }
OVERRIDE         1112 Source/core/dom/Document.h     virtual void derefExecutionContext() OVERRIDE FINAL { deref(); }
OVERRIDE         1114 Source/core/dom/Document.h     virtual const KURL& virtualURL() const OVERRIDE FINAL; // Same as url(), but needed for ExecutionContext to implement it without a performance loss for direct calls.
OVERRIDE         1115 Source/core/dom/Document.h     virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL; // Same as completeURL() for the same reason as above.
OVERRIDE         1117 Source/core/dom/Document.h     virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL;
OVERRIDE         1118 Source/core/dom/Document.h     virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState*) OVERRIDE FINAL;
OVERRIDE         1121 Source/core/dom/Document.h     virtual double timerAlignmentInterval() const OVERRIDE FINAL;
OVERRIDE           41 Source/core/dom/DocumentFragment.h     virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; }
OVERRIDE           46 Source/core/dom/DocumentFragment.h     virtual String nodeName() const OVERRIDE FINAL;
OVERRIDE           49 Source/core/dom/DocumentFragment.h     virtual NodeType nodeType() const OVERRIDE FINAL;
OVERRIDE           50 Source/core/dom/DocumentFragment.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
OVERRIDE           51 Source/core/dom/DocumentFragment.h     virtual bool childTypeAllowed(NodeType) const OVERRIDE;
OVERRIDE           44 Source/core/dom/DocumentLifecycleNotifier.h     virtual void addObserver(Observer*) OVERRIDE FINAL;
OVERRIDE           45 Source/core/dom/DocumentLifecycleNotifier.h     virtual void removeObserver(Observer*) OVERRIDE FINAL;
OVERRIDE           45 Source/core/dom/DocumentMarker.cpp     virtual bool isDescription() const OVERRIDE { return true; }
OVERRIDE           74 Source/core/dom/DocumentMarker.cpp     virtual bool isTextMatch() const OVERRIDE { return true; }
OVERRIDE           51 Source/core/dom/DocumentMarkerControllerTest.cpp     virtual void SetUp() OVERRIDE;
OVERRIDE           50 Source/core/dom/DocumentStyleSheetCollection.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           44 Source/core/dom/DocumentTest.cpp     virtual void SetUp() OVERRIDE;
OVERRIDE           48 Source/core/dom/DocumentType.h     virtual KURL baseURI() const OVERRIDE;
OVERRIDE           49 Source/core/dom/DocumentType.h     virtual String nodeName() const OVERRIDE;
OVERRIDE           50 Source/core/dom/DocumentType.h     virtual NodeType nodeType() const OVERRIDE;
OVERRIDE           51 Source/core/dom/DocumentType.h     virtual PassRefPtr<Node> cloneNode(bool deep) OVERRIDE;
OVERRIDE           53 Source/core/dom/DocumentType.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           54 Source/core/dom/DocumentType.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          215 Source/core/dom/Element.h     virtual void didMoveToNewDocument(Document&) OVERRIDE;
OVERRIDE          245 Source/core/dom/Element.h     virtual const AtomicString& localName() const OVERRIDE FINAL { return m_tagName.localName(); }
OVERRIDE          247 Source/core/dom/Element.h     virtual const AtomicString& namespaceURI() const OVERRIDE FINAL { return m_tagName.namespaceURI(); }
OVERRIDE          251 Source/core/dom/Element.h     virtual KURL baseURI() const OVERRIDE FINAL;
OVERRIDE          253 Source/core/dom/Element.h     virtual String nodeName() const OVERRIDE;
OVERRIDE          318 Source/core/dom/Element.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          319 Source/core/dom/Element.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          455 Source/core/dom/Element.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return true; }
OVERRIDE          525 Source/core/dom/Element.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          526 Source/core/dom/Element.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          527 Source/core/dom/Element.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE          528 Source/core/dom/Element.h     virtual void removeAllEventListeners() OVERRIDE;
OVERRIDE          539 Source/core/dom/Element.h     virtual short tabIndex() const OVERRIDE;
OVERRIDE          608 Source/core/dom/Element.h     virtual NodeType nodeType() const OVERRIDE FINAL;
OVERRIDE          609 Source/core/dom/Element.h     virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
OVERRIDE          617 Source/core/dom/Element.h     virtual void formatForDebugger(char* buffer, unsigned length) const OVERRIDE;
OVERRIDE          624 Source/core/dom/Element.h     virtual RenderStyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) OVERRIDE { return computedStyle(pseudoElementSpecifier); }
OVERRIDE          632 Source/core/dom/Element.h     virtual PassRefPtr<Node> cloneNode(bool deep) OVERRIDE;
OVERRIDE           53 Source/core/dom/EmptyNodeList.h     virtual unsigned length() const OVERRIDE { return 0; }
OVERRIDE           54 Source/core/dom/EmptyNodeList.h     virtual Node* item(unsigned) const OVERRIDE { return 0; }
OVERRIDE           56 Source/core/dom/EmptyNodeList.h     virtual bool isEmptyNodeList() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/dom/EmptyNodeList.h     virtual Node* virtualOwnerNode() const OVERRIDE;
OVERRIDE           56 Source/core/dom/ExecutionContextTask.h     virtual void performTask(ExecutionContext*) OVERRIDE { m_closure(); }
OVERRIDE           97 Source/core/dom/FullscreenElementStack.h     virtual void documentWasDetached() OVERRIDE;
OVERRIDE           98 Source/core/dom/FullscreenElementStack.h     virtual void documentWasDisposed() OVERRIDE;
OVERRIDE           44 Source/core/dom/LiveNodeList.h     virtual unsigned length() const OVERRIDE FINAL { return m_collectionIndexCache.nodeCount(*this); }
OVERRIDE           45 Source/core/dom/LiveNodeList.h     virtual Node* item(unsigned offset) const OVERRIDE FINAL { return m_collectionIndexCache.nodeAt(*this, offset); }
OVERRIDE           48 Source/core/dom/LiveNodeList.h     virtual void invalidateCache(Document* oldDocument) const OVERRIDE FINAL;
OVERRIDE           58 Source/core/dom/LiveNodeList.h     virtual Node* virtualOwnerNode() const OVERRIDE FINAL;
OVERRIDE           45 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE { return true; }
OVERRIDE           46 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual bool cancelEvent(Event*) OVERRIDE { return true; }
OVERRIDE           47 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual void close() OVERRIDE { }
OVERRIDE           55 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual void refExecutionContext() OVERRIDE { ref(); }
OVERRIDE           56 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual void derefExecutionContext() OVERRIDE { deref(); }
OVERRIDE           57 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual EventQueue* eventQueue() const OVERRIDE { return m_queue.get(); }
OVERRIDE           88 Source/core/dom/MainThreadTaskRunnerTest.cpp     virtual void performTask(ExecutionContext* context) OVERRIDE
OVERRIDE           88 Source/core/dom/MessagePort.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           89 Source/core/dom/MessagePort.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
OVERRIDE           90 Source/core/dom/MessagePort.h     virtual MessagePort* toMessagePort() OVERRIDE { return this; }
OVERRIDE           93 Source/core/dom/MessagePort.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           94 Source/core/dom/MessagePort.h     virtual void stop() OVERRIDE { close(); }
OVERRIDE          113 Source/core/dom/MessagePort.h     virtual void messageAvailable() OVERRIDE;
OVERRIDE           57 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& type() OVERRIDE;
OVERRIDE           58 Source/core/dom/MutationRecord.cpp     virtual Node* target() OVERRIDE { return m_target.get(); }
OVERRIDE           59 Source/core/dom/MutationRecord.cpp     virtual NodeList* addedNodes() OVERRIDE { return m_addedNodes.get(); }
OVERRIDE           60 Source/core/dom/MutationRecord.cpp     virtual NodeList* removedNodes() OVERRIDE { return m_removedNodes.get(); }
OVERRIDE           61 Source/core/dom/MutationRecord.cpp     virtual Node* previousSibling() OVERRIDE { return m_previousSibling.get(); }
OVERRIDE           62 Source/core/dom/MutationRecord.cpp     virtual Node* nextSibling() OVERRIDE { return m_nextSibling.get(); }
OVERRIDE           80 Source/core/dom/MutationRecord.cpp     virtual Node* target() OVERRIDE { return m_target.get(); }
OVERRIDE           81 Source/core/dom/MutationRecord.cpp     virtual String oldValue() OVERRIDE { return m_oldValue; }
OVERRIDE           82 Source/core/dom/MutationRecord.cpp     virtual NodeList* addedNodes() OVERRIDE { return lazilyInitializeEmptyNodeList(m_addedNodes); }
OVERRIDE           83 Source/core/dom/MutationRecord.cpp     virtual NodeList* removedNodes() OVERRIDE { return lazilyInitializeEmptyNodeList(m_removedNodes); }
OVERRIDE          108 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& type() OVERRIDE;
OVERRIDE          109 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& attributeName() OVERRIDE { return m_attributeName; }
OVERRIDE          110 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& attributeNamespace() OVERRIDE { return m_attributeNamespace; }
OVERRIDE          124 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& type() OVERRIDE;
OVERRIDE          135 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& type() OVERRIDE { return m_record->type(); }
OVERRIDE          136 Source/core/dom/MutationRecord.cpp     virtual Node* target() OVERRIDE { return m_record->target(); }
OVERRIDE          137 Source/core/dom/MutationRecord.cpp     virtual NodeList* addedNodes() OVERRIDE { return m_record->addedNodes(); }
OVERRIDE          138 Source/core/dom/MutationRecord.cpp     virtual NodeList* removedNodes() OVERRIDE { return m_record->removedNodes(); }
OVERRIDE          139 Source/core/dom/MutationRecord.cpp     virtual Node* previousSibling() OVERRIDE { return m_record->previousSibling(); }
OVERRIDE          140 Source/core/dom/MutationRecord.cpp     virtual Node* nextSibling() OVERRIDE { return m_record->nextSibling(); }
OVERRIDE          141 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& attributeName() OVERRIDE { return m_record->attributeName(); }
OVERRIDE          142 Source/core/dom/MutationRecord.cpp     virtual const AtomicString& attributeNamespace() OVERRIDE { return m_record->attributeNamespace(); }
OVERRIDE          144 Source/core/dom/MutationRecord.cpp     virtual String oldValue() OVERRIDE { return String(); }
OVERRIDE           47 Source/core/dom/NameNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;
OVERRIDE           49 Source/core/dom/NamedNodesCollection.h     virtual unsigned length() const OVERRIDE { return m_nodes.size(); }
OVERRIDE           50 Source/core/dom/NamedNodesCollection.h     virtual Node* item(unsigned) const OVERRIDE;
OVERRIDE          607 Source/core/dom/Node.h     virtual Node* toNode() OVERRIDE FINAL;
OVERRIDE          609 Source/core/dom/Node.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          610 Source/core/dom/Node.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          612 Source/core/dom/Node.h     virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE;
OVERRIDE          613 Source/core/dom/Node.h     virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE;
OVERRIDE          614 Source/core/dom/Node.h     virtual void removeAllEventListeners() OVERRIDE;
OVERRIDE          622 Source/core/dom/Node.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE          646 Source/core/dom/Node.h     virtual EventTargetData* eventTargetData() OVERRIDE;
OVERRIDE          647 Source/core/dom/Node.h     virtual EventTargetData& ensureEventTargetData() OVERRIDE;
OVERRIDE           57 Source/core/dom/ProcessingInstruction.h     virtual String nodeName() const OVERRIDE;
OVERRIDE           58 Source/core/dom/ProcessingInstruction.h     virtual NodeType nodeType() const OVERRIDE;
OVERRIDE           59 Source/core/dom/ProcessingInstruction.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
OVERRIDE           61 Source/core/dom/ProcessingInstruction.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           62 Source/core/dom/ProcessingInstruction.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           65 Source/core/dom/ProcessingInstruction.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
OVERRIDE           66 Source/core/dom/ProcessingInstruction.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
OVERRIDE           68 Source/core/dom/ProcessingInstruction.h     virtual bool sheetLoaded() OVERRIDE;
OVERRIDE           43 Source/core/dom/PseudoElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           44 Source/core/dom/PseudoElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           45 Source/core/dom/PseudoElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           47 Source/core/dom/PseudoElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
OVERRIDE           48 Source/core/dom/PseudoElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           57 Source/core/dom/PseudoElement.h     virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE;
OVERRIDE           58 Source/core/dom/PseudoElement.h     virtual PseudoId customPseudoId() const OVERRIDE { return m_pseudoId; }
OVERRIDE           27 Source/core/dom/RangeTest.cpp     virtual void SetUp() OVERRIDE;
OVERRIDE           41 Source/core/dom/RawDataDocumentParser.h     virtual void finish() OVERRIDE
OVERRIDE           48 Source/core/dom/RawDataDocumentParser.h     virtual void flush() OVERRIDE
OVERRIDE           54 Source/core/dom/RawDataDocumentParser.h     virtual void insert(const SegmentedString&) OVERRIDE
OVERRIDE           58 Source/core/dom/RawDataDocumentParser.h     virtual void append(PassRefPtr<StringImpl>) OVERRIDE
OVERRIDE           87 Source/core/dom/ScriptLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           60 Source/core/dom/ScriptableDocumentParser.h     virtual ScriptableDocumentParser* asScriptableDocumentParser() OVERRIDE FINAL { return this; }
OVERRIDE           49 Source/core/dom/ShadowTreeStyleSheetCollection.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           53 Source/core/dom/StaticNodeList.h     virtual unsigned length() const OVERRIDE;
OVERRIDE           54 Source/core/dom/StaticNodeList.h     virtual Node* item(unsigned index) const OVERRIDE;
OVERRIDE           49 Source/core/dom/StringCallback.cpp     virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE           51 Source/core/dom/TemplateContentDocumentFragment.h     virtual bool isTemplateContent() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/dom/Text.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
OVERRIDE           58 Source/core/dom/Text.h     virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; }
OVERRIDE           59 Source/core/dom/Text.h     virtual NodeType nodeType() const OVERRIDE;
OVERRIDE           69 Source/core/dom/Text.h     virtual String nodeName() const OVERRIDE;
OVERRIDE           70 Source/core/dom/Text.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL;
OVERRIDE           77 Source/core/dom/Text.h     virtual void formatForDebugger(char* buffer, unsigned length) const OVERRIDE;
OVERRIDE           67 Source/core/dom/TreeScopeStyleSheetCollection.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           52 Source/core/dom/WheelController.h     virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/core/dom/WheelController.h     virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           44 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     virtual void dispatch(Element*) OVERRIDE;
OVERRIDE           75 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     virtual void dispatch(Element*) OVERRIDE;
OVERRIDE          103 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     virtual void dispatch(Element*) OVERRIDE;
OVERRIDE          104 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     virtual bool isCreated() const OVERRIDE { return true; }
OVERRIDE           63 Source/core/dom/custom/CustomElementMicrotaskImportStep.h     virtual Result process() OVERRIDE FINAL;
OVERRIDE           55 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h     virtual Result process() OVERRIDE;
OVERRIDE           54 Source/core/dom/custom/CustomElementRegistry.cpp     virtual void documentWasDisposed() OVERRIDE { m_wentAway = true; }
OVERRIDE           60 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h     virtual void elementWasDestroyed(Element*) OVERRIDE;
OVERRIDE           63 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h     virtual void elementDidFinishParsingChildren(Element*) OVERRIDE;
OVERRIDE           59 Source/core/dom/shadow/InsertionPoint.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           60 Source/core/dom/shadow/InsertionPoint.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           73 Source/core/dom/shadow/InsertionPoint.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           74 Source/core/dom/shadow/InsertionPoint.h     virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE;
OVERRIDE           75 Source/core/dom/shadow/InsertionPoint.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           76 Source/core/dom/shadow/InsertionPoint.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           77 Source/core/dom/shadow/InsertionPoint.h     virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE;
OVERRIDE           80 Source/core/dom/shadow/ShadowRoot.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           82 Source/core/dom/shadow/ShadowRoot.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           83 Source/core/dom/shadow/ShadowRoot.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           85 Source/core/dom/shadow/ShadowRoot.h     virtual void registerScopedHTMLStyleChild() OVERRIDE;
OVERRIDE           86 Source/core/dom/shadow/ShadowRoot.h     virtual void unregisterScopedHTMLStyleChild() OVERRIDE;
OVERRIDE          131 Source/core/dom/shadow/ShadowRoot.h     virtual void dispose() OVERRIDE;
OVERRIDE          132 Source/core/dom/shadow/ShadowRoot.h     virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE;
OVERRIDE          141 Source/core/dom/shadow/ShadowRoot.h     virtual PassRefPtr<Node> cloneNode(bool) OVERRIDE { return nullptr; }
OVERRIDE           43 Source/core/editing/AppendNodeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/AppendNodeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           49 Source/core/editing/ApplyBlockElementCommand.h     virtual void doApply() OVERRIDE FINAL;
OVERRIDE           74 Source/core/editing/ApplyStyleCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           75 Source/core/editing/ApplyStyleCommand.h     virtual EditAction editingAction() const OVERRIDE;
OVERRIDE           42 Source/core/editing/BreakBlockquoteCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           45 Source/core/editing/CompositeEditCommand.h     virtual bool belongsTo(const LocalFrame&) const OVERRIDE;
OVERRIDE           46 Source/core/editing/CompositeEditCommand.h     virtual void unapply() OVERRIDE;
OVERRIDE           47 Source/core/editing/CompositeEditCommand.h     virtual void reapply() OVERRIDE;
OVERRIDE           48 Source/core/editing/CompositeEditCommand.h     virtual EditAction editingAction() const OVERRIDE { return m_editAction; }
OVERRIDE          168 Source/core/editing/CompositeEditCommand.h     virtual bool isCompositeEditCommand() const OVERRIDE FINAL { return true; }
OVERRIDE           43 Source/core/editing/CreateLinkCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/CreateLinkCommand.h     virtual EditAction editingAction() const OVERRIDE { return EditActionCreateLink; }
OVERRIDE           45 Source/core/editing/DeleteFromTextNodeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           46 Source/core/editing/DeleteFromTextNodeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           50 Source/core/editing/DeleteSelectionCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           51 Source/core/editing/DeleteSelectionCommand.h     virtual EditAction editingAction() const OVERRIDE;
OVERRIDE           53 Source/core/editing/DeleteSelectionCommand.h     virtual bool preservesTypingStyle() const OVERRIDE;
OVERRIDE           67 Source/core/editing/DeleteSelectionCommand.h     virtual void removeNode(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAssumeContentIsAlwaysEditable) OVERRIDE;
OVERRIDE           68 Source/core/editing/DeleteSelectionCommand.h     virtual void deleteTextFromNode(PassRefPtr<Text>, unsigned, unsigned) OVERRIDE;
OVERRIDE           91 Source/core/editing/EditCommand.h     virtual bool isSimpleEditCommand() const OVERRIDE FINAL { return true; }
OVERRIDE          213 Source/core/editing/EditingStyle.cpp     virtual bool propertyExistsInStyle(const StylePropertySet*) const OVERRIDE;
OVERRIDE          214 Source/core/editing/EditingStyle.cpp     virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const OVERRIDE;
OVERRIDE          251 Source/core/editing/EditingStyle.cpp     virtual bool matches(const Element* elem) const OVERRIDE { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); }
OVERRIDE          252 Source/core/editing/EditingStyle.cpp     virtual bool hasAttribute() const OVERRIDE { return true; }
OVERRIDE          253 Source/core/editing/EditingStyle.cpp     virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const OVERRIDE;
OVERRIDE          254 Source/core/editing/EditingStyle.cpp     virtual void addToStyle(Element*, EditingStyle*) const OVERRIDE;
OVERRIDE          309 Source/core/editing/EditingStyle.cpp     virtual PassRefPtrWillBeRawPtr<CSSValue> attributeValueAsCSSValue(Element*) const OVERRIDE;
OVERRIDE           48 Source/core/editing/FormatBlockCommand.h     virtual bool preservesTypingStyle() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/editing/FormatBlockCommand.h     virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection) OVERRIDE;
OVERRIDE           57 Source/core/editing/FormatBlockCommand.h     virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&) OVERRIDE;
OVERRIDE           58 Source/core/editing/FormatBlockCommand.h     virtual EditAction editingAction() const OVERRIDE { return EditActionFormatBlock; }
OVERRIDE          206 Source/core/editing/FrameSelection.h     virtual void didChangeVisibleSelection() OVERRIDE;
OVERRIDE           42 Source/core/editing/IndentOutdentCommand.h     virtual bool preservesTypingStyle() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/editing/IndentOutdentCommand.h     virtual EditAction editingAction() const OVERRIDE { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
OVERRIDE           54 Source/core/editing/IndentOutdentCommand.h     virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection) OVERRIDE;
OVERRIDE           55 Source/core/editing/IndentOutdentCommand.h     virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockquoteForNextIndent) OVERRIDE;
OVERRIDE           45 Source/core/editing/InsertIntoTextNodeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           46 Source/core/editing/InsertIntoTextNodeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           43 Source/core/editing/InsertLineBreakCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           45 Source/core/editing/InsertLineBreakCommand.h     virtual bool preservesTypingStyle() const OVERRIDE;
OVERRIDE           44 Source/core/editing/InsertListCommand.h     virtual bool preservesTypingStyle() const OVERRIDE { return true; }
OVERRIDE           49 Source/core/editing/InsertListCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           50 Source/core/editing/InsertListCommand.h     virtual EditAction editingAction() const OVERRIDE { return EditActionInsertList; }
OVERRIDE           44 Source/core/editing/InsertNodeBeforeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           45 Source/core/editing/InsertNodeBeforeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           45 Source/core/editing/InsertParagraphSeparatorCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           54 Source/core/editing/InsertParagraphSeparatorCommand.h     virtual bool preservesTypingStyle() const OVERRIDE;
OVERRIDE           49 Source/core/editing/InsertTextCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           43 Source/core/editing/MergeIdenticalElementsCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/MergeIdenticalElementsCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           45 Source/core/editing/MoveSelectionCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           46 Source/core/editing/MoveSelectionCommand.h     virtual EditAction editingAction() const OVERRIDE;
OVERRIDE           47 Source/core/editing/RemoveCSSPropertyCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           48 Source/core/editing/RemoveCSSPropertyCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           43 Source/core/editing/RemoveFormatCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/RemoveFormatCommand.h     virtual EditAction editingAction() const OVERRIDE { return EditActionUnspecified; }
OVERRIDE           43 Source/core/editing/RemoveNodeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/RemoveNodeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           43 Source/core/editing/RemoveNodePreservingChildrenCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           53 Source/core/editing/ReplaceNodeWithSpanCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           54 Source/core/editing/ReplaceNodeWithSpanCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           58 Source/core/editing/ReplaceSelectionCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           59 Source/core/editing/ReplaceSelectionCommand.h     virtual EditAction editingAction() const OVERRIDE;
OVERRIDE           44 Source/core/editing/SetNodeAttributeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           45 Source/core/editing/SetNodeAttributeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           43 Source/core/editing/SimplifyMarkupCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           58 Source/core/editing/SpellCheckRequester.h     virtual const TextCheckingRequestData& data() const OVERRIDE;
OVERRIDE           59 Source/core/editing/SpellCheckRequester.h     virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE;
OVERRIDE           60 Source/core/editing/SpellCheckRequester.h     virtual void didCancel() OVERRIDE;
OVERRIDE           43 Source/core/editing/SplitElementCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/SplitElementCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           45 Source/core/editing/SplitElementCommand.h     virtual void doReapply() OVERRIDE;
OVERRIDE           45 Source/core/editing/SplitTextNodeCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           46 Source/core/editing/SplitTextNodeCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           47 Source/core/editing/SplitTextNodeCommand.h     virtual void doReapply() OVERRIDE;
OVERRIDE           43 Source/core/editing/SplitTextNodeContainingElementCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           60 Source/core/editing/TextIteratorTest.cpp     virtual void SetUp() OVERRIDE;
OVERRIDE           99 Source/core/editing/TypingCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE          100 Source/core/editing/TypingCommand.h     virtual EditAction editingAction() const OVERRIDE;
OVERRIDE          101 Source/core/editing/TypingCommand.h     virtual bool isTypingCommand() const OVERRIDE;
OVERRIDE          102 Source/core/editing/TypingCommand.h     virtual bool preservesTypingStyle() const OVERRIDE { return m_preservesTypingStyle; }
OVERRIDE          103 Source/core/editing/TypingCommand.h     virtual void setShouldRetainAutocorrectionIndicator(bool retain) OVERRIDE { m_shouldRetainAutocorrectionIndicator = retain; }
OVERRIDE          104 Source/core/editing/TypingCommand.h     virtual bool shouldStopCaretBlinking() const OVERRIDE { return true; }
OVERRIDE           43 Source/core/editing/UnlinkCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           44 Source/core/editing/UnlinkCommand.h     virtual EditAction editingAction() const OVERRIDE { return EditActionUnlink; }
OVERRIDE           45 Source/core/editing/WrapContentsInDummySpanCommand.h     virtual void doApply() OVERRIDE;
OVERRIDE           46 Source/core/editing/WrapContentsInDummySpanCommand.h     virtual void doUnapply() OVERRIDE;
OVERRIDE           47 Source/core/editing/WrapContentsInDummySpanCommand.h     virtual void doReapply() OVERRIDE;
OVERRIDE          130 Source/core/editing/markup.cpp     virtual void appendText(StringBuilder& out, Text&) OVERRIDE;
OVERRIDE          134 Source/core/editing/markup.cpp     virtual void appendElement(StringBuilder& out, Element& element, Namespaces*) OVERRIDE { appendElement(out, element, false, DoesFullySelectNode); }
OVERRIDE           39 Source/core/events/AnimationPlayerEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           41 Source/core/events/AnimationPlayerEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           50 Source/core/events/ApplicationCacheErrorEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::ApplicationCacheErrorEvent; }
OVERRIDE           52 Source/core/events/ApplicationCacheErrorEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           55 Source/core/events/AutocompleteErrorEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::AutocompleteErrorEvent; }
OVERRIDE           57 Source/core/events/AutocompleteErrorEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           42 Source/core/events/BeforeTextInsertedEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           43 Source/core/events/BeforeTextInsertedEvent.h     virtual bool isBeforeTextInsertedEvent() const OVERRIDE { return true; }
OVERRIDE           48 Source/core/events/BeforeTextInsertedEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           41 Source/core/events/BeforeUnloadEvent.h     virtual bool isBeforeUnloadEvent() const OVERRIDE;
OVERRIDE           46 Source/core/events/BeforeUnloadEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; }
OVERRIDE           48 Source/core/events/BeforeUnloadEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           44 Source/core/events/ClipboardEvent.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           50 Source/core/events/ClipboardEvent.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           51 Source/core/events/ClipboardEvent.h         virtual bool isClipboardEvent() const OVERRIDE;
OVERRIDE           67 Source/core/events/CompositionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           69 Source/core/events/CompositionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           53 Source/core/events/CustomEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           63 Source/core/events/CustomEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           50 Source/core/events/DOMWindowEventQueue.h     virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE           51 Source/core/events/DOMWindowEventQueue.h     virtual bool cancelEvent(Event*) OVERRIDE;
OVERRIDE           52 Source/core/events/DOMWindowEventQueue.h     virtual void close() OVERRIDE;
OVERRIDE           79 Source/core/events/ErrorEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           85 Source/core/events/ErrorEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          160 Source/core/events/EventTarget.h     virtual EventTargetData* eventTargetData() OVERRIDE FINAL { return &m_eventTargetData; }
OVERRIDE          161 Source/core/events/EventTarget.h     virtual EventTargetData& ensureEventTargetData() OVERRIDE FINAL { return m_eventTargetData; }
OVERRIDE          243 Source/core/events/EventTarget.h     virtual void refEventTarget() OVERRIDE FINAL { ref(); } \
OVERRIDE          244 Source/core/events/EventTarget.h     virtual void derefEventTarget() OVERRIDE FINAL { deref(); } \
OVERRIDE           63 Source/core/events/FocusEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           64 Source/core/events/FocusEvent.h     virtual bool isFocusEvent() const OVERRIDE;
OVERRIDE           66 Source/core/events/FocusEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           84 Source/core/events/FocusEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           93 Source/core/events/FocusEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE          102 Source/core/events/FocusEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE          111 Source/core/events/FocusEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           46 Source/core/events/GenericEventQueue.h     virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE           47 Source/core/events/GenericEventQueue.h     virtual bool cancelEvent(Event*) OVERRIDE;
OVERRIDE           48 Source/core/events/GenericEventQueue.h     virtual void close() OVERRIDE;
OVERRIDE           41 Source/core/events/GestureEvent.h     virtual bool isGestureEvent() const OVERRIDE;
OVERRIDE           43 Source/core/events/GestureEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           48 Source/core/events/GestureEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           70 Source/core/events/GestureEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           68 Source/core/events/HashChangeEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::HashChangeEvent; }
OVERRIDE           70 Source/core/events/HashChangeEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           95 Source/core/events/KeyboardEvent.h     virtual int keyCode() const OVERRIDE; // key code for keydown and keyup, character for keypress
OVERRIDE           96 Source/core/events/KeyboardEvent.h     virtual int charCode() const OVERRIDE; // character code for keypress, 0 for keydown and keyup
OVERRIDE           99 Source/core/events/KeyboardEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          100 Source/core/events/KeyboardEvent.h     virtual bool isKeyboardEvent() const OVERRIDE;
OVERRIDE          101 Source/core/events/KeyboardEvent.h     virtual int which() const OVERRIDE;
OVERRIDE          103 Source/core/events/KeyboardEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          125 Source/core/events/KeyboardEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           93 Source/core/events/MessageEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          116 Source/core/events/MessageEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           88 Source/core/events/MouseEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           90 Source/core/events/MouseEvent.h     virtual bool isMouseEvent() const OVERRIDE;
OVERRIDE           91 Source/core/events/MouseEvent.h     virtual bool isDragEvent() const OVERRIDE FINAL;
OVERRIDE           92 Source/core/events/MouseEvent.h     virtual int which() const OVERRIDE FINAL;
OVERRIDE           94 Source/core/events/MouseEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          119 Source/core/events/MouseEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          134 Source/core/events/MouseEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           45 Source/core/events/MouseRelatedEvent.h         virtual int layerX() OVERRIDE FINAL;
OVERRIDE           46 Source/core/events/MouseRelatedEvent.h         virtual int layerY() OVERRIDE FINAL;
OVERRIDE           50 Source/core/events/MouseRelatedEvent.h         virtual int pageX() const OVERRIDE FINAL;
OVERRIDE           51 Source/core/events/MouseRelatedEvent.h         virtual int pageY() const OVERRIDE FINAL;
OVERRIDE           60 Source/core/events/MouseRelatedEvent.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           71 Source/core/events/MouseRelatedEvent.h         virtual void receivedTarget() OVERRIDE FINAL;
OVERRIDE           63 Source/core/events/MutationEvent.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           65 Source/core/events/MutationEvent.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           66 Source/core/events/OverflowEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           68 Source/core/events/OverflowEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           56 Source/core/events/PageTransitionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           60 Source/core/events/PageTransitionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           55 Source/core/events/PopStateEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           57 Source/core/events/PopStateEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           60 Source/core/events/ProgressEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           62 Source/core/events/ProgressEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           58 Source/core/events/ResourceProgressEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           60 Source/core/events/ResourceProgressEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           72 Source/core/events/SecurityPolicyViolationEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::SecurityPolicyViolationEvent; }
OVERRIDE           74 Source/core/events/SecurityPolicyViolationEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           52 Source/core/events/TextEvent.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           63 Source/core/events/TextEvent.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           69 Source/core/events/TouchEvent.h     virtual bool isTouchEvent() const OVERRIDE;
OVERRIDE           71 Source/core/events/TouchEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           73 Source/core/events/TouchEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           95 Source/core/events/TouchEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           63 Source/core/events/TransitionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           65 Source/core/events/TransitionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           64 Source/core/events/UIEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           65 Source/core/events/UIEvent.h     virtual bool isUIEvent() const OVERRIDE FINAL;
OVERRIDE           78 Source/core/events/UIEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           63 Source/core/events/WebKitAnimationEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           65 Source/core/events/WebKitAnimationEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           96 Source/core/events/WheelEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           97 Source/core/events/WheelEvent.h     virtual bool isMouseEvent() const OVERRIDE;
OVERRIDE           98 Source/core/events/WheelEvent.h     virtual bool isWheelEvent() const OVERRIDE;
OVERRIDE          100 Source/core/events/WheelEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          125 Source/core/events/WheelEvent.h     virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
OVERRIDE           47 Source/core/fetch/CSSStyleSheetResource.h     virtual void didAddClient(ResourceClient*) OVERRIDE;
OVERRIDE           48 Source/core/fetch/CSSStyleSheetResource.h     virtual void setEncoding(const String&) OVERRIDE;
OVERRIDE           49 Source/core/fetch/CSSStyleSheetResource.h     virtual String encoding() const OVERRIDE;
OVERRIDE           55 Source/core/fetch/CSSStyleSheetResource.h     virtual bool isSafeToUnlock() const OVERRIDE;
OVERRIDE           56 Source/core/fetch/CSSStyleSheetResource.h     virtual void destroyDecodedDataIfPossible() OVERRIDE;
OVERRIDE           60 Source/core/fetch/CSSStyleSheetResource.h     virtual void checkNotify() OVERRIDE;
OVERRIDE           44 Source/core/fetch/DocumentResource.h     virtual void setEncoding(const String&) OVERRIDE;
OVERRIDE           45 Source/core/fetch/DocumentResource.h     virtual String encoding() const OVERRIDE;
OVERRIDE           46 Source/core/fetch/DocumentResource.h     virtual void checkNotify() OVERRIDE;
OVERRIDE           62 Source/core/fetch/DocumentResource.h     virtual ResourceClientType resourceClientType() const OVERRIDE { return expectedType(); }
OVERRIDE           51 Source/core/fetch/FontResource.h     virtual void load(ResourceFetcher*, const ResourceLoaderOptions&) OVERRIDE;
OVERRIDE           53 Source/core/fetch/FontResource.h     virtual void didAddClient(ResourceClient*) OVERRIDE;
OVERRIDE           55 Source/core/fetch/FontResource.h     virtual void allClientsRemoved() OVERRIDE;
OVERRIDE           57 Source/core/fetch/FontResource.h     virtual bool stillNeedsLoad() const OVERRIDE { return !m_loadInitiated; }
OVERRIDE           69 Source/core/fetch/FontResource.h     virtual bool isSafeToUnlock() const OVERRIDE;
OVERRIDE           72 Source/core/fetch/FontResource.h     virtual void checkNotify() OVERRIDE;
OVERRIDE           93 Source/core/fetch/FontResource.h     virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
OVERRIDE           56 Source/core/fetch/ImageResource.h     virtual void load(ResourceFetcher*, const ResourceLoaderOptions&) OVERRIDE;
OVERRIDE           86 Source/core/fetch/ImageResource.h     virtual void didAddClient(ResourceClient*) OVERRIDE;
OVERRIDE           87 Source/core/fetch/ImageResource.h     virtual void didRemoveClient(ResourceClient*) OVERRIDE;
OVERRIDE           89 Source/core/fetch/ImageResource.h     virtual void allClientsRemoved() OVERRIDE;
OVERRIDE           91 Source/core/fetch/ImageResource.h     virtual void appendData(const char*, int) OVERRIDE;
OVERRIDE           92 Source/core/fetch/ImageResource.h     virtual void error(Resource::Status) OVERRIDE;
OVERRIDE           93 Source/core/fetch/ImageResource.h     virtual void responseReceived(const ResourceResponse&) OVERRIDE;
OVERRIDE           94 Source/core/fetch/ImageResource.h     virtual void finishOnePart() OVERRIDE;
OVERRIDE           97 Source/core/fetch/ImageResource.h     virtual bool shouldIgnoreHTTPStatusCodeErrors() const OVERRIDE { return true; }
OVERRIDE           99 Source/core/fetch/ImageResource.h     virtual bool isImage() const OVERRIDE { return true; }
OVERRIDE          100 Source/core/fetch/ImageResource.h     virtual bool stillNeedsLoad() const OVERRIDE { return !errorOccurred() && status() == Unknown && !isLoading(); }
OVERRIDE          103 Source/core/fetch/ImageResource.h     virtual void decodedSizeChanged(const WebCore::Image*, int delta) OVERRIDE;
OVERRIDE          104 Source/core/fetch/ImageResource.h     virtual void didDraw(const WebCore::Image*) OVERRIDE;
OVERRIDE          106 Source/core/fetch/ImageResource.h     virtual bool shouldPauseAnimation(const WebCore::Image*) OVERRIDE;
OVERRIDE          107 Source/core/fetch/ImageResource.h     virtual void animationAdvanced(const WebCore::Image*) OVERRIDE;
OVERRIDE          108 Source/core/fetch/ImageResource.h     virtual void changedInRect(const WebCore::Image*, const IntRect&) OVERRIDE;
OVERRIDE          111 Source/core/fetch/ImageResource.h     virtual bool isSafeToUnlock() const OVERRIDE;
OVERRIDE          112 Source/core/fetch/ImageResource.h     virtual void destroyDecodedDataIfPossible() OVERRIDE;
OVERRIDE          124 Source/core/fetch/ImageResource.h     virtual void switchClientsToRevalidatedResource() OVERRIDE;
OVERRIDE           37 Source/core/fetch/ImageResourceClient.h     virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
OVERRIDE          180 Source/core/fetch/MemoryCache.h     virtual void willProcessTask() OVERRIDE;
OVERRIDE          181 Source/core/fetch/MemoryCache.h     virtual void didProcessTask() OVERRIDE;
OVERRIDE           61 Source/core/fetch/MemoryCacheTest.cpp         virtual void destroyDecodedDataIfPossible() OVERRIDE
OVERRIDE          202 Source/core/fetch/MemoryCacheTest.cpp         virtual void run() OVERRIDE
OVERRIDE          234 Source/core/fetch/MemoryCacheTest.cpp         virtual void run() OVERRIDE
OVERRIDE           49 Source/core/fetch/MockImageResourceClient.h     virtual void imageChanged(ImageResource*, const IntRect*) OVERRIDE
OVERRIDE           54 Source/core/fetch/MockImageResourceClient.h     virtual void notifyFinished(Resource*) OVERRIDE
OVERRIDE           44 Source/core/fetch/RawResource.h     virtual bool canReuse(const ResourceRequest&) const OVERRIDE;
OVERRIDE           47 Source/core/fetch/RawResource.h     virtual void didAddClient(ResourceClient*) OVERRIDE;
OVERRIDE           48 Source/core/fetch/RawResource.h     virtual void appendData(const char*, int) OVERRIDE;
OVERRIDE           50 Source/core/fetch/RawResource.h     virtual bool shouldIgnoreHTTPStatusCodeErrors() const OVERRIDE { return true; }
OVERRIDE           52 Source/core/fetch/RawResource.h     virtual void willSendRequest(ResourceRequest&, const ResourceResponse&) OVERRIDE;
OVERRIDE           53 Source/core/fetch/RawResource.h     virtual void updateRequest(const ResourceRequest&) OVERRIDE;
OVERRIDE           54 Source/core/fetch/RawResource.h     virtual void responseReceived(const ResourceResponse&) OVERRIDE;
OVERRIDE           55 Source/core/fetch/RawResource.h     virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE           56 Source/core/fetch/RawResource.h     virtual void didDownloadData(int) OVERRIDE;
OVERRIDE           76 Source/core/fetch/RawResource.h     virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
OVERRIDE          135 Source/core/fetch/ResourceFetcher.h     virtual void incrementRequestCount(const Resource*) OVERRIDE;
OVERRIDE          136 Source/core/fetch/ResourceFetcher.h     virtual void decrementRequestCount(const Resource*) OVERRIDE;
OVERRIDE          137 Source/core/fetch/ResourceFetcher.h     virtual void didLoadResource(Resource*) OVERRIDE;
OVERRIDE          138 Source/core/fetch/ResourceFetcher.h     virtual void redirectReceived(Resource*, const ResourceResponse&) OVERRIDE;
OVERRIDE          139 Source/core/fetch/ResourceFetcher.h     virtual void didFinishLoading(const Resource*, double finishTime, int64_t encodedDataLength) OVERRIDE;
OVERRIDE          140 Source/core/fetch/ResourceFetcher.h     virtual void didChangeLoadingPriority(const Resource*, ResourceLoadPriority, int intraPriorityValue) OVERRIDE;
OVERRIDE          141 Source/core/fetch/ResourceFetcher.h     virtual void didFailLoading(const Resource*, const ResourceError&) OVERRIDE;
OVERRIDE          142 Source/core/fetch/ResourceFetcher.h     virtual void willSendRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&) OVERRIDE;
OVERRIDE          143 Source/core/fetch/ResourceFetcher.h     virtual void didReceiveResponse(const Resource*, const ResourceResponse&) OVERRIDE;
OVERRIDE          144 Source/core/fetch/ResourceFetcher.h     virtual void didReceiveData(const Resource*, const char* data, int dataLength, int encodedDataLength) OVERRIDE;
OVERRIDE          145 Source/core/fetch/ResourceFetcher.h     virtual void didDownloadData(const Resource*, int dataLength, int encodedDataLength) OVERRIDE;
OVERRIDE          146 Source/core/fetch/ResourceFetcher.h     virtual void subresourceLoaderFinishedLoadingOnePart(ResourceLoader*) OVERRIDE;
OVERRIDE          147 Source/core/fetch/ResourceFetcher.h     virtual void didInitializeResourceLoader(ResourceLoader*) OVERRIDE;
OVERRIDE          148 Source/core/fetch/ResourceFetcher.h     virtual void willTerminateResourceLoader(ResourceLoader*) OVERRIDE;
OVERRIDE          149 Source/core/fetch/ResourceFetcher.h     virtual void willStartLoadingResource(ResourceRequest&) OVERRIDE;
OVERRIDE          150 Source/core/fetch/ResourceFetcher.h     virtual bool defersLoading() const OVERRIDE;
OVERRIDE          151 Source/core/fetch/ResourceFetcher.h     virtual bool isLoadedBy(ResourceLoaderHost*) const OVERRIDE;
OVERRIDE          152 Source/core/fetch/ResourceFetcher.h     virtual bool canAccessRedirect(Resource*, ResourceRequest&, const ResourceResponse&, ResourceLoaderOptions&) OVERRIDE;
OVERRIDE          153 Source/core/fetch/ResourceFetcher.h     virtual bool canAccessResource(Resource*, SecurityOrigin*, const KURL&) const OVERRIDE;
OVERRIDE          155 Source/core/fetch/ResourceFetcher.h     virtual void refResourceLoaderHost() OVERRIDE;
OVERRIDE          156 Source/core/fetch/ResourceFetcher.h     virtual void derefResourceLoaderHost() OVERRIDE;
OVERRIDE           76 Source/core/fetch/ResourceLoader.h     virtual void willSendRequest(blink::WebURLLoader*, blink::WebURLRequest&, const blink::WebURLResponse& redirectResponse) OVERRIDE;
OVERRIDE           77 Source/core/fetch/ResourceLoader.h     virtual void didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE           78 Source/core/fetch/ResourceLoader.h     virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) OVERRIDE;
OVERRIDE           79 Source/core/fetch/ResourceLoader.h     virtual void didReceiveData(blink::WebURLLoader*, const char*, int, int encodedDataLength) OVERRIDE;
OVERRIDE           80 Source/core/fetch/ResourceLoader.h     virtual void didReceiveCachedMetadata(blink::WebURLLoader*, const char* data, int length) OVERRIDE;
OVERRIDE           81 Source/core/fetch/ResourceLoader.h     virtual void didFinishLoading(blink::WebURLLoader*, double finishTime, int64 encodedDataLength) OVERRIDE;
OVERRIDE           82 Source/core/fetch/ResourceLoader.h     virtual void didFail(blink::WebURLLoader*, const blink::WebURLError&) OVERRIDE;
OVERRIDE           83 Source/core/fetch/ResourceLoader.h     virtual void didDownloadData(blink::WebURLLoader*, int, int) OVERRIDE;
OVERRIDE           45 Source/core/fetch/ScriptResource.h     virtual void setEncoding(const String&) OVERRIDE;
OVERRIDE           46 Source/core/fetch/ScriptResource.h     virtual String encoding() const OVERRIDE;
OVERRIDE           40 Source/core/fetch/StyleSheetResourceClient.h     virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
OVERRIDE           43 Source/core/fetch/XSLStyleSheetResource.h     virtual void didAddClient(ResourceClient*) OVERRIDE;
OVERRIDE           44 Source/core/fetch/XSLStyleSheetResource.h     virtual void setEncoding(const String&) OVERRIDE;
OVERRIDE           45 Source/core/fetch/XSLStyleSheetResource.h     virtual String encoding() const OVERRIDE;
OVERRIDE           48 Source/core/fetch/XSLStyleSheetResource.h     virtual void checkNotify() OVERRIDE;
OVERRIDE           48 Source/core/fileapi/Blob.cpp     virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) OVERRIDE;
OVERRIDE           49 Source/core/fileapi/Blob.cpp     virtual void unregisterURL(const KURL&) OVERRIDE;
OVERRIDE           94 Source/core/fileapi/Blob.h     virtual URLRegistry& registry() const OVERRIDE FINAL;
OVERRIDE           91 Source/core/fileapi/File.h     virtual unsigned long long size() const OVERRIDE;
OVERRIDE           92 Source/core/fileapi/File.h     virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const OVERRIDE;
OVERRIDE           93 Source/core/fileapi/File.h     virtual void close(ExecutionContext*, ExceptionState&) OVERRIDE;
OVERRIDE           95 Source/core/fileapi/File.h     virtual bool isFile() const OVERRIDE { return true; }
OVERRIDE           96 Source/core/fileapi/File.h     virtual bool hasBackingFile() const OVERRIDE { return m_hasBackingFile; }
OVERRIDE           98 Source/core/fileapi/File.h     virtual void appendTo(BlobData&) const OVERRIDE;
OVERRIDE           81 Source/core/fileapi/FileReader.h     virtual void stop() OVERRIDE;
OVERRIDE           84 Source/core/fileapi/FileReader.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           85 Source/core/fileapi/FileReader.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
OVERRIDE           88 Source/core/fileapi/FileReader.h     virtual void didStartLoading() OVERRIDE;
OVERRIDE           89 Source/core/fileapi/FileReader.h     virtual void didReceiveData() OVERRIDE;
OVERRIDE           90 Source/core/fileapi/FileReader.h     virtual void didFinishLoading() OVERRIDE;
OVERRIDE           91 Source/core/fileapi/FileReader.h     virtual void didFail(FileError::ErrorCode) OVERRIDE;
OVERRIDE           73 Source/core/fileapi/FileReaderLoader.h     virtual void didReceiveResponse(unsigned long, const ResourceResponse&) OVERRIDE;
OVERRIDE           74 Source/core/fileapi/FileReaderLoader.h     virtual void didReceiveData(const char*, int) OVERRIDE;
OVERRIDE           75 Source/core/fileapi/FileReaderLoader.h     virtual void didFinishLoading(unsigned long, double) OVERRIDE;
OVERRIDE           76 Source/core/fileapi/FileReaderLoader.h     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE           80 Source/core/fileapi/Stream.h     virtual void suspend() OVERRIDE;
OVERRIDE           81 Source/core/fileapi/Stream.h     virtual void resume() OVERRIDE;
OVERRIDE           82 Source/core/fileapi/Stream.h     virtual void stop() OVERRIDE;
OVERRIDE           61 Source/core/frame/Console.h     virtual ExecutionContext* context() OVERRIDE;
OVERRIDE           62 Source/core/frame/Console.h     virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtr<ScriptCallStack>) OVERRIDE;
OVERRIDE           52 Source/core/frame/DOMTimer.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           53 Source/core/frame/DOMTimer.h     virtual void stop() OVERRIDE;
OVERRIDE           69 Source/core/frame/DOMTimer.h     virtual void fired() OVERRIDE;
OVERRIDE           72 Source/core/frame/DOMTimer.h     virtual double alignedFireTime(double) const OVERRIDE;
OVERRIDE          137 Source/core/frame/DOMWindow.cpp     virtual void fired() OVERRIDE
OVERRIDE          107 Source/core/frame/DOMWindow.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          108 Source/core/frame/DOMWindow.h         virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          110 Source/core/frame/DOMWindow.h         virtual DOMWindow* toDOMWindow() OVERRIDE;
OVERRIDE          255 Source/core/frame/DOMWindow.h         virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE;
OVERRIDE          256 Source/core/frame/DOMWindow.h         virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE;
OVERRIDE          257 Source/core/frame/DOMWindow.h         virtual void removeAllEventListeners() OVERRIDE;
OVERRIDE          339 Source/core/frame/DOMWindow.h         virtual void frameDestroyed() OVERRIDE;
OVERRIDE          340 Source/core/frame/DOMWindow.h         virtual void willDetachFrameHost() OVERRIDE;
OVERRIDE           47 Source/core/frame/DOMWindowLifecycleNotifier.h     virtual void addObserver(Observer*) OVERRIDE;
OVERRIDE           48 Source/core/frame/DOMWindowLifecycleNotifier.h     virtual void removeObserver(Observer*) OVERRIDE;
OVERRIDE           59 Source/core/frame/DeviceSensorEventController.h     virtual void pageVisibilityChanged() OVERRIDE FINAL;
OVERRIDE           69 Source/core/frame/FrameView.h     virtual HostWindow* hostWindow() const OVERRIDE;
OVERRIDE           71 Source/core/frame/FrameView.h     virtual void invalidateRect(const IntRect&) OVERRIDE;
OVERRIDE           72 Source/core/frame/FrameView.h     virtual void setFrameRect(const IntRect&) OVERRIDE;
OVERRIDE           74 Source/core/frame/FrameView.h     virtual bool scheduleAnimation() OVERRIDE;
OVERRIDE           81 Source/core/frame/FrameView.h     virtual void setCanHaveScrollbars(bool) OVERRIDE;
OVERRIDE           83 Source/core/frame/FrameView.h     virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation) OVERRIDE;
OVERRIDE           85 Source/core/frame/FrameView.h     virtual void setContentsSize(const IntSize&) OVERRIDE;
OVERRIDE          141 Source/core/frame/FrameView.h     virtual IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
OVERRIDE          144 Source/core/frame/FrameView.h     virtual IntRect windowResizerRect() const OVERRIDE;
OVERRIDE          146 Source/core/frame/FrameView.h     virtual float visibleContentScaleFactor() const OVERRIDE { return m_visibleContentScaleFactor; }
OVERRIDE          149 Source/core/frame/FrameView.h     virtual float inputEventsScaleFactor() const OVERRIDE;
OVERRIDE          150 Source/core/frame/FrameView.h     virtual IntSize inputEventsOffsetForEmulation() const OVERRIDE;
OVERRIDE          153 Source/core/frame/FrameView.h     virtual void setScrollPosition(const IntPoint&) OVERRIDE;
OVERRIDE          154 Source/core/frame/FrameView.h     virtual bool shouldRubberBandInDirection(ScrollDirection) const OVERRIDE;
OVERRIDE          155 Source/core/frame/FrameView.h     virtual bool isRubberBandInProgress() const OVERRIDE;
OVERRIDE          204 Source/core/frame/FrameView.h     virtual void paintContents(GraphicsContext*, const IntRect& damageRect) OVERRIDE;
OVERRIDE          211 Source/core/frame/FrameView.h     virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
OVERRIDE          212 Source/core/frame/FrameView.h     virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
OVERRIDE          213 Source/core/frame/FrameView.h     virtual void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE          249 Source/core/frame/FrameView.h     virtual IntPoint lastKnownMousePosition() const OVERRIDE;
OVERRIDE          254 Source/core/frame/FrameView.h     virtual bool scrollbarsCanBeActive() const OVERRIDE;
OVERRIDE          259 Source/core/frame/FrameView.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
OVERRIDE          260 Source/core/frame/FrameView.h     virtual void scrollbarStyleChanged(int newStyle, bool forceUpdate) OVERRIDE;
OVERRIDE          286 Source/core/frame/FrameView.h     virtual void removeChild(Widget*) OVERRIDE;
OVERRIDE          299 Source/core/frame/FrameView.h     virtual bool isActive() const OVERRIDE;
OVERRIDE          304 Source/core/frame/FrameView.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE          307 Source/core/frame/FrameView.h     virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
OVERRIDE          308 Source/core/frame/FrameView.h     virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
OVERRIDE          310 Source/core/frame/FrameView.h     virtual bool shouldAttemptToScrollUsingFastPath() const OVERRIDE;
OVERRIDE          322 Source/core/frame/FrameView.h     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE          323 Source/core/frame/FrameView.h     virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE;
OVERRIDE          324 Source/core/frame/FrameView.h     virtual void scrollTo(const IntSize&) OVERRIDE;
OVERRIDE          325 Source/core/frame/FrameView.h     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE          326 Source/core/frame/FrameView.h     virtual bool scrollAnimatorEnabled() const OVERRIDE;
OVERRIDE          327 Source/core/frame/FrameView.h     virtual bool usesCompositedScrolling() const OVERRIDE;
OVERRIDE          328 Source/core/frame/FrameView.h     virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
OVERRIDE          329 Source/core/frame/FrameView.h     virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE;
OVERRIDE          330 Source/core/frame/FrameView.h     virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE;
OVERRIDE          331 Source/core/frame/FrameView.h     virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE;
OVERRIDE          335 Source/core/frame/FrameView.h     virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) OVERRIDE;
OVERRIDE          336 Source/core/frame/FrameView.h     virtual void scrollContentsSlowPath(const IntRect& updateRect) OVERRIDE;
OVERRIDE          338 Source/core/frame/FrameView.h     virtual bool isVerticalDocument() const OVERRIDE;
OVERRIDE          339 Source/core/frame/FrameView.h     virtual bool isFlippedDocument() const OVERRIDE;
OVERRIDE          347 Source/core/frame/FrameView.h     virtual void frameRectsChanged() OVERRIDE;
OVERRIDE          348 Source/core/frame/FrameView.h     virtual bool isFrameView() const OVERRIDE { return true; }
OVERRIDE          373 Source/core/frame/FrameView.h     virtual void repaintContentRectangle(const IntRect&) OVERRIDE;
OVERRIDE          374 Source/core/frame/FrameView.h     virtual void contentsResized() OVERRIDE;
OVERRIDE          375 Source/core/frame/FrameView.h     virtual void scrollbarExistenceDidChange() OVERRIDE;
OVERRIDE          379 Source/core/frame/FrameView.h     virtual IntRect convertToContainingView(const IntRect&) const OVERRIDE;
OVERRIDE          380 Source/core/frame/FrameView.h     virtual IntRect convertFromContainingView(const IntRect&) const OVERRIDE;
OVERRIDE          381 Source/core/frame/FrameView.h     virtual IntPoint convertToContainingView(const IntPoint&) const OVERRIDE;
OVERRIDE          382 Source/core/frame/FrameView.h     virtual IntPoint convertFromContainingView(const IntPoint&) const OVERRIDE;
OVERRIDE          388 Source/core/frame/FrameView.h     virtual void notifyPageThatContentAreaWillPaint() const OVERRIDE;
OVERRIDE          404 Source/core/frame/FrameView.h     virtual void updateScrollCorner() OVERRIDE;
OVERRIDE           45 Source/core/frame/ImageBitmap.h     virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageMode, SourceImageStatus*) const OVERRIDE;
OVERRIDE           46 Source/core/frame/ImageBitmap.h     virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE { return false; };
OVERRIDE           47 Source/core/frame/ImageBitmap.h     virtual void adjustDrawRects(FloatRect* srcRect, FloatRect* dstRect) const OVERRIDE;
OVERRIDE           48 Source/core/frame/ImageBitmap.h     virtual FloatSize sourceSize() const OVERRIDE;
OVERRIDE           61 Source/core/frame/ImageBitmap.h     virtual void notifyImageSourceChanged() OVERRIDE;
OVERRIDE           62 Source/core/frame/ImageBitmap.h     virtual bool requestsHighLiveResourceCachePriority() OVERRIDE { return true; }
OVERRIDE           63 Source/core/frame/LocalFrame.h         virtual bool isLocalFrame() const OVERRIDE { return true; }
OVERRIDE           73 Source/core/frame/LocalFrame.h         virtual void willDetachFrameHost() OVERRIDE;
OVERRIDE           74 Source/core/frame/LocalFrame.h         virtual void detachFromFrameHost() OVERRIDE;
OVERRIDE           76 Source/core/frame/LocalFrame.h         virtual void setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow>) OVERRIDE;
OVERRIDE           62 Source/core/frame/Navigator.h     virtual String userAgent() const OVERRIDE;
OVERRIDE           76 Source/core/frame/PinchViewport.h     virtual bool isActive() const OVERRIDE { return false; }
OVERRIDE           77 Source/core/frame/PinchViewport.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
OVERRIDE           78 Source/core/frame/PinchViewport.h     virtual bool isScrollCornerVisible() const OVERRIDE { return false; }
OVERRIDE           79 Source/core/frame/PinchViewport.h     virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
OVERRIDE           80 Source/core/frame/PinchViewport.h     virtual IntPoint scrollPosition() const OVERRIDE { return visibleRect().location(); }
OVERRIDE           81 Source/core/frame/PinchViewport.h     virtual IntPoint minimumScrollPosition() const OVERRIDE;
OVERRIDE           82 Source/core/frame/PinchViewport.h     virtual IntPoint maximumScrollPosition() const OVERRIDE;
OVERRIDE           83 Source/core/frame/PinchViewport.h     virtual int visibleHeight() const OVERRIDE { return visibleRect().height(); };
OVERRIDE           84 Source/core/frame/PinchViewport.h     virtual int visibleWidth() const OVERRIDE { return visibleRect().width(); };
OVERRIDE           85 Source/core/frame/PinchViewport.h     virtual IntSize contentsSize() const OVERRIDE;
OVERRIDE           86 Source/core/frame/PinchViewport.h     virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; }
OVERRIDE           87 Source/core/frame/PinchViewport.h     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE           88 Source/core/frame/PinchViewport.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
OVERRIDE           89 Source/core/frame/PinchViewport.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; }
OVERRIDE           90 Source/core/frame/PinchViewport.h     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE           91 Source/core/frame/PinchViewport.h     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
OVERRIDE           92 Source/core/frame/PinchViewport.h     virtual void setScrollOffset(const IntPoint&) OVERRIDE;
OVERRIDE           93 Source/core/frame/PinchViewport.h     virtual GraphicsLayer* layerForContainer() const OVERRIDE;
OVERRIDE           94 Source/core/frame/PinchViewport.h     virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
OVERRIDE           95 Source/core/frame/PinchViewport.h     virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE;
OVERRIDE           96 Source/core/frame/PinchViewport.h     virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE;
OVERRIDE           99 Source/core/frame/PinchViewport.h     virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
OVERRIDE          100 Source/core/frame/PinchViewport.h     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE;
OVERRIDE          101 Source/core/frame/PinchViewport.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
OVERRIDE           17 Source/core/frame/RemoteFrame.h     virtual bool isRemoteFrame() const OVERRIDE { return true; }
OVERRIDE           21 Source/core/frame/RemoteFrameView.h     virtual bool isRemoteFrameView() const OVERRIDE { return true; }
OVERRIDE           24 Source/core/frame/RemoteFrameView.h     virtual void frameRectsChanged() OVERRIDE;
OVERRIDE           26 Source/core/frame/RemoteFrameView.h     virtual void invalidateRect(const IntRect&) OVERRIDE;
OVERRIDE           28 Source/core/frame/RemoteFrameView.h     virtual void setFrameRect(const IntRect&) OVERRIDE;
OVERRIDE           64 Source/core/frame/Screen.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           65 Source/core/frame/Screen.h         virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           41 Source/core/frame/SuspendableTimer.h     virtual bool hasPendingActivity() const OVERRIDE FINAL;
OVERRIDE           42 Source/core/frame/SuspendableTimer.h     virtual void stop() OVERRIDE;
OVERRIDE           43 Source/core/frame/SuspendableTimer.h     virtual void suspend() OVERRIDE FINAL;
OVERRIDE           44 Source/core/frame/SuspendableTimer.h     virtual void resume() OVERRIDE FINAL;
OVERRIDE           48 Source/core/html/ClassList.h     virtual void ref() OVERRIDE;
OVERRIDE           49 Source/core/html/ClassList.h     virtual void deref() OVERRIDE;
OVERRIDE           51 Source/core/html/ClassList.h     virtual unsigned length() const OVERRIDE;
OVERRIDE           52 Source/core/html/ClassList.h     virtual const AtomicString item(unsigned index) const OVERRIDE;
OVERRIDE           54 Source/core/html/ClassList.h     virtual Element* element() OVERRIDE { return m_element; }
OVERRIDE           61 Source/core/html/ClassList.h     virtual bool containsInternal(const AtomicString&) const OVERRIDE;
OVERRIDE           65 Source/core/html/ClassList.h     virtual const AtomicString& value() const OVERRIDE { return m_element->getAttribute(HTMLNames::classAttr); }
OVERRIDE           66 Source/core/html/ClassList.h     virtual void setValue(const AtomicString& value) OVERRIDE { m_element->setAttribute(HTMLNames::classAttr, value); }
OVERRIDE           43 Source/core/html/FormAssociatedElement.cpp     virtual void idTargetChanged() OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLAnchorElement.h     virtual KURL url() const OVERRIDE FINAL;
OVERRIDE           70 Source/core/html/HTMLAnchorElement.h     virtual void setURL(const KURL&) OVERRIDE FINAL;
OVERRIDE           72 Source/core/html/HTMLAnchorElement.h     virtual String input() const OVERRIDE FINAL;
OVERRIDE           73 Source/core/html/HTMLAnchorElement.h     virtual void setInput(const String&) OVERRIDE FINAL;
OVERRIDE           79 Source/core/html/HTMLAnchorElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
OVERRIDE           90 Source/core/html/HTMLAnchorElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           93 Source/core/html/HTMLAnchorElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           94 Source/core/html/HTMLAnchorElement.h     virtual bool isMouseFocusable() const OVERRIDE;
OVERRIDE           95 Source/core/html/HTMLAnchorElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           96 Source/core/html/HTMLAnchorElement.h     virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
OVERRIDE           97 Source/core/html/HTMLAnchorElement.h     virtual void setActive(bool = true) OVERRIDE FINAL;
OVERRIDE           98 Source/core/html/HTMLAnchorElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE FINAL;
OVERRIDE           99 Source/core/html/HTMLAnchorElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
OVERRIDE          100 Source/core/html/HTMLAnchorElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
OVERRIDE          101 Source/core/html/HTMLAnchorElement.h     virtual bool canStartSelection() const OVERRIDE FINAL;
OVERRIDE          102 Source/core/html/HTMLAnchorElement.h     virtual short tabIndex() const OVERRIDE FINAL;
OVERRIDE          103 Source/core/html/HTMLAnchorElement.h     virtual bool draggable() const OVERRIDE FINAL;
OVERRIDE          104 Source/core/html/HTMLAnchorElement.h     virtual bool isInteractiveContent() const OVERRIDE FINAL;
OVERRIDE           37 Source/core/html/HTMLAppletElement.h     virtual RenderWidget* renderWidgetForJSBindings() const OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLAppletElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLAppletElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLAppletElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLAppletElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLAppletElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLAppletElement.h     virtual RenderWidget* existingRenderWidget() const OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLAppletElement.h     virtual void updateWidgetInternal() OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLAppletElement.h     virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/html/HTMLAppletElement.h     virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
OVERRIDE           52 Source/core/html/HTMLAreaElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLAreaElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLAreaElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLAreaElement.h     virtual bool isMouseFocusable() const OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLAreaElement.h     virtual bool rendererIsFocusable() const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLAreaElement.h     virtual void updateFocusAppearance(bool /*restorePreviousSelection*/) OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLAreaElement.h     virtual void setFocus(bool) OVERRIDE;
OVERRIDE           35 Source/core/html/HTMLBRElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           40 Source/core/html/HTMLBRElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLBRElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLBRElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLBaseElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLBaseElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLBaseElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLBaseElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLBodyElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLBodyElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLBodyElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLBodyElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLBodyElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLBodyElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLBodyElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLBodyElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           60 Source/core/html/HTMLBodyElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLBodyElement.h     virtual int scrollLeft() OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLBodyElement.h     virtual void setScrollLeft(int) OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLBodyElement.h     virtual int scrollTop() OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLBodyElement.h     virtual void setScrollTop(int) OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLBodyElement.h     virtual int scrollHeight() OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLBodyElement.h     virtual int scrollWidth() OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLButtonElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLButtonElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLButtonElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLButtonElement.h     virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return false; }
OVERRIDE           53 Source/core/html/HTMLButtonElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLButtonElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLButtonElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLButtonElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE;
OVERRIDE           59 Source/core/html/HTMLButtonElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           60 Source/core/html/HTMLButtonElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           61 Source/core/html/HTMLButtonElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLButtonElement.h     virtual bool supportsAutofocus() const OVERRIDE;
OVERRIDE           64 Source/core/html/HTMLButtonElement.h     virtual bool canBeSuccessfulSubmitButton() const OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLButtonElement.h     virtual bool isActivatedSubmit() const OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLButtonElement.h     virtual void setActivatedSubmit(bool flag) OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLButtonElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLButtonElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           71 Source/core/html/HTMLButtonElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
OVERRIDE           73 Source/core/html/HTMLButtonElement.h     virtual bool isOptionalFormControl() const OVERRIDE { return true; }
OVERRIDE           74 Source/core/html/HTMLButtonElement.h     virtual bool recalcWillValidate() const OVERRIDE;
OVERRIDE          135 Source/core/html/HTMLCanvasElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          138 Source/core/html/HTMLCanvasElement.h     virtual void didChangeVisibilityState(PageVisibilityState) OVERRIDE;
OVERRIDE          141 Source/core/html/HTMLCanvasElement.h     virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageMode, SourceImageStatus*) const OVERRIDE;
OVERRIDE          142 Source/core/html/HTMLCanvasElement.h     virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE;
OVERRIDE          143 Source/core/html/HTMLCanvasElement.h     virtual FloatSize sourceSize() const OVERRIDE;
OVERRIDE          146 Source/core/html/HTMLCanvasElement.h     virtual void notifySurfaceInvalid() OVERRIDE;
OVERRIDE          149 Source/core/html/HTMLCanvasElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE          154 Source/core/html/HTMLCanvasElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          155 Source/core/html/HTMLCanvasElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          156 Source/core/html/HTMLCanvasElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           45 Source/core/html/HTMLCollection.h     virtual void invalidateCache(Document* oldDocument = 0) const OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLContentElement.h     virtual bool canAffectSelector() const OVERRIDE { return true; }
OVERRIDE           55 Source/core/html/HTMLContentElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLDataListElement.h     virtual void childrenChanged(bool, Node*, Node*, int) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLDataListElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLDetailsElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLDetailsElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLDetailsElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLDetailsElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLDialogElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           67 Source/core/html/HTMLDialogElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLDialogElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLDivElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           81 Source/core/html/HTMLDocument.h     virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL;
OVERRIDE           45 Source/core/html/HTMLElement.h     virtual String title() const OVERRIDE FINAL;
OVERRIDE           47 Source/core/html/HTMLElement.h     virtual short tabIndex() const OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           70 Source/core/html/HTMLElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           87 Source/core/html/HTMLElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          100 Source/core/html/HTMLElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          101 Source/core/html/HTMLElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          102 Source/core/html/HTMLElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE          105 Source/core/html/HTMLElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE          109 Source/core/html/HTMLElement.h     virtual String nodeName() const OVERRIDE FINAL;
OVERRIDE           39 Source/core/html/HTMLEmbedElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLEmbedElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLEmbedElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLEmbedElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLEmbedElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLEmbedElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLEmbedElement.h     virtual const AtomicString imageSourceURL() const OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLEmbedElement.h     virtual RenderWidget* existingRenderWidget() const OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLEmbedElement.h     virtual void updateWidgetInternal() OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLEmbedElement.h     virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/html/HTMLEmbedElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLFieldSetElement.h     virtual void disabledAttributeChanged() OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLFieldSetElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/html/HTMLFieldSetElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLFieldSetElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLFieldSetElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLFieldSetElement.h     virtual bool recalcWillValidate() const OVERRIDE { return false; }
OVERRIDE           54 Source/core/html/HTMLFieldSetElement.h     virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLFieldSetElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           40 Source/core/html/HTMLFontElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLFontElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLFormControlElement.h     virtual HTMLFormElement* formOwner() const OVERRIDE FINAL;
OVERRIDE           68 Source/core/html/HTMLFormControlElement.h     virtual bool isDisabledFormControl() const OVERRIDE;
OVERRIDE           70 Source/core/html/HTMLFormControlElement.h     virtual bool isEnumeratable() const OVERRIDE { return false; }
OVERRIDE           82 Source/core/html/HTMLFormControlElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE { return false; }
OVERRIDE           92 Source/core/html/HTMLFormControlElement.h     virtual bool willValidate() const OVERRIDE;
OVERRIDE           98 Source/core/html/HTMLFormControlElement.h     virtual void setCustomValidity(const String&) OVERRIDE FINAL;
OVERRIDE          112 Source/core/html/HTMLFormControlElement.h     virtual void setFocus(bool flag) OVERRIDE;
OVERRIDE          120 Source/core/html/HTMLFormControlElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          123 Source/core/html/HTMLFormControlElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          124 Source/core/html/HTMLFormControlElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          125 Source/core/html/HTMLFormControlElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          126 Source/core/html/HTMLFormControlElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE          128 Source/core/html/HTMLFormControlElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE          129 Source/core/html/HTMLFormControlElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE          131 Source/core/html/HTMLFormControlElement.h     virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL;
OVERRIDE          132 Source/core/html/HTMLFormControlElement.h     virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
OVERRIDE          133 Source/core/html/HTMLFormControlElement.h     virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE;
OVERRIDE          134 Source/core/html/HTMLFormControlElement.h     virtual void willCallDefaultEventHandler(const Event&) OVERRIDE FINAL;
OVERRIDE          136 Source/core/html/HTMLFormControlElement.h     virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE FINAL;
OVERRIDE          146 Source/core/html/HTMLFormControlElement.h     virtual void refFormAssociatedElement() OVERRIDE FINAL { ref(); }
OVERRIDE          147 Source/core/html/HTMLFormControlElement.h     virtual void derefFormAssociatedElement() OVERRIDE FINAL { deref(); }
OVERRIDE          149 Source/core/html/HTMLFormControlElement.h     virtual bool isFormControlElement() const OVERRIDE FINAL { return true; }
OVERRIDE          150 Source/core/html/HTMLFormControlElement.h     virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return true; }
OVERRIDE          152 Source/core/html/HTMLFormControlElement.h     virtual short tabIndex() const OVERRIDE FINAL;
OVERRIDE          154 Source/core/html/HTMLFormControlElement.h     virtual bool isDefaultButtonForForm() const OVERRIDE FINAL;
OVERRIDE          155 Source/core/html/HTMLFormControlElement.h     virtual bool isValidFormControlElement() OVERRIDE FINAL;
OVERRIDE           37 Source/core/html/HTMLFormControlElementWithState.h     virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return false; }
OVERRIDE           49 Source/core/html/HTMLFormControlElementWithState.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLFormControlElementWithState.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLFormControlElementWithState.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLFormControlElementWithState.h     virtual bool isFormControlElementWithState() const OVERRIDE FINAL;
OVERRIDE           46 Source/core/html/HTMLFormControlsCollection.h     virtual Element* namedItem(const AtomicString& name) const OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLFormControlsCollection.h     virtual void updateIdNameCache() const OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLFormControlsCollection.h     virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLFormControlsCollection.h     virtual Element* virtualItemAfter(Element*) const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLFormControlsCollection.h     virtual void invalidateCache(Document* oldDocument = 0) const OVERRIDE;
OVERRIDE          121 Source/core/html/HTMLFormElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          122 Source/core/html/HTMLFormElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          123 Source/core/html/HTMLFormElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          124 Source/core/html/HTMLFormElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE          126 Source/core/html/HTMLFormElement.h     virtual void handleLocalEvents(Event*) OVERRIDE;
OVERRIDE          128 Source/core/html/HTMLFormElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          129 Source/core/html/HTMLFormElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE          130 Source/core/html/HTMLFormElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          132 Source/core/html/HTMLFormElement.h     virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
OVERRIDE          134 Source/core/html/HTMLFormElement.h     virtual void copyNonAttributePropertiesFromElement(const Element&) OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLFrameElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLFrameElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLFrameElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLFrameElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           34 Source/core/html/HTMLFrameElementBase.h     virtual ScrollbarMode scrollingMode() const OVERRIDE FINAL { return m_scrolling; }
OVERRIDE           42 Source/core/html/HTMLFrameElementBase.h     virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return false; }
OVERRIDE           49 Source/core/html/HTMLFrameElementBase.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLFrameElementBase.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLFrameElementBase.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE FINAL;
OVERRIDE           52 Source/core/html/HTMLFrameElementBase.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLFrameElementBase.h     virtual bool supportsFocus() const OVERRIDE FINAL;
OVERRIDE           56 Source/core/html/HTMLFrameElementBase.h     virtual void setFocus(bool) OVERRIDE FINAL;
OVERRIDE           58 Source/core/html/HTMLFrameElementBase.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
OVERRIDE           59 Source/core/html/HTMLFrameElementBase.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
OVERRIDE           60 Source/core/html/HTMLFrameElementBase.h     virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE FINAL;
OVERRIDE           62 Source/core/html/HTMLFrameElementBase.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
OVERRIDE           85 Source/core/html/HTMLFrameOwnerElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           86 Source/core/html/HTMLFrameOwnerElement.h     virtual bool isFrameOwnerElement() const OVERRIDE FINAL { return true; }
OVERRIDE           61 Source/core/html/HTMLFrameSetElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLFrameSetElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLFrameSetElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLFrameSetElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLFrameSetElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           67 Source/core/html/HTMLFrameSetElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLFrameSetElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           71 Source/core/html/HTMLFrameSetElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           72 Source/core/html/HTMLFrameSetElement.h     virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE;
OVERRIDE           34 Source/core/html/HTMLHRElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return hasChildren(); }
OVERRIDE           39 Source/core/html/HTMLHRElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLHRElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLHtmlElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLIFrameElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLIFrameElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLIFrameElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLIFrameElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLIFrameElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLIFrameElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLIFrameElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLIFrameElement.h     virtual bool loadedNonEmptyDocument() const OVERRIDE { return m_didLoadNonEmptyDocument; }
OVERRIDE           49 Source/core/html/HTMLIFrameElement.h     virtual void didLoadNonEmptyDocument() OVERRIDE { m_didLoadNonEmptyDocument = true; }
OVERRIDE           50 Source/core/html/HTMLIFrameElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           78 Source/core/html/HTMLImageElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           83 Source/core/html/HTMLImageElement.h     virtual const AtomicString imageSourceURL() const OVERRIDE;
OVERRIDE           85 Source/core/html/HTMLImageElement.h     virtual HTMLFormElement* formOwner() const OVERRIDE;
OVERRIDE           90 Source/core/html/HTMLImageElement.h     virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE;
OVERRIDE           91 Source/core/html/HTMLImageElement.h     virtual FloatSize sourceSize() const OVERRIDE;
OVERRIDE           92 Source/core/html/HTMLImageElement.h     virtual FloatSize defaultDestinationSize() const OVERRIDE;
OVERRIDE           97 Source/core/html/HTMLImageElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE          100 Source/core/html/HTMLImageElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE          102 Source/core/html/HTMLImageElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          103 Source/core/html/HTMLImageElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          104 Source/core/html/HTMLImageElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE          106 Source/core/html/HTMLImageElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          107 Source/core/html/HTMLImageElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          109 Source/core/html/HTMLImageElement.h     virtual bool canStartSelection() const OVERRIDE;
OVERRIDE          111 Source/core/html/HTMLImageElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE          112 Source/core/html/HTMLImageElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          113 Source/core/html/HTMLImageElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE          115 Source/core/html/HTMLImageElement.h     virtual bool draggable() const OVERRIDE;
OVERRIDE          117 Source/core/html/HTMLImageElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          118 Source/core/html/HTMLImageElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          119 Source/core/html/HTMLImageElement.h     virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
OVERRIDE          120 Source/core/html/HTMLImageElement.h     virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
OVERRIDE          121 Source/core/html/HTMLImageElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE          122 Source/core/html/HTMLImageElement.h     virtual Image* imageContents() OVERRIDE;
OVERRIDE           35 Source/core/html/HTMLImageLoader.h     virtual void dispatchLoadEvent() OVERRIDE;
OVERRIDE           36 Source/core/html/HTMLImageLoader.h     virtual String sourceURI(const AtomicString&) const OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLImageLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           89 Source/core/html/HTMLInputElement.cpp     virtual void idTargetChanged() OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLInputElement.h     virtual bool shouldAutocomplete() const OVERRIDE FINAL;
OVERRIDE           57 Source/core/html/HTMLInputElement.h     virtual bool hasBadInput() const OVERRIDE FINAL;
OVERRIDE           58 Source/core/html/HTMLInputElement.h     virtual bool patternMismatch() const OVERRIDE FINAL;
OVERRIDE           59 Source/core/html/HTMLInputElement.h     virtual bool rangeUnderflow() const OVERRIDE FINAL;
OVERRIDE           60 Source/core/html/HTMLInputElement.h     virtual bool rangeOverflow() const OVERRIDE FINAL;
OVERRIDE           61 Source/core/html/HTMLInputElement.h     virtual bool stepMismatch() const OVERRIDE FINAL;
OVERRIDE           62 Source/core/html/HTMLInputElement.h     virtual bool tooLong() const OVERRIDE FINAL;
OVERRIDE           63 Source/core/html/HTMLInputElement.h     virtual bool typeMismatch() const OVERRIDE FINAL;
OVERRIDE           64 Source/core/html/HTMLInputElement.h     virtual bool valueMissing() const OVERRIDE FINAL;
OVERRIDE           65 Source/core/html/HTMLInputElement.h     virtual String validationMessage() const OVERRIDE FINAL;
OVERRIDE          129 Source/core/html/HTMLInputElement.h     virtual bool shouldAppearIndeterminate() const OVERRIDE;
OVERRIDE          136 Source/core/html/HTMLInputElement.h     virtual String value() const OVERRIDE;
OVERRIDE          173 Source/core/html/HTMLInputElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL;
OVERRIDE          174 Source/core/html/HTMLInputElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          175 Source/core/html/HTMLInputElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
OVERRIDE          176 Source/core/html/HTMLInputElement.h     virtual void updateFocusAppearance(bool restorePreviousSelection) OVERRIDE FINAL;
OVERRIDE          181 Source/core/html/HTMLInputElement.h     virtual bool isActivatedSubmit() const OVERRIDE FINAL;
OVERRIDE          182 Source/core/html/HTMLInputElement.h     virtual void setActivatedSubmit(bool flag) OVERRIDE FINAL;
OVERRIDE          222 Source/core/html/HTMLInputElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE          255 Source/core/html/HTMLInputElement.h     virtual void blur() OVERRIDE FINAL;
OVERRIDE          258 Source/core/html/HTMLInputElement.h     virtual const AtomicString& name() const OVERRIDE FINAL;
OVERRIDE          265 Source/core/html/HTMLInputElement.h     virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
OVERRIDE          266 Source/core/html/HTMLInputElement.h     virtual bool matchesReadWritePseudoClass() const OVERRIDE FINAL;
OVERRIDE          267 Source/core/html/HTMLInputElement.h     virtual void setRangeText(const String& replacement, ExceptionState&) OVERRIDE FINAL;
OVERRIDE          268 Source/core/html/HTMLInputElement.h     virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE FINAL;
OVERRIDE          283 Source/core/html/HTMLInputElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          288 Source/core/html/HTMLInputElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE FINAL;
OVERRIDE          289 Source/core/html/HTMLInputElement.h     virtual void didAddShadowRoot(ShadowRoot&) OVERRIDE FINAL;
OVERRIDE          291 Source/core/html/HTMLInputElement.h     virtual void willChangeForm() OVERRIDE FINAL;
OVERRIDE          292 Source/core/html/HTMLInputElement.h     virtual void didChangeForm() OVERRIDE FINAL;
OVERRIDE          293 Source/core/html/HTMLInputElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          294 Source/core/html/HTMLInputElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE FINAL;
OVERRIDE          295 Source/core/html/HTMLInputElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE FINAL;
OVERRIDE          296 Source/core/html/HTMLInputElement.h     virtual void removeAllEventListeners() OVERRIDE FINAL;
OVERRIDE          298 Source/core/html/HTMLInputElement.h     virtual bool hasCustomFocusLogic() const OVERRIDE FINAL;
OVERRIDE          299 Source/core/html/HTMLInputElement.h     virtual bool isKeyboardFocusable() const OVERRIDE FINAL;
OVERRIDE          300 Source/core/html/HTMLInputElement.h     virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE FINAL;
OVERRIDE          301 Source/core/html/HTMLInputElement.h     virtual bool isEnumeratable() const OVERRIDE FINAL;
OVERRIDE          302 Source/core/html/HTMLInputElement.h     virtual bool isInteractiveContent() const OVERRIDE FINAL;
OVERRIDE          303 Source/core/html/HTMLInputElement.h     virtual bool supportLabels() const OVERRIDE FINAL;
OVERRIDE          304 Source/core/html/HTMLInputElement.h     virtual bool shouldUseInputMethod() OVERRIDE FINAL;
OVERRIDE          306 Source/core/html/HTMLInputElement.h     virtual bool isTextFormControl() const OVERRIDE FINAL { return isTextField(); }
OVERRIDE          308 Source/core/html/HTMLInputElement.h     virtual bool canTriggerImplicitSubmission() const OVERRIDE FINAL { return isTextField(); }
OVERRIDE          310 Source/core/html/HTMLInputElement.h     virtual const AtomicString& formControlType() const OVERRIDE FINAL;
OVERRIDE          312 Source/core/html/HTMLInputElement.h     virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE FINAL;
OVERRIDE          313 Source/core/html/HTMLInputElement.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
OVERRIDE          314 Source/core/html/HTMLInputElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
OVERRIDE          316 Source/core/html/HTMLInputElement.h     virtual bool canStartSelection() const OVERRIDE FINAL;
OVERRIDE          318 Source/core/html/HTMLInputElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE FINAL;
OVERRIDE          320 Source/core/html/HTMLInputElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          321 Source/core/html/HTMLInputElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
OVERRIDE          322 Source/core/html/HTMLInputElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL;
OVERRIDE          323 Source/core/html/HTMLInputElement.h     virtual void finishParsingChildren() OVERRIDE FINAL;
OVERRIDE          325 Source/core/html/HTMLInputElement.h     virtual void copyNonAttributePropertiesFromElement(const Element&) OVERRIDE FINAL;
OVERRIDE          327 Source/core/html/HTMLInputElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
OVERRIDE          329 Source/core/html/HTMLInputElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE FINAL;
OVERRIDE          330 Source/core/html/HTMLInputElement.h     virtual String resultForDialogSubmit() OVERRIDE FINAL;
OVERRIDE          332 Source/core/html/HTMLInputElement.h     virtual bool canBeSuccessfulSubmitButton() const OVERRIDE FINAL;
OVERRIDE          334 Source/core/html/HTMLInputElement.h     virtual void resetImpl() OVERRIDE FINAL;
OVERRIDE          335 Source/core/html/HTMLInputElement.h     virtual bool supportsAutofocus() const OVERRIDE FINAL;
OVERRIDE          337 Source/core/html/HTMLInputElement.h     virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;
OVERRIDE          338 Source/core/html/HTMLInputElement.h     virtual void postDispatchEventHandler(Event*, void* dataFromPreDispatch) OVERRIDE FINAL;
OVERRIDE          340 Source/core/html/HTMLInputElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
OVERRIDE          341 Source/core/html/HTMLInputElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
OVERRIDE          342 Source/core/html/HTMLInputElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE FINAL;
OVERRIDE          343 Source/core/html/HTMLInputElement.h     virtual bool isInRange() const OVERRIDE FINAL;
OVERRIDE          344 Source/core/html/HTMLInputElement.h     virtual bool isOutOfRange() const OVERRIDE FINAL;
OVERRIDE          349 Source/core/html/HTMLInputElement.h     virtual bool supportsPlaceholder() const OVERRIDE FINAL;
OVERRIDE          350 Source/core/html/HTMLInputElement.h     virtual void updatePlaceholderText() OVERRIDE FINAL;
OVERRIDE          351 Source/core/html/HTMLInputElement.h     virtual bool isEmptyValue() const OVERRIDE FINAL { return innerTextValue().isEmpty(); }
OVERRIDE          352 Source/core/html/HTMLInputElement.h     virtual bool isEmptySuggestedValue() const OVERRIDE FINAL { return suggestedValue().isEmpty(); }
OVERRIDE          353 Source/core/html/HTMLInputElement.h     virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
OVERRIDE          354 Source/core/html/HTMLInputElement.h     virtual void handleBlurEvent() OVERRIDE FINAL;
OVERRIDE          356 Source/core/html/HTMLInputElement.h     virtual bool isOptionalFormControl() const OVERRIDE FINAL { return !isRequiredFormControl(); }
OVERRIDE          357 Source/core/html/HTMLInputElement.h     virtual bool isRequiredFormControl() const OVERRIDE FINAL;
OVERRIDE          358 Source/core/html/HTMLInputElement.h     virtual bool recalcWillValidate() const OVERRIDE FINAL;
OVERRIDE          359 Source/core/html/HTMLInputElement.h     virtual void requiredAttributeChanged() OVERRIDE FINAL;
OVERRIDE          363 Source/core/html/HTMLInputElement.h     virtual void subtreeHasChanged() OVERRIDE FINAL;
OVERRIDE          374 Source/core/html/HTMLInputElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLKeygenElement.h     virtual bool willValidate() const OVERRIDE { return false; }
OVERRIDE           45 Source/core/html/HTMLKeygenElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           47 Source/core/html/HTMLKeygenElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
OVERRIDE           49 Source/core/html/HTMLKeygenElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLKeygenElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLKeygenElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLKeygenElement.h     virtual bool isOptionalFormControl() const OVERRIDE { return false; }
OVERRIDE           55 Source/core/html/HTMLKeygenElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/html/HTMLKeygenElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLKeygenElement.h     virtual bool supportsAutofocus() const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLKeygenElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           60 Source/core/html/HTMLKeygenElement.h     virtual void resetImpl() OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLKeygenElement.h     virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE { return false; }
OVERRIDE           63 Source/core/html/HTMLKeygenElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           37 Source/core/html/HTMLLIElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLLIElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLLIElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLLIElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLLabelElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLLabelElement.h     virtual HTMLFormElement* formOwner() const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLLabelElement.h     virtual bool rendererIsFocusable() const OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLLabelElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLLabelElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLLabelElement.h     virtual void setActive(bool = true) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLLabelElement.h     virtual void setHovered(bool = true) OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLLabelElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLLabelElement.h     virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLLegendElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLLegendElement.h     virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLLinkElement.h     virtual Type type() const OVERRIDE { return Style; }
OVERRIDE           67 Source/core/html/HTMLLinkElement.h     virtual void process() OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLLinkElement.h     virtual void ownerRemoved() OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLLinkElement.h     virtual bool hasLoaded() const OVERRIDE { return m_loadedSheet; }
OVERRIDE           88 Source/core/html/HTMLLinkElement.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
OVERRIDE          158 Source/core/html/HTMLLinkElement.h     virtual bool shouldLoadLink() OVERRIDE;
OVERRIDE          171 Source/core/html/HTMLLinkElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          181 Source/core/html/HTMLLinkElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          182 Source/core/html/HTMLLinkElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          183 Source/core/html/HTMLLinkElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE          184 Source/core/html/HTMLLinkElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          185 Source/core/html/HTMLLinkElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE          186 Source/core/html/HTMLLinkElement.h     virtual bool sheetLoaded() OVERRIDE;
OVERRIDE          187 Source/core/html/HTMLLinkElement.h     virtual void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred) OVERRIDE;
OVERRIDE          188 Source/core/html/HTMLLinkElement.h     virtual void startLoadingDynamicSheet() OVERRIDE;
OVERRIDE          189 Source/core/html/HTMLLinkElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE          192 Source/core/html/HTMLLinkElement.h     virtual void linkLoaded() OVERRIDE;
OVERRIDE          193 Source/core/html/HTMLLinkElement.h     virtual void linkLoadingErrored() OVERRIDE;
OVERRIDE          194 Source/core/html/HTMLLinkElement.h     virtual void didStartLinkPrerender() OVERRIDE;
OVERRIDE          195 Source/core/html/HTMLLinkElement.h     virtual void didStopLinkPrerender() OVERRIDE;
OVERRIDE          196 Source/core/html/HTMLLinkElement.h     virtual void didSendLoadForLinkPrerender() OVERRIDE;
OVERRIDE          197 Source/core/html/HTMLLinkElement.h     virtual void didSendDOMContentLoadedForLinkPrerender() OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLMapElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLMapElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLMapElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLMarqueeElement.h     virtual void stop() OVERRIDE;
OVERRIDE           59 Source/core/html/HTMLMarqueeElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLMarqueeElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLMarqueeElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLMarqueeElement.h     virtual void suspend() OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLMarqueeElement.h     virtual void resume() OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLMarqueeElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          182 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerDidAddTextTrack(blink::WebInbandTextTrack*) OVERRIDE FINAL;
OVERRIDE          183 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerDidRemoveTextTrack(blink::WebInbandTextTrack*) OVERRIDE FINAL;
OVERRIDE          185 Source/core/html/HTMLMediaElement.h     virtual KURL mediaPlayerPosterURL() OVERRIDE { return KURL(); }
OVERRIDE          230 Source/core/html/HTMLMediaElement.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return HTMLElement::executionContext(); }
OVERRIDE          250 Source/core/html/HTMLMediaElement.h     virtual bool hasPendingActivity() const OVERRIDE FINAL;
OVERRIDE          251 Source/core/html/HTMLMediaElement.h     virtual void contextDestroyed() OVERRIDE FINAL;
OVERRIDE          276 Source/core/html/HTMLMediaElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          277 Source/core/html/HTMLMediaElement.h     virtual void finishParsingChildren() OVERRIDE FINAL;
OVERRIDE          278 Source/core/html/HTMLMediaElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE          279 Source/core/html/HTMLMediaElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          281 Source/core/html/HTMLMediaElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE          296 Source/core/html/HTMLMediaElement.h     virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE FINAL { return true; }
OVERRIDE          297 Source/core/html/HTMLMediaElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
OVERRIDE          299 Source/core/html/HTMLMediaElement.h     virtual bool hasCustomFocusLogic() const OVERRIDE FINAL;
OVERRIDE          300 Source/core/html/HTMLMediaElement.h     virtual bool supportsFocus() const OVERRIDE FINAL;
OVERRIDE          301 Source/core/html/HTMLMediaElement.h     virtual bool isMouseFocusable() const OVERRIDE FINAL;
OVERRIDE          302 Source/core/html/HTMLMediaElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          303 Source/core/html/HTMLMediaElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          304 Source/core/html/HTMLMediaElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE FINAL;
OVERRIDE          305 Source/core/html/HTMLMediaElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE FINAL;
OVERRIDE          306 Source/core/html/HTMLMediaElement.h     virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE FINAL;
OVERRIDE          308 Source/core/html/HTMLMediaElement.h     virtual void didBecomeFullscreenElement() OVERRIDE FINAL;
OVERRIDE          309 Source/core/html/HTMLMediaElement.h     virtual void willStopBeingFullscreenElement() OVERRIDE FINAL;
OVERRIDE          310 Source/core/html/HTMLMediaElement.h     virtual bool isInteractiveContent() const OVERRIDE FINAL;
OVERRIDE          313 Source/core/html/HTMLMediaElement.h     virtual void stop() OVERRIDE FINAL;
OVERRIDE          320 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerNetworkStateChanged() OVERRIDE FINAL;
OVERRIDE          321 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerReadyStateChanged() OVERRIDE FINAL;
OVERRIDE          322 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerTimeChanged() OVERRIDE FINAL;
OVERRIDE          323 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerDurationChanged() OVERRIDE FINAL;
OVERRIDE          324 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerPlaybackStateChanged() OVERRIDE FINAL;
OVERRIDE          325 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerRequestFullscreen() OVERRIDE FINAL;
OVERRIDE          326 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerRequestSeek(double) OVERRIDE FINAL;
OVERRIDE          327 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerRepaint() OVERRIDE FINAL;
OVERRIDE          328 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerSizeChanged() OVERRIDE FINAL;
OVERRIDE          329 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerSetWebLayer(blink::WebLayer*) OVERRIDE FINAL;
OVERRIDE          330 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerSetOpaque(bool) OVERRIDE FINAL;
OVERRIDE          331 Source/core/html/HTMLMediaElement.h     virtual void mediaPlayerMediaSourceOpened(blink::WebMediaSource*) OVERRIDE FINAL;
OVERRIDE          404 Source/core/html/HTMLMediaElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
OVERRIDE          405 Source/core/html/HTMLMediaElement.h     virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;
OVERRIDE          406 Source/core/html/HTMLMediaElement.h     virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
OVERRIDE           71 Source/core/html/HTMLMediaSource.h     virtual URLRegistry& registry() const OVERRIDE { return *s_registry; }
OVERRIDE           53 Source/core/html/HTMLMetaElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLMetaElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLMetaElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLMeterElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           69 Source/core/html/HTMLMeterElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           72 Source/core/html/HTMLMeterElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           74 Source/core/html/HTMLMeterElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           75 Source/core/html/HTMLMeterElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           78 Source/core/html/HTMLMeterElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLModElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLModElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLModElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLNameCollection.h     virtual Element* virtualItemAfter(Element*) const OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLNoEmbedElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLNoScriptElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLOListElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLOListElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLOListElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLObjectElement.h     virtual HTMLFormElement* formOwner() const OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLObjectElement.h     virtual bool useFallbackContent() const OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLObjectElement.h     virtual void renderFallbackContent() OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLObjectElement.h     virtual bool isFormControlElement() const OVERRIDE { return false; }
OVERRIDE           49 Source/core/html/HTMLObjectElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/html/HTMLObjectElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLObjectElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLObjectElement.h     virtual bool isObjectElement() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/html/HTMLObjectElement.h     virtual String validationMessage() const OVERRIDE { return String(); }
OVERRIDE           59 Source/core/html/HTMLObjectElement.h     virtual void setCustomValidity(const String&) OVERRIDE { }
OVERRIDE           64 Source/core/html/HTMLObjectElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return useFallbackContent(); }
OVERRIDE           71 Source/core/html/HTMLObjectElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           72 Source/core/html/HTMLObjectElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           73 Source/core/html/HTMLObjectElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           75 Source/core/html/HTMLObjectElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           76 Source/core/html/HTMLObjectElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           78 Source/core/html/HTMLObjectElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           79 Source/core/html/HTMLObjectElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           81 Source/core/html/HTMLObjectElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           83 Source/core/html/HTMLObjectElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           84 Source/core/html/HTMLObjectElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           85 Source/core/html/HTMLObjectElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           86 Source/core/html/HTMLObjectElement.h     virtual const AtomicString imageSourceURL() const OVERRIDE;
OVERRIDE           88 Source/core/html/HTMLObjectElement.h     virtual RenderWidget* existingRenderWidget() const OVERRIDE;
OVERRIDE           90 Source/core/html/HTMLObjectElement.h     virtual void updateWidgetInternal() OVERRIDE;
OVERRIDE          106 Source/core/html/HTMLObjectElement.h     virtual void refFormAssociatedElement() OVERRIDE { ref(); }
OVERRIDE          107 Source/core/html/HTMLObjectElement.h     virtual void derefFormAssociatedElement() OVERRIDE { deref(); }
OVERRIDE          109 Source/core/html/HTMLObjectElement.h     virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
OVERRIDE          110 Source/core/html/HTMLObjectElement.h     virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
OVERRIDE           37 Source/core/html/HTMLOptGroupElement.h     virtual bool isDisabledFormControl() const OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLOptGroupElement.h     virtual bool rendererIsFocusable() const OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLOptGroupElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLOptGroupElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           48 Source/core/html/HTMLOptGroupElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLOptGroupElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLOptGroupElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLOptGroupElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLOptGroupElement.h     virtual RenderStyle* nonRendererStyle() const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLOptGroupElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLOptionElement.h     virtual bool isDisabledFormControl() const OVERRIDE;
OVERRIDE           72 Source/core/html/HTMLOptionElement.h     virtual bool rendererIsFocusable() const OVERRIDE;
OVERRIDE           73 Source/core/html/HTMLOptionElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           74 Source/core/html/HTMLOptionElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           75 Source/core/html/HTMLOptionElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           77 Source/core/html/HTMLOptionElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           79 Source/core/html/HTMLOptionElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           80 Source/core/html/HTMLOptionElement.h     virtual void accessKeyAction(bool) OVERRIDE;
OVERRIDE           82 Source/core/html/HTMLOptionElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           86 Source/core/html/HTMLOptionElement.h     virtual RenderStyle* nonRendererStyle() const OVERRIDE;
OVERRIDE           87 Source/core/html/HTMLOptionElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           88 Source/core/html/HTMLOptionElement.h     virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLOptionsCollection.h     virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLOutputElement.h     virtual bool willValidate() const OVERRIDE { return false; }
OVERRIDE           52 Source/core/html/HTMLOutputElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           57 Source/core/html/HTMLOutputElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLOutputElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           59 Source/core/html/HTMLOutputElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           60 Source/core/html/HTMLOutputElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           61 Source/core/html/HTMLOutputElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLOutputElement.h     virtual void childrenChanged(bool createdByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLOutputElement.h     virtual void resetImpl() OVERRIDE;
OVERRIDE           37 Source/core/html/HTMLParagraphElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLParamElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLPlugInElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLPlugInElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           70 Source/core/html/HTMLPlugInElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           94 Source/core/html/HTMLPlugInElement.h     virtual void removeAllEventListeners() OVERRIDE FINAL;
OVERRIDE           97 Source/core/html/HTMLPlugInElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           98 Source/core/html/HTMLPlugInElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
OVERRIDE           99 Source/core/html/HTMLPlugInElement.h     virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
OVERRIDE          100 Source/core/html/HTMLPlugInElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
OVERRIDE          101 Source/core/html/HTMLPlugInElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
OVERRIDE          102 Source/core/html/HTMLPlugInElement.h     virtual void finishParsingChildren() OVERRIDE FINAL;
OVERRIDE          105 Source/core/html/HTMLPlugInElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          106 Source/core/html/HTMLPlugInElement.h     virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE FINAL;
OVERRIDE          107 Source/core/html/HTMLPlugInElement.h     virtual bool supportsFocus() const OVERRIDE FINAL { return true; }
OVERRIDE          108 Source/core/html/HTMLPlugInElement.h     virtual bool rendererIsFocusable() const OVERRIDE FINAL;
OVERRIDE          109 Source/core/html/HTMLPlugInElement.h     virtual bool isKeyboardFocusable() const OVERRIDE FINAL;
OVERRIDE          110 Source/core/html/HTMLPlugInElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE FINAL;
OVERRIDE          111 Source/core/html/HTMLPlugInElement.h     virtual void didAddShadowRoot(ShadowRoot&) OVERRIDE FINAL;
OVERRIDE          114 Source/core/html/HTMLPlugInElement.h     virtual bool hasCustomFocusLogic() const OVERRIDE;
OVERRIDE          115 Source/core/html/HTMLPlugInElement.h     virtual bool isPluginElement() const OVERRIDE FINAL;
OVERRIDE           37 Source/core/html/HTMLPreElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLPreElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLProgressElement.h     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
OVERRIDE           53 Source/core/html/HTMLProgressElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           54 Source/core/html/HTMLProgressElement.h     virtual bool shouldAppearIndeterminate() const OVERRIDE;
OVERRIDE           55 Source/core/html/HTMLProgressElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/html/HTMLProgressElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           60 Source/core/html/HTMLProgressElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLProgressElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLProgressElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLQuoteElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLQuoteElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLQuoteElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           21 Source/core/html/HTMLRTElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           21 Source/core/html/HTMLRubyElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLScriptElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLScriptElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLScriptElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLScriptElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLScriptElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLScriptElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLScriptElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           60 Source/core/html/HTMLScriptElement.h     virtual String sourceAttributeValue() const OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLScriptElement.h     virtual String charsetAttributeValue() const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLScriptElement.h     virtual String typeAttributeValue() const OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLScriptElement.h     virtual String languageAttributeValue() const OVERRIDE;
OVERRIDE           64 Source/core/html/HTMLScriptElement.h     virtual String forAttributeValue() const OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLScriptElement.h     virtual String eventAttributeValue() const OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLScriptElement.h     virtual bool asyncAttributeValue() const OVERRIDE;
OVERRIDE           67 Source/core/html/HTMLScriptElement.h     virtual bool deferAttributeValue() const OVERRIDE;
OVERRIDE           68 Source/core/html/HTMLScriptElement.h     virtual bool hasSourceAttribute() const OVERRIDE;
OVERRIDE           70 Source/core/html/HTMLScriptElement.h     virtual void dispatchLoadEvent() OVERRIDE;
OVERRIDE           72 Source/core/html/HTMLScriptElement.h     virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE;
OVERRIDE           53 Source/core/html/HTMLSelectElement.h     virtual String validationMessage() const OVERRIDE;
OVERRIDE           54 Source/core/html/HTMLSelectElement.h     virtual bool valueMissing() const OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLSelectElement.h     virtual void resetImpl() OVERRIDE;
OVERRIDE           87 Source/core/html/HTMLSelectElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE          123 Source/core/html/HTMLSelectElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE          125 Source/core/html/HTMLSelectElement.h     virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
OVERRIDE          127 Source/core/html/HTMLSelectElement.h     virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
OVERRIDE          128 Source/core/html/HTMLSelectElement.h     virtual void dispatchBlurEvent(Element* newFocusedElemnet) OVERRIDE;
OVERRIDE          130 Source/core/html/HTMLSelectElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
OVERRIDE          132 Source/core/html/HTMLSelectElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE          133 Source/core/html/HTMLSelectElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE          134 Source/core/html/HTMLSelectElement.h     virtual bool supportsAutofocus() const OVERRIDE;
OVERRIDE          135 Source/core/html/HTMLSelectElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE          137 Source/core/html/HTMLSelectElement.h     virtual FormControlState saveFormControlState() const OVERRIDE;
OVERRIDE          138 Source/core/html/HTMLSelectElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
OVERRIDE          140 Source/core/html/HTMLSelectElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          141 Source/core/html/HTMLSelectElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          143 Source/core/html/HTMLSelectElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          144 Source/core/html/HTMLSelectElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE;
OVERRIDE          146 Source/core/html/HTMLSelectElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          155 Source/core/html/HTMLSelectElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          157 Source/core/html/HTMLSelectElement.h     virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
OVERRIDE          158 Source/core/html/HTMLSelectElement.h     virtual bool isRequiredFormControl() const OVERRIDE;
OVERRIDE          190 Source/core/html/HTMLSelectElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE          191 Source/core/html/HTMLSelectElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE          192 Source/core/html/HTMLSelectElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE          195 Source/core/html/HTMLSelectElement.h     virtual int indexOfSelectedOption() const OVERRIDE;
OVERRIDE          196 Source/core/html/HTMLSelectElement.h     virtual int optionCount() const OVERRIDE;
OVERRIDE          197 Source/core/html/HTMLSelectElement.h     virtual String optionAtIndex(int index) const OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLShadowElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode* insertionPoint) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLSourceElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLSourceElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLSourceElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           73 Source/core/html/HTMLStyleElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           74 Source/core/html/HTMLStyleElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           75 Source/core/html/HTMLStyleElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           76 Source/core/html/HTMLStyleElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           77 Source/core/html/HTMLStyleElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           79 Source/core/html/HTMLStyleElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           81 Source/core/html/HTMLStyleElement.h     virtual bool sheetLoaded() OVERRIDE { return StyleElement::sheetLoaded(document()); }
OVERRIDE           82 Source/core/html/HTMLStyleElement.h     virtual void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred) OVERRIDE;
OVERRIDE           83 Source/core/html/HTMLStyleElement.h     virtual void startLoadingDynamicSheet() OVERRIDE { StyleElement::startLoadingDynamicSheet(document()); }
OVERRIDE           85 Source/core/html/HTMLStyleElement.h     virtual const AtomicString& media() const OVERRIDE;
OVERRIDE           86 Source/core/html/HTMLStyleElement.h     virtual const AtomicString& type() const OVERRIDE;
OVERRIDE           34 Source/core/html/HTMLSummaryElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           39 Source/core/html/HTMLSummaryElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLSummaryElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLSummaryElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLSummaryElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLTableCaptionElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLTableCellElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLTableCellElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLTableCellElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           59 Source/core/html/HTMLTableCellElement.h     virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLTableCellElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           62 Source/core/html/HTMLTableCellElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLTableCellElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           45 Source/core/html/HTMLTableColElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           46 Source/core/html/HTMLTableColElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLTableColElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLTableColElement.h     virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
OVERRIDE           74 Source/core/html/HTMLTableElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           75 Source/core/html/HTMLTableElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           76 Source/core/html/HTMLTableElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           77 Source/core/html/HTMLTableElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           78 Source/core/html/HTMLTableElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           79 Source/core/html/HTMLTableElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           82 Source/core/html/HTMLTableElement.h     virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
OVERRIDE           42 Source/core/html/HTMLTablePartElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           43 Source/core/html/HTMLTablePartElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           51 Source/core/html/HTMLTableRowElement.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           52 Source/core/html/HTMLTableRowElement.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLTableRowsCollection.h     virtual Element* virtualItemAfter(Element*) const OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLTableSectionElement.h     virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
OVERRIDE           49 Source/core/html/HTMLTemplateElement.h     virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLTemplateElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLTextAreaElement.h     virtual String value() const OVERRIDE;
OVERRIDE           56 Source/core/html/HTMLTextAreaElement.h     virtual String validationMessage() const OVERRIDE;
OVERRIDE           57 Source/core/html/HTMLTextAreaElement.h     virtual bool valueMissing() const OVERRIDE;
OVERRIDE           58 Source/core/html/HTMLTextAreaElement.h     virtual bool tooLong() const OVERRIDE;
OVERRIDE           69 Source/core/html/HTMLTextAreaElement.h     virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
OVERRIDE           72 Source/core/html/HTMLTextAreaElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
OVERRIDE           80 Source/core/html/HTMLTextAreaElement.h     virtual bool supportsPlaceholder() const OVERRIDE { return true; }
OVERRIDE           81 Source/core/html/HTMLTextAreaElement.h     virtual void updatePlaceholderText() OVERRIDE;
OVERRIDE           82 Source/core/html/HTMLTextAreaElement.h     virtual bool isEmptyValue() const OVERRIDE { return value().isEmpty(); }
OVERRIDE           84 Source/core/html/HTMLTextAreaElement.h     virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
OVERRIDE           85 Source/core/html/HTMLTextAreaElement.h     virtual bool isRequiredFormControl() const OVERRIDE { return isRequired(); }
OVERRIDE           87 Source/core/html/HTMLTextAreaElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           88 Source/core/html/HTMLTextAreaElement.h     virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE;
OVERRIDE           90 Source/core/html/HTMLTextAreaElement.h     virtual void subtreeHasChanged() OVERRIDE;
OVERRIDE           92 Source/core/html/HTMLTextAreaElement.h     virtual bool isEnumeratable() const OVERRIDE { return true; }
OVERRIDE           93 Source/core/html/HTMLTextAreaElement.h     virtual bool isInteractiveContent() const OVERRIDE;
OVERRIDE           94 Source/core/html/HTMLTextAreaElement.h     virtual bool supportsAutofocus() const OVERRIDE;
OVERRIDE           95 Source/core/html/HTMLTextAreaElement.h     virtual bool supportLabels() const OVERRIDE { return true; }
OVERRIDE           97 Source/core/html/HTMLTextAreaElement.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           99 Source/core/html/HTMLTextAreaElement.h     virtual FormControlState saveFormControlState() const OVERRIDE;
OVERRIDE          100 Source/core/html/HTMLTextAreaElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
OVERRIDE          102 Source/core/html/HTMLTextAreaElement.h     virtual bool isTextFormControl() const OVERRIDE { return true; }
OVERRIDE          104 Source/core/html/HTMLTextAreaElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE          105 Source/core/html/HTMLTextAreaElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          106 Source/core/html/HTMLTextAreaElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          107 Source/core/html/HTMLTextAreaElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE          108 Source/core/html/HTMLTextAreaElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          109 Source/core/html/HTMLTextAreaElement.h     virtual bool appendFormData(FormDataList&, bool) OVERRIDE;
OVERRIDE          110 Source/core/html/HTMLTextAreaElement.h     virtual void resetImpl() OVERRIDE;
OVERRIDE          111 Source/core/html/HTMLTextAreaElement.h     virtual bool hasCustomFocusLogic() const OVERRIDE;
OVERRIDE          112 Source/core/html/HTMLTextAreaElement.h     virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
OVERRIDE          113 Source/core/html/HTMLTextAreaElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE          114 Source/core/html/HTMLTextAreaElement.h     virtual void updateFocusAppearance(bool restorePreviousSelection) OVERRIDE;
OVERRIDE          116 Source/core/html/HTMLTextAreaElement.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE          118 Source/core/html/HTMLTextAreaElement.h     virtual bool shouldUseInputMethod() OVERRIDE;
OVERRIDE          119 Source/core/html/HTMLTextAreaElement.h     virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
OVERRIDE          120 Source/core/html/HTMLTextAreaElement.h     virtual bool matchesReadWritePseudoClass() const OVERRIDE;
OVERRIDE           50 Source/core/html/HTMLTextFormControlElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           74 Source/core/html/HTMLTextFormControlElement.h     virtual void dispatchFormControlChangeEvent() OVERRIDE FINAL;
OVERRIDE           94 Source/core/html/HTMLTextFormControlElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          106 Source/core/html/HTMLTextFormControlElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          118 Source/core/html/HTMLTextFormControlElement.h     virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
OVERRIDE          119 Source/core/html/HTMLTextFormControlElement.h     virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE FINAL;
OVERRIDE           39 Source/core/html/HTMLTitleElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           40 Source/core/html/HTMLTitleElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           41 Source/core/html/HTMLTitleElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           61 Source/core/html/HTMLTrackElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           63 Source/core/html/HTMLTrackElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           65 Source/core/html/HTMLTrackElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           66 Source/core/html/HTMLTrackElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           37 Source/core/html/HTMLUListElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           38 Source/core/html/HTMLUListElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           44 Source/core/html/HTMLUnknownElement.h     virtual bool isHTMLUnknownElement() const OVERRIDE { return true; }
OVERRIDE           70 Source/core/html/HTMLVideoElement.h     virtual KURL mediaPlayerPosterURL() OVERRIDE;
OVERRIDE           73 Source/core/html/HTMLVideoElement.h     virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageMode, SourceImageStatus*) const OVERRIDE;
OVERRIDE           74 Source/core/html/HTMLVideoElement.h     virtual bool isVideoElement() const OVERRIDE { return true; }
OVERRIDE           75 Source/core/html/HTMLVideoElement.h     virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE;
OVERRIDE           76 Source/core/html/HTMLVideoElement.h     virtual FloatSize sourceSize() const OVERRIDE;
OVERRIDE           81 Source/core/html/HTMLVideoElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           82 Source/core/html/HTMLVideoElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           83 Source/core/html/HTMLVideoElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           84 Source/core/html/HTMLVideoElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           85 Source/core/html/HTMLVideoElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           86 Source/core/html/HTMLVideoElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           87 Source/core/html/HTMLVideoElement.h     virtual bool hasVideo() const OVERRIDE { return player() && player()->hasVideo(); }
OVERRIDE           89 Source/core/html/HTMLVideoElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           90 Source/core/html/HTMLVideoElement.h     virtual const AtomicString imageSourceURL() const OVERRIDE;
OVERRIDE           93 Source/core/html/HTMLVideoElement.h     virtual void updateDisplayState() OVERRIDE;
OVERRIDE           94 Source/core/html/HTMLVideoElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           95 Source/core/html/HTMLVideoElement.h     virtual void setDisplayMode(DisplayMode) OVERRIDE;
OVERRIDE           48 Source/core/html/HTMLViewSourceDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           47 Source/core/html/HTMLWBRElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           95 Source/core/html/ImageDocument.cpp     virtual void appendBytes(const char*, size_t) OVERRIDE;
OVERRIDE           53 Source/core/html/ImageDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           54 Source/core/html/ImageDocument.h     virtual void dispose() OVERRIDE;
OVERRIDE           50 Source/core/html/LabelableElement.h     virtual bool isLabelable() const OVERRIDE FINAL { return true; }
OVERRIDE           46 Source/core/html/LabelsNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;
OVERRIDE          107 Source/core/html/MediaController.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          108 Source/core/html/MediaController.h     virtual ExecutionContext* executionContext() const OVERRIDE { return m_executionContext; }
OVERRIDE           65 Source/core/html/MediaDocument.cpp     virtual void appendBytes(const char*, size_t) OVERRIDE;
OVERRIDE           43 Source/core/html/MediaDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           45 Source/core/html/MediaDocument.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           60 Source/core/html/MediaKeyEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           71 Source/core/html/MediaKeyEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           61 Source/core/html/PluginDocument.cpp     virtual void appendBytes(const char*, size_t) OVERRIDE;
OVERRIDE           63 Source/core/html/PluginDocument.cpp     virtual void finish() OVERRIDE;
OVERRIDE           47 Source/core/html/PluginDocument.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           56 Source/core/html/PluginDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           53 Source/core/html/PublicURLManager.h     virtual void stop() OVERRIDE;
OVERRIDE           53 Source/core/html/RadioNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;
OVERRIDE           42 Source/core/html/TextDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           48 Source/core/html/canvas/ANGLEInstancedArrays.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE          248 Source/core/html/canvas/CanvasRenderingContext2D.h         virtual void fontsNeedUpdate(CSSFontSelector*) OVERRIDE;
OVERRIDE          250 Source/core/html/canvas/CanvasRenderingContext2D.h         virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE          338 Source/core/html/canvas/CanvasRenderingContext2D.h     virtual bool is2d() const OVERRIDE { return true; }
OVERRIDE          339 Source/core/html/canvas/CanvasRenderingContext2D.h     virtual bool isAccelerated() const OVERRIDE;
OVERRIDE          340 Source/core/html/canvas/CanvasRenderingContext2D.h     virtual bool hasAlpha() const OVERRIDE { return m_hasAlpha; }
OVERRIDE          342 Source/core/html/canvas/CanvasRenderingContext2D.h     virtual bool isTransformInvertible() const OVERRIDE { return state().m_invertibleCTM; }
OVERRIDE          344 Source/core/html/canvas/CanvasRenderingContext2D.h     virtual blink::WebLayer* platformLayer() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/DataView.h     virtual unsigned byteLength() const OVERRIDE { return m_byteLength; }
OVERRIDE           74 Source/core/html/canvas/DataView.h     virtual ViewType type() const OVERRIDE
OVERRIDE           80 Source/core/html/canvas/DataView.h     virtual void neuter() OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/EXTFragDepth.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/EXTTextureFilterAnisotropic.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESElementIndexUint.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESStandardDerivatives.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESTextureFloat.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESTextureFloatLinear.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESTextureHalfFloat.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/OESTextureHalfFloatLinear.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           45 Source/core/html/canvas/OESVertexArrayObject.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           50 Source/core/html/canvas/WebGLBuffer.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           53 Source/core/html/canvas/WebGLBuffer.h     virtual bool isBuffer() const OVERRIDE { return true; }
OVERRIDE           44 Source/core/html/canvas/WebGLCompressedTextureATC.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/WebGLCompressedTexturePVRTC.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           44 Source/core/html/canvas/WebGLCompressedTextureS3TC.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           57 Source/core/html/canvas/WebGLContextEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           59 Source/core/html/canvas/WebGLContextEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           47 Source/core/html/canvas/WebGLContextObject.h     virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase* context) const OVERRIDE FINAL
OVERRIDE           57 Source/core/html/canvas/WebGLContextObject.h     virtual bool hasGroupOrContext() const OVERRIDE FINAL
OVERRIDE           62 Source/core/html/canvas/WebGLContextObject.h     virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const OVERRIDE FINAL;
OVERRIDE           47 Source/core/html/canvas/WebGLDebugRendererInfo.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           44 Source/core/html/canvas/WebGLDebugShaders.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/WebGLDepthTexture.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           42 Source/core/html/canvas/WebGLDrawBuffers.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           48 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei width() const OVERRIDE;
OVERRIDE           49 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei height() const OVERRIDE;
OVERRIDE           50 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum format() const OVERRIDE;
OVERRIDE           51 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum type() const OVERRIDE;
OVERRIDE           52 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual WebGLSharedObject* object() const OVERRIDE;
OVERRIDE           53 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
OVERRIDE           54 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual bool valid() const OVERRIDE;
OVERRIDE           55 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void onDetached(blink::WebGraphicsContext3D*) OVERRIDE;
OVERRIDE           56 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void attach(blink::WebGraphicsContext3D*, GLenum attachment) OVERRIDE;
OVERRIDE           57 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void unattach(blink::WebGraphicsContext3D*, GLenum attachment) OVERRIDE;
OVERRIDE          148 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei width() const OVERRIDE;
OVERRIDE          149 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei height() const OVERRIDE;
OVERRIDE          150 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum format() const OVERRIDE;
OVERRIDE          151 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum type() const OVERRIDE;
OVERRIDE          152 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual WebGLSharedObject* object() const OVERRIDE;
OVERRIDE          153 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
OVERRIDE          154 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual bool valid() const OVERRIDE;
OVERRIDE          155 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void onDetached(blink::WebGraphicsContext3D*) OVERRIDE;
OVERRIDE          156 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void attach(blink::WebGraphicsContext3D*, GLenum attachment) OVERRIDE;
OVERRIDE          157 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual void unattach(blink::WebGraphicsContext3D*, GLenum attachment) OVERRIDE;
OVERRIDE          107 Source/core/html/canvas/WebGLFramebuffer.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           44 Source/core/html/canvas/WebGLLoseContext.h     virtual WebGLExtensionName name() const OVERRIDE;
OVERRIDE           45 Source/core/html/canvas/WebGLLoseContext.h     virtual void lose(bool) OVERRIDE;
OVERRIDE           66 Source/core/html/canvas/WebGLProgram.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           69 Source/core/html/canvas/WebGLProgram.h     virtual bool isProgram() const OVERRIDE { return true; }
OVERRIDE           66 Source/core/html/canvas/WebGLRenderbuffer.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           69 Source/core/html/canvas/WebGLRenderbuffer.h     virtual bool isRenderbuffer() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/html/canvas/WebGLRenderingContext.h     virtual unsigned version() const OVERRIDE { return 1; }
OVERRIDE           40 Source/core/html/canvas/WebGLRenderingContext.h     virtual String contextName() const OVERRIDE { return "WebGLRenderingContext"; }
OVERRIDE           41 Source/core/html/canvas/WebGLRenderingContext.h     virtual void registerContextExtensions() OVERRIDE;
OVERRIDE          101 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual bool is3d() const OVERRIDE { return true; }
OVERRIDE          102 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual bool isAccelerated() const OVERRIDE { return true; }
OVERRIDE          329 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual blink::WebLayer* platformLayer() const OVERRIDE;
OVERRIDE          335 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual void paintRenderingResultsToCanvas() OVERRIDE;
OVERRIDE          344 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE          345 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual void stop() OVERRIDE;
OVERRIDE          607 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual PassRefPtr<WebGLExtension> getExtension(WebGLRenderingContextBase* context) OVERRIDE
OVERRIDE          617 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual bool supported(WebGLRenderingContextBase* context) const OVERRIDE
OVERRIDE          622 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual const char* extensionName() const OVERRIDE
OVERRIDE          627 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual void loseExtension() OVERRIDE
OVERRIDE          899 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual void multisamplingChanged(bool) OVERRIDE;
OVERRIDE           50 Source/core/html/canvas/WebGLShader.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           52 Source/core/html/canvas/WebGLShader.h     virtual bool isShader() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/html/canvas/WebGLSharedObject.h     virtual bool validate(const WebGLContextGroup* contextGroup, const WebGLRenderingContextBase*) const OVERRIDE FINAL
OVERRIDE           60 Source/core/html/canvas/WebGLSharedObject.h     virtual bool hasGroupOrContext() const OVERRIDE FINAL
OVERRIDE           65 Source/core/html/canvas/WebGLSharedObject.h     virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const OVERRIDE FINAL;
OVERRIDE           81 Source/core/html/canvas/WebGLTexture.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE          111 Source/core/html/canvas/WebGLTexture.h     virtual bool isTexture() const OVERRIDE { return true; }
OVERRIDE           90 Source/core/html/canvas/WebGLVertexArrayObjectOES.h     virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
OVERRIDE           44 Source/core/html/forms/BaseButtonInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           45 Source/core/html/forms/BaseButtonInputType.h     virtual void valueAttributeChanged() OVERRIDE;
OVERRIDE           46 Source/core/html/forms/BaseButtonInputType.h     virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/BaseButtonInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/BaseButtonInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/BaseButtonInputType.h     virtual bool storesValueSeparateFromAttribute() OVERRIDE;
OVERRIDE           50 Source/core/html/forms/BaseButtonInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           45 Source/core/html/forms/BaseCheckableInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
OVERRIDE           46 Source/core/html/forms/BaseCheckableInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
OVERRIDE           47 Source/core/html/forms/BaseCheckableInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE FINAL;
OVERRIDE           48 Source/core/html/forms/BaseCheckableInputType.h     virtual void handleKeypressEvent(KeyboardEvent*) OVERRIDE FINAL;
OVERRIDE           49 Source/core/html/forms/BaseCheckableInputType.h     virtual bool canSetStringValue() const OVERRIDE FINAL;
OVERRIDE           50 Source/core/html/forms/BaseCheckableInputType.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE FINAL;
OVERRIDE           51 Source/core/html/forms/BaseCheckableInputType.h     virtual String fallbackValue() const OVERRIDE FINAL;
OVERRIDE           52 Source/core/html/forms/BaseCheckableInputType.h     virtual bool storesValueSeparateFromAttribute() OVERRIDE FINAL;
OVERRIDE           53 Source/core/html/forms/BaseCheckableInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE FINAL;
OVERRIDE           54 Source/core/html/forms/BaseCheckableInputType.h     virtual bool isCheckable() OVERRIDE FINAL;
OVERRIDE           46 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void closePopupView() OVERRIDE;
OVERRIDE           48 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           49 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           50 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           51 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void handleKeypressEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           52 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           53 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           54 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void updateView() OVERRIDE;
OVERRIDE           57 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void didChooseValue(const String&) OVERRIDE;
OVERRIDE           58 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void didChooseValue(double) OVERRIDE;
OVERRIDE           59 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void didEndChooser() OVERRIDE;
OVERRIDE           50 Source/core/html/forms/BaseClickableWithKeyInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           51 Source/core/html/forms/BaseClickableWithKeyInputType.h     virtual void handleKeypressEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           52 Source/core/html/forms/BaseClickableWithKeyInputType.h     virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           53 Source/core/html/forms/BaseClickableWithKeyInputType.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           45 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String visibleValue() const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual double valueAsDate() const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual void setValueAsDate(double, ExceptionState&) const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual double valueAsDouble() const OVERRIDE;
OVERRIDE           62 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool typeMismatch() const OVERRIDE;
OVERRIDE           65 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
OVERRIDE           66 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String rangeOverflowText(const Decimal& maximum) const OVERRIDE;
OVERRIDE           67 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE;
OVERRIDE           68 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual Decimal defaultValueForStepUp() const OVERRIDE;
OVERRIDE           69 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool isSteppable() const OVERRIDE;
OVERRIDE           71 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
OVERRIDE           72 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool supportsReadOnly() const OVERRIDE;
OVERRIDE           73 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool shouldRespectListAttribute() OVERRIDE;
OVERRIDE           74 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
OVERRIDE           67 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
OVERRIDE           68 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL { }
OVERRIDE           64 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void didBlurFromControl() OVERRIDE FINAL;
OVERRIDE           65 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void didFocusOnControl() OVERRIDE FINAL;
OVERRIDE           66 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void editControlValueChanged() OVERRIDE FINAL;
OVERRIDE           67 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool isEditControlOwnerDisabled() const OVERRIDE FINAL;
OVERRIDE           68 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool isEditControlOwnerReadOnly() const OVERRIDE FINAL;
OVERRIDE           69 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual AtomicString localeIdentifier() const OVERRIDE FINAL;
OVERRIDE           72 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void focusAndSelectSpinButtonOwner() OVERRIDE;
OVERRIDE           73 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool shouldSpinButtonRespondToMouseEvents() OVERRIDE;
OVERRIDE           74 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool shouldSpinButtonRespondToWheelEvents() OVERRIDE;
OVERRIDE           75 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void spinButtonStepDown() OVERRIDE;
OVERRIDE           76 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void spinButtonStepUp() OVERRIDE;
OVERRIDE           79 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool isPickerIndicatorOwnerDisabledOrReadOnly() const OVERRIDE FINAL;
OVERRIDE           80 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void pickerIndicatorChooseValue(const String&) OVERRIDE FINAL;
OVERRIDE           81 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void pickerIndicatorChooseValue(double) OVERRIDE FINAL;
OVERRIDE           82 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool setupDateTimeChooserParameters(DateTimeChooserParameters&) OVERRIDE FINAL;
OVERRIDE           85 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void focusAndSelectClearButtonOwner() OVERRIDE;
OVERRIDE           86 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool shouldClearButtonRespondToMouseEvents() OVERRIDE;
OVERRIDE           87 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void clearValue() OVERRIDE;
OVERRIDE           90 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual String badInputText() const OVERRIDE;
OVERRIDE           91 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void blur() OVERRIDE FINAL;
OVERRIDE           92 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>) OVERRIDE;
OVERRIDE           93 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void createShadowSubtree() OVERRIDE FINAL;
OVERRIDE           94 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void destroyShadowSubtree() OVERRIDE FINAL;
OVERRIDE           95 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void disabledAttributeChanged() OVERRIDE FINAL;
OVERRIDE           96 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void forwardEvent(Event*) OVERRIDE FINAL;
OVERRIDE           97 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
OVERRIDE           98 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE FINAL;
OVERRIDE           99 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool hasBadInput() const OVERRIDE;
OVERRIDE          100 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool hasCustomFocusLogic() const OVERRIDE FINAL;
OVERRIDE          101 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void minOrMaxAttributeChanged() OVERRIDE FINAL;
OVERRIDE          102 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void readonlyAttributeChanged() OVERRIDE FINAL;
OVERRIDE          103 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void requiredAttributeChanged() OVERRIDE FINAL;
OVERRIDE          104 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
OVERRIDE          105 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
OVERRIDE          106 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE FINAL;
OVERRIDE          107 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual bool shouldUseInputMethod() const OVERRIDE FINAL;
OVERRIDE          108 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void stepAttributeChanged() OVERRIDE FINAL;
OVERRIDE          109 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void updateView() OVERRIDE FINAL;
OVERRIDE          110 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void valueAttributeChanged() OVERRIDE;
OVERRIDE          111 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void listAttributeTargetChanged() OVERRIDE FINAL;
OVERRIDE          112 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void updateClearButtonVisibility() OVERRIDE FINAL;
OVERRIDE           45 Source/core/html/forms/BaseTextInputType.h     virtual bool isTextType() const OVERRIDE FINAL;
OVERRIDE           46 Source/core/html/forms/BaseTextInputType.h     virtual bool patternMismatch(const String&) const OVERRIDE FINAL;
OVERRIDE           47 Source/core/html/forms/BaseTextInputType.h     virtual bool supportsPlaceholder() const OVERRIDE FINAL;
OVERRIDE           48 Source/core/html/forms/BaseTextInputType.h     virtual bool supportsSelectionAPI() const OVERRIDE;
OVERRIDE           44 Source/core/html/forms/ButtonInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/ButtonInputType.h     virtual bool supportsValidation() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/ButtonInputType.h     virtual bool isTextButton() const OVERRIDE;
OVERRIDE           44 Source/core/html/forms/CheckboxInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/CheckboxInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/CheckboxInputType.h     virtual String valueMissingText() const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/CheckboxInputType.h     virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           48 Source/core/html/forms/CheckboxInputType.h     virtual PassOwnPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
OVERRIDE           49 Source/core/html/forms/CheckboxInputType.h     virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
OVERRIDE           50 Source/core/html/forms/CheckboxInputType.h     virtual bool isCheckbox() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/CheckboxInputType.h     virtual bool supportsIndeterminateAppearance() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/ColorInputType.h     virtual void didChooseColor(const Color&) OVERRIDE;
OVERRIDE           46 Source/core/html/forms/ColorInputType.h     virtual void didEndChooser() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/ColorInputType.h     virtual IntRect elementRectRelativeToRootView() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/ColorInputType.h     virtual Color currentColor() OVERRIDE;
OVERRIDE           49 Source/core/html/forms/ColorInputType.h     virtual bool shouldShowSuggestions() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/ColorInputType.h     virtual Vector<ColorSuggestion> suggestions() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/ColorInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           55 Source/core/html/forms/ColorInputType.h     virtual bool isColorControl() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/ColorInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/ColorInputType.h     virtual bool supportsRequired() const OVERRIDE;
OVERRIDE           58 Source/core/html/forms/ColorInputType.h     virtual String fallbackValue() const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/ColorInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/ColorInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           61 Source/core/html/forms/ColorInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           62 Source/core/html/forms/ColorInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           63 Source/core/html/forms/ColorInputType.h     virtual void closePopupView() OVERRIDE;
OVERRIDE           64 Source/core/html/forms/ColorInputType.h     virtual bool shouldRespectListAttribute() OVERRIDE;
OVERRIDE           65 Source/core/html/forms/ColorInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           66 Source/core/html/forms/ColorInputType.h     virtual void updateView() OVERRIDE;
OVERRIDE           53 Source/core/html/forms/DateInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           54 Source/core/html/forms/DateInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/DateInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/DateInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/DateInputType.h     virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
OVERRIDE           58 Source/core/html/forms/DateInputType.h     virtual bool isDateField() const OVERRIDE;
OVERRIDE           62 Source/core/html/forms/DateInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/DateInputType.h     virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/DateInputType.h     virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/DateTimeLocalInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           54 Source/core/html/forms/DateTimeLocalInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/DateTimeLocalInputType.h     virtual double valueAsDate() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/DateTimeLocalInputType.h     virtual void setValueAsDate(double, ExceptionState&) const OVERRIDE;
OVERRIDE           58 Source/core/html/forms/DateTimeLocalInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/DateTimeLocalInputType.h     virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/DateTimeLocalInputType.h     virtual bool isDateTimeLocalField() const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/DateTimeLocalInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE FINAL;
OVERRIDE           65 Source/core/html/forms/DateTimeLocalInputType.h     virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE FINAL;
OVERRIDE           44 Source/core/html/forms/EmailInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           45 Source/core/html/forms/EmailInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/EmailInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/EmailInputType.h     virtual bool typeMismatch() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/EmailInputType.h     virtual String typeMismatchText() const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/EmailInputType.h     virtual bool isEmailField() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/EmailInputType.h     virtual bool supportsSelectionAPI() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/EmailInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/EmailInputType.h     virtual String convertFromVisibleValue(const String&) const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/EmailInputType.h     virtual String visibleValue() const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/FileInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/FileInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/FileInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
OVERRIDE           55 Source/core/html/forms/FileInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/FileInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/FileInputType.h     virtual String valueMissingText() const OVERRIDE;
OVERRIDE           58 Source/core/html/forms/FileInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           59 Source/core/html/forms/FileInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/FileInputType.h     virtual bool canSetStringValue() const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/FileInputType.h     virtual FileList* files() OVERRIDE;
OVERRIDE           62 Source/core/html/forms/FileInputType.h     virtual void setFiles(PassRefPtrWillBeRawPtr<FileList>) OVERRIDE;
OVERRIDE           63 Source/core/html/forms/FileInputType.h     virtual bool canSetValue(const String&) OVERRIDE;
OVERRIDE           64 Source/core/html/forms/FileInputType.h     virtual bool getTypeSpecificValue(String&) OVERRIDE; // Checked first, before internal storage or the value attribute.
OVERRIDE           65 Source/core/html/forms/FileInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           66 Source/core/html/forms/FileInputType.h     virtual bool receiveDroppedFiles(const DragData*) OVERRIDE;
OVERRIDE           67 Source/core/html/forms/FileInputType.h     virtual String droppedFileSystemId() OVERRIDE;
OVERRIDE           68 Source/core/html/forms/FileInputType.h     virtual bool isFileUpload() const OVERRIDE;
OVERRIDE           69 Source/core/html/forms/FileInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           70 Source/core/html/forms/FileInputType.h     virtual void disabledAttributeChanged() OVERRIDE;
OVERRIDE           71 Source/core/html/forms/FileInputType.h     virtual void multipleAttributeChanged() OVERRIDE;
OVERRIDE           72 Source/core/html/forms/FileInputType.h     virtual String defaultToolTip() const OVERRIDE;
OVERRIDE           75 Source/core/html/forms/FileInputType.h     virtual void filesChosen(const Vector<FileChooserFileInfo>&) OVERRIDE;
OVERRIDE           44 Source/core/html/forms/HiddenInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/HiddenInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/HiddenInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
OVERRIDE           47 Source/core/html/forms/HiddenInputType.h     virtual bool supportsValidation() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/HiddenInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/HiddenInputType.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           50 Source/core/html/forms/HiddenInputType.h     virtual bool rendererIsNeeded() OVERRIDE;
OVERRIDE           51 Source/core/html/forms/HiddenInputType.h     virtual bool storesValueSeparateFromAttribute() OVERRIDE;
OVERRIDE           52 Source/core/html/forms/HiddenInputType.h     virtual bool isHiddenType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/HiddenInputType.h     virtual bool isInteractiveContent() const OVERRIDE { return false; }
OVERRIDE           54 Source/core/html/forms/HiddenInputType.h     virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE;
OVERRIDE           55 Source/core/html/forms/HiddenInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           56 Source/core/html/forms/HiddenInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/ImageInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/ImageInputType.h     virtual bool isFormDataAppendable() const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/ImageInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/ImageInputType.h     virtual String resultForDialogSubmit() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/ImageInputType.h     virtual bool supportsValidation() const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/ImageInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/ImageInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           54 Source/core/html/forms/ImageInputType.h     virtual void altAttributeChanged() OVERRIDE;
OVERRIDE           55 Source/core/html/forms/ImageInputType.h     virtual void srcAttributeChanged() OVERRIDE;
OVERRIDE           56 Source/core/html/forms/ImageInputType.h     virtual void startResourceLoading() OVERRIDE;
OVERRIDE           57 Source/core/html/forms/ImageInputType.h     virtual bool shouldRespectAlignAttribute() OVERRIDE;
OVERRIDE           58 Source/core/html/forms/ImageInputType.h     virtual bool canBeSuccessfulSubmitButton() OVERRIDE;
OVERRIDE           59 Source/core/html/forms/ImageInputType.h     virtual bool isImageButton() const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/ImageInputType.h     virtual bool isEnumeratable() OVERRIDE;
OVERRIDE           61 Source/core/html/forms/ImageInputType.h     virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE;
OVERRIDE           62 Source/core/html/forms/ImageInputType.h     virtual unsigned height() const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/ImageInputType.h     virtual unsigned width() const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/ImageInputType.h     virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           65 Source/core/html/forms/ImageInputType.h     virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
OVERRIDE          222 Source/core/html/forms/InputType.h     virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
OVERRIDE          223 Source/core/html/forms/InputType.h     virtual bool hasCustomFocusLogic() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/MonthInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           52 Source/core/html/forms/MonthInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/MonthInputType.h     virtual double valueAsDate() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/MonthInputType.h     virtual String serializeWithMilliseconds(double) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/MonthInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/MonthInputType.h     virtual Decimal defaultValueForStepUp() const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/MonthInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           58 Source/core/html/forms/MonthInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/MonthInputType.h     virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/MonthInputType.h     virtual bool isMonthField() const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/MonthInputType.h     virtual bool canSetSuggestedValue() OVERRIDE;
OVERRIDE           65 Source/core/html/forms/MonthInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
OVERRIDE           66 Source/core/html/forms/MonthInputType.h     virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE;
OVERRIDE           67 Source/core/html/forms/MonthInputType.h     virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/NumberInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/NumberInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/NumberInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           49 Source/core/html/forms/NumberInputType.h     virtual double valueAsDouble() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/NumberInputType.h     virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/NumberInputType.h     virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/NumberInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/NumberInputType.h     virtual bool typeMismatch() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/NumberInputType.h     virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/NumberInputType.h     virtual bool isSteppable() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/NumberInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/NumberInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           58 Source/core/html/forms/NumberInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/NumberInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/NumberInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/NumberInputType.h     virtual String visibleValue() const OVERRIDE;
OVERRIDE           62 Source/core/html/forms/NumberInputType.h     virtual String convertFromVisibleValue(const String&) const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/NumberInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/NumberInputType.h     virtual bool hasBadInput() const OVERRIDE;
OVERRIDE           65 Source/core/html/forms/NumberInputType.h     virtual String badInputText() const OVERRIDE;
OVERRIDE           66 Source/core/html/forms/NumberInputType.h     virtual String rangeOverflowText(const Decimal& maxmum) const OVERRIDE;
OVERRIDE           67 Source/core/html/forms/NumberInputType.h     virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE;
OVERRIDE           68 Source/core/html/forms/NumberInputType.h     virtual bool shouldRespectSpeechAttribute() OVERRIDE;
OVERRIDE           69 Source/core/html/forms/NumberInputType.h     virtual bool supportsPlaceholder() const OVERRIDE;
OVERRIDE           70 Source/core/html/forms/NumberInputType.h     virtual bool isNumberField() const OVERRIDE;
OVERRIDE           71 Source/core/html/forms/NumberInputType.h     virtual void minOrMaxAttributeChanged() OVERRIDE;
OVERRIDE           72 Source/core/html/forms/NumberInputType.h     virtual void stepAttributeChanged() OVERRIDE;
OVERRIDE           73 Source/core/html/forms/NumberInputType.h     virtual bool supportsSelectionAPI() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/PasswordInputType.h     virtual bool needsContainer() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/PasswordInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/PasswordInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           48 Source/core/html/forms/PasswordInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/PasswordInputType.h     virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/PasswordInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/PasswordInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
OVERRIDE           52 Source/core/html/forms/PasswordInputType.h     virtual bool shouldUseInputMethod() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/PasswordInputType.h     virtual bool shouldRespectListAttribute() OVERRIDE;
OVERRIDE           54 Source/core/html/forms/PasswordInputType.h     virtual bool shouldRespectSpeechAttribute() OVERRIDE;
OVERRIDE           55 Source/core/html/forms/PasswordInputType.h     virtual bool isPasswordField() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/PasswordInputType.h     virtual void enableSecureTextInput() OVERRIDE;
OVERRIDE           57 Source/core/html/forms/PasswordInputType.h     virtual void disableSecureTextInput() OVERRIDE;
OVERRIDE           44 Source/core/html/forms/RadioInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/RadioInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/RadioInputType.h     virtual String valueMissingText() const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/RadioInputType.h     virtual void handleClickEvent(MouseEvent*) OVERRIDE;
OVERRIDE           48 Source/core/html/forms/RadioInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           49 Source/core/html/forms/RadioInputType.h     virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           50 Source/core/html/forms/RadioInputType.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/RadioInputType.h     virtual bool shouldSendChangeEventAfterCheckedChanged() OVERRIDE;
OVERRIDE           52 Source/core/html/forms/RadioInputType.h     virtual PassOwnPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
OVERRIDE           53 Source/core/html/forms/RadioInputType.h     virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
OVERRIDE           54 Source/core/html/forms/RadioInputType.h     virtual bool isRadioButton() const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/RadioInputType.h     virtual bool supportsIndeterminateAppearance() const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/RangeInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           48 Source/core/html/forms/RangeInputType.h     virtual bool isRangeControl() const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/RangeInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/RangeInputType.h     virtual double valueAsDouble() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/RangeInputType.h     virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/RangeInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/RangeInputType.h     virtual bool supportsRequired() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/RangeInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/RangeInputType.h     virtual bool isSteppable() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/RangeInputType.h     virtual void handleMouseDownEvent(MouseEvent*) OVERRIDE;
OVERRIDE           57 Source/core/html/forms/RangeInputType.h     virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
OVERRIDE           58 Source/core/html/forms/RangeInputType.h     virtual bool hasTouchEventHandler() const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/RangeInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           60 Source/core/html/forms/RangeInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/RangeInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           62 Source/core/html/forms/RangeInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/RangeInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/RangeInputType.h     virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
OVERRIDE           65 Source/core/html/forms/RangeInputType.h     virtual void sanitizeValueInResponseToMinOrMaxAttributeChange() OVERRIDE;
OVERRIDE           66 Source/core/html/forms/RangeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           67 Source/core/html/forms/RangeInputType.h     virtual String fallbackValue() const OVERRIDE;
OVERRIDE           68 Source/core/html/forms/RangeInputType.h     virtual String sanitizeValue(const String& proposedValue) const OVERRIDE;
OVERRIDE           69 Source/core/html/forms/RangeInputType.h     virtual bool shouldRespectListAttribute() OVERRIDE;
OVERRIDE           72 Source/core/html/forms/RangeInputType.h     virtual void disabledAttributeChanged() OVERRIDE;
OVERRIDE           73 Source/core/html/forms/RangeInputType.h     virtual void listAttributeTargetChanged() OVERRIDE;
OVERRIDE           75 Source/core/html/forms/RangeInputType.h     virtual Decimal findClosestTickMarkValue(const Decimal&) OVERRIDE;
OVERRIDE           44 Source/core/html/forms/ResetInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/ResetInputType.h     virtual bool supportsValidation() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/ResetInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           47 Source/core/html/forms/ResetInputType.h     virtual String defaultValue() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/ResetInputType.h     virtual bool isTextButton() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/SearchInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           51 Source/core/html/forms/SearchInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           52 Source/core/html/forms/SearchInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/SearchInputType.h     virtual bool shouldRespectSpeechAttribute() OVERRIDE;
OVERRIDE           54 Source/core/html/forms/SearchInputType.h     virtual bool isSearchField() const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/SearchInputType.h     virtual bool needsContainer() const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/SearchInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           57 Source/core/html/forms/SearchInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           58 Source/core/html/forms/SearchInputType.h     virtual void didSetValueByUserEdit(ValueChangeState) OVERRIDE;
OVERRIDE           59 Source/core/html/forms/SearchInputType.h     virtual bool supportsInputModeAttribute() const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/SearchInputType.h     virtual void updateView() OVERRIDE;
OVERRIDE           44 Source/core/html/forms/SubmitInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           45 Source/core/html/forms/SubmitInputType.h     virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/SubmitInputType.h     virtual bool supportsRequired() const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/SubmitInputType.h     virtual void handleDOMActivateEvent(Event*) OVERRIDE;
OVERRIDE           48 Source/core/html/forms/SubmitInputType.h     virtual bool canBeSuccessfulSubmitButton() OVERRIDE;
OVERRIDE           49 Source/core/html/forms/SubmitInputType.h     virtual String defaultValue() const OVERRIDE;
OVERRIDE           50 Source/core/html/forms/SubmitInputType.h     virtual bool isTextButton() const OVERRIDE;
OVERRIDE           44 Source/core/html/forms/TelephoneInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           45 Source/core/html/forms/TelephoneInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/TelephoneInputType.h     virtual bool shouldRespectSpeechAttribute() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/TelephoneInputType.h     virtual bool isTelephoneField() const OVERRIDE;
OVERRIDE           67 Source/core/html/forms/TextFieldInputType.cpp     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE
OVERRIDE           72 Source/core/html/forms/TextFieldInputType.cpp     virtual void* preDispatchEventHandler(Event* event) OVERRIDE
OVERRIDE           83 Source/core/html/forms/TextFieldInputType.cpp     virtual void defaultEventHandler(Event* event) OVERRIDE
OVERRIDE           95 Source/core/html/forms/TextFieldInputType.cpp     virtual bool willRespondToMouseClickEvents() OVERRIDE
OVERRIDE           47 Source/core/html/forms/TextFieldInputType.h     virtual bool canSetSuggestedValue() OVERRIDE;
OVERRIDE           48 Source/core/html/forms/TextFieldInputType.h     virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
OVERRIDE           54 Source/core/html/forms/TextFieldInputType.h     virtual void createShadowSubtree() OVERRIDE;
OVERRIDE           55 Source/core/html/forms/TextFieldInputType.h     virtual void destroyShadowSubtree() OVERRIDE;
OVERRIDE           56 Source/core/html/forms/TextFieldInputType.h     virtual void attributeChanged() OVERRIDE;
OVERRIDE           57 Source/core/html/forms/TextFieldInputType.h     virtual void disabledAttributeChanged() OVERRIDE;
OVERRIDE           58 Source/core/html/forms/TextFieldInputType.h     virtual void readonlyAttributeChanged() OVERRIDE;
OVERRIDE           59 Source/core/html/forms/TextFieldInputType.h     virtual bool supportsReadOnly() const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/TextFieldInputType.h     virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE FINAL;
OVERRIDE           61 Source/core/html/forms/TextFieldInputType.h     virtual void handleBlurEvent() OVERRIDE FINAL;
OVERRIDE           62 Source/core/html/forms/TextFieldInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
OVERRIDE           63 Source/core/html/forms/TextFieldInputType.h     virtual void updateView() OVERRIDE;
OVERRIDE           75 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE FINAL;
OVERRIDE           76 Source/core/html/forms/TextFieldInputType.h     virtual bool isTextField() const OVERRIDE FINAL;
OVERRIDE           77 Source/core/html/forms/TextFieldInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
OVERRIDE           78 Source/core/html/forms/TextFieldInputType.h     virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE;
OVERRIDE           79 Source/core/html/forms/TextFieldInputType.h     virtual void forwardEvent(Event*) OVERRIDE FINAL;
OVERRIDE           80 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL;
OVERRIDE           81 Source/core/html/forms/TextFieldInputType.h     virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
OVERRIDE           82 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldUseInputMethod() const OVERRIDE;
OVERRIDE           83 Source/core/html/forms/TextFieldInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
OVERRIDE           84 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldRespectListAttribute() OVERRIDE;
OVERRIDE           85 Source/core/html/forms/TextFieldInputType.h     virtual void listAttributeTargetChanged() OVERRIDE;
OVERRIDE           86 Source/core/html/forms/TextFieldInputType.h     virtual void updatePlaceholderText() OVERRIDE FINAL;
OVERRIDE           87 Source/core/html/forms/TextFieldInputType.h     virtual bool appendFormData(FormDataList&, bool multipart) const OVERRIDE;
OVERRIDE           88 Source/core/html/forms/TextFieldInputType.h     virtual void subtreeHasChanged() OVERRIDE FINAL;
OVERRIDE           91 Source/core/html/forms/TextFieldInputType.h     virtual void focusAndSelectSpinButtonOwner() OVERRIDE FINAL;
OVERRIDE           92 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldSpinButtonRespondToMouseEvents() OVERRIDE FINAL;
OVERRIDE           93 Source/core/html/forms/TextFieldInputType.h     virtual bool shouldSpinButtonRespondToWheelEvents() OVERRIDE FINAL;
OVERRIDE           94 Source/core/html/forms/TextFieldInputType.h     virtual void spinButtonStepDown() OVERRIDE FINAL;
OVERRIDE           95 Source/core/html/forms/TextFieldInputType.h     virtual void spinButtonStepUp() OVERRIDE FINAL;
OVERRIDE           44 Source/core/html/forms/TextInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           45 Source/core/html/forms/TextInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/TextInputType.h     virtual bool shouldRespectSpeechAttribute() OVERRIDE;
OVERRIDE           47 Source/core/html/forms/TextInputType.h     virtual bool supportsInputModeAttribute() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/TimeInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           52 Source/core/html/forms/TimeInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/TimeInputType.h     virtual Decimal defaultValueForStepUp() const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/TimeInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/TimeInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/TimeInputType.h     virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
OVERRIDE           57 Source/core/html/forms/TimeInputType.h     virtual bool isTimeField() const OVERRIDE;
OVERRIDE           59 Source/core/html/forms/TimeInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
OVERRIDE           62 Source/core/html/forms/TimeInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
OVERRIDE           63 Source/core/html/forms/TimeInputType.h     virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE;
OVERRIDE           64 Source/core/html/forms/TimeInputType.h     virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE;
OVERRIDE           44 Source/core/html/forms/URLInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           45 Source/core/html/forms/URLInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           46 Source/core/html/forms/URLInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
OVERRIDE           47 Source/core/html/forms/URLInputType.h     virtual bool typeMismatch() const OVERRIDE;
OVERRIDE           48 Source/core/html/forms/URLInputType.h     virtual String typeMismatchText() const OVERRIDE;
OVERRIDE           49 Source/core/html/forms/URLInputType.h     virtual bool isURLField() const OVERRIDE;
OVERRIDE           51 Source/core/html/forms/WeekInputType.h     virtual void countUsage() OVERRIDE;
OVERRIDE           52 Source/core/html/forms/WeekInputType.h     virtual const AtomicString& formControlType() const OVERRIDE;
OVERRIDE           53 Source/core/html/forms/WeekInputType.h     virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
OVERRIDE           54 Source/core/html/forms/WeekInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
OVERRIDE           55 Source/core/html/forms/WeekInputType.h     virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
OVERRIDE           56 Source/core/html/forms/WeekInputType.h     virtual bool isWeekField() const OVERRIDE;
OVERRIDE           60 Source/core/html/forms/WeekInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
OVERRIDE           61 Source/core/html/forms/WeekInputType.h     virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE;
OVERRIDE           62 Source/core/html/forms/WeekInputType.h     virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE;
OVERRIDE           68 Source/core/html/ime/InputMethodContext.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           69 Source/core/html/ime/InputMethodContext.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           85 Source/core/html/ime/InputMethodContext.h     virtual void refEventTarget() OVERRIDE { ref(); }
OVERRIDE           86 Source/core/html/ime/InputMethodContext.h     virtual void derefEventTarget() OVERRIDE { deref(); }
OVERRIDE           70 Source/core/html/imports/HTMLImportChild.h     virtual bool isChild() const OVERRIDE { return true; }
OVERRIDE           71 Source/core/html/imports/HTMLImportChild.h     virtual HTMLImportRoot* root() OVERRIDE;
OVERRIDE           72 Source/core/html/imports/HTMLImportChild.h     virtual Document* document() const OVERRIDE;
OVERRIDE           73 Source/core/html/imports/HTMLImportChild.h     virtual void wasDetachedFromDocument() OVERRIDE;
OVERRIDE           74 Source/core/html/imports/HTMLImportChild.h     virtual void didFinishParsing() OVERRIDE;
OVERRIDE           75 Source/core/html/imports/HTMLImportChild.h     virtual void didRemoveAllPendingStylesheet() OVERRIDE;
OVERRIDE           76 Source/core/html/imports/HTMLImportChild.h     virtual bool isDone() const OVERRIDE;
OVERRIDE           77 Source/core/html/imports/HTMLImportChild.h     virtual bool hasLoader() const OVERRIDE;
OVERRIDE           78 Source/core/html/imports/HTMLImportChild.h     virtual bool ownsLoader() const OVERRIDE;
OVERRIDE           79 Source/core/html/imports/HTMLImportChild.h     virtual CustomElementMicrotaskImportStep* customElementMicrotaskStep() const OVERRIDE FINAL { return m_customElementMicrotaskStep; }
OVERRIDE           80 Source/core/html/imports/HTMLImportChild.h     virtual void stateDidChange() OVERRIDE;
OVERRIDE           83 Source/core/html/imports/HTMLImportChild.h     virtual void showThis() OVERRIDE;
OVERRIDE           95 Source/core/html/imports/HTMLImportChild.h     virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE { }
OVERRIDE           96 Source/core/html/imports/HTMLImportChild.h     virtual void dataReceived(Resource*, const char*, int) OVERRIDE { }
OVERRIDE           97 Source/core/html/imports/HTMLImportChild.h     virtual void notifyFinished(Resource*) OVERRIDE { }
OVERRIDE           84 Source/core/html/imports/HTMLImportLoader.h     virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
OVERRIDE           85 Source/core/html/imports/HTMLImportLoader.h     virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE;
OVERRIDE           86 Source/core/html/imports/HTMLImportLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           60 Source/core/html/imports/HTMLImportsController.h     virtual HTMLImportRoot* root() OVERRIDE;
OVERRIDE           61 Source/core/html/imports/HTMLImportsController.h     virtual Document* document() const OVERRIDE;
OVERRIDE           62 Source/core/html/imports/HTMLImportsController.h     virtual void wasDetachedFromDocument() OVERRIDE;
OVERRIDE           63 Source/core/html/imports/HTMLImportsController.h     virtual bool isDone() const OVERRIDE;
OVERRIDE           64 Source/core/html/imports/HTMLImportsController.h     virtual bool hasLoader() const OVERRIDE;
OVERRIDE           65 Source/core/html/imports/HTMLImportsController.h     virtual void stateDidChange() OVERRIDE;
OVERRIDE           68 Source/core/html/imports/HTMLImportsController.h     virtual void scheduleRecalcState() OVERRIDE;
OVERRIDE           69 Source/core/html/imports/HTMLImportsController.h     virtual HTMLImportsController* toController() OVERRIDE { return this; }
OVERRIDE           70 Source/core/html/imports/HTMLImportsController.h     virtual HTMLImportChild* findLinkFor(const KURL&, HTMLImport* excluding = 0) const OVERRIDE;
OVERRIDE           58 Source/core/html/imports/LinkImport.h     virtual void process() OVERRIDE;
OVERRIDE           59 Source/core/html/imports/LinkImport.h     virtual Type type() const OVERRIDE { return Import; }
OVERRIDE           60 Source/core/html/imports/LinkImport.h     virtual bool hasLoaded() const OVERRIDE;
OVERRIDE           63 Source/core/html/imports/LinkImport.h     virtual void didFinish() OVERRIDE;
OVERRIDE           64 Source/core/html/imports/LinkImport.h     virtual void importChildWasDestroyed(HTMLImportChild*) OVERRIDE;
OVERRIDE           65 Source/core/html/imports/LinkImport.h     virtual bool isSync() const OVERRIDE;
OVERRIDE           66 Source/core/html/imports/LinkImport.h     virtual HTMLLinkElement* link() OVERRIDE;
OVERRIDE           85 Source/core/html/parser/HTMLDocumentParser.cpp     virtual void acceptData(const char* data, int dataLength) OVERRIDE FINAL
OVERRIDE           92 Source/core/html/parser/HTMLDocumentParser.cpp     virtual blink::WebThread* backgroundThread() OVERRIDE FINAL
OVERRIDE           84 Source/core/html/parser/HTMLDocumentParser.h     virtual TextPosition textPosition() const OVERRIDE FINAL;
OVERRIDE           85 Source/core/html/parser/HTMLDocumentParser.h     virtual OrdinalNumber lineNumber() const OVERRIDE FINAL;
OVERRIDE           87 Source/core/html/parser/HTMLDocumentParser.h     virtual void suspendScheduledTasks() OVERRIDE FINAL;
OVERRIDE           88 Source/core/html/parser/HTMLDocumentParser.h     virtual void resumeScheduledTasks() OVERRIDE FINAL;
OVERRIDE          102 Source/core/html/parser/HTMLDocumentParser.h     virtual void appendBytes(const char* bytes, size_t length) OVERRIDE;
OVERRIDE          103 Source/core/html/parser/HTMLDocumentParser.h     virtual void flush() OVERRIDE FINAL;
OVERRIDE          104 Source/core/html/parser/HTMLDocumentParser.h     virtual void setDecoder(PassOwnPtr<TextResourceDecoder>) OVERRIDE FINAL;
OVERRIDE          109 Source/core/html/parser/HTMLDocumentParser.h     virtual void insert(const SegmentedString&) OVERRIDE FINAL;
OVERRIDE          110 Source/core/html/parser/HTMLDocumentParser.h     virtual void append(PassRefPtr<StringImpl>) OVERRIDE;
OVERRIDE          111 Source/core/html/parser/HTMLDocumentParser.h     virtual void finish() OVERRIDE FINAL;
OVERRIDE          127 Source/core/html/parser/HTMLDocumentParser.h     virtual void pinToMainThread() OVERRIDE FINAL;
OVERRIDE          128 Source/core/html/parser/HTMLDocumentParser.h     virtual void detach() OVERRIDE FINAL;
OVERRIDE          129 Source/core/html/parser/HTMLDocumentParser.h     virtual bool hasInsertionPoint() OVERRIDE FINAL;
OVERRIDE          130 Source/core/html/parser/HTMLDocumentParser.h     virtual bool processingData() const OVERRIDE FINAL;
OVERRIDE          131 Source/core/html/parser/HTMLDocumentParser.h     virtual void prepareToStopParsing() OVERRIDE FINAL;
OVERRIDE          132 Source/core/html/parser/HTMLDocumentParser.h     virtual void stopParsing() OVERRIDE FINAL;
OVERRIDE          133 Source/core/html/parser/HTMLDocumentParser.h     virtual bool isWaitingForScripts() const OVERRIDE FINAL;
OVERRIDE          134 Source/core/html/parser/HTMLDocumentParser.h     virtual bool isExecutingScript() const OVERRIDE FINAL;
OVERRIDE          135 Source/core/html/parser/HTMLDocumentParser.h     virtual void executeScriptsWaitingForResources() OVERRIDE FINAL;
OVERRIDE          138 Source/core/html/parser/HTMLDocumentParser.h     virtual void watchForLoad(Resource*) OVERRIDE FINAL;
OVERRIDE          139 Source/core/html/parser/HTMLDocumentParser.h     virtual void stopWatchingForLoad(Resource*) OVERRIDE FINAL;
OVERRIDE          140 Source/core/html/parser/HTMLDocumentParser.h     virtual HTMLInputStream& inputStream() OVERRIDE FINAL { return m_input; }
OVERRIDE          141 Source/core/html/parser/HTMLDocumentParser.h     virtual bool hasPreloadScanner() const OVERRIDE FINAL { return m_preloadScanner.get() && !shouldUseThreading(); }
OVERRIDE          142 Source/core/html/parser/HTMLDocumentParser.h     virtual void appendCurrentInputStreamToPreloadScannerAndScan() OVERRIDE FINAL;
OVERRIDE          145 Source/core/html/parser/HTMLDocumentParser.h     virtual void notifyFinished(Resource*) OVERRIDE FINAL;
OVERRIDE           49 Source/core/html/parser/HTMLViewSourceParser.h     virtual void insert(const SegmentedString&) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           50 Source/core/html/parser/HTMLViewSourceParser.h     virtual void append(PassRefPtr<StringImpl>) OVERRIDE;
OVERRIDE           51 Source/core/html/parser/HTMLViewSourceParser.h     virtual void finish() OVERRIDE;
OVERRIDE           44 Source/core/html/parser/TextDocumentParser.h     virtual void appendBytes(const char*, size_t) OVERRIDE;
OVERRIDE           50 Source/core/html/shadow/ClearButtonElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           51 Source/core/html/shadow/ClearButtonElement.h     virtual bool isMouseFocusable() const OVERRIDE { return false; }
OVERRIDE           52 Source/core/html/shadow/ClearButtonElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           53 Source/core/html/shadow/ClearButtonElement.h     virtual bool isClearButtonElement() const OVERRIDE;
OVERRIDE           71 Source/core/html/shadow/DateTimeEditElement.cpp     virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
OVERRIDE           72 Source/core/html/shadow/DateTimeEditElement.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL;
OVERRIDE           88 Source/core/html/shadow/DateTimeEditElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          135 Source/core/html/shadow/DateTimeEditElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE          136 Source/core/html/shadow/DateTimeEditElement.h     virtual bool isDateTimeEditElement() const OVERRIDE;
OVERRIDE          139 Source/core/html/shadow/DateTimeEditElement.h     virtual void didBlurFromField() OVERRIDE;
OVERRIDE          140 Source/core/html/shadow/DateTimeEditElement.h     virtual void didFocusOnField() OVERRIDE;
OVERRIDE          141 Source/core/html/shadow/DateTimeEditElement.h     virtual void fieldValueChanged() OVERRIDE;
OVERRIDE          142 Source/core/html/shadow/DateTimeEditElement.h     virtual bool focusOnNextField(const DateTimeFieldElement&) OVERRIDE;
OVERRIDE          143 Source/core/html/shadow/DateTimeEditElement.h     virtual bool focusOnPreviousField(const DateTimeFieldElement&) OVERRIDE;
OVERRIDE          144 Source/core/html/shadow/DateTimeEditElement.h     virtual bool isFieldOwnerDisabled() const OVERRIDE;
OVERRIDE          145 Source/core/html/shadow/DateTimeEditElement.h     virtual bool isFieldOwnerReadOnly() const OVERRIDE;
OVERRIDE          146 Source/core/html/shadow/DateTimeEditElement.h     virtual AtomicString localeIdentifier() const OVERRIDE;
OVERRIDE           64 Source/core/html/shadow/DateTimeFieldElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           92 Source/core/html/shadow/DateTimeFieldElement.h     virtual void setFocus(bool) OVERRIDE;
OVERRIDE           96 Source/core/html/shadow/DateTimeFieldElement.h     virtual bool isDateTimeFieldElement() const OVERRIDE FINAL;
OVERRIDE           99 Source/core/html/shadow/DateTimeFieldElement.h     virtual bool supportsFocus() const OVERRIDE FINAL;
OVERRIDE           45 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE           46 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE           47 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE           60 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE           61 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE           62 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE           74 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE           75 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE           88 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE           89 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
OVERRIDE          102 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          103 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
OVERRIDE          116 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          117 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
OVERRIDE          130 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          131 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
OVERRIDE          144 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          145 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          146 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          159 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          160 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          161 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          174 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          175 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          176 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          189 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          190 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          191 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          204 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          205 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          206 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          219 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          220 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          221 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          250 Source/core/html/shadow/DateTimeFieldElements.h     virtual void populateDateTimeFieldsState(DateTimeFieldsState&) OVERRIDE;
OVERRIDE          251 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDate(const DateComponents&) OVERRIDE;
OVERRIDE          252 Source/core/html/shadow/DateTimeFieldElements.h     virtual void setValueAsDateTimeFieldsState(const DateTimeFieldsState&) OVERRIDE;
OVERRIDE          255 Source/core/html/shadow/DateTimeFieldElements.h     virtual int defaultValueForStepDown() const OVERRIDE;
OVERRIDE          256 Source/core/html/shadow/DateTimeFieldElements.h     virtual int defaultValueForStepUp() const OVERRIDE;
OVERRIDE           73 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual bool hasValue() const OVERRIDE FINAL;
OVERRIDE           76 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
OVERRIDE           77 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
OVERRIDE           78 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual int valueAsInteger() const OVERRIDE FINAL;
OVERRIDE           79 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual String visibleValue() const OVERRIDE FINAL;
OVERRIDE           83 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE FINAL;
OVERRIDE           84 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual float maximumWidth(const Font&) OVERRIDE;
OVERRIDE           85 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void stepDown() OVERRIDE FINAL;
OVERRIDE           86 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void stepUp() OVERRIDE FINAL;
OVERRIDE           87 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual String value() const OVERRIDE FINAL;
OVERRIDE           90 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual void setFocus(bool) OVERRIDE FINAL;
OVERRIDE           43 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual bool hasValue() const OVERRIDE FINAL;
OVERRIDE           45 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
OVERRIDE           46 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
OVERRIDE           47 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual int valueAsInteger() const OVERRIDE FINAL;
OVERRIDE           56 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE FINAL;
OVERRIDE           57 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual float maximumWidth(const Font&) OVERRIDE;
OVERRIDE           58 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual void stepDown() OVERRIDE FINAL;
OVERRIDE           59 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual void stepUp() OVERRIDE FINAL;
OVERRIDE           60 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String value() const OVERRIDE FINAL;
OVERRIDE           61 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual int valueForARIAValueNow() const OVERRIDE FINAL;
OVERRIDE           62 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String visibleValue() const OVERRIDE FINAL;
OVERRIDE           65 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual int indexOfSelectedOption() const OVERRIDE;
OVERRIDE           66 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual int optionCount() const OVERRIDE;
OVERRIDE           67 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String optionAtIndex(int index) const OVERRIDE;
OVERRIDE           47 Source/core/html/shadow/DetailsMarkerControl.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           48 Source/core/html/shadow/DetailsMarkerControl.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          100 Source/core/html/shadow/MediaControlElementTypes.h     virtual bool isMediaControlElement() const OVERRIDE FINAL { return true; }
OVERRIDE          108 Source/core/html/shadow/MediaControlElementTypes.h     virtual bool isMediaControlElement() const OVERRIDE FINAL { return true; }
OVERRIDE          113 Source/core/html/shadow/MediaControlElementTypes.h     virtual bool isMouseFocusable() const OVERRIDE;
OVERRIDE           51 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           52 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           72 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           83 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           92 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
OVERRIDE           93 Source/core/html/shadow/MediaControlElements.h     virtual void updateDisplayType() OVERRIDE;
OVERRIDE           98 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           99 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          108 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
OVERRIDE          109 Source/core/html/shadow/MediaControlElements.h     virtual void updateDisplayType() OVERRIDE;
OVERRIDE          114 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          115 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          124 Source/core/html/shadow/MediaControlElements.h     virtual void updateDisplayType() OVERRIDE;
OVERRIDE          129 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          138 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
OVERRIDE          140 Source/core/html/shadow/MediaControlElements.h     virtual void updateDisplayType() OVERRIDE;
OVERRIDE          145 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          146 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          155 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE          165 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          166 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          175 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
OVERRIDE          182 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          183 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          192 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseMoveEvents() OVERRIDE;
OVERRIDE          193 Source/core/html/shadow/MediaControlElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE          199 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          200 Source/core/html/shadow/MediaControlElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          211 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          222 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          237 Source/core/html/shadow/MediaControlElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE          239 Source/core/html/shadow/MediaControlElements.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           89 Source/core/html/shadow/MediaControls.h     virtual bool isMediaControls() const OVERRIDE { return true; }
OVERRIDE           90 Source/core/html/shadow/MediaControls.h     virtual bool willRespondToMouseMoveEvents() OVERRIDE { return true; }
OVERRIDE           91 Source/core/html/shadow/MediaControls.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           95 Source/core/html/shadow/MediaControls.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           48 Source/core/html/shadow/MeterShadowElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           57 Source/core/html/shadow/MeterShadowElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           58 Source/core/html/shadow/MeterShadowElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           49 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual bool willRespondToMouseMoveEvents() OVERRIDE;
OVERRIDE           50 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           54 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual bool isPasswordGeneratorButtonElement() const OVERRIDE { return true; }
OVERRIDE           55 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           56 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           57 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           58 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual bool isMouseFocusable() const OVERRIDE { return false; }
OVERRIDE           59 Source/core/html/shadow/PasswordGeneratorButtonElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           62 Source/core/html/shadow/PickerIndicatorElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           66 Source/core/html/shadow/PickerIndicatorElement.h     virtual void didChooseValue(const String&) OVERRIDE;
OVERRIDE           67 Source/core/html/shadow/PickerIndicatorElement.h     virtual void didChooseValue(double) OVERRIDE;
OVERRIDE           68 Source/core/html/shadow/PickerIndicatorElement.h     virtual void didEndChooser() OVERRIDE;
OVERRIDE           72 Source/core/html/shadow/PickerIndicatorElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           73 Source/core/html/shadow/PickerIndicatorElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           74 Source/core/html/shadow/PickerIndicatorElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           75 Source/core/html/shadow/PickerIndicatorElement.h     virtual bool isPickerIndicatorElement() const OVERRIDE;
OVERRIDE           48 Source/core/html/shadow/ProgressShadowElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           58 Source/core/html/shadow/ProgressShadowElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           59 Source/core/html/shadow/ProgressShadowElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          107 Source/core/html/shadow/SliderThumbElement.cpp     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE          110 Source/core/html/shadow/SliderThumbElement.cpp     virtual void layout() OVERRIDE;
OVERRIDE           54 Source/core/html/shadow/SliderThumbElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           55 Source/core/html/shadow/SliderThumbElement.h     virtual bool willRespondToMouseMoveEvents() OVERRIDE;
OVERRIDE           56 Source/core/html/shadow/SliderThumbElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           57 Source/core/html/shadow/SliderThumbElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           58 Source/core/html/shadow/SliderThumbElement.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           65 Source/core/html/shadow/SliderThumbElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           66 Source/core/html/shadow/SliderThumbElement.h     virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE;
OVERRIDE           67 Source/core/html/shadow/SliderThumbElement.h     virtual bool isDisabledFormControl() const OVERRIDE;
OVERRIDE           68 Source/core/html/shadow/SliderThumbElement.h     virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
OVERRIDE           69 Source/core/html/shadow/SliderThumbElement.h     virtual bool matchesReadWritePseudoClass() const OVERRIDE;
OVERRIDE           70 Source/core/html/shadow/SliderThumbElement.h     virtual Node* focusDelegate() OVERRIDE;
OVERRIDE           92 Source/core/html/shadow/SliderThumbElement.h     virtual bool isSliderThumb() const OVERRIDE;
OVERRIDE          103 Source/core/html/shadow/SliderThumbElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          104 Source/core/html/shadow/SliderThumbElement.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           64 Source/core/html/shadow/SpinButtonElement.h     virtual bool willRespondToMouseMoveEvents() OVERRIDE;
OVERRIDE           65 Source/core/html/shadow/SpinButtonElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           72 Source/core/html/shadow/SpinButtonElement.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           73 Source/core/html/shadow/SpinButtonElement.h     virtual bool isSpinButtonElement() const OVERRIDE { return true; }
OVERRIDE           74 Source/core/html/shadow/SpinButtonElement.h     virtual bool isDisabledFormControl() const OVERRIDE { return shadowHost() && shadowHost()->isDisabledFormControl(); }
OVERRIDE           75 Source/core/html/shadow/SpinButtonElement.h     virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
OVERRIDE           76 Source/core/html/shadow/SpinButtonElement.h     virtual bool matchesReadWritePseudoClass() const OVERRIDE;
OVERRIDE           77 Source/core/html/shadow/SpinButtonElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           78 Source/core/html/shadow/SpinButtonElement.h     virtual void willOpenPopup() OVERRIDE;
OVERRIDE           83 Source/core/html/shadow/SpinButtonElement.h     virtual void setHovered(bool = true) OVERRIDE;
OVERRIDE           85 Source/core/html/shadow/SpinButtonElement.h     virtual bool isMouseFocusable() const OVERRIDE { return false; }
OVERRIDE           43 Source/core/html/shadow/TextControlInnerElements.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           52 Source/core/html/shadow/TextControlInnerElements.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           55 Source/core/html/shadow/TextControlInnerElements.h     virtual bool supportsFocus() const OVERRIDE { return false; }
OVERRIDE           62 Source/core/html/shadow/TextControlInnerElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           66 Source/core/html/shadow/TextControlInnerElements.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           67 Source/core/html/shadow/TextControlInnerElements.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
OVERRIDE           68 Source/core/html/shadow/TextControlInnerElements.h     virtual bool supportsFocus() const OVERRIDE { return false; }
OVERRIDE           75 Source/core/html/shadow/TextControlInnerElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           76 Source/core/html/shadow/TextControlInnerElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           80 Source/core/html/shadow/TextControlInnerElements.h     virtual const AtomicString& shadowPseudoId() const OVERRIDE;
OVERRIDE           81 Source/core/html/shadow/TextControlInnerElements.h     virtual bool supportsFocus() const OVERRIDE { return false; }
OVERRIDE           88 Source/core/html/shadow/TextControlInnerElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           89 Source/core/html/shadow/TextControlInnerElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           93 Source/core/html/shadow/TextControlInnerElements.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           94 Source/core/html/shadow/TextControlInnerElements.h     virtual bool supportsFocus() const OVERRIDE { return false; }
OVERRIDE          114 Source/core/html/shadow/TextControlInnerElements.h     virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE          115 Source/core/html/shadow/TextControlInnerElements.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE          116 Source/core/html/shadow/TextControlInnerElements.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE          117 Source/core/html/shadow/TextControlInnerElements.h     virtual bool isInputFieldSpeechButtonElement() const OVERRIDE { return true; }
OVERRIDE          123 Source/core/html/shadow/TextControlInnerElements.h     virtual void didCompleteRecording(int) OVERRIDE;
OVERRIDE          124 Source/core/html/shadow/TextControlInnerElements.h     virtual void didCompleteRecognition(int) OVERRIDE;
OVERRIDE          125 Source/core/html/shadow/TextControlInnerElements.h     virtual void setRecognitionResult(int, const SpeechInputResultArray&) OVERRIDE;
OVERRIDE          131 Source/core/html/shadow/TextControlInnerElements.h     virtual bool isMouseFocusable() const OVERRIDE { return false; }
OVERRIDE          132 Source/core/html/shadow/TextControlInnerElements.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           50 Source/core/html/track/InbandTextTrack.h     virtual void setTrackList(TextTrackList*) OVERRIDE FINAL;
OVERRIDE           55 Source/core/html/track/InbandTextTrack.h     virtual void addWebVTTCue(double, double, const blink::WebString&, const blink::WebString&, const blink::WebString&) OVERRIDE;
OVERRIDE           49 Source/core/html/track/LoadableTextTrack.h     virtual void setMode(const AtomicString&) OVERRIDE;
OVERRIDE           55 Source/core/html/track/LoadableTextTrack.h     virtual bool isDefault() const OVERRIDE { return m_isDefault; }
OVERRIDE           56 Source/core/html/track/LoadableTextTrack.h     virtual void setIsDefault(bool isDefault) OVERRIDE  { m_isDefault = isDefault; }
OVERRIDE           60 Source/core/html/track/LoadableTextTrack.h     virtual void newCuesAvailable(TextTrackLoader*) OVERRIDE;
OVERRIDE           61 Source/core/html/track/LoadableTextTrack.h     virtual void cueLoadingCompleted(TextTrackLoader*, bool loadingFailed) OVERRIDE;
OVERRIDE           62 Source/core/html/track/LoadableTextTrack.h     virtual void newRegionsAvailable(TextTrackLoader*) OVERRIDE;
OVERRIDE           59 Source/core/html/track/TextTrack.h     virtual void setKind(const AtomicString&) OVERRIDE;
OVERRIDE          116 Source/core/html/track/TextTrack.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          117 Source/core/html/track/TextTrack.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          122 Source/core/html/track/TextTrack.h     virtual bool isValidKind(const AtomicString& kind) const OVERRIDE { return isValidKindKeyword(kind); }
OVERRIDE          123 Source/core/html/track/TextTrack.h     virtual AtomicString defaultKind() const OVERRIDE { return subtitlesKeyword(); }
OVERRIDE           75 Source/core/html/track/TextTrackCue.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE           88 Source/core/html/track/TextTrackCue.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           63 Source/core/html/track/TextTrackList.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           64 Source/core/html/track/TextTrackList.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           54 Source/core/html/track/TrackEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           58 Source/core/html/track/TrackEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           56 Source/core/html/track/vtt/VTTCue.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           99 Source/core/html/track/vtt/VTTCue.h     virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) OVERRIDE;
OVERRIDE          101 Source/core/html/track/vtt/VTTCue.h     virtual void updateDisplayTree(double movieTime) OVERRIDE;
OVERRIDE          102 Source/core/html/track/vtt/VTTCue.h     virtual void removeDisplayTree() OVERRIDE;
OVERRIDE          103 Source/core/html/track/vtt/VTTCue.h     virtual void notifyRegionWhenRemovingDisplayTree(bool notifyRegion) OVERRIDE;
OVERRIDE          134 Source/core/html/track/vtt/VTTCue.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          137 Source/core/html/track/vtt/VTTCue.h     virtual String toString() const OVERRIDE;
OVERRIDE          148 Source/core/html/track/vtt/VTTCue.h     virtual void cueDidChange() OVERRIDE;
OVERRIDE           48 Source/core/html/track/vtt/VTTElement.h     virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE;
OVERRIDE           56 Source/core/html/track/vtt/VTTElement.h     virtual bool isVTTElement() const OVERRIDE { return true; }
OVERRIDE           71 Source/core/inspector/AsyncCallStackTracker.cpp     virtual void contextDestroyed() OVERRIDE
OVERRIDE           59 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE           65 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE           71 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE           94 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          105 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          115 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          140 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          146 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          152 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState&) OVERRIDE
OVERRIDE          176 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          185 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          194 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          222 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          231 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          236 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          266 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          272 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState&) OVERRIDE
OVERRIDE          278 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState&) OVERRIDE
OVERRIDE          301 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          306 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          312 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          334 Source/core/inspector/DOMEditor.cpp     virtual bool perform(ExceptionState&) OVERRIDE
OVERRIDE          340 Source/core/inspector/DOMEditor.cpp     virtual bool undo(ExceptionState&) OVERRIDE
OVERRIDE          346 Source/core/inspector/DOMEditor.cpp     virtual bool redo(ExceptionState&) OVERRIDE
OVERRIDE           48 Source/core/inspector/InjectedScriptCanvasModule.h     virtual String source() const OVERRIDE;
OVERRIDE           53 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           54 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           55 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&) OVERRIDE;
OVERRIDE           94 Source/core/inspector/InspectorBaseAgent.h     virtual void registerInDispatcher(InspectorBackendDispatcher* dispatcher) OVERRIDE FINAL
OVERRIDE          134 Source/core/inspector/InspectorCSSAgent.cpp     virtual void setCSSStyleSheet(const String&, const KURL&, const String&, const CSSStyleSheetResource*) OVERRIDE;
OVERRIDE          181 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          188 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          193 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          198 Source/core/inspector/InspectorCSSAgent.cpp     virtual String mergeId() OVERRIDE
OVERRIDE          203 Source/core/inspector/InspectorCSSAgent.cpp     virtual void merge(PassRefPtr<Action> action) OVERRIDE
OVERRIDE          230 Source/core/inspector/InspectorCSSAgent.cpp     virtual String toString() OVERRIDE
OVERRIDE          235 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          240 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          246 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          254 Source/core/inspector/InspectorCSSAgent.cpp     virtual String mergeId() OVERRIDE
OVERRIDE          259 Source/core/inspector/InspectorCSSAgent.cpp     virtual void merge(PassRefPtr<Action> action) OVERRIDE
OVERRIDE          287 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          295 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          300 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          322 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool perform(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          327 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool undo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          332 Source/core/inspector/InspectorCSSAgent.cpp     virtual bool redo(ExceptionState& exceptionState) OVERRIDE
OVERRIDE          107 Source/core/inspector/InspectorCSSAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE          108 Source/core/inspector/InspectorCSSAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE          109 Source/core/inspector/InspectorCSSAgent.h     virtual void discardAgent() OVERRIDE;
OVERRIDE          110 Source/core/inspector/InspectorCSSAgent.h     virtual void didCommitLoadForMainFrame() OVERRIDE;
OVERRIDE          111 Source/core/inspector/InspectorCSSAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          112 Source/core/inspector/InspectorCSSAgent.h     virtual void flushPendingFrontendMessages() OVERRIDE;
OVERRIDE          113 Source/core/inspector/InspectorCSSAgent.h     virtual void enable(ErrorString*, PassRefPtr<EnableCallback>) OVERRIDE;
OVERRIDE          114 Source/core/inspector/InspectorCSSAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE          125 Source/core/inspector/InspectorCSSAgent.h     virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&) OVERRIDE;
OVERRIDE          126 Source/core/inspector/InspectorCSSAgent.h     virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >&) OVERRIDE;
OVERRIDE          127 Source/core/inspector/InspectorCSSAgent.h     virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes) OVERRIDE;
OVERRIDE          128 Source/core/inspector/InspectorCSSAgent.h     virtual void getMatchedStylesForNode(ErrorString*, int nodeId, const bool* includePseudo, const bool* includeInherited, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> >& matchedCSSRules, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PseudoIdMatches> >&, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::InheritedStyleEntry> >& inheritedEntries) OVERRIDE;
OVERRIDE          129 Source/core/inspector/InspectorCSSAgent.h     virtual void getStyleSheetText(ErrorString*, const String& styleSheetId, String* result) OVERRIDE;
OVERRIDE          130 Source/core/inspector/InspectorCSSAgent.h     virtual void setStyleSheetText(ErrorString*, const String& styleSheetId, const String& text) OVERRIDE;
OVERRIDE          132 Source/core/inspector/InspectorCSSAgent.h     virtual void setPropertyText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result) OVERRIDE;
OVERRIDE          133 Source/core/inspector/InspectorCSSAgent.h     virtual void setRuleSelector(ErrorString*, const RefPtr<JSONObject>& ruleId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result) OVERRIDE;
OVERRIDE          134 Source/core/inspector/InspectorCSSAgent.h     virtual void createStyleSheet(ErrorString*, const String& frameId, TypeBuilder::CSS::StyleSheetId* outStyleSheetId) OVERRIDE;
OVERRIDE          135 Source/core/inspector/InspectorCSSAgent.h     virtual void addRule(ErrorString*, const String& styleSheetId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result) OVERRIDE;
OVERRIDE          136 Source/core/inspector/InspectorCSSAgent.h     virtual void forcePseudoState(ErrorString*, int nodeId, const RefPtr<JSONArray>& forcedPseudoClasses) OVERRIDE;
OVERRIDE          182 Source/core/inspector/InspectorCSSAgent.h     virtual void didRemoveDocument(Document*) OVERRIDE;
OVERRIDE          183 Source/core/inspector/InspectorCSSAgent.h     virtual void didRemoveDOMNode(Node*) OVERRIDE;
OVERRIDE          184 Source/core/inspector/InspectorCSSAgent.h     virtual void didModifyDOMAttr(Element*) OVERRIDE;
OVERRIDE          187 Source/core/inspector/InspectorCSSAgent.h     virtual void styleSheetChanged(InspectorStyleSheetBase*) OVERRIDE;
OVERRIDE          188 Source/core/inspector/InspectorCSSAgent.h     virtual void willReparseStyleSheet() OVERRIDE;
OVERRIDE          189 Source/core/inspector/InspectorCSSAgent.h     virtual void didReparseStyleSheet() OVERRIDE;
OVERRIDE          270 Source/core/inspector/InspectorCanvasAgent.cpp         virtual void visitNode(Node* node) OVERRIDE
OVERRIDE           63 Source/core/inspector/InspectorCanvasAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorCanvasAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorCanvasAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           76 Source/core/inspector/InspectorCanvasAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           77 Source/core/inspector/InspectorCanvasAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           78 Source/core/inspector/InspectorCanvasAgent.h     virtual void dropTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
OVERRIDE           79 Source/core/inspector/InspectorCanvasAgent.h     virtual void hasUninstrumentedCanvases(ErrorString*, bool*) OVERRIDE;
OVERRIDE           80 Source/core/inspector/InspectorCanvasAgent.h     virtual void captureFrame(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
OVERRIDE           81 Source/core/inspector/InspectorCanvasAgent.h     virtual void startCapturing(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
OVERRIDE           82 Source/core/inspector/InspectorCanvasAgent.h     virtual void stopCapturing(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
OVERRIDE           83 Source/core/inspector/InspectorCanvasAgent.h     virtual void getTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>&) OVERRIDE;
OVERRIDE           84 Source/core/inspector/InspectorCanvasAgent.h     virtual void replayTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, RefPtr<TypeBuilder::Canvas::ResourceState>&, double*) OVERRIDE;
OVERRIDE           85 Source/core/inspector/InspectorCanvasAgent.h     virtual void getResourceState(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const TypeBuilder::Canvas::ResourceId&, RefPtr<TypeBuilder::Canvas::ResourceState>&) OVERRIDE;
OVERRIDE           86 Source/core/inspector/InspectorCanvasAgent.h     virtual void evaluateTraceLogCallArgument(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, int, const String*, RefPtr<TypeBuilder::Runtime::RemoteObject>&, RefPtr<TypeBuilder::Canvas::ResourceState>&) OVERRIDE;
OVERRIDE          321 Source/core/inspector/InspectorConsoleAgent.cpp     virtual ScriptValue get(ScriptState*) OVERRIDE
OVERRIDE           68 Source/core/inspector/InspectorConsoleAgent.h     virtual void init() OVERRIDE;
OVERRIDE           69 Source/core/inspector/InspectorConsoleAgent.h     virtual void enable(ErrorString*) OVERRIDE FINAL;
OVERRIDE           70 Source/core/inspector/InspectorConsoleAgent.h     virtual void disable(ErrorString*) OVERRIDE FINAL;
OVERRIDE           71 Source/core/inspector/InspectorConsoleAgent.h     virtual void clearMessages(ErrorString*) OVERRIDE;
OVERRIDE           75 Source/core/inspector/InspectorConsoleAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE FINAL;
OVERRIDE           76 Source/core/inspector/InspectorConsoleAgent.h     virtual void clearFrontend() OVERRIDE FINAL;
OVERRIDE           77 Source/core/inspector/InspectorConsoleAgent.h     virtual void restore() OVERRIDE FINAL;
OVERRIDE          102 Source/core/inspector/InspectorConsoleAgent.h     virtual void setMonitoringXHREnabled(ErrorString*, bool enabled) OVERRIDE;
OVERRIDE          104 Source/core/inspector/InspectorConsoleAgent.h     virtual void addInspectedHeapObject(ErrorString*, int inspectedHeapObjectId) OVERRIDE;
OVERRIDE          108 Source/core/inspector/InspectorDOMAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE          109 Source/core/inspector/InspectorDOMAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE          110 Source/core/inspector/InspectorDOMAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          116 Source/core/inspector/InspectorDOMAgent.h     virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId) OVERRIDE;
OVERRIDE          117 Source/core/inspector/InspectorDOMAgent.h     virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result) OVERRIDE;
OVERRIDE          118 Source/core/inspector/InspectorDOMAgent.h     virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root) OVERRIDE;
OVERRIDE          119 Source/core/inspector/InspectorDOMAgent.h     virtual void requestChildNodes(ErrorString*, int nodeId, const int* depth) OVERRIDE;
OVERRIDE          120 Source/core/inspector/InspectorDOMAgent.h     virtual void setAttributeValue(ErrorString*, int elementId, const String& name, const String& value) OVERRIDE;
OVERRIDE          121 Source/core/inspector/InspectorDOMAgent.h     virtual void setAttributesAsText(ErrorString*, int elementId, const String& text, const String* name) OVERRIDE;
OVERRIDE          122 Source/core/inspector/InspectorDOMAgent.h     virtual void removeAttribute(ErrorString*, int elementId, const String& name) OVERRIDE;
OVERRIDE          123 Source/core/inspector/InspectorDOMAgent.h     virtual void removeNode(ErrorString*, int nodeId) OVERRIDE;
OVERRIDE          124 Source/core/inspector/InspectorDOMAgent.h     virtual void setNodeName(ErrorString*, int nodeId, const String& name, int* newId) OVERRIDE;
OVERRIDE          125 Source/core/inspector/InspectorDOMAgent.h     virtual void getOuterHTML(ErrorString*, int nodeId, WTF::String* outerHTML) OVERRIDE;
OVERRIDE          126 Source/core/inspector/InspectorDOMAgent.h     virtual void setOuterHTML(ErrorString*, int nodeId, const String& outerHTML) OVERRIDE;
OVERRIDE          127 Source/core/inspector/InspectorDOMAgent.h     virtual void setNodeValue(ErrorString*, int nodeId, const String& value) OVERRIDE;
OVERRIDE          128 Source/core/inspector/InspectorDOMAgent.h     virtual void getEventListenersForNode(ErrorString*, int nodeId, const WTF::String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& listenersArray) OVERRIDE;
OVERRIDE          129 Source/core/inspector/InspectorDOMAgent.h     virtual void performSearch(ErrorString*, const String& whitespaceTrimmedQuery, String* searchId, int* resultCount) OVERRIDE;
OVERRIDE          130 Source/core/inspector/InspectorDOMAgent.h     virtual void getSearchResults(ErrorString*, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >&) OVERRIDE;
OVERRIDE          131 Source/core/inspector/InspectorDOMAgent.h     virtual void discardSearchResults(ErrorString*, const String& searchId) OVERRIDE;
OVERRIDE          132 Source/core/inspector/InspectorDOMAgent.h     virtual void resolveNode(ErrorString*, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
OVERRIDE          133 Source/core/inspector/InspectorDOMAgent.h     virtual void getAttributes(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<String> >& result) OVERRIDE;
OVERRIDE          134 Source/core/inspector/InspectorDOMAgent.h     virtual void setInspectModeEnabled(ErrorString*, bool enabled, const bool* inspectUAShadowDOM, const RefPtr<JSONObject>* highlightConfig) OVERRIDE;
OVERRIDE          135 Source/core/inspector/InspectorDOMAgent.h     virtual void requestNode(ErrorString*, const String& objectId, int* nodeId) OVERRIDE;
OVERRIDE          136 Source/core/inspector/InspectorDOMAgent.h     virtual void pushNodeByPathToFrontend(ErrorString*, const String& path, int* nodeId) OVERRIDE;
OVERRIDE          137 Source/core/inspector/InspectorDOMAgent.h     virtual void pushNodesByBackendIdsToFrontend(ErrorString*, const RefPtr<JSONArray>& nodeIds, RefPtr<TypeBuilder::Array<int> >&) OVERRIDE;
OVERRIDE          138 Source/core/inspector/InspectorDOMAgent.h     virtual void releaseBackendNodeIds(ErrorString*, const String& nodeGroup) OVERRIDE;
OVERRIDE          139 Source/core/inspector/InspectorDOMAgent.h     virtual void hideHighlight(ErrorString*) OVERRIDE;
OVERRIDE          140 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
OVERRIDE          141 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightQuad(ErrorString*, const RefPtr<JSONArray>& quad, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
OVERRIDE          142 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightNode(ErrorString*, const RefPtr<JSONObject>& highlightConfig, const int* nodeId, const String* objectId) OVERRIDE;
OVERRIDE          143 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightFrame(ErrorString*, const String& frameId, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
OVERRIDE          145 Source/core/inspector/InspectorDOMAgent.h     virtual void moveTo(ErrorString*, int nodeId, int targetNodeId, const int* anchorNodeId, int* newNodeId) OVERRIDE;
OVERRIDE          146 Source/core/inspector/InspectorDOMAgent.h     virtual void undo(ErrorString*) OVERRIDE;
OVERRIDE          147 Source/core/inspector/InspectorDOMAgent.h     virtual void redo(ErrorString*) OVERRIDE;
OVERRIDE          148 Source/core/inspector/InspectorDOMAgent.h     virtual void markUndoableState(ErrorString*) OVERRIDE;
OVERRIDE          149 Source/core/inspector/InspectorDOMAgent.h     virtual void focus(ErrorString*, int nodeId) OVERRIDE;
OVERRIDE          150 Source/core/inspector/InspectorDOMAgent.h     virtual void setFileInputFiles(ErrorString*, int nodeId, const RefPtr<JSONArray>& files) OVERRIDE;
OVERRIDE          151 Source/core/inspector/InspectorDOMAgent.h     virtual void getBoxModel(ErrorString*, int nodeId, RefPtr<TypeBuilder::DOM::BoxModel>&) OVERRIDE;
OVERRIDE          152 Source/core/inspector/InspectorDOMAgent.h     virtual void getNodeForLocation(ErrorString*, int x, int y, int* nodeId) OVERRIDE;
OVERRIDE          153 Source/core/inspector/InspectorDOMAgent.h     virtual void getRelayoutBoundary(ErrorString*, int nodeId, int* relayoutBoundaryNodeId) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
OVERRIDE           66 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setEventListenerBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
OVERRIDE           67 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeEventListenerBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
OVERRIDE           68 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
OVERRIDE           69 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
OVERRIDE           70 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
OVERRIDE           71 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
OVERRIDE           95 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           96 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void discardAgent() OVERRIDE;
OVERRIDE          105 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void debuggerWasEnabled() OVERRIDE;
OVERRIDE          106 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void debuggerWasDisabled() OVERRIDE;
OVERRIDE          107 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void stepInto() OVERRIDE;
OVERRIDE          108 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void didPause() OVERRIDE;
OVERRIDE           57 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           58 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           61 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) OVERRIDE;
OVERRIDE           87 Source/core/inspector/InspectorDebuggerAgent.h     virtual void canSetScriptSource(ErrorString*, bool* result) OVERRIDE FINAL { *result = true; }
OVERRIDE           89 Source/core/inspector/InspectorDebuggerAgent.h     virtual void init() OVERRIDE FINAL;
OVERRIDE           90 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE FINAL;
OVERRIDE           91 Source/core/inspector/InspectorDebuggerAgent.h     virtual void clearFrontend() OVERRIDE FINAL;
OVERRIDE           92 Source/core/inspector/InspectorDebuggerAgent.h     virtual void restore() OVERRIDE FINAL;
OVERRIDE          103 Source/core/inspector/InspectorDebuggerAgent.h     virtual void enable(ErrorString*) OVERRIDE FINAL;
OVERRIDE          104 Source/core/inspector/InspectorDebuggerAgent.h     virtual void disable(ErrorString*) OVERRIDE FINAL;
OVERRIDE          105 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setBreakpointsActive(ErrorString*, bool active) OVERRIDE FINAL;
OVERRIDE          106 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setSkipAllPauses(ErrorString*, bool skipped, const bool* untilReload) OVERRIDE FINAL;
OVERRIDE          108 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations) OVERRIDE FINAL;
OVERRIDE          109 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL;
OVERRIDE          110 Source/core/inspector/InspectorDebuggerAgent.h     virtual void removeBreakpoint(ErrorString*, const String& breakpointId) OVERRIDE FINAL;
OVERRIDE          111 Source/core/inspector/InspectorDebuggerAgent.h     virtual void continueToLocation(ErrorString*, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt) OVERRIDE FINAL;
OVERRIDE          112 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions) OVERRIDE FINAL;
OVERRIDE          113 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getBacktrace(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >&, RefPtr<TypeBuilder::Debugger::StackTrace>&) OVERRIDE FINAL;
OVERRIDE          115 Source/core/inspector/InspectorDebuggerAgent.h     virtual void searchInContent(ErrorString*, const String& scriptId, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >&) OVERRIDE FINAL;
OVERRIDE          116 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setScriptSource(ErrorString*, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* preview, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FINAL;
OVERRIDE          117 Source/core/inspector/InspectorDebuggerAgent.h     virtual void restartFrame(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FINAL;
OVERRIDE          118 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getScriptSource(ErrorString*, const String& scriptId, String* scriptSource) OVERRIDE FINAL;
OVERRIDE          119 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>&) OVERRIDE FINAL;
OVERRIDE          120 Source/core/inspector/InspectorDebuggerAgent.h     virtual void pause(ErrorString*) OVERRIDE FINAL;
OVERRIDE          121 Source/core/inspector/InspectorDebuggerAgent.h     virtual void resume(ErrorString*) OVERRIDE FINAL;
OVERRIDE          122 Source/core/inspector/InspectorDebuggerAgent.h     virtual void stepOver(ErrorString*, const String* callFrameId) OVERRIDE FINAL;
OVERRIDE          123 Source/core/inspector/InspectorDebuggerAgent.h     virtual void stepInto(ErrorString*) OVERRIDE FINAL;
OVERRIDE          124 Source/core/inspector/InspectorDebuggerAgent.h     virtual void stepOut(ErrorString*, const String* callFrameId) OVERRIDE FINAL;
OVERRIDE          125 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setPauseOnExceptions(ErrorString*, const String& pauseState) OVERRIDE FINAL;
OVERRIDE          135 Source/core/inspector/InspectorDebuggerAgent.h         TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
OVERRIDE          136 Source/core/inspector/InspectorDebuggerAgent.h     virtual void compileScript(ErrorString*, const String& expression, const String& sourceURL, TypeBuilder::OptOutput<TypeBuilder::Debugger::ScriptId>*, TypeBuilder::OptOutput<String>* syntaxErrorMessage) OVERRIDE;
OVERRIDE          137 Source/core/inspector/InspectorDebuggerAgent.h     virtual void runScript(ErrorString*, const TypeBuilder::Debugger::ScriptId&, const int* executionContextId, const String* objectGroup, const bool* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE;
OVERRIDE          138 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
OVERRIDE          139 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setVariableValue(ErrorString*, int in_scopeNumber, const String& in_variableName, const RefPtr<JSONObject>& in_newValue, const String* in_callFrame, const String* in_functionObjectId) OVERRIDE FINAL;
OVERRIDE          140 Source/core/inspector/InspectorDebuggerAgent.h     virtual void skipStackFrames(ErrorString*, const String* pattern) OVERRIDE FINAL;
OVERRIDE          141 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setAsyncCallStackDepth(ErrorString*, int depth) OVERRIDE FINAL;
OVERRIDE          188 Source/core/inspector/InspectorDebuggerAgent.h     virtual SkipPauseRequest shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) OVERRIDE FINAL;
OVERRIDE          189 Source/core/inspector/InspectorDebuggerAgent.h     virtual SkipPauseRequest shouldSkipBreakpointPause(RefPtr<JavaScriptCallFrame>& topFrame) OVERRIDE FINAL;
OVERRIDE          190 Source/core/inspector/InspectorDebuggerAgent.h     virtual SkipPauseRequest shouldSkipStepPause(RefPtr<JavaScriptCallFrame>& topFrame) OVERRIDE FINAL;
OVERRIDE          204 Source/core/inspector/InspectorDebuggerAgent.h     virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) OVERRIDE FINAL;
OVERRIDE          205 Source/core/inspector/InspectorDebuggerAgent.h     virtual void didContinue() OVERRIDE FINAL;
OVERRIDE          218 Source/core/inspector/InspectorDebuggerAgent.h     virtual void didParseSource(const String& scriptId, const Script&) OVERRIDE FINAL;
OVERRIDE          219 Source/core/inspector/InspectorDebuggerAgent.h     virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) OVERRIDE FINAL;
OVERRIDE           82 Source/core/inspector/InspectorFrontendHost.cpp     virtual void populateContextMenu(ContextMenu* menu) OVERRIDE
OVERRIDE           88 Source/core/inspector/InspectorFrontendHost.cpp     virtual void contextMenuItemSelected(const ContextMenuItem* item) OVERRIDE
OVERRIDE          100 Source/core/inspector/InspectorFrontendHost.cpp     virtual void contextMenuCleared() OVERRIDE
OVERRIDE          137 Source/core/inspector/InspectorHeapProfilerAgent.cpp     virtual void write(const uint32_t* chunk, const int size) OVERRIDE
OVERRIDE          223 Source/core/inspector/InspectorHeapProfilerAgent.cpp         virtual void Start(int totalWork) OVERRIDE
OVERRIDE          227 Source/core/inspector/InspectorHeapProfilerAgent.cpp         virtual void Worked(int workDone) OVERRIDE
OVERRIDE          234 Source/core/inspector/InspectorHeapProfilerAgent.cpp         virtual void Done() OVERRIDE
OVERRIDE          242 Source/core/inspector/InspectorHeapProfilerAgent.cpp         virtual bool isCanceled() OVERRIDE { return false; }
OVERRIDE           57 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void collectGarbage(ErrorString*) OVERRIDE;
OVERRIDE           59 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           60 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           61 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void startTrackingHeapObjects(ErrorString*, const bool* trackAllocations) OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           66 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           68 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void takeHeapSnapshot(ErrorString*, const bool* reportProgress) OVERRIDE;
OVERRIDE           70 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void getObjectByHeapObjectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
OVERRIDE           71 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId) OVERRIDE;
OVERRIDE           46 Source/core/inspector/InspectorHistory.cpp     virtual bool perform(ExceptionState&) OVERRIDE { return true; }
OVERRIDE           48 Source/core/inspector/InspectorHistory.cpp     virtual bool undo(ExceptionState&) OVERRIDE { return true; }
OVERRIDE           50 Source/core/inspector/InspectorHistory.cpp     virtual bool redo(ExceptionState&) OVERRIDE { return true; }
OVERRIDE           52 Source/core/inspector/InspectorHistory.cpp     virtual bool isUndoableStateMark() OVERRIDE { return true; }
OVERRIDE           56 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) OVERRIDE;
OVERRIDE           57 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) OVERRIDE;
OVERRIDE           58 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorInspectorAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorInspectorAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorInspectorAgent.h     virtual void reset(ErrorString*) OVERRIDE;
OVERRIDE           66 Source/core/inspector/InspectorInspectorAgent.h     virtual void init() OVERRIDE;
OVERRIDE           67 Source/core/inspector/InspectorInspectorAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           68 Source/core/inspector/InspectorInspectorAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           75 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           76 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           77 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void compositingReasons(ErrorString*, const String& layerId, RefPtr<TypeBuilder::Array<String> >&) OVERRIDE;
OVERRIDE           78 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void makeSnapshot(ErrorString*, const String& layerId, String* snapshotId) OVERRIDE;
OVERRIDE           79 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void releaseSnapshot(ErrorString*, const String& snapshotId) OVERRIDE;
OVERRIDE           80 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void replaySnapshot(ErrorString*, const String& snapshotId, const int* fromStep, const int* toStep, String* dataURL) OVERRIDE;
OVERRIDE           81 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&) OVERRIDE;
OVERRIDE           53 Source/core/inspector/InspectorMemoryAgent.h     virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners) OVERRIDE;
OVERRIDE           55 Source/core/inspector/InspectorMemoryAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           56 Source/core/inspector/InspectorMemoryAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           69 Source/core/inspector/InspectorOverlay.cpp     virtual void setCursor(const Cursor& cursor) OVERRIDE
OVERRIDE           74 Source/core/inspector/InspectorOverlay.cpp     virtual void setToolTip(const String& tooltip, TextDirection direction) OVERRIDE
OVERRIDE           79 Source/core/inspector/InspectorOverlay.cpp     virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE
OVERRIDE           84 Source/core/inspector/InspectorOverlay.cpp     virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE
OVERRIDE           93 Source/core/inspector/InspectorPageAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           94 Source/core/inspector/InspectorPageAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           95 Source/core/inspector/InspectorPageAgent.h     virtual void addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* result) OVERRIDE;
OVERRIDE           96 Source/core/inspector/InspectorPageAgent.h     virtual void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) OVERRIDE;
OVERRIDE           97 Source/core/inspector/InspectorPageAgent.h     virtual void reload(ErrorString*, const bool* optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor) OVERRIDE;
OVERRIDE           98 Source/core/inspector/InspectorPageAgent.h     virtual void navigate(ErrorString*, const String& url) OVERRIDE;
OVERRIDE           99 Source/core/inspector/InspectorPageAgent.h     virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies) OVERRIDE;
OVERRIDE          100 Source/core/inspector/InspectorPageAgent.h     virtual void deleteCookie(ErrorString*, const String& cookieName, const String& url) OVERRIDE;
OVERRIDE          101 Source/core/inspector/InspectorPageAgent.h     virtual void getResourceTree(ErrorString*, RefPtr<TypeBuilder::Page::FrameResourceTree>&) OVERRIDE;
OVERRIDE          102 Source/core/inspector/InspectorPageAgent.h     virtual void getResourceContent(ErrorString*, const String& frameId, const String& url, String* content, bool* base64Encoded) OVERRIDE;
OVERRIDE          103 Source/core/inspector/InspectorPageAgent.h     virtual void searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >&) OVERRIDE;
OVERRIDE          104 Source/core/inspector/InspectorPageAgent.h     virtual void setDocumentContent(ErrorString*, const String& frameId, const String& html) OVERRIDE;
OVERRIDE          105 Source/core/inspector/InspectorPageAgent.h     virtual void setDeviceMetricsOverride(ErrorString*, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const bool* optionalTextAutosizing, const double* optionalFontScaleFactor) OVERRIDE;
OVERRIDE          106 Source/core/inspector/InspectorPageAgent.h     virtual void setShowPaintRects(ErrorString*, bool show) OVERRIDE;
OVERRIDE          107 Source/core/inspector/InspectorPageAgent.h     virtual void setShowDebugBorders(ErrorString*, bool show) OVERRIDE;
OVERRIDE          108 Source/core/inspector/InspectorPageAgent.h     virtual void setShowFPSCounter(ErrorString*, bool show) OVERRIDE;
OVERRIDE          109 Source/core/inspector/InspectorPageAgent.h     virtual void setContinuousPaintingEnabled(ErrorString*, bool enabled) OVERRIDE;
OVERRIDE          110 Source/core/inspector/InspectorPageAgent.h     virtual void setShowScrollBottleneckRects(ErrorString*, bool show) OVERRIDE;
OVERRIDE          111 Source/core/inspector/InspectorPageAgent.h     virtual void getScriptExecutionStatus(ErrorString*, PageCommandHandler::Result::Enum*) OVERRIDE;
OVERRIDE          112 Source/core/inspector/InspectorPageAgent.h     virtual void setScriptExecutionDisabled(ErrorString*, bool) OVERRIDE;
OVERRIDE          113 Source/core/inspector/InspectorPageAgent.h     virtual void setTouchEmulationEnabled(ErrorString*, bool) OVERRIDE;
OVERRIDE          114 Source/core/inspector/InspectorPageAgent.h     virtual void setEmulatedMedia(ErrorString*, const String&) OVERRIDE;
OVERRIDE          115 Source/core/inspector/InspectorPageAgent.h     virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) OVERRIDE;
OVERRIDE          141 Source/core/inspector/InspectorPageAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE          142 Source/core/inspector/InspectorPageAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE          143 Source/core/inspector/InspectorPageAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           62 Source/core/inspector/InspectorProfilerAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorProfilerAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorProfilerAgent.h     virtual void setSamplingInterval(ErrorString*, int) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorProfilerAgent.h     virtual void start(ErrorString*) OVERRIDE;
OVERRIDE           66 Source/core/inspector/InspectorProfilerAgent.h     virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&) OVERRIDE;
OVERRIDE           68 Source/core/inspector/InspectorProfilerAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           69 Source/core/inspector/InspectorProfilerAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           70 Source/core/inspector/InspectorProfilerAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          102 Source/core/inspector/InspectorResourceAgent.cpp     virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) OVERRIDE
OVERRIDE          115 Source/core/inspector/InspectorResourceAgent.cpp     virtual void didReceiveData(const char* data, int dataLength) OVERRIDE
OVERRIDE          126 Source/core/inspector/InspectorResourceAgent.cpp     virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/) OVERRIDE
OVERRIDE          134 Source/core/inspector/InspectorResourceAgent.cpp     virtual void didFail(const ResourceError&) OVERRIDE
OVERRIDE          140 Source/core/inspector/InspectorResourceAgent.cpp     virtual void didFailRedirectCheck() OVERRIDE
OVERRIDE           82 Source/core/inspector/InspectorResourceAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           83 Source/core/inspector/InspectorResourceAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           84 Source/core/inspector/InspectorResourceAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          131 Source/core/inspector/InspectorResourceAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE          132 Source/core/inspector/InspectorResourceAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE          133 Source/core/inspector/InspectorResourceAgent.h     virtual void setUserAgentOverride(ErrorString*, const String& userAgent) OVERRIDE;
OVERRIDE          134 Source/core/inspector/InspectorResourceAgent.h     virtual void setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>&) OVERRIDE;
OVERRIDE          135 Source/core/inspector/InspectorResourceAgent.h     virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded) OVERRIDE;
OVERRIDE          137 Source/core/inspector/InspectorResourceAgent.h     virtual void replayXHR(ErrorString*, const String& requestId) OVERRIDE;
OVERRIDE          139 Source/core/inspector/InspectorResourceAgent.h     virtual void canClearBrowserCache(ErrorString*, bool*) OVERRIDE;
OVERRIDE          140 Source/core/inspector/InspectorResourceAgent.h     virtual void clearBrowserCache(ErrorString*) OVERRIDE;
OVERRIDE          141 Source/core/inspector/InspectorResourceAgent.h     virtual void canClearBrowserCookies(ErrorString*, bool*) OVERRIDE;
OVERRIDE          142 Source/core/inspector/InspectorResourceAgent.h     virtual void clearBrowserCookies(ErrorString*) OVERRIDE;
OVERRIDE          143 Source/core/inspector/InspectorResourceAgent.h     virtual void setCacheDisabled(ErrorString*, bool cacheDisabled) OVERRIDE;
OVERRIDE          145 Source/core/inspector/InspectorResourceAgent.h     virtual void loadResourceForFrontend(ErrorString*, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtr<LoadResourceForFrontendCallback>) OVERRIDE;
OVERRIDE           55 Source/core/inspector/InspectorRuntimeAgent.h     virtual void enable(ErrorString*) OVERRIDE { m_enabled = true; }
OVERRIDE           56 Source/core/inspector/InspectorRuntimeAgent.h     virtual void disable(ErrorString*) OVERRIDE { m_enabled = false; }
OVERRIDE           66 Source/core/inspector/InspectorRuntimeAgent.h         TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
OVERRIDE           75 Source/core/inspector/InspectorRuntimeAgent.h                         TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
OVERRIDE           76 Source/core/inspector/InspectorRuntimeAgent.h     virtual void releaseObject(ErrorString*, const String& objectId) OVERRIDE FINAL;
OVERRIDE           77 Source/core/inspector/InspectorRuntimeAgent.h     virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties) OVERRIDE FINAL;
OVERRIDE           78 Source/core/inspector/InspectorRuntimeAgent.h     virtual void releaseObjectGroup(ErrorString*, const String& objectGroup) OVERRIDE FINAL;
OVERRIDE           79 Source/core/inspector/InspectorRuntimeAgent.h     virtual void run(ErrorString*) OVERRIDE;
OVERRIDE          107 Source/core/inspector/InspectorState.h     virtual void inspectorStateUpdated() OVERRIDE;
OVERRIDE           87 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startRuleHeader(CSSRuleSourceData::Type, unsigned) OVERRIDE;
OVERRIDE           88 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endRuleHeader(unsigned) OVERRIDE;
OVERRIDE           89 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startSelector(unsigned) OVERRIDE;
OVERRIDE           90 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endSelector(unsigned) OVERRIDE;
OVERRIDE           91 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startRuleBody(unsigned) OVERRIDE;
OVERRIDE           92 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endRuleBody(unsigned, bool) OVERRIDE;
OVERRIDE           93 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startEndUnknownRule() OVERRIDE { addNewRuleToSourceTree(CSSRuleSourceData::createUnknown()); }
OVERRIDE           94 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startProperty(unsigned) OVERRIDE;
OVERRIDE           95 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endProperty(bool, bool, unsigned, CSSParserError) OVERRIDE;
OVERRIDE           96 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startComment(unsigned) OVERRIDE;
OVERRIDE           97 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endComment(unsigned) OVERRIDE;
OVERRIDE          223 Source/core/inspector/InspectorStyleSheet.h     virtual Document* ownerDocument() const OVERRIDE;
OVERRIDE          224 Source/core/inspector/InspectorStyleSheet.h     virtual bool setText(const String&, ExceptionState&) OVERRIDE;
OVERRIDE          225 Source/core/inspector/InspectorStyleSheet.h     virtual bool getText(String* result) const OVERRIDE;
OVERRIDE          241 Source/core/inspector/InspectorStyleSheet.h     virtual InspectorCSSId styleId(CSSStyleDeclaration*) const OVERRIDE;
OVERRIDE          242 Source/core/inspector/InspectorStyleSheet.h     virtual CSSStyleDeclaration* styleForId(const InspectorCSSId&) const OVERRIDE;
OVERRIDE          243 Source/core/inspector/InspectorStyleSheet.h     virtual bool setStyleText(const InspectorCSSId&, const String&) OVERRIDE;
OVERRIDE          246 Source/core/inspector/InspectorStyleSheet.h     virtual PassRefPtr<InspectorStyle> inspectorStyleForId(const InspectorCSSId&) OVERRIDE;
OVERRIDE          247 Source/core/inspector/InspectorStyleSheet.h     virtual unsigned ruleCount() OVERRIDE;
OVERRIDE          250 Source/core/inspector/InspectorStyleSheet.h     virtual PassRefPtrWillBeRawPtr<CSSRuleSourceData> ruleSourceDataAt(unsigned) const OVERRIDE;
OVERRIDE          251 Source/core/inspector/InspectorStyleSheet.h     virtual bool ensureParsedDataReady() OVERRIDE;
OVERRIDE          286 Source/core/inspector/InspectorStyleSheet.h     virtual Document* ownerDocument() const OVERRIDE;
OVERRIDE          287 Source/core/inspector/InspectorStyleSheet.h     virtual bool setText(const String&, ExceptionState&) OVERRIDE;
OVERRIDE          288 Source/core/inspector/InspectorStyleSheet.h     virtual bool getText(String* result) const OVERRIDE;
OVERRIDE          290 Source/core/inspector/InspectorStyleSheet.h     virtual CSSStyleDeclaration* styleForId(const InspectorCSSId& id) const OVERRIDE { ASSERT_UNUSED(id, !id.ordinal()); return inlineStyle(); }
OVERRIDE          291 Source/core/inspector/InspectorStyleSheet.h     virtual InspectorCSSId styleId(CSSStyleDeclaration* style) const OVERRIDE { return InspectorCSSId(id(), 0); }
OVERRIDE          292 Source/core/inspector/InspectorStyleSheet.h     virtual bool setStyleText(const InspectorCSSId&, const String&) OVERRIDE;
OVERRIDE          295 Source/core/inspector/InspectorStyleSheet.h     virtual PassRefPtr<InspectorStyle> inspectorStyleForId(const InspectorCSSId&) OVERRIDE;
OVERRIDE          296 Source/core/inspector/InspectorStyleSheet.h     virtual unsigned ruleCount() OVERRIDE { return 1; }
OVERRIDE          299 Source/core/inspector/InspectorStyleSheet.h     virtual bool ensureParsedDataReady() OVERRIDE;
OVERRIDE          300 Source/core/inspector/InspectorStyleSheet.h     virtual PassRefPtrWillBeRawPtr<CSSRuleSourceData> ruleSourceDataAt(unsigned ruleIndex) const OVERRIDE { ASSERT_UNUSED(ruleIndex, !ruleIndex); return m_ruleSourceData; }
OVERRIDE          127 Source/core/inspector/InspectorTimelineAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE          128 Source/core/inspector/InspectorTimelineAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE          129 Source/core/inspector/InspectorTimelineAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          131 Source/core/inspector/InspectorTimelineAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE          132 Source/core/inspector/InspectorTimelineAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE          133 Source/core/inspector/InspectorTimelineAgent.h     virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) OVERRIDE;
OVERRIDE          134 Source/core/inspector/InspectorTimelineAgent.h     virtual void stop(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> >& events) OVERRIDE;
OVERRIDE          227 Source/core/inspector/InspectorTimelineAgent.h     virtual void didGC(double, double, size_t) OVERRIDE;
OVERRIDE          230 Source/core/inspector/InspectorTimelineAgent.h     virtual void willDecodeImage(const String& imageType) OVERRIDE;
OVERRIDE          231 Source/core/inspector/InspectorTimelineAgent.h     virtual void didDecodeImage() OVERRIDE;
OVERRIDE          232 Source/core/inspector/InspectorTimelineAgent.h     virtual void willResizeImage(bool shouldCache) OVERRIDE;
OVERRIDE          233 Source/core/inspector/InspectorTimelineAgent.h     virtual void didResizeImage() OVERRIDE;
OVERRIDE           88 Source/core/inspector/InspectorWorkerAgent.cpp     virtual void dispatchMessageFromWorker(const String& message) OVERRIDE
OVERRIDE           52 Source/core/inspector/InspectorWorkerAgent.h     virtual void init() OVERRIDE;
OVERRIDE           53 Source/core/inspector/InspectorWorkerAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           54 Source/core/inspector/InspectorWorkerAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           55 Source/core/inspector/InspectorWorkerAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           63 Source/core/inspector/InspectorWorkerAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           64 Source/core/inspector/InspectorWorkerAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           65 Source/core/inspector/InspectorWorkerAgent.h     virtual void canInspectWorkers(ErrorString*, bool*) OVERRIDE;
OVERRIDE           66 Source/core/inspector/InspectorWorkerAgent.h     virtual void connectToWorker(ErrorString*, int workerId) OVERRIDE;
OVERRIDE           67 Source/core/inspector/InspectorWorkerAgent.h     virtual void disconnectFromWorker(ErrorString*, int workerId) OVERRIDE;
OVERRIDE           68 Source/core/inspector/InspectorWorkerAgent.h     virtual void sendMessageToWorker(ErrorString*, int workerId, const RefPtr<JSONObject>& message) OVERRIDE;
OVERRIDE           69 Source/core/inspector/InspectorWorkerAgent.h     virtual void setAutoconnectToWorkers(ErrorString*, bool value) OVERRIDE;
OVERRIDE           62 Source/core/inspector/PageConsoleAgent.cpp     virtual ScriptValue get(ScriptState* state) OVERRIDE
OVERRIDE           50 Source/core/inspector/PageConsoleAgent.h     virtual bool isWorkerAgent() OVERRIDE { return false; }
OVERRIDE           54 Source/core/inspector/PageConsoleAgent.h     virtual void clearMessages(ErrorString*) OVERRIDE;
OVERRIDE           55 Source/core/inspector/PageConsoleAgent.h     virtual void addInspectedNode(ErrorString*, int nodeId) OVERRIDE;
OVERRIDE           62 Source/core/inspector/PageDebuggerAgent.h     virtual void enable() OVERRIDE;
OVERRIDE           63 Source/core/inspector/PageDebuggerAgent.h     virtual void disable() OVERRIDE;
OVERRIDE           66 Source/core/inspector/PageDebuggerAgent.h     virtual void startListeningScriptDebugServer() OVERRIDE;
OVERRIDE           67 Source/core/inspector/PageDebuggerAgent.h     virtual void stopListeningScriptDebugServer() OVERRIDE;
OVERRIDE           68 Source/core/inspector/PageDebuggerAgent.h     virtual PageScriptDebugServer& scriptDebugServer() OVERRIDE;
OVERRIDE           69 Source/core/inspector/PageDebuggerAgent.h     virtual void muteConsole() OVERRIDE;
OVERRIDE           70 Source/core/inspector/PageDebuggerAgent.h     virtual void unmuteConsole() OVERRIDE;
OVERRIDE           73 Source/core/inspector/PageDebuggerAgent.h     virtual void overlayResumed() OVERRIDE;
OVERRIDE           74 Source/core/inspector/PageDebuggerAgent.h     virtual void overlaySteppedOver() OVERRIDE;
OVERRIDE           76 Source/core/inspector/PageDebuggerAgent.h     virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
OVERRIDE           77 Source/core/inspector/PageDebuggerAgent.h     virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
OVERRIDE           52 Source/core/inspector/PageRuntimeAgent.h     virtual void init() OVERRIDE;
OVERRIDE           53 Source/core/inspector/PageRuntimeAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           54 Source/core/inspector/PageRuntimeAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           55 Source/core/inspector/PageRuntimeAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           56 Source/core/inspector/PageRuntimeAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           57 Source/core/inspector/PageRuntimeAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           65 Source/core/inspector/PageRuntimeAgent.h     virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
OVERRIDE           66 Source/core/inspector/PageRuntimeAgent.h     virtual void muteConsole() OVERRIDE;
OVERRIDE           67 Source/core/inspector/PageRuntimeAgent.h     virtual void unmuteConsole() OVERRIDE;
OVERRIDE           48 Source/core/inspector/WorkerConsoleAgent.h     virtual bool isWorkerAgent() OVERRIDE { return true; }
OVERRIDE           52 Source/core/inspector/WorkerConsoleAgent.h     virtual void addInspectedNode(ErrorString*, int nodeId) OVERRIDE;
OVERRIDE           63 Source/core/inspector/WorkerDebuggerAgent.cpp     virtual void run() OVERRIDE
OVERRIDE           54 Source/core/inspector/WorkerDebuggerAgent.h     virtual void startListeningScriptDebugServer() OVERRIDE;
OVERRIDE           55 Source/core/inspector/WorkerDebuggerAgent.h     virtual void stopListeningScriptDebugServer() OVERRIDE;
OVERRIDE           56 Source/core/inspector/WorkerDebuggerAgent.h     virtual WorkerScriptDebugServer& scriptDebugServer() OVERRIDE;
OVERRIDE           57 Source/core/inspector/WorkerDebuggerAgent.h     virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
OVERRIDE           58 Source/core/inspector/WorkerDebuggerAgent.h     virtual void muteConsole() OVERRIDE;
OVERRIDE           59 Source/core/inspector/WorkerDebuggerAgent.h     virtual void unmuteConsole() OVERRIDE;
OVERRIDE           65 Source/core/inspector/WorkerInspectorController.cpp     virtual void sendMessageToFrontend(PassRefPtr<JSONObject> message) OVERRIDE
OVERRIDE           69 Source/core/inspector/WorkerInspectorController.cpp     virtual void flush() OVERRIDE { }
OVERRIDE           80 Source/core/inspector/WorkerInspectorController.cpp     virtual void updateInspectorStateCookie(const String& cookie) OVERRIDE
OVERRIDE           49 Source/core/inspector/WorkerRuntimeAgent.h     virtual void init() OVERRIDE;
OVERRIDE           52 Source/core/inspector/WorkerRuntimeAgent.h     virtual void run(ErrorString*) OVERRIDE;
OVERRIDE           58 Source/core/inspector/WorkerRuntimeAgent.h     virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
OVERRIDE           59 Source/core/inspector/WorkerRuntimeAgent.h     virtual void muteConsole() OVERRIDE;
OVERRIDE           60 Source/core/inspector/WorkerRuntimeAgent.h     virtual void unmuteConsole() OVERRIDE;
OVERRIDE          169 Source/core/loader/DocumentLoader.h         virtual void redirectReceived(Resource*, ResourceRequest&, const ResourceResponse&) OVERRIDE FINAL;
OVERRIDE          170 Source/core/loader/DocumentLoader.h         virtual void updateRequest(Resource*, const ResourceRequest&) OVERRIDE FINAL;
OVERRIDE          171 Source/core/loader/DocumentLoader.h         virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE FINAL;
OVERRIDE          172 Source/core/loader/DocumentLoader.h         virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE FINAL;
OVERRIDE          173 Source/core/loader/DocumentLoader.h         virtual void notifyFinished(Resource*) OVERRIDE FINAL;
OVERRIDE           61 Source/core/loader/DocumentThreadableLoader.h         virtual void cancel() OVERRIDE;
OVERRIDE           68 Source/core/loader/DocumentThreadableLoader.h         virtual void refThreadableLoader() OVERRIDE { ref(); }
OVERRIDE           69 Source/core/loader/DocumentThreadableLoader.h         virtual void derefThreadableLoader() OVERRIDE { deref(); }
OVERRIDE           80 Source/core/loader/DocumentThreadableLoader.h         virtual void dataSent(Resource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE           81 Source/core/loader/DocumentThreadableLoader.h         virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
OVERRIDE           82 Source/core/loader/DocumentThreadableLoader.h         virtual void dataReceived(Resource*, const char* data, int dataLength) OVERRIDE;
OVERRIDE           83 Source/core/loader/DocumentThreadableLoader.h         virtual void redirectReceived(Resource*, ResourceRequest&, const ResourceResponse&) OVERRIDE;
OVERRIDE           84 Source/core/loader/DocumentThreadableLoader.h         virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           85 Source/core/loader/DocumentThreadableLoader.h         virtual void dataDownloaded(Resource*, int) OVERRIDE;
OVERRIDE           45 Source/core/loader/DocumentThreadableLoaderClient.h     virtual bool isDocumentThreadableLoaderClient()  OVERRIDE FINAL { return true; }
OVERRIDE           73 Source/core/loader/EmptyClients.cpp     virtual void show(const FloatQuad&, const IntSize&, int) OVERRIDE { }
OVERRIDE           74 Source/core/loader/EmptyClients.cpp     virtual void hide() OVERRIDE { }
OVERRIDE           75 Source/core/loader/EmptyClients.cpp     virtual void updateFromElement() OVERRIDE { }
OVERRIDE           76 Source/core/loader/EmptyClients.cpp     virtual void disconnectClient() OVERRIDE { }
OVERRIDE           72 Source/core/loader/EmptyClients.h     virtual void chromeDestroyed() OVERRIDE { }
OVERRIDE           74 Source/core/loader/EmptyClients.h     virtual void* webView() const OVERRIDE { return 0; }
OVERRIDE           75 Source/core/loader/EmptyClients.h     virtual void setWindowRect(const FloatRect&) OVERRIDE { }
OVERRIDE           76 Source/core/loader/EmptyClients.h     virtual FloatRect windowRect() OVERRIDE { return FloatRect(); }
OVERRIDE           78 Source/core/loader/EmptyClients.h     virtual FloatRect pageRect() OVERRIDE { return FloatRect(); }
OVERRIDE           80 Source/core/loader/EmptyClients.h     virtual void focus() OVERRIDE { }
OVERRIDE           82 Source/core/loader/EmptyClients.h     virtual bool canTakeFocus(FocusType) OVERRIDE { return false; }
OVERRIDE           83 Source/core/loader/EmptyClients.h     virtual void takeFocus(FocusType) OVERRIDE { }
OVERRIDE           85 Source/core/loader/EmptyClients.h     virtual void focusedNodeChanged(Node*) OVERRIDE { }
OVERRIDE           86 Source/core/loader/EmptyClients.h     virtual void focusedFrameChanged(LocalFrame*) OVERRIDE { }
OVERRIDE           87 Source/core/loader/EmptyClients.h     virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; }
OVERRIDE           88 Source/core/loader/EmptyClients.h     virtual void show(NavigationPolicy) OVERRIDE { }
OVERRIDE           90 Source/core/loader/EmptyClients.h     virtual bool canRunModal() OVERRIDE { return false; }
OVERRIDE           91 Source/core/loader/EmptyClients.h     virtual void runModal() OVERRIDE { }
OVERRIDE           93 Source/core/loader/EmptyClients.h     virtual void setToolbarsVisible(bool) OVERRIDE { }
OVERRIDE           94 Source/core/loader/EmptyClients.h     virtual bool toolbarsVisible() OVERRIDE { return false; }
OVERRIDE           96 Source/core/loader/EmptyClients.h     virtual void setStatusbarVisible(bool) OVERRIDE { }
OVERRIDE           97 Source/core/loader/EmptyClients.h     virtual bool statusbarVisible() OVERRIDE { return false; }
OVERRIDE           99 Source/core/loader/EmptyClients.h     virtual void setScrollbarsVisible(bool) OVERRIDE { }
OVERRIDE          100 Source/core/loader/EmptyClients.h     virtual bool scrollbarsVisible() OVERRIDE { return false; }
OVERRIDE          102 Source/core/loader/EmptyClients.h     virtual void setMenubarVisible(bool) OVERRIDE { }
OVERRIDE          103 Source/core/loader/EmptyClients.h     virtual bool menubarVisible() OVERRIDE { return false; }
OVERRIDE          105 Source/core/loader/EmptyClients.h     virtual void setResizable(bool) OVERRIDE { }
OVERRIDE          107 Source/core/loader/EmptyClients.h     virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; }
OVERRIDE          108 Source/core/loader/EmptyClients.h     virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&, const String&) OVERRIDE { }
OVERRIDE          110 Source/core/loader/EmptyClients.h     virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
OVERRIDE          111 Source/core/loader/EmptyClients.h     virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; }
OVERRIDE          113 Source/core/loader/EmptyClients.h     virtual void closeWindowSoon() OVERRIDE { }
OVERRIDE          115 Source/core/loader/EmptyClients.h     virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { }
OVERRIDE          116 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; }
OVERRIDE          117 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { return false; }
OVERRIDE          119 Source/core/loader/EmptyClients.h     virtual bool hasOpenedPopup() const OVERRIDE { return false; }
OVERRIDE          120 Source/core/loader/EmptyClients.h     virtual PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE;
OVERRIDE          121 Source/core/loader/EmptyClients.h     virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE { }
OVERRIDE          122 Source/core/loader/EmptyClients.h     virtual void resetPagePopupDriver() OVERRIDE { }
OVERRIDE          124 Source/core/loader/EmptyClients.h     virtual void setStatusbarText(const String&) OVERRIDE { }
OVERRIDE          126 Source/core/loader/EmptyClients.h     virtual bool tabsToLinks() OVERRIDE { return false; }
OVERRIDE          128 Source/core/loader/EmptyClients.h     virtual IntRect windowResizerRect() const OVERRIDE { return IntRect(); }
OVERRIDE          130 Source/core/loader/EmptyClients.h     virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE { }
OVERRIDE          131 Source/core/loader/EmptyClients.h     virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE { }
OVERRIDE          132 Source/core/loader/EmptyClients.h     virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { }
OVERRIDE          133 Source/core/loader/EmptyClients.h     virtual void scheduleAnimation() OVERRIDE { }
OVERRIDE          135 Source/core/loader/EmptyClients.h     virtual bool isCompositorFramePending() const OVERRIDE { return false; }
OVERRIDE          137 Source/core/loader/EmptyClients.h     virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }
OVERRIDE          138 Source/core/loader/EmptyClients.h     virtual blink::WebScreenInfo screenInfo() const OVERRIDE { return blink::WebScreenInfo(); }
OVERRIDE          139 Source/core/loader/EmptyClients.h     virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE { }
OVERRIDE          141 Source/core/loader/EmptyClients.h     virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned) OVERRIDE { }
OVERRIDE          143 Source/core/loader/EmptyClients.h     virtual void setToolTip(const String&, TextDirection) OVERRIDE { }
OVERRIDE          145 Source/core/loader/EmptyClients.h     virtual void print(LocalFrame*) OVERRIDE { }
OVERRIDE          147 Source/core/loader/EmptyClients.h     virtual void enumerateChosenDirectory(FileChooser*) OVERRIDE { }
OVERRIDE          149 Source/core/loader/EmptyClients.h     virtual PassOwnPtr<ColorChooser> createColorChooser(ColorChooserClient*, const Color&) OVERRIDE;
OVERRIDE          150 Source/core/loader/EmptyClients.h     virtual PassRefPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) OVERRIDE;
OVERRIDE          151 Source/core/loader/EmptyClients.h     virtual void openTextDataListChooser(HTMLInputElement&) OVERRIDE;
OVERRIDE          153 Source/core/loader/EmptyClients.h     virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) OVERRIDE;
OVERRIDE          155 Source/core/loader/EmptyClients.h     virtual void setCursor(const Cursor&) OVERRIDE { }
OVERRIDE          157 Source/core/loader/EmptyClients.h     virtual void attachRootGraphicsLayer(GraphicsLayer*) OVERRIDE { }
OVERRIDE          159 Source/core/loader/EmptyClients.h     virtual void needTouchEvents(bool) OVERRIDE { }
OVERRIDE          160 Source/core/loader/EmptyClients.h     virtual void setTouchAction(TouchAction touchAction) OVERRIDE { };
OVERRIDE          162 Source/core/loader/EmptyClients.h     virtual void numWheelEventHandlersChanged(unsigned) OVERRIDE { }
OVERRIDE          164 Source/core/loader/EmptyClients.h     virtual bool shouldRubberBandInDirection(WebCore::ScrollDirection) const OVERRIDE { return false; }
OVERRIDE          166 Source/core/loader/EmptyClients.h     virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) OVERRIDE { }
OVERRIDE          168 Source/core/loader/EmptyClients.h     virtual void annotatedRegionsChanged() OVERRIDE { }
OVERRIDE          169 Source/core/loader/EmptyClients.h     virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) OVERRIDE { return false; }
OVERRIDE          170 Source/core/loader/EmptyClients.h     virtual String acceptLanguages() OVERRIDE;
OVERRIDE          179 Source/core/loader/EmptyClients.h     virtual bool hasWebView() const OVERRIDE { return true; } // mainly for assertions
OVERRIDE          181 Source/core/loader/EmptyClients.h     virtual Frame* opener() const OVERRIDE { return 0; }
OVERRIDE          182 Source/core/loader/EmptyClients.h     virtual void setOpener(Frame*) OVERRIDE { }
OVERRIDE          184 Source/core/loader/EmptyClients.h     virtual Frame* parent() const OVERRIDE { return 0; }
OVERRIDE          185 Source/core/loader/EmptyClients.h     virtual Frame* top() const OVERRIDE { return 0; }
OVERRIDE          186 Source/core/loader/EmptyClients.h     virtual Frame* previousSibling() const OVERRIDE { return 0; }
OVERRIDE          187 Source/core/loader/EmptyClients.h     virtual Frame* nextSibling() const OVERRIDE { return 0; }
OVERRIDE          188 Source/core/loader/EmptyClients.h     virtual Frame* firstChild() const OVERRIDE { return 0; }
OVERRIDE          189 Source/core/loader/EmptyClients.h     virtual Frame* lastChild() const OVERRIDE { return 0; }
OVERRIDE          190 Source/core/loader/EmptyClients.h     virtual void detachedFromParent() OVERRIDE { }
OVERRIDE          192 Source/core/loader/EmptyClients.h     virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) OVERRIDE { }
OVERRIDE          193 Source/core/loader/EmptyClients.h     virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) OVERRIDE { }
OVERRIDE          194 Source/core/loader/EmptyClients.h     virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long) OVERRIDE { }
OVERRIDE          195 Source/core/loader/EmptyClients.h     virtual void dispatchDidLoadResourceFromMemoryCache(const ResourceRequest&, const ResourceResponse&) OVERRIDE { }
OVERRIDE          197 Source/core/loader/EmptyClients.h     virtual void dispatchDidHandleOnloadEvents() OVERRIDE { }
OVERRIDE          198 Source/core/loader/EmptyClients.h     virtual void dispatchDidReceiveServerRedirectForProvisionalLoad() OVERRIDE { }
OVERRIDE          199 Source/core/loader/EmptyClients.h     virtual void dispatchWillClose() OVERRIDE { }
OVERRIDE          200 Source/core/loader/EmptyClients.h     virtual void dispatchDidStartProvisionalLoad() OVERRIDE { }
OVERRIDE          201 Source/core/loader/EmptyClients.h     virtual void dispatchDidReceiveTitle(const String&) OVERRIDE { }
OVERRIDE          202 Source/core/loader/EmptyClients.h     virtual void dispatchDidChangeIcons(IconType) OVERRIDE { }
OVERRIDE          203 Source/core/loader/EmptyClients.h     virtual void dispatchDidCommitLoad(LocalFrame*, HistoryItem*, HistoryCommitType) OVERRIDE { }
OVERRIDE          204 Source/core/loader/EmptyClients.h     virtual void dispatchDidFailProvisionalLoad(const ResourceError&) OVERRIDE { }
OVERRIDE          205 Source/core/loader/EmptyClients.h     virtual void dispatchDidFailLoad(const ResourceError&) OVERRIDE { }
OVERRIDE          206 Source/core/loader/EmptyClients.h     virtual void dispatchDidFinishDocumentLoad() OVERRIDE { }
OVERRIDE          207 Source/core/loader/EmptyClients.h     virtual void dispatchDidFinishLoad() OVERRIDE { }
OVERRIDE          208 Source/core/loader/EmptyClients.h     virtual void dispatchDidFirstVisuallyNonEmptyLayout() OVERRIDE { }
OVERRIDE          210 Source/core/loader/EmptyClients.h     virtual NavigationPolicy decidePolicyForNavigation(const ResourceRequest&, DocumentLoader*, NavigationPolicy) OVERRIDE;
OVERRIDE          212 Source/core/loader/EmptyClients.h     virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) OVERRIDE;
OVERRIDE          213 Source/core/loader/EmptyClients.h     virtual void dispatchWillSubmitForm(HTMLFormElement*) OVERRIDE;
OVERRIDE          215 Source/core/loader/EmptyClients.h     virtual void didStartLoading(LoadStartType) OVERRIDE { }
OVERRIDE          216 Source/core/loader/EmptyClients.h     virtual void progressEstimateChanged(double) OVERRIDE { }
OVERRIDE          217 Source/core/loader/EmptyClients.h     virtual void didStopLoading() OVERRIDE { }
OVERRIDE          219 Source/core/loader/EmptyClients.h     virtual void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String& = String()) OVERRIDE { }
OVERRIDE          221 Source/core/loader/EmptyClients.h     virtual PassRefPtr<DocumentLoader> createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) OVERRIDE;
OVERRIDE          223 Source/core/loader/EmptyClients.h     virtual String userAgent(const KURL&) OVERRIDE { return ""; }
OVERRIDE          225 Source/core/loader/EmptyClients.h     virtual String doNotTrackValue() OVERRIDE { return String(); }
OVERRIDE          227 Source/core/loader/EmptyClients.h     virtual void transitionToCommittedForNewPage() OVERRIDE { }
OVERRIDE          229 Source/core/loader/EmptyClients.h     virtual bool navigateBackForward(int offset) const OVERRIDE { return false; }
OVERRIDE          230 Source/core/loader/EmptyClients.h     virtual void didDisplayInsecureContent() OVERRIDE { }
OVERRIDE          231 Source/core/loader/EmptyClients.h     virtual void didRunInsecureContent(SecurityOrigin*, const KURL&) OVERRIDE { }
OVERRIDE          232 Source/core/loader/EmptyClients.h     virtual void didDetectXSS(const KURL&, bool) OVERRIDE { }
OVERRIDE          233 Source/core/loader/EmptyClients.h     virtual void didDispatchPingLoader(const KURL&) OVERRIDE { }
OVERRIDE          234 Source/core/loader/EmptyClients.h     virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { }
OVERRIDE          235 Source/core/loader/EmptyClients.h     virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
OVERRIDE          236 Source/core/loader/EmptyClients.h     virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE;
OVERRIDE          237 Source/core/loader/EmptyClients.h     virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }
OVERRIDE          238 Source/core/loader/EmptyClients.h     virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE;
OVERRIDE          240 Source/core/loader/EmptyClients.h     virtual ObjectContentType objectContentType(const KURL&, const String&, bool) OVERRIDE { return ObjectContentType(); }
OVERRIDE          242 Source/core/loader/EmptyClients.h     virtual void dispatchDidClearWindowObjectInWorld(DOMWrapperWorld&) OVERRIDE { }
OVERRIDE          243 Source/core/loader/EmptyClients.h     virtual void documentElementAvailable() OVERRIDE { }
OVERRIDE          245 Source/core/loader/EmptyClients.h     virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) OVERRIDE { }
OVERRIDE          246 Source/core/loader/EmptyClients.h     virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) OVERRIDE { }
OVERRIDE          247 Source/core/loader/EmptyClients.h     virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE { return false; }
OVERRIDE          249 Source/core/loader/EmptyClients.h     virtual blink::WebCookieJar* cookieJar() const OVERRIDE { return 0; }
OVERRIDE          251 Source/core/loader/EmptyClients.h     virtual void didRequestAutocomplete(HTMLFormElement*) OVERRIDE;
OVERRIDE          253 Source/core/loader/EmptyClients.h     virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE;
OVERRIDE          254 Source/core/loader/EmptyClients.h     virtual PassOwnPtr<blink::WebApplicationCacheHost> createApplicationCacheHost(blink::WebApplicationCacheHostClient*) OVERRIDE;
OVERRIDE          259 Source/core/loader/EmptyClients.h     virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }
OVERRIDE          260 Source/core/loader/EmptyClients.h     virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { }
OVERRIDE          261 Source/core/loader/EmptyClients.h     virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) OVERRIDE { return String(); }
OVERRIDE          262 Source/core/loader/EmptyClients.h     virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) OVERRIDE { }
OVERRIDE          263 Source/core/loader/EmptyClients.h     virtual void requestCheckingOfString(PassRefPtr<TextCheckingRequest>) OVERRIDE;
OVERRIDE          272 Source/core/loader/EmptyClients.h     virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
OVERRIDE          273 Source/core/loader/EmptyClients.h     virtual void toggleContinuousSpellChecking() OVERRIDE { }
OVERRIDE          274 Source/core/loader/EmptyClients.h     virtual bool isGrammarCheckingEnabled() OVERRIDE { return false; }
OVERRIDE          276 Source/core/loader/EmptyClients.h     virtual TextCheckerClient& textChecker() OVERRIDE { return m_textCheckerClient; }
OVERRIDE          278 Source/core/loader/EmptyClients.h     virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { }
OVERRIDE          279 Source/core/loader/EmptyClients.h     virtual void showSpellingUI(bool) OVERRIDE { }
OVERRIDE          280 Source/core/loader/EmptyClients.h     virtual bool spellingUIIsShowing() OVERRIDE { return false; }
OVERRIDE          292 Source/core/loader/EmptyClients.h     virtual void respondToChangedContents() OVERRIDE { }
OVERRIDE          293 Source/core/loader/EmptyClients.h     virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { }
OVERRIDE          295 Source/core/loader/EmptyClients.h     virtual bool canCopyCut(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
OVERRIDE          296 Source/core/loader/EmptyClients.h     virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
OVERRIDE          298 Source/core/loader/EmptyClients.h     virtual void didExecuteCommand(String) OVERRIDE { }
OVERRIDE          299 Source/core/loader/EmptyClients.h     virtual bool handleKeyboardEvent() OVERRIDE { return false; }
OVERRIDE          307 Source/core/loader/EmptyClients.h     virtual void showContextMenu(const ContextMenu*) OVERRIDE { }
OVERRIDE          308 Source/core/loader/EmptyClients.h     virtual void clearContextMenu() OVERRIDE { }
OVERRIDE          316 Source/core/loader/EmptyClients.h     virtual DragDestinationAction actionMaskForDrag(DragData*) OVERRIDE { return DragDestinationActionNone; }
OVERRIDE          317 Source/core/loader/EmptyClients.h     virtual void startDrag(DragImage*, const IntPoint&, const IntPoint&, Clipboard*, LocalFrame*, bool) OVERRIDE { }
OVERRIDE          326 Source/core/loader/EmptyClients.h     virtual void highlight() OVERRIDE { }
OVERRIDE          327 Source/core/loader/EmptyClients.h     virtual void hideHighlight() OVERRIDE { }
OVERRIDE          332 Source/core/loader/EmptyClients.h     virtual int backListCount() OVERRIDE { return 0; }
OVERRIDE          333 Source/core/loader/EmptyClients.h     virtual int forwardListCount() OVERRIDE { return 0; }
OVERRIDE          334 Source/core/loader/EmptyClients.h     virtual int backForwardListCount() OVERRIDE { return 0; }
OVERRIDE          339 Source/core/loader/EmptyClients.h     virtual PassOwnPtr<StorageNamespace> createSessionStorageNamespace() OVERRIDE;
OVERRIDE          340 Source/core/loader/EmptyClients.h     virtual bool canAccessStorage(LocalFrame*, StorageType) const OVERRIDE { return false; }
OVERRIDE           53 Source/core/loader/FrameFetchContext.h     virtual void reportLocalLoadFailed(const KURL&) OVERRIDE;
OVERRIDE           54 Source/core/loader/FrameFetchContext.h     virtual void addAdditionalRequestHeaders(Document*, ResourceRequest&, FetchResourceType) OVERRIDE;
OVERRIDE           55 Source/core/loader/FrameFetchContext.h     virtual CachePolicy cachePolicy(Document*) const OVERRIDE;
OVERRIDE           57 Source/core/loader/FrameFetchContext.h     virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo()) OVERRIDE;
OVERRIDE           58 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidLoadResourceFromMemoryCache(const ResourceRequest&, const ResourceResponse&) OVERRIDE;
OVERRIDE           59 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long identifier, const ResourceResponse&, ResourceLoader* = 0) OVERRIDE;
OVERRIDE           60 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidReceiveData(DocumentLoader*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength) OVERRIDE;
OVERRIDE           61 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidDownloadData(DocumentLoader*, unsigned long identifier, int dataLength, int encodedDataLength)  OVERRIDE;
OVERRIDE           62 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier, double finishTime, int64_t encodedDataLength) OVERRIDE;
OVERRIDE           63 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidFail(DocumentLoader*, unsigned long identifier, const ResourceError&) OVERRIDE;
OVERRIDE           64 Source/core/loader/FrameFetchContext.h     virtual void sendRemainingDelegateMessages(DocumentLoader*, unsigned long identifier, const ResourceResponse&, int dataLength) OVERRIDE;
OVERRIDE           89 Source/core/loader/ImageLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           56 Source/core/loader/LinkLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           59 Source/core/loader/LinkLoader.h     virtual void didStartPrerender() OVERRIDE;
OVERRIDE           60 Source/core/loader/LinkLoader.h     virtual void didStopPrerender() OVERRIDE;
OVERRIDE           61 Source/core/loader/LinkLoader.h     virtual void didSendLoadForPrerender() OVERRIDE;
OVERRIDE           62 Source/core/loader/LinkLoader.h     virtual void didSendDOMContentLoadedForPrerender() OVERRIDE;
OVERRIDE          107 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
OVERRIDE          134 Source/core/loader/NavigationScheduler.cpp     virtual bool shouldStartTimer(LocalFrame* frame) OVERRIDE { return frame->loader().allAncestorsAreComplete(); }
OVERRIDE          136 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
OVERRIDE          161 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
OVERRIDE          179 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
OVERRIDE          209 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
OVERRIDE          220 Source/core/loader/NavigationScheduler.cpp     virtual bool isForm() const OVERRIDE { return true; }
OVERRIDE           76 Source/core/loader/PingLoader.h     virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) OVERRIDE;
OVERRIDE           77 Source/core/loader/PingLoader.h     virtual void didReceiveData(blink::WebURLLoader*, const char*, int, int) OVERRIDE;
OVERRIDE           78 Source/core/loader/PingLoader.h     virtual void didFinishLoading(blink::WebURLLoader*, double, int64_t) OVERRIDE;
OVERRIDE           79 Source/core/loader/PingLoader.h     virtual void didFail(blink::WebURLLoader*, const blink::WebURLError&) OVERRIDE;
OVERRIDE           57 Source/core/loader/PrerenderHandle.h     virtual void documentWasDetached() OVERRIDE;
OVERRIDE           47 Source/core/loader/SinkDocument.cpp     virtual void appendBytes(const char*, size_t) OVERRIDE { }
OVERRIDE           43 Source/core/loader/SinkDocument.h     virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
OVERRIDE           70 Source/core/loader/TextTrackLoader.h     virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE;
OVERRIDE           71 Source/core/loader/TextTrackLoader.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           74 Source/core/loader/TextTrackLoader.h     virtual void newCuesParsed() OVERRIDE;
OVERRIDE           75 Source/core/loader/TextTrackLoader.h     virtual void newRegionsParsed() OVERRIDE;
OVERRIDE           76 Source/core/loader/TextTrackLoader.h     virtual void fileFailedToParse() OVERRIDE;
OVERRIDE           51 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE           52 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
OVERRIDE           53 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didReceiveData(const char*, int dataLength) OVERRIDE;
OVERRIDE           54 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didDownloadData(int dataLength) OVERRIDE;
OVERRIDE           55 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didReceiveCachedMetadata(const char*, int dataLength) OVERRIDE;
OVERRIDE           56 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE;
OVERRIDE           57 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE           58 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE;
OVERRIDE           59 Source/core/loader/WorkerLoaderClientBridge.h     virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE           57 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE           58 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
OVERRIDE           59 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didReceiveData(const char*, int dataLength) OVERRIDE;
OVERRIDE           60 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didDownloadData(int dataLength) OVERRIDE;
OVERRIDE           61 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didReceiveCachedMetadata(const char*, int dataLength) OVERRIDE;
OVERRIDE           62 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE;
OVERRIDE           63 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE           64 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE;
OVERRIDE           65 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE           65 Source/core/loader/WorkerThreadableLoader.h         virtual void cancel() OVERRIDE;
OVERRIDE           73 Source/core/loader/WorkerThreadableLoader.h         virtual void refThreadableLoader() OVERRIDE { ref(); }
OVERRIDE           74 Source/core/loader/WorkerThreadableLoader.h         virtual void derefThreadableLoader() OVERRIDE { deref(); }
OVERRIDE          113 Source/core/loader/WorkerThreadableLoader.h             virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE          114 Source/core/loader/WorkerThreadableLoader.h             virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
OVERRIDE          115 Source/core/loader/WorkerThreadableLoader.h             virtual void didReceiveData(const char*, int dataLength) OVERRIDE;
OVERRIDE          116 Source/core/loader/WorkerThreadableLoader.h             virtual void didDownloadData(int dataLength) OVERRIDE;
OVERRIDE          117 Source/core/loader/WorkerThreadableLoader.h             virtual void didReceiveCachedMetadata(const char*, int dataLength) OVERRIDE;
OVERRIDE          118 Source/core/loader/WorkerThreadableLoader.h             virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE;
OVERRIDE          119 Source/core/loader/WorkerThreadableLoader.h             virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE          120 Source/core/loader/WorkerThreadableLoader.h             virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE;
OVERRIDE          121 Source/core/loader/WorkerThreadableLoader.h             virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE           53 Source/core/loader/appcache/ApplicationCache.h     virtual void willDestroyGlobalObjectInFrame() OVERRIDE;
OVERRIDE           71 Source/core/loader/appcache/ApplicationCache.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           72 Source/core/loader/appcache/ApplicationCache.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          137 Source/core/loader/appcache/ApplicationCacheHost.h         virtual void didChangeCacheAssociation() OVERRIDE FINAL;
OVERRIDE          138 Source/core/loader/appcache/ApplicationCacheHost.h         virtual void notifyEventListener(blink::WebApplicationCacheHost::EventID) OVERRIDE FINAL;
OVERRIDE          139 Source/core/loader/appcache/ApplicationCacheHost.h         virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone) OVERRIDE FINAL;
OVERRIDE          140 Source/core/loader/appcache/ApplicationCacheHost.h         virtual void notifyErrorEventListener(blink::WebApplicationCacheHost::ErrorReason, const blink::WebURL&, int status, const blink::WebString& message) OVERRIDE FINAL;
OVERRIDE           64 Source/core/page/Chrome.h     virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE;
OVERRIDE           65 Source/core/page/Chrome.h     virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE;
OVERRIDE           66 Source/core/page/Chrome.h     virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE;
OVERRIDE           67 Source/core/page/Chrome.h     virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
OVERRIDE           68 Source/core/page/Chrome.h     virtual blink::WebScreenInfo screenInfo() const OVERRIDE;
OVERRIDE           70 Source/core/page/Chrome.h     virtual void scheduleAnimation() OVERRIDE;
OVERRIDE           79 Source/core/page/EventSource.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           80 Source/core/page/EventSource.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           88 Source/core/page/EventSource.h     virtual void stop() OVERRIDE;
OVERRIDE           95 Source/core/page/EventSource.h     virtual void didReceiveResponse(unsigned long, const ResourceResponse&) OVERRIDE;
OVERRIDE           96 Source/core/page/EventSource.h     virtual void didReceiveData(const char*, int) OVERRIDE;
OVERRIDE           97 Source/core/page/EventSource.h     virtual void didFinishLoading(unsigned long, double) OVERRIDE;
OVERRIDE           98 Source/core/page/EventSource.h     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE           99 Source/core/page/EventSource.h     virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE;
OVERRIDE          100 Source/core/page/EventSource.h     virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE          239 Source/core/page/Page.h     virtual void settingsChanged(SettingsDelegate::ChangeType) OVERRIDE;
OVERRIDE           46 Source/core/page/PageLifecycleNotifier.h     virtual void addObserver(Observer*) OVERRIDE;
OVERRIDE           47 Source/core/page/PageLifecycleNotifier.h     virtual void removeObserver(Observer*) OVERRIDE;
OVERRIDE          108 Source/core/page/PageSerializer.cpp     virtual void appendText(StringBuilder& out, Text&) OVERRIDE;
OVERRIDE          109 Source/core/page/PageSerializer.cpp     virtual void appendElement(StringBuilder& out, Element&, Namespaces*) OVERRIDE;
OVERRIDE          110 Source/core/page/PageSerializer.cpp     virtual void appendCustomAttributes(StringBuilder& out, const Element&, Namespaces*) OVERRIDE;
OVERRIDE          111 Source/core/page/PageSerializer.cpp     virtual void appendEndTag(const Node&) OVERRIDE;
OVERRIDE          107 Source/core/page/scrolling/ScrollingConstraints.h     virtual ConstraintType constraintType() const OVERRIDE { return FixedPositionConstaint; }
OVERRIDE          175 Source/core/page/scrolling/ScrollingConstraints.h     virtual ConstraintType constraintType() const OVERRIDE { return StickyPositionConstraint; }
OVERRIDE           45 Source/core/plugins/PluginView.h     virtual bool isPluginView() const OVERRIDE FINAL { return true; }
OVERRIDE           39 Source/core/rendering/AutoTableLayout.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) OVERRIDE;
OVERRIDE           40 Source/core/rendering/AutoTableLayout.h     virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
OVERRIDE           41 Source/core/rendering/AutoTableLayout.h     virtual void layout() OVERRIDE;
OVERRIDE           42 Source/core/rendering/AutoTableLayout.h     virtual void willChangeTableLayout() OVERRIDE { }
OVERRIDE           77 Source/core/rendering/ClipPathOperation.h     virtual bool operator==(const ClipPathOperation& o) const OVERRIDE
OVERRIDE          114 Source/core/rendering/ClipPathOperation.h     virtual bool operator==(const ClipPathOperation&) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/EllipsisBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           44 Source/core/rendering/EllipsisBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           48 Source/core/rendering/EllipsisBox.h     virtual float virtualLogicalHeight() const OVERRIDE { return m_height; }
OVERRIDE           52 Source/core/rendering/EllipsisBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE { return m_selectionState; }
OVERRIDE           90 Source/core/rendering/FilterEffectRenderer.h     virtual IntRect sourceImageRect() const OVERRIDE { return m_sourceDrawingRegion; }
OVERRIDE           36 Source/core/rendering/FixedTableLayout.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) OVERRIDE;
OVERRIDE           37 Source/core/rendering/FixedTableLayout.h     virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
OVERRIDE           38 Source/core/rendering/FixedTableLayout.h     virtual void layout() OVERRIDE;
OVERRIDE           39 Source/core/rendering/FixedTableLayout.h     virtual void willChangeTableLayout() OVERRIDE;
OVERRIDE          146 Source/core/rendering/FloatingObjects.cpp     virtual bool updateOffsetIfNeeded(const FloatingObject*) OVERRIDE FINAL;
OVERRIDE          160 Source/core/rendering/FloatingObjects.cpp     virtual bool updateOffsetIfNeeded(const FloatingObject*) OVERRIDE FINAL;
OVERRIDE           71 Source/core/rendering/InlineFlowBox.h     virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const OVERRIDE;
OVERRIDE           72 Source/core/rendering/InlineFlowBox.h     virtual const char* boxName() const OVERRIDE;
OVERRIDE           83 Source/core/rendering/InlineFlowBox.h     virtual bool isLeaf() const OVERRIDE FINAL { return false; }
OVERRIDE           91 Source/core/rendering/InlineFlowBox.h     virtual void setConstructed() OVERRIDE FINAL
OVERRIDE           99 Source/core/rendering/InlineFlowBox.h     virtual void deleteLine() OVERRIDE FINAL;
OVERRIDE          100 Source/core/rendering/InlineFlowBox.h     virtual void extractLine() OVERRIDE FINAL;
OVERRIDE          101 Source/core/rendering/InlineFlowBox.h     virtual void attachLine() OVERRIDE FINAL;
OVERRIDE          102 Source/core/rendering/InlineFlowBox.h     virtual void adjustPosition(float dx, float dy) OVERRIDE;
OVERRIDE          108 Source/core/rendering/InlineFlowBox.h     virtual void clearTruncation() OVERRIDE;
OVERRIDE          117 Source/core/rendering/InlineFlowBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE          118 Source/core/rendering/InlineFlowBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE          202 Source/core/rendering/InlineFlowBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE;
OVERRIDE          204 Source/core/rendering/InlineFlowBox.h     virtual bool canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const OVERRIDE FINAL;
OVERRIDE          205 Source/core/rendering/InlineFlowBox.h     virtual float placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, float &truncatedWidth, bool&) OVERRIDE;
OVERRIDE          314 Source/core/rendering/InlineFlowBox.h     virtual bool isInlineFlowBox() const OVERRIDE FINAL { return true; }
OVERRIDE           56 Source/core/rendering/InlineTextBox.h     virtual void destroy() OVERRIDE FINAL;
OVERRIDE           75 Source/core/rendering/InlineTextBox.h     virtual void markDirty(bool dirty = true) OVERRIDE FINAL;
OVERRIDE           84 Source/core/rendering/InlineTextBox.h     virtual int baselinePosition(FontBaseline) const OVERRIDE FINAL;
OVERRIDE           85 Source/core/rendering/InlineTextBox.h     virtual LayoutUnit lineHeight() const OVERRIDE FINAL;
OVERRIDE           97 Source/core/rendering/InlineTextBox.h     virtual void showBox(int = 0) const OVERRIDE;
OVERRIDE           98 Source/core/rendering/InlineTextBox.h     virtual const char* boxName() const OVERRIDE;
OVERRIDE          114 Source/core/rendering/InlineTextBox.h     virtual FloatRect calculateBoundaries() const OVERRIDE { return FloatRect(x(), y(), width(), height()); }
OVERRIDE          121 Source/core/rendering/InlineTextBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE          122 Source/core/rendering/InlineTextBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE          128 Source/core/rendering/InlineTextBox.h     virtual void deleteLine() OVERRIDE FINAL;
OVERRIDE          129 Source/core/rendering/InlineTextBox.h     virtual void extractLine() OVERRIDE FINAL;
OVERRIDE          130 Source/core/rendering/InlineTextBox.h     virtual void attachLine() OVERRIDE FINAL;
OVERRIDE          133 Source/core/rendering/InlineTextBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;
OVERRIDE          136 Source/core/rendering/InlineTextBox.h     virtual void clearTruncation() OVERRIDE FINAL { m_truncation = cNoTruncation; }
OVERRIDE          137 Source/core/rendering/InlineTextBox.h     virtual float placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) OVERRIDE FINAL;
OVERRIDE          140 Source/core/rendering/InlineTextBox.h     virtual bool isLineBreak() const OVERRIDE FINAL;
OVERRIDE          150 Source/core/rendering/InlineTextBox.h     virtual bool isInlineTextBox() const OVERRIDE FINAL { return true; }
OVERRIDE          153 Source/core/rendering/InlineTextBox.h     virtual int caretMinOffset() const OVERRIDE FINAL;
OVERRIDE          154 Source/core/rendering/InlineTextBox.h     virtual int caretMaxOffset() const OVERRIDE FINAL;
OVERRIDE           37 Source/core/rendering/RenderApplet.h     virtual const char* renderName() const OVERRIDE { return "RenderApplet"; }
OVERRIDE           39 Source/core/rendering/RenderBR.h     virtual const char* renderName() const OVERRIDE { return "RenderBR"; }
OVERRIDE           41 Source/core/rendering/RenderBR.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) OVERRIDE { return LayoutRect(); }
OVERRIDE           43 Source/core/rendering/RenderBR.h     virtual float width(unsigned /*from*/, unsigned /*len*/, const Font&, float /*xPos*/, TextDirection, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/ , GlyphOverflow* = 0) const OVERRIDE { return 0; }
OVERRIDE           44 Source/core/rendering/RenderBR.h     virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, TextDirection, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const OVERRIDE { return 0; }
OVERRIDE           49 Source/core/rendering/RenderBR.h     virtual bool isBR() const OVERRIDE { return true; }
OVERRIDE           51 Source/core/rendering/RenderBR.h     virtual int caretMinOffset() const OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderBR.h     virtual int caretMaxOffset() const OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderBR.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           57 Source/core/rendering/RenderBR.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           89 Source/core/rendering/RenderBlock.h     virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL;
OVERRIDE           90 Source/core/rendering/RenderBlock.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderBlock.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE          103 Source/core/rendering/RenderBlock.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE          118 Source/core/rendering/RenderBlock.h     virtual bool visibleForTouchAction() const OVERRIDE FINAL { return true; }
OVERRIDE          149 Source/core/rendering/RenderBlock.h     virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) OVERRIDE FINAL;
OVERRIDE          156 Source/core/rendering/RenderBlock.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE          159 Source/core/rendering/RenderBlock.h     virtual LayoutUnit availableLogicalWidth() const OVERRIDE FINAL;
OVERRIDE          187 Source/core/rendering/RenderBlock.h     virtual void adjustForColumns(LayoutSize&, const LayoutPoint&) const OVERRIDE FINAL;
OVERRIDE          193 Source/core/rendering/RenderBlock.h     virtual RenderBoxModelObject* virtualContinuation() const OVERRIDE FINAL { return continuation(); }
OVERRIDE          208 Source/core/rendering/RenderBlock.h     virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE;
OVERRIDE          271 Source/core/rendering/RenderBlock.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE          275 Source/core/rendering/RenderBlock.h     virtual void layout() OVERRIDE;
OVERRIDE          276 Source/core/rendering/RenderBlock.h     virtual bool updateImageLoadingPriorities() OVERRIDE FINAL;
OVERRIDE          291 Source/core/rendering/RenderBlock.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          292 Source/core/rendering/RenderBlock.h     virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          299 Source/core/rendering/RenderBlock.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          301 Source/core/rendering/RenderBlock.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE          302 Source/core/rendering/RenderBlock.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE          305 Source/core/rendering/RenderBlock.h     virtual int firstLineBoxBaseline() const OVERRIDE;
OVERRIDE          306 Source/core/rendering/RenderBlock.h     virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE;
OVERRIDE          309 Source/core/rendering/RenderBlock.h     virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
OVERRIDE          321 Source/core/rendering/RenderBlock.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE          322 Source/core/rendering/RenderBlock.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          339 Source/core/rendering/RenderBlock.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
OVERRIDE          341 Source/core/rendering/RenderBlock.h     virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
OVERRIDE          347 Source/core/rendering/RenderBlock.h     virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); }
OVERRIDE          350 Source/core/rendering/RenderBlock.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
OVERRIDE          351 Source/core/rendering/RenderBlock.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
OVERRIDE          353 Source/core/rendering/RenderBlock.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE          355 Source/core/rendering/RenderBlock.h     virtual bool isRenderBlock() const OVERRIDE FINAL { return true; }
OVERRIDE          362 Source/core/rendering/RenderBlock.h     virtual void dirtyLinesFromChangedChild(RenderObject* child) OVERRIDE FINAL { m_lineBoxes.dirtyLinesFromChangedChild(this, child); }
OVERRIDE          365 Source/core/rendering/RenderBlock.h     virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) OVERRIDE;
OVERRIDE          370 Source/core/rendering/RenderBlock.h     virtual bool isSelfCollapsingBlock() const OVERRIDE;
OVERRIDE          391 Source/core/rendering/RenderBlock.h     virtual bool avoidsFloats() const OVERRIDE;
OVERRIDE          404 Source/core/rendering/RenderBlock.h     virtual RenderBlock* firstLineBlock() const OVERRIDE;
OVERRIDE          406 Source/core/rendering/RenderBlock.h     virtual LayoutRect rectWithOutlineForRepaint(const RenderLayerModelObject* repaintContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
OVERRIDE          407 Source/core/rendering/RenderBlock.h     virtual RenderStyle* outlineStyleForRepaint() const OVERRIDE FINAL;
OVERRIDE          409 Source/core/rendering/RenderBlock.h     virtual RenderObject* hoverAncestor() const OVERRIDE FINAL;
OVERRIDE          410 Source/core/rendering/RenderBlock.h     virtual void updateDragState(bool dragOn) OVERRIDE FINAL;
OVERRIDE          411 Source/core/rendering/RenderBlock.h     virtual void childBecameNonInline(RenderObject* child) OVERRIDE FINAL;
OVERRIDE          413 Source/core/rendering/RenderBlock.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool /*clipToVisibleContent*/) OVERRIDE FINAL
OVERRIDE          417 Source/core/rendering/RenderBlock.h     virtual bool shouldPaintSelectionGaps() const OVERRIDE FINAL;
OVERRIDE          431 Source/core/rendering/RenderBlock.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
OVERRIDE          432 Source/core/rendering/RenderBlock.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE          438 Source/core/rendering/RenderBlock.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
OVERRIDE          504 Source/core/rendering/RenderBlock.h     virtual LayoutUnit offsetFromLogicalTopOfFirstPage() const OVERRIDE FINAL;
OVERRIDE           59 Source/core/rendering/RenderBlockFlow.h     virtual bool isRenderBlockFlow() const OVERRIDE FINAL { return true; }
OVERRIDE           61 Source/core/rendering/RenderBlockFlow.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderBlockFlow.h     virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderBlockFlow.h     virtual void deleteLineBoxTree() OVERRIDE FINAL;
OVERRIDE          101 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
OVERRIDE          111 Source/core/rendering/RenderBlockFlow.h     virtual bool containsFloats() const OVERRIDE FINAL { return m_floatingObjects && !m_floatingObjects->set().isEmpty(); }
OVERRIDE          116 Source/core/rendering/RenderBlockFlow.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE          214 Source/core/rendering/RenderBlockFlow.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE          215 Source/core/rendering/RenderBlockFlow.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          229 Source/core/rendering/RenderBlockFlow.h     virtual bool updateLogicalWidthAndColumnWidth() OVERRIDE;
OVERRIDE          283 Source/core/rendering/RenderBlockFlow.h     virtual bool hitTestFloats(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) OVERRIDE FINAL;
OVERRIDE          285 Source/core/rendering/RenderBlockFlow.h     virtual void repaintOverhangingFloats(bool paintAllDescendants) OVERRIDE FINAL;
OVERRIDE          286 Source/core/rendering/RenderBlockFlow.h     virtual void repaintOverflow() OVERRIDE FINAL;
OVERRIDE          287 Source/core/rendering/RenderBlockFlow.h     virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase = false) OVERRIDE FINAL;
OVERRIDE          288 Source/core/rendering/RenderBlockFlow.h     virtual void clipOutFloatingObjects(RenderBlock*, const PaintInfo*, const LayoutPoint&, const LayoutSize&) OVERRIDE;
OVERRIDE          300 Source/core/rendering/RenderBlockFlow.h     virtual void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const OVERRIDE; // Helper function for borderFitAdjust
OVERRIDE          424 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit collapsedMarginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
OVERRIDE          425 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit collapsedMarginAfter() const OVERRIDE FINAL { return maxPositiveMarginAfter() - maxNegativeMarginAfter(); }
OVERRIDE          447 Source/core/rendering/RenderBlockFlow.h     virtual bool isSelfCollapsingBlock() const OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderBox.h     virtual LayerType layerTypeRequired() const OVERRIDE
OVERRIDE           84 Source/core/rendering/RenderBox.h     virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
OVERRIDE          182 Source/core/rendering/RenderBox.h     virtual IntRect borderBoundingBox() const OVERRIDE FINAL { return pixelSnappedBorderBoxRect(); }
OVERRIDE          195 Source/core/rendering/RenderBox.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
OVERRIDE          244 Source/core/rendering/RenderBox.h     virtual LayoutUnit offsetWidth() const OVERRIDE { return width(); }
OVERRIDE          245 Source/core/rendering/RenderBox.h     virtual LayoutUnit offsetHeight() const OVERRIDE { return height(); }
OVERRIDE          247 Source/core/rendering/RenderBox.h     virtual int pixelSnappedOffsetWidth() const OVERRIDE FINAL;
OVERRIDE          248 Source/core/rendering/RenderBox.h     virtual int pixelSnappedOffsetHeight() const OVERRIDE FINAL;
OVERRIDE          283 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginTop() const OVERRIDE { return m_marginBox.top(); }
OVERRIDE          284 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginBottom() const OVERRIDE { return m_marginBox.bottom(); }
OVERRIDE          285 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginLeft() const OVERRIDE { return m_marginBox.left(); }
OVERRIDE          286 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginRight() const OVERRIDE { return m_marginBox.right(); }
OVERRIDE          295 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginBefore(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.before((overrideStyle ? overrideStyle : style())->writingMode()); }
OVERRIDE          296 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginAfter(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.after((overrideStyle ? overrideStyle : style())->writingMode()); }
OVERRIDE          297 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginStart(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL
OVERRIDE          302 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginEnd(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL
OVERRIDE          331 Source/core/rendering/RenderBox.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
OVERRIDE          332 Source/core/rendering/RenderBox.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE          339 Source/core/rendering/RenderBox.h     virtual void layout() OVERRIDE;
OVERRIDE          340 Source/core/rendering/RenderBox.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          341 Source/core/rendering/RenderBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          343 Source/core/rendering/RenderBox.h     virtual LayoutUnit minPreferredLogicalWidth() const OVERRIDE;
OVERRIDE          344 Source/core/rendering/RenderBox.h     virtual LayoutUnit maxPreferredLogicalWidth() const OVERRIDE;
OVERRIDE          369 Source/core/rendering/RenderBox.h     virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const OVERRIDE;
OVERRIDE          413 Source/core/rendering/RenderBox.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE          414 Source/core/rendering/RenderBox.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
OVERRIDE          418 Source/core/rendering/RenderBox.h     virtual LayoutUnit containingBlockLogicalWidthForContent() const OVERRIDE;
OVERRIDE          502 Source/core/rendering/RenderBox.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
OVERRIDE          515 Source/core/rendering/RenderBox.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE          533 Source/core/rendering/RenderBox.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE          552 Source/core/rendering/RenderBox.h     virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE          553 Source/core/rendering/RenderBox.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE          555 Source/core/rendering/RenderBox.h     virtual LayoutUnit offsetLeft() const OVERRIDE;
OVERRIDE          556 Source/core/rendering/RenderBox.h     virtual LayoutUnit offsetTop() const OVERRIDE;
OVERRIDE          628 Source/core/rendering/RenderBox.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE          630 Source/core/rendering/RenderBox.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE          631 Source/core/rendering/RenderBox.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          632 Source/core/rendering/RenderBox.h     virtual void updateFromStyle() OVERRIDE;
OVERRIDE          637 Source/core/rendering/RenderBox.h     virtual bool computeBackgroundIsKnownToBeObscured() OVERRIDE;
OVERRIDE          658 Source/core/rendering/RenderBox.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
OVERRIDE          659 Source/core/rendering/RenderBox.h     virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
OVERRIDE          665 Source/core/rendering/RenderBox.h     virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
OVERRIDE          666 Source/core/rendering/RenderBox.h     virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
OVERRIDE          708 Source/core/rendering/RenderBox.h     virtual LayoutRect frameRectForStickyPositioning() const OVERRIDE FINAL { return frameRect(); }
OVERRIDE           89 Source/core/rendering/RenderBoxModelObject.h     virtual void updateFromStyle() OVERRIDE;
OVERRIDE           91 Source/core/rendering/RenderBoxModelObject.h     virtual LayerType layerTypeRequired() const OVERRIDE
OVERRIDE          187 Source/core/rendering/RenderBoxModelObject.h     virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
OVERRIDE          188 Source/core/rendering/RenderBoxModelObject.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
OVERRIDE          190 Source/core/rendering/RenderBoxModelObject.h     virtual void setSelectionState(SelectionState) OVERRIDE;
OVERRIDE          195 Source/core/rendering/RenderBoxModelObject.h     virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
OVERRIDE          198 Source/core/rendering/RenderBoxModelObject.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE          319 Source/core/rendering/RenderBoxModelObject.h     virtual bool isBoxModelObject() const OVERRIDE FINAL { return true; }
OVERRIDE           39 Source/core/rendering/RenderButton.h     virtual const char* renderName() const OVERRIDE { return "RenderButton"; }
OVERRIDE           40 Source/core/rendering/RenderButton.h     virtual bool isRenderButton() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderButton.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
OVERRIDE           43 Source/core/rendering/RenderButton.h     virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/rendering/RenderButton.h     virtual void addChild(RenderObject* newChild, RenderObject *beforeChild = 0) OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderButton.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderButton.h     virtual void removeLeftoverAnonymousBlock(RenderBlock*) OVERRIDE { }
OVERRIDE           48 Source/core/rendering/RenderButton.h     virtual bool createsAnonymousWrapper() const OVERRIDE { return true; }
OVERRIDE           53 Source/core/rendering/RenderButton.h     virtual bool canHaveWhitespaceChildren() const OVERRIDE { return true; }
OVERRIDE           55 Source/core/rendering/RenderButton.h     virtual bool canHaveGeneratedChildren() const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderButton.h     virtual bool hasControlClip() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/rendering/RenderButton.h     virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderButton.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode) const OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderButton.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderButton.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderButton.h     virtual bool hasLineIfEmpty() const OVERRIDE { return isHTMLInputElement(node()); }
OVERRIDE           41 Source/core/rendering/RenderCombineText.h     virtual bool isCombineText() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderCombineText.h     virtual float width(unsigned from, unsigned length, const Font&, float xPosition, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderCombineText.h     virtual const char* renderName() const OVERRIDE { return "RenderCombineText"; }
OVERRIDE           44 Source/core/rendering/RenderCombineText.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderCombineText.h     virtual void setTextInternal(PassRefPtr<StringImpl>) OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderCounter.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderCounter.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderCounter.h     virtual bool isCounter() const OVERRIDE;
OVERRIDE           51 Source/core/rendering/RenderCounter.h     virtual PassRefPtr<StringImpl> originalText() const OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual bool avoidsFloats() const OVERRIDE { return true; }
OVERRIDE           48 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual bool isDeprecatedFlexibleBox() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
OVERRIDE           55 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderDeprecatedFlexibleBox.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           37 Source/core/rendering/RenderDetailsMarker.h     virtual const char* renderName() const OVERRIDE { return "RenderDetailsMarker"; }
OVERRIDE           38 Source/core/rendering/RenderDetailsMarker.h     virtual bool isDetailsMarker() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/rendering/RenderDetailsMarker.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderEmbeddedObject.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           53 Source/core/rendering/RenderEmbeddedObject.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           59 Source/core/rendering/RenderEmbeddedObject.h     virtual void layout() OVERRIDE FINAL;
OVERRIDE           62 Source/core/rendering/RenderEmbeddedObject.h     virtual const char* renderName() const OVERRIDE { return "RenderEmbeddedObject"; }
OVERRIDE           63 Source/core/rendering/RenderEmbeddedObject.h     virtual bool isEmbeddedObject() const OVERRIDE FINAL { return true; }
OVERRIDE           66 Source/core/rendering/RenderEmbeddedObject.h     virtual void paintContents(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           68 Source/core/rendering/RenderEmbeddedObject.h     virtual LayerType layerTypeRequired() const OVERRIDE FINAL;
OVERRIDE           70 Source/core/rendering/RenderEmbeddedObject.h     virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier) OVERRIDE FINAL;
OVERRIDE           74 Source/core/rendering/RenderEmbeddedObject.h     virtual bool canHaveChildren() const OVERRIDE FINAL;
OVERRIDE           75 Source/core/rendering/RenderEmbeddedObject.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
OVERRIDE           76 Source/core/rendering/RenderEmbeddedObject.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
OVERRIDE           78 Source/core/rendering/RenderEmbeddedObject.h     virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderFieldset.h     virtual const char* renderName() const OVERRIDE { return "RenderFieldSet"; }
OVERRIDE           40 Source/core/rendering/RenderFieldset.h     virtual bool isFieldset() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderFieldset.h     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
OVERRIDE           44 Source/core/rendering/RenderFieldset.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderFieldset.h     virtual bool avoidsFloats() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/rendering/RenderFieldset.h     virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderFieldset.h     virtual void paintMask(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderFileUploadControl.h     virtual bool isFileUploadControl() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/rendering/RenderFileUploadControl.h     virtual const char* renderName() const OVERRIDE { return "RenderFileUploadControl"; }
OVERRIDE           47 Source/core/rendering/RenderFileUploadControl.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderFileUploadControl.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderFileUploadControl.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderFileUploadControl.h     virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderFileUploadControl.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderFlexibleBox.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderFlexibleBox.h     virtual bool isFlexibleBox() const OVERRIDE FINAL { return true; }
OVERRIDE           49 Source/core/rendering/RenderFlexibleBox.h     virtual bool avoidsFloats() const OVERRIDE FINAL { return true; }
OVERRIDE           50 Source/core/rendering/RenderFlexibleBox.h     virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
OVERRIDE           51 Source/core/rendering/RenderFlexibleBox.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
OVERRIDE           53 Source/core/rendering/RenderFlexibleBox.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderFlexibleBox.h     virtual int firstLineBoxBaseline() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderFlexibleBox.h     virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderFlexibleBox.h     virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           62 Source/core/rendering/RenderFlexibleBox.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderFlexibleBox.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderFlexibleBox.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderFlowThread.h     virtual bool isRenderFlowThread() const OVERRIDE FINAL { return true; }
OVERRIDE           62 Source/core/rendering/RenderFlowThread.h     virtual void layout() OVERRIDE FINAL;
OVERRIDE           66 Source/core/rendering/RenderFlowThread.h     virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NormalLayer; }
OVERRIDE           68 Source/core/rendering/RenderFlowThread.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
OVERRIDE           74 Source/core/rendering/RenderFlowThread.h     virtual void updateLogicalWidth() OVERRIDE FINAL;
OVERRIDE           75 Source/core/rendering/RenderFlowThread.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE          141 Source/core/rendering/RenderFlowThread.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL;
OVERRIDE           40 Source/core/rendering/RenderFrame.h     virtual const char* renderName() const OVERRIDE { return "RenderFrame"; }
OVERRIDE           41 Source/core/rendering/RenderFrame.h     virtual bool isFrame() const OVERRIDE { return true; }
OVERRIDE           43 Source/core/rendering/RenderFrame.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           97 Source/core/rendering/RenderFrameSet.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
OVERRIDE           98 Source/core/rendering/RenderFrameSet.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE { return children(); }
OVERRIDE          100 Source/core/rendering/RenderFrameSet.h     virtual const char* renderName() const OVERRIDE { return "RenderFrameSet"; }
OVERRIDE          101 Source/core/rendering/RenderFrameSet.h     virtual bool isFrameSet() const OVERRIDE { return true; }
OVERRIDE          103 Source/core/rendering/RenderFrameSet.h     virtual void layout() OVERRIDE;
OVERRIDE          104 Source/core/rendering/RenderFrameSet.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          105 Source/core/rendering/RenderFrameSet.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE          106 Source/core/rendering/RenderFrameSet.h     virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderFullScreen.cpp     virtual bool isRenderFullScreenPlaceholder() const OVERRIDE { return true; }
OVERRIDE           43 Source/core/rendering/RenderFullScreen.cpp     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           37 Source/core/rendering/RenderFullScreen.h     virtual bool isRenderFullScreen() const OVERRIDE { return true; }
OVERRIDE           38 Source/core/rendering/RenderFullScreen.h     virtual const char* renderName() const OVERRIDE { return "RenderFullScreen"; }
OVERRIDE           50 Source/core/rendering/RenderFullScreen.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderGrid.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderGrid.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderGrid.h     virtual bool avoidsFloats() const OVERRIDE { return true; }
OVERRIDE           53 Source/core/rendering/RenderGrid.h     virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
OVERRIDE           61 Source/core/rendering/RenderGrid.h     virtual bool isRenderGrid() const OVERRIDE { return true; }
OVERRIDE           62 Source/core/rendering/RenderGrid.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderGrid.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderGrid.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderGrid.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderGrid.h     virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE;
OVERRIDE          135 Source/core/rendering/RenderGrid.h     virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderHTMLCanvas.h     virtual bool isCanvas() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/rendering/RenderHTMLCanvas.h     virtual LayerType layerTypeRequired() const OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderHTMLCanvas.h     virtual const char* renderName() const OVERRIDE { return "RenderHTMLCanvas"; }
OVERRIDE           46 Source/core/rendering/RenderHTMLCanvas.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderHTMLCanvas.h     virtual void intrinsicSizeChanged() OVERRIDE { canvasSizeChanged(); }
OVERRIDE           49 Source/core/rendering/RenderHTMLCanvas.h     virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderIFrame.h     virtual bool shouldComputeSizeAsReplaced() const OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderIFrame.h     virtual bool isInlineBlockOrInlineTable() const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderIFrame.h     virtual void layout() OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderIFrame.h     virtual bool isRenderIFrame() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/rendering/RenderIFrame.h     virtual const char* renderName() const OVERRIDE { return "RenderPartObject"; } // Lying for now to avoid breaking tests
OVERRIDE           49 Source/core/rendering/RenderIFrame.h     virtual LayerType layerTypeRequired() const OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderImage.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
OVERRIDE           69 Source/core/rendering/RenderImage.h     virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
OVERRIDE           70 Source/core/rendering/RenderImage.h     virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE FINAL;
OVERRIDE           72 Source/core/rendering/RenderImage.h     virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE FINAL;
OVERRIDE           74 Source/core/rendering/RenderImage.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderImage.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           78 Source/core/rendering/RenderImage.h     virtual void layout() OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderImage.h     virtual bool updateImageLoadingPriorities() OVERRIDE FINAL;
OVERRIDE           81 Source/core/rendering/RenderImage.h     virtual void intrinsicSizeChanged() OVERRIDE
OVERRIDE           88 Source/core/rendering/RenderImage.h     virtual const char* renderName() const OVERRIDE { return "RenderImage"; }
OVERRIDE           90 Source/core/rendering/RenderImage.h     virtual bool isImage() const OVERRIDE { return true; }
OVERRIDE           91 Source/core/rendering/RenderImage.h     virtual bool isRenderImage() const OVERRIDE FINAL { return true; }
OVERRIDE           93 Source/core/rendering/RenderImage.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderImage.h     virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const OVERRIDE FINAL;
OVERRIDE           96 Source/core/rendering/RenderImage.h     virtual bool computeBackgroundIsKnownToBeObscured() OVERRIDE FINAL;
OVERRIDE           98 Source/core/rendering/RenderImage.h     virtual LayoutUnit minimumReplacedHeight() const OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderImage.h     virtual void notifyFinished(Resource*) OVERRIDE FINAL;
OVERRIDE          101 Source/core/rendering/RenderImage.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
OVERRIDE          103 Source/core/rendering/RenderImage.h     virtual bool boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoidance, InlineFlowBox*) const OVERRIDE FINAL;
OVERRIDE           45 Source/core/rendering/RenderImageResourceStyleImage.h     virtual void initialize(RenderObject*) OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderImageResourceStyleImage.h     virtual void shutdown() OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderImageResourceStyleImage.h     virtual bool hasImage() const OVERRIDE { return true; }
OVERRIDE           49 Source/core/rendering/RenderImageResourceStyleImage.h     virtual PassRefPtr<Image> image(int width = 0, int height = 0) const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderImageResourceStyleImage.h     virtual bool errorOccurred() const OVERRIDE { return m_styleImage->errorOccurred(); }
OVERRIDE           52 Source/core/rendering/RenderImageResourceStyleImage.h     virtual void setContainerSizeForRenderer(const IntSize&) OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderImageResourceStyleImage.h     virtual bool usesImageContainerSize() const OVERRIDE { return m_styleImage->usesImageContainerSize(); }
OVERRIDE           54 Source/core/rendering/RenderImageResourceStyleImage.h     virtual bool imageHasRelativeWidth() const OVERRIDE { return m_styleImage->imageHasRelativeWidth(); }
OVERRIDE           55 Source/core/rendering/RenderImageResourceStyleImage.h     virtual bool imageHasRelativeHeight() const OVERRIDE { return m_styleImage->imageHasRelativeHeight(); }
OVERRIDE           57 Source/core/rendering/RenderImageResourceStyleImage.h     virtual LayoutSize imageSize(float multiplier) const OVERRIDE { return m_styleImage->imageSize(m_renderer, multiplier); }
OVERRIDE           58 Source/core/rendering/RenderImageResourceStyleImage.h     virtual LayoutSize intrinsicSize(float multiplier) const OVERRIDE { return m_styleImage->imageSize(m_renderer, multiplier); }
OVERRIDE           60 Source/core/rendering/RenderImageResourceStyleImage.h     virtual WrappedImagePtr imagePtr() const OVERRIDE { return m_styleImage->data(); }
OVERRIDE           44 Source/core/rendering/RenderInline.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginLeft() const OVERRIDE FINAL;
OVERRIDE           49 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginRight() const OVERRIDE FINAL;
OVERRIDE           50 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginTop() const OVERRIDE FINAL;
OVERRIDE           51 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginBottom() const OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
OVERRIDE           53 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginAfter(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
OVERRIDE           54 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginStart(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
OVERRIDE           55 Source/core/rendering/RenderInline.h     virtual LayoutUnit marginEnd(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
OVERRIDE           57 Source/core/rendering/RenderInline.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
OVERRIDE           58 Source/core/rendering/RenderInline.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderInline.h     virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const OVERRIDE FINAL;
OVERRIDE           78 Source/core/rendering/RenderInline.h     virtual RenderBoxModelObject* virtualContinuation() const OVERRIDE FINAL { return continuation(); }
OVERRIDE           81 Source/core/rendering/RenderInline.h     virtual void updateDragState(bool dragOn) OVERRIDE FINAL;
OVERRIDE           85 Source/core/rendering/RenderInline.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
OVERRIDE           95 Source/core/rendering/RenderInline.h     virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
OVERRIDE          100 Source/core/rendering/RenderInline.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderInline.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          104 Source/core/rendering/RenderInline.h     virtual void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const OVERRIDE;
OVERRIDE          107 Source/core/rendering/RenderInline.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
OVERRIDE          108 Source/core/rendering/RenderInline.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
OVERRIDE          112 Source/core/rendering/RenderInline.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE          114 Source/core/rendering/RenderInline.h     virtual bool isRenderInline() const OVERRIDE FINAL { return true; }
OVERRIDE          126 Source/core/rendering/RenderInline.h     virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
OVERRIDE          133 Source/core/rendering/RenderInline.h     virtual void layout() OVERRIDE FINAL { ASSERT_NOT_REACHED(); } // Do nothing for layout()
OVERRIDE          135 Source/core/rendering/RenderInline.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE          137 Source/core/rendering/RenderInline.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
OVERRIDE          139 Source/core/rendering/RenderInline.h     virtual LayerType layerTypeRequired() const OVERRIDE { return isInFlowPositioned() || createsGroup() || hasClipPath() || shouldCompositeForActiveAnimations(*this) ? NormalLayer : NoLayer; }
OVERRIDE          141 Source/core/rendering/RenderInline.h     virtual LayoutUnit offsetLeft() const OVERRIDE FINAL;
OVERRIDE          142 Source/core/rendering/RenderInline.h     virtual LayoutUnit offsetTop() const OVERRIDE FINAL;
OVERRIDE          143 Source/core/rendering/RenderInline.h     virtual LayoutUnit offsetWidth() const OVERRIDE FINAL { return linesBoundingBox().width(); }
OVERRIDE          144 Source/core/rendering/RenderInline.h     virtual LayoutUnit offsetHeight() const OVERRIDE FINAL { return linesBoundingBox().height(); }
OVERRIDE          146 Source/core/rendering/RenderInline.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE          147 Source/core/rendering/RenderInline.h     virtual LayoutRect rectWithOutlineForRepaint(const RenderLayerModelObject* repaintContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
OVERRIDE          148 Source/core/rendering/RenderInline.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed) const OVERRIDE FINAL;
OVERRIDE          150 Source/core/rendering/RenderInline.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
OVERRIDE          152 Source/core/rendering/RenderInline.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE          154 Source/core/rendering/RenderInline.h     virtual LayoutRect frameRectForStickyPositioning() const OVERRIDE FINAL { return linesBoundingBox(); }
OVERRIDE          156 Source/core/rendering/RenderInline.h     virtual IntRect borderBoundingBox() const OVERRIDE FINAL
OVERRIDE          164 Source/core/rendering/RenderInline.h     virtual void dirtyLinesFromChangedChild(RenderObject* child) OVERRIDE FINAL { m_lineBoxes.dirtyLinesFromChangedChild(this, child); }
OVERRIDE          166 Source/core/rendering/RenderInline.h     virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL;
OVERRIDE          167 Source/core/rendering/RenderInline.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL;
OVERRIDE          169 Source/core/rendering/RenderInline.h     virtual void childBecameNonInline(RenderObject* child) OVERRIDE FINAL;
OVERRIDE          171 Source/core/rendering/RenderInline.h     virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE          173 Source/core/rendering/RenderInline.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE FINAL;
OVERRIDE          175 Source/core/rendering/RenderInline.h     virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) OVERRIDE FINAL;
OVERRIDE          177 Source/core/rendering/RenderInline.h     virtual void updateFromStyle() OVERRIDE FINAL;
OVERRIDE           64 Source/core/rendering/RenderLayerFilterInfo.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderLayerModelObject.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderLayerModelObject.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           76 Source/core/rendering/RenderLayerModelObject.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           78 Source/core/rendering/RenderLayerModelObject.h     virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, const LayoutRect&) const OVERRIDE;
OVERRIDE           81 Source/core/rendering/RenderLayerModelObject.h     virtual bool isLayerModelObject() const OVERRIDE FINAL { return true; }
OVERRIDE           77 Source/core/rendering/RenderLayerScrollableArea.h     virtual Scrollbar* horizontalScrollbar() const OVERRIDE { return m_hBar.get(); }
OVERRIDE           78 Source/core/rendering/RenderLayerScrollableArea.h     virtual Scrollbar* verticalScrollbar() const OVERRIDE { return m_vBar.get(); }
OVERRIDE           80 Source/core/rendering/RenderLayerScrollableArea.h     virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
OVERRIDE           81 Source/core/rendering/RenderLayerScrollableArea.h     virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderLayerScrollableArea.h     virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE;
OVERRIDE           83 Source/core/rendering/RenderLayerScrollableArea.h     virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE;
OVERRIDE           84 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool usesCompositedScrolling() const OVERRIDE;
OVERRIDE           85 Source/core/rendering/RenderLayerScrollableArea.h     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderLayerScrollableArea.h     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
OVERRIDE           87 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool isActive() const OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool isScrollCornerVisible() const OVERRIDE;
OVERRIDE           89 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntRect scrollCornerRect() const OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE           91 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE           93 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE           94 Source/core/rendering/RenderLayerScrollableArea.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderLayerScrollableArea.h     virtual void setScrollOffset(const IntPoint&) OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint scrollPosition() const OVERRIDE;
OVERRIDE           97 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint minimumScrollPosition() const OVERRIDE;
OVERRIDE           98 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint maximumScrollPosition() const OVERRIDE;
OVERRIDE           99 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntRect visibleContentRect(IncludeScrollbarsInRect) const OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderLayerScrollableArea.h     virtual int visibleHeight() const OVERRIDE;
OVERRIDE          101 Source/core/rendering/RenderLayerScrollableArea.h     virtual int visibleWidth() const OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntSize contentsSize() const OVERRIDE;
OVERRIDE          103 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntSize overhangAmount() const OVERRIDE;
OVERRIDE          104 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntPoint lastKnownMousePosition() const OVERRIDE;
OVERRIDE          105 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
OVERRIDE          106 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool scrollbarsCanBeActive() const OVERRIDE;
OVERRIDE          107 Source/core/rendering/RenderLayerScrollableArea.h     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE          108 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          109 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE          110 Source/core/rendering/RenderLayerScrollableArea.h     virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          221 Source/core/rendering/RenderLayerScrollableArea.h     virtual void updateNeedsCompositedScrolling() OVERRIDE;
OVERRIDE          224 Source/core/rendering/RenderLayerScrollableArea.h     virtual void updateHasVisibleNonLayerContent() OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderListBox.h     virtual const char* renderName() const OVERRIDE { return "RenderListBox"; }
OVERRIDE           67 Source/core/rendering/RenderListBox.h     virtual bool isListBox() const OVERRIDE { return true; }
OVERRIDE           68 Source/core/rendering/RenderListBox.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderListBox.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           71 Source/core/rendering/RenderListBox.h     virtual bool hasControlClip() const OVERRIDE { return true; }
OVERRIDE           72 Source/core/rendering/RenderListBox.h     virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderListBox.h     virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderListBox.h     virtual bool isPointInOverflowControl(HitTestResult&, const LayoutPoint& locationInContainer, const LayoutPoint& accumulatedOffset) OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderListBox.h     virtual bool scroll(ScrollDirection, ScrollGranularity, float) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderListBox.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           80 Source/core/rendering/RenderListBox.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           81 Source/core/rendering/RenderListBox.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderListBox.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           84 Source/core/rendering/RenderListBox.h     virtual void layout() OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderListBox.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderListBox.h     virtual bool canBeProgramaticallyScrolled() const OVERRIDE { return true; }
OVERRIDE           89 Source/core/rendering/RenderListBox.h     virtual void autoscroll(const IntPoint&) OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderListBox.h     virtual void stopAutoscroll() OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderListBox.h     virtual void panScroll(const IntPoint&) OVERRIDE;
OVERRIDE           94 Source/core/rendering/RenderListBox.h     virtual int verticalScrollbarWidth() const OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderListBox.h     virtual int scrollLeft() const OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderListBox.h     virtual int scrollTop() const OVERRIDE;
OVERRIDE           97 Source/core/rendering/RenderListBox.h     virtual int scrollWidth() const OVERRIDE;
OVERRIDE           98 Source/core/rendering/RenderListBox.h     virtual int scrollHeight() const OVERRIDE;
OVERRIDE           99 Source/core/rendering/RenderListBox.h     virtual void setScrollLeft(int) OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderListBox.h     virtual void setScrollTop(int) OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderListBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          105 Source/core/rendering/RenderListBox.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          106 Source/core/rendering/RenderListBox.h     virtual IntPoint scrollPosition() const OVERRIDE;
OVERRIDE          107 Source/core/rendering/RenderListBox.h     virtual void setScrollOffset(const IntPoint&) OVERRIDE;
OVERRIDE          108 Source/core/rendering/RenderListBox.h     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE          109 Source/core/rendering/RenderListBox.h     virtual bool isActive() const OVERRIDE;
OVERRIDE          110 Source/core/rendering/RenderListBox.h     virtual bool isScrollCornerVisible() const OVERRIDE { return false; } // We don't support resize on list boxes yet. If we did these would have to change.
OVERRIDE          111 Source/core/rendering/RenderListBox.h     virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
OVERRIDE          112 Source/core/rendering/RenderListBox.h     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
OVERRIDE          113 Source/core/rendering/RenderListBox.h     virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE          114 Source/core/rendering/RenderListBox.h     virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE          115 Source/core/rendering/RenderListBox.h     virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE          116 Source/core/rendering/RenderListBox.h     virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE          117 Source/core/rendering/RenderListBox.h     virtual Scrollbar* verticalScrollbar() const OVERRIDE { return m_vBar.get(); }
OVERRIDE          118 Source/core/rendering/RenderListBox.h     virtual IntSize contentsSize() const OVERRIDE;
OVERRIDE          119 Source/core/rendering/RenderListBox.h     virtual int visibleHeight() const OVERRIDE;
OVERRIDE          120 Source/core/rendering/RenderListBox.h     virtual int visibleWidth() const OVERRIDE;
OVERRIDE          121 Source/core/rendering/RenderListBox.h     virtual IntPoint lastKnownMousePosition() const OVERRIDE;
OVERRIDE          122 Source/core/rendering/RenderListBox.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
OVERRIDE          123 Source/core/rendering/RenderListBox.h     virtual bool scrollbarsCanBeActive() const OVERRIDE;
OVERRIDE          124 Source/core/rendering/RenderListBox.h     virtual IntPoint minimumScrollPosition() const OVERRIDE;
OVERRIDE          125 Source/core/rendering/RenderListBox.h     virtual IntPoint maximumScrollPosition() const OVERRIDE;
OVERRIDE          126 Source/core/rendering/RenderListBox.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          127 Source/core/rendering/RenderListBox.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE          128 Source/core/rendering/RenderListBox.h     virtual int lineStep(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          129 Source/core/rendering/RenderListBox.h     virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          130 Source/core/rendering/RenderListBox.h     virtual float pixelStep(ScrollbarOrientation) const OVERRIDE;
OVERRIDE          131 Source/core/rendering/RenderListBox.h     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderListItem.h     virtual const char* renderName() const OVERRIDE { return "RenderListItem"; }
OVERRIDE           60 Source/core/rendering/RenderListItem.h     virtual bool isListItem() const OVERRIDE { return true; }
OVERRIDE           62 Source/core/rendering/RenderListItem.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderListItem.h     virtual void insertedIntoTree() OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderListItem.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderListItem.h     virtual bool isEmpty() const OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderListItem.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderListItem.h     virtual void layout() OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderListItem.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           76 Source/core/rendering/RenderListItem.h     virtual void addOverflowFromChildren() OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderListMarker.h     virtual const char* renderName() const OVERRIDE { return "RenderListMarker"; }
OVERRIDE           53 Source/core/rendering/RenderListMarker.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderListMarker.h     virtual bool isListMarker() const OVERRIDE { return true; }
OVERRIDE           57 Source/core/rendering/RenderListMarker.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderListMarker.h     virtual void layout() OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderListMarker.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderListMarker.h     virtual InlineBox* createInlineBox() OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderListMarker.h     virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderListMarker.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderListMarker.h     virtual bool isImage() const OVERRIDE;
OVERRIDE           71 Source/core/rendering/RenderListMarker.h     virtual void setSelectionState(SelectionState) OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderListMarker.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderListMarker.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
OVERRIDE           78 Source/core/rendering/RenderListMarker.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderListMarker.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderMarquee.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderMarquee.h     virtual bool isMarquee() const OVERRIDE { return true; }
OVERRIDE           90 Source/core/rendering/RenderMarquee.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderMarquee.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderMedia.h     virtual void layout() OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderMedia.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
OVERRIDE           53 Source/core/rendering/RenderMedia.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
OVERRIDE           57 Source/core/rendering/RenderMedia.h     virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return false; }
OVERRIDE           58 Source/core/rendering/RenderMedia.h     virtual bool canHaveChildren() const OVERRIDE FINAL { return true; }
OVERRIDE           60 Source/core/rendering/RenderMedia.h     virtual const char* renderName() const OVERRIDE { return "RenderMedia"; }
OVERRIDE           61 Source/core/rendering/RenderMedia.h     virtual bool isMedia() const OVERRIDE FINAL { return true; }
OVERRIDE           62 Source/core/rendering/RenderMedia.h     virtual bool isImage() const OVERRIDE FINAL { return false; }
OVERRIDE           63 Source/core/rendering/RenderMedia.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderMediaControlElements.h     virtual void layout() OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderMenuList.h     virtual bool isMenuList() const OVERRIDE { return true; }
OVERRIDE           58 Source/core/rendering/RenderMenuList.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderMenuList.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderMenuList.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderMenuList.h     virtual bool createsAnonymousWrapper() const OVERRIDE { return true; }
OVERRIDE           64 Source/core/rendering/RenderMenuList.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderMenuList.h     virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderMenuList.h     virtual bool hasControlClip() const OVERRIDE { return true; }
OVERRIDE           68 Source/core/rendering/RenderMenuList.h     virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
OVERRIDE           70 Source/core/rendering/RenderMenuList.h     virtual const char* renderName() const OVERRIDE { return "RenderMenuList"; }
OVERRIDE           72 Source/core/rendering/RenderMenuList.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderMenuList.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderMenuList.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           78 Source/core/rendering/RenderMenuList.h     virtual void valueChanged(unsigned listIndex, bool fireOnChange = true) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderMenuList.h     virtual void selectionChanged(unsigned, bool) OVERRIDE { }
OVERRIDE           80 Source/core/rendering/RenderMenuList.h     virtual void selectionCleared() OVERRIDE { }
OVERRIDE           81 Source/core/rendering/RenderMenuList.h     virtual String itemText(unsigned listIndex) const OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderMenuList.h     virtual String itemToolTip(unsigned listIndex) const OVERRIDE;
OVERRIDE           83 Source/core/rendering/RenderMenuList.h     virtual String itemAccessibilityText(unsigned listIndex) const OVERRIDE;
OVERRIDE           84 Source/core/rendering/RenderMenuList.h     virtual bool itemIsEnabled(unsigned listIndex) const OVERRIDE;
OVERRIDE           85 Source/core/rendering/RenderMenuList.h     virtual PopupMenuStyle itemStyle(unsigned listIndex) const OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderMenuList.h     virtual PopupMenuStyle menuStyle() const OVERRIDE;
OVERRIDE           87 Source/core/rendering/RenderMenuList.h     virtual LayoutUnit clientPaddingLeft() const OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderMenuList.h     virtual LayoutUnit clientPaddingRight() const OVERRIDE;
OVERRIDE           89 Source/core/rendering/RenderMenuList.h     virtual int listSize() const OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderMenuList.h     virtual int selectedIndex() const OVERRIDE;
OVERRIDE           91 Source/core/rendering/RenderMenuList.h     virtual void popupDidHide() OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderMenuList.h     virtual bool itemIsSeparator(unsigned listIndex) const OVERRIDE;
OVERRIDE           93 Source/core/rendering/RenderMenuList.h     virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE;
OVERRIDE           94 Source/core/rendering/RenderMenuList.h     virtual bool itemIsSelected(unsigned listIndex) const OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderMenuList.h     virtual void setTextFromItem(unsigned listIndex) OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderMenuList.h     virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) OVERRIDE;
OVERRIDE           97 Source/core/rendering/RenderMenuList.h     virtual bool multiple() const OVERRIDE;
OVERRIDE           99 Source/core/rendering/RenderMenuList.h     virtual bool hasLineIfEmpty() const OVERRIDE { return true; }
OVERRIDE          103 Source/core/rendering/RenderMenuList.h     virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
OVERRIDE          107 Source/core/rendering/RenderMenuList.h     virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
OVERRIDE          108 Source/core/rendering/RenderMenuList.h     virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBaseline(direction); }
OVERRIDE           37 Source/core/rendering/RenderMeter.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderMeter.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderMeter.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderMeter.h     virtual const char* renderName() const OVERRIDE { return "RenderMeter"; }
OVERRIDE           44 Source/core/rendering/RenderMeter.h     virtual bool isMeter() const OVERRIDE { return true; }
OVERRIDE           54 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void autoGenerateRegionsToBlockOffset(LayoutUnit) OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual LayoutUnit initialLogicalWidth() const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual bool addForcedRegionBreak(LayoutUnit, RenderObject* breakChild, bool isBefore, LayoutUnit* offsetBreakAdjustment = 0) OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual bool isPageLogicalHeightKnown() const OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderMultiColumnSet.h     virtual bool isRenderMultiColumnSet() const OVERRIDE { return true; }
OVERRIDE           83 Source/core/rendering/RenderMultiColumnSet.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderMultiColumnSet.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderMultiColumnSet.h     virtual void paintObject(PaintInfo&, const LayoutPoint& paintOffset) OVERRIDE;
OVERRIDE           94 Source/core/rendering/RenderMultiColumnSet.h     virtual LayoutUnit pageLogicalWidth() const OVERRIDE { return m_computedColumnWidth; }
OVERRIDE           95 Source/core/rendering/RenderMultiColumnSet.h     virtual LayoutUnit pageLogicalHeight() const OVERRIDE { return m_computedColumnHeight; }
OVERRIDE           97 Source/core/rendering/RenderMultiColumnSet.h     virtual LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderMultiColumnSet.h     virtual LayoutUnit logicalHeightOfAllFlowThreadContent() const OVERRIDE { return m_computedColumnHeight; }
OVERRIDE          102 Source/core/rendering/RenderMultiColumnSet.h     virtual void repaintFlowThreadContent(const LayoutRect& repaintRect) const OVERRIDE;
OVERRIDE          104 Source/core/rendering/RenderMultiColumnSet.h     virtual void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect) OVERRIDE;
OVERRIDE          106 Source/core/rendering/RenderMultiColumnSet.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE          941 Source/core/rendering/RenderObject.h     virtual void imageChanged(ImageResource*, const IntRect* = 0) OVERRIDE FINAL;
OVERRIDE          943 Source/core/rendering/RenderObject.h     virtual bool willRenderImage(ImageResource*) OVERRIDE FINAL;
OVERRIDE           38 Source/core/rendering/RenderPart.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
OVERRIDE           39 Source/core/rendering/RenderPart.h     virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
OVERRIDE           41 Source/core/rendering/RenderPart.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE           44 Source/core/rendering/RenderPart.h     virtual LayerType layerTypeRequired() const OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderPart.h     virtual bool isRenderPart() const OVERRIDE FINAL { return true; }
OVERRIDE           48 Source/core/rendering/RenderPart.h     virtual const char* renderName() const OVERRIDE { return "RenderPart"; }
OVERRIDE           50 Source/core/rendering/RenderPart.h     virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderProgress.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderProgress.h     virtual const char* renderName() const OVERRIDE { return "RenderProgress"; }
OVERRIDE           46 Source/core/rendering/RenderProgress.h     virtual bool isProgress() const OVERRIDE { return true; }
OVERRIDE           43 Source/core/rendering/RenderQuote.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           44 Source/core/rendering/RenderQuote.h     virtual const char* renderName() const OVERRIDE { return "RenderQuote"; };
OVERRIDE           45 Source/core/rendering/RenderQuote.h     virtual bool isQuote() const OVERRIDE { return true; };
OVERRIDE           46 Source/core/rendering/RenderQuote.h     virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderQuote.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderRegion.h     virtual bool isRenderRegion() const OVERRIDE FINAL { return true; }
OVERRIDE           92 Source/core/rendering/RenderRegion.h     virtual bool canHaveChildren() const OVERRIDE FINAL { return false; }
OVERRIDE           93 Source/core/rendering/RenderRegion.h     virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return true; }
OVERRIDE           95 Source/core/rendering/RenderRegion.h     virtual const char* renderName() const OVERRIDE { return "RenderRegion"; }
OVERRIDE           98 Source/core/rendering/RenderRegion.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE FINAL;
OVERRIDE          105 Source/core/rendering/RenderRegion.h     virtual void insertedIntoTree() OVERRIDE FINAL;
OVERRIDE          106 Source/core/rendering/RenderRegion.h     virtual void willBeRemovedFromTree() OVERRIDE FINAL;
OVERRIDE          108 Source/core/rendering/RenderRegion.h     virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/RenderRegionSet.h     virtual void expandToEncompassFlowThreadContentsIfNeeded() OVERRIDE FINAL;
OVERRIDE           35 Source/core/rendering/RenderReplaced.h     virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred  = ComputeActual) const OVERRIDE;
OVERRIDE           36 Source/core/rendering/RenderReplaced.h     virtual LayoutUnit computeReplacedLogicalHeight() const OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderReplaced.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderReplaced.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderReplaced.h     virtual void layout() OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderReplaced.h     virtual LayoutSize intrinsicSize() const OVERRIDE FINAL { return m_intrinsicSize; }
OVERRIDE           50 Source/core/rendering/RenderReplaced.h     virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderReplaced.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE FINAL;
OVERRIDE           56 Source/core/rendering/RenderReplaced.h     virtual void setSelectionState(SelectionState) OVERRIDE FINAL;
OVERRIDE           60 Source/core/rendering/RenderReplaced.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderReplaced.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderReplaced.h     virtual const char* renderName() const OVERRIDE { return "RenderReplaced"; }
OVERRIDE           74 Source/core/rendering/RenderReplaced.h     virtual bool canHaveChildren() const OVERRIDE { return false; }
OVERRIDE           76 Source/core/rendering/RenderReplaced.h     virtual void computePreferredLogicalWidths() OVERRIDE FINAL;
OVERRIDE           79 Source/core/rendering/RenderReplaced.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE           81 Source/core/rendering/RenderReplaced.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           83 Source/core/rendering/RenderReplaced.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
OVERRIDE           85 Source/core/rendering/RenderReplaced.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE FINAL;
OVERRIDE           42 Source/core/rendering/RenderReplica.h     virtual const char* renderName() const OVERRIDE { return "RenderReplica"; }
OVERRIDE           44 Source/core/rendering/RenderReplica.h     virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
OVERRIDE           46 Source/core/rendering/RenderReplica.h     virtual void layout() OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderReplica.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderReplica.h     virtual bool isReplica() const OVERRIDE { return true; }
OVERRIDE           54 Source/core/rendering/RenderReplica.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderRuby.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderRuby.h     virtual void removeChild(RenderObject* child) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderRuby.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderRuby.h     virtual bool isRuby() const OVERRIDE { return true; }
OVERRIDE           67 Source/core/rendering/RenderRuby.h     virtual const char* renderName() const OVERRIDE { return "RenderRuby (inline)"; }
OVERRIDE           68 Source/core/rendering/RenderRuby.h     virtual bool createsAnonymousWrapper() const OVERRIDE { return true; }
OVERRIDE           77 Source/core/rendering/RenderRuby.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           78 Source/core/rendering/RenderRuby.h     virtual void removeChild(RenderObject* child) OVERRIDE;
OVERRIDE           81 Source/core/rendering/RenderRuby.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           84 Source/core/rendering/RenderRuby.h     virtual bool isRuby() const OVERRIDE { return true; }
OVERRIDE           85 Source/core/rendering/RenderRuby.h     virtual const char* renderName() const OVERRIDE { return "RenderRuby (block)"; }
OVERRIDE           86 Source/core/rendering/RenderRuby.h     virtual bool createsAnonymousWrapper() const OVERRIDE { return true; }
OVERRIDE           87 Source/core/rendering/RenderRuby.h     virtual void removeLeftoverAnonymousBlock(RenderBlock*) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           46 Source/core/rendering/RenderRubyBase.h     virtual const char* renderName() const OVERRIDE { return "RenderRubyBase (anonymous)"; }
OVERRIDE           48 Source/core/rendering/RenderRubyBase.h     virtual bool isRubyBase() const OVERRIDE { return true; }
OVERRIDE           50 Source/core/rendering/RenderRubyBase.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderRubyBase.h     virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderRubyBase.h     virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderRubyRun.h     virtual bool isEmpty() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderRubyRun.h     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderRubyRun.h     virtual void layout() OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderRubyRun.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderRubyRun.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderRubyRun.h     virtual void removeChild(RenderObject* child) OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderRubyRun.h     virtual RenderBlock* firstLineBlock() const OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderRubyRun.h     virtual void updateFirstLetter() OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderRubyRun.h     virtual bool isRubyRun() const OVERRIDE { return true; }
OVERRIDE           76 Source/core/rendering/RenderRubyRun.h     virtual const char* renderName() const OVERRIDE { return "RenderRubyRun (anonymous)"; }
OVERRIDE           77 Source/core/rendering/RenderRubyRun.h     virtual bool createsAnonymousWrapper() const OVERRIDE { return true; }
OVERRIDE           78 Source/core/rendering/RenderRubyRun.h     virtual void removeLeftoverAnonymousBlock(RenderBlock*) OVERRIDE { }
OVERRIDE           43 Source/core/rendering/RenderRubyText.h     virtual const char* renderName() const OVERRIDE { return "RenderRubyText"; }
OVERRIDE           45 Source/core/rendering/RenderRubyText.h     virtual bool isRubyText() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/rendering/RenderRubyText.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderRubyText.h     virtual bool avoidsFloats() const OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderRubyText.h     virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderRubyText.h     virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderScrollbar.h     virtual bool isOverlayScrollbar() const OVERRIDE { return false; }
OVERRIDE           63 Source/core/rendering/RenderScrollbar.h     virtual void setParent(Widget*) OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderScrollbar.h     virtual void setEnabled(bool) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderScrollbar.h     virtual void paint(GraphicsContext*, const IntRect& damageRect) OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderScrollbar.h     virtual void setHoveredPart(ScrollbarPart) OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderScrollbar.h     virtual void setPressedPart(ScrollbarPart) OVERRIDE;
OVERRIDE           71 Source/core/rendering/RenderScrollbar.h     virtual void styleChanged() OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderScrollbar.h     virtual bool isCustomScrollbar() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderScrollbarPart.h     virtual const char* renderName() const OVERRIDE { return "RenderScrollbarPart"; }
OVERRIDE           44 Source/core/rendering/RenderScrollbarPart.h     virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
OVERRIDE           46 Source/core/rendering/RenderScrollbarPart.h     virtual void layout() OVERRIDE;
OVERRIDE           51 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit marginTop() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); }
OVERRIDE           52 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit marginBottom() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.bottom())); return m_marginBox.bottom(); }
OVERRIDE           53 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); }
OVERRIDE           54 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit marginRight() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.right())); return m_marginBox.right(); }
OVERRIDE           56 Source/core/rendering/RenderScrollbarPart.h     virtual bool isRenderScrollbarPart() const OVERRIDE { return true; }
OVERRIDE           60 Source/core/rendering/RenderScrollbarPart.h     virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderScrollbarPart.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderScrollbarPart.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderScrollbarPart.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingTop() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           74 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingBottom() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           75 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingLeft() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           76 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingRight() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           77 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingBefore() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           78 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingAfter() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           79 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingStart() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           80 Source/core/rendering/RenderScrollbarPart.h     virtual LayoutUnit paddingEnd() const OVERRIDE { return LayoutUnit(); }
OVERRIDE           40 Source/core/rendering/RenderScrollbarTheme.h     virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
OVERRIDE           42 Source/core/rendering/RenderScrollbarTheme.h     virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE { return ScrollbarTheme::theme()->buttonsPlacement(); }
OVERRIDE           44 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderScrollbarTheme.h     virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); }
OVERRIDE           47 Source/core/rendering/RenderScrollbarTheme.h     virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldSnapBackToDragOrigin(scrollbar, event); }
OVERRIDE           49 Source/core/rendering/RenderScrollbarTheme.h     virtual double initialAutoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->initialAutoscrollTimerDelay(); }
OVERRIDE           50 Source/core/rendering/RenderScrollbarTheme.h     virtual double autoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->autoscrollTimerDelay(); }
OVERRIDE           52 Source/core/rendering/RenderScrollbarTheme.h     virtual void registerScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->registerScrollbar(scrollbar); }
OVERRIDE           53 Source/core/rendering/RenderScrollbarTheme.h     virtual void unregisterScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->unregisterScrollbar(scrollbar); }
OVERRIDE           55 Source/core/rendering/RenderScrollbarTheme.h     virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderScrollbarTheme.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderScrollbarTheme.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderScrollbarTheme.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderScrollbarTheme.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderScrollbarTheme.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           71 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderScrollbarTheme.h     virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           76 Source/core/rendering/RenderScrollbarTheme.h     virtual IntRect constrainTrackRectToTrackPieces(ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderSearchField.h     virtual void centerContainerIfNeeded(RenderBox*) const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderSearchField.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderSearchField.h     virtual LayoutUnit computeLogicalHeightLimit() const OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderSlider.h     virtual const char* renderName() const OVERRIDE { return "RenderSlider"; }
OVERRIDE           43 Source/core/rendering/RenderSlider.h     virtual bool isSlider() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/rendering/RenderSlider.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderSlider.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderSlider.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE           48 Source/core/rendering/RenderSlider.h     virtual void layout() OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderTable.h     virtual int borderStart() const OVERRIDE { return m_borderStart; }
OVERRIDE           56 Source/core/rendering/RenderTable.h     virtual int borderEnd() const OVERRIDE { return m_borderEnd; }
OVERRIDE           57 Source/core/rendering/RenderTable.h     virtual int borderBefore() const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderTable.h     virtual int borderAfter() const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderTable.h     virtual int borderLeft() const OVERRIDE
OVERRIDE           67 Source/core/rendering/RenderTable.h     virtual int borderRight() const OVERRIDE
OVERRIDE           74 Source/core/rendering/RenderTable.h     virtual int borderTop() const OVERRIDE
OVERRIDE           81 Source/core/rendering/RenderTable.h     virtual int borderBottom() const OVERRIDE
OVERRIDE          127 Source/core/rendering/RenderTable.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE          204 Source/core/rendering/RenderTable.h     virtual LayoutUnit paddingEnd() const OVERRIDE { return static_cast<int>(RenderBlock::paddingEnd()); }
OVERRIDE          205 Source/core/rendering/RenderTable.h     virtual LayoutUnit paddingStart() const OVERRIDE { return static_cast<int>(RenderBlock::paddingStart()); }
OVERRIDE          258 Source/core/rendering/RenderTable.h     virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
OVERRIDE          272 Source/core/rendering/RenderTable.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          273 Source/core/rendering/RenderTable.h     virtual void simplifiedNormalFlowLayout() OVERRIDE;
OVERRIDE          276 Source/core/rendering/RenderTable.h     virtual const char* renderName() const OVERRIDE { return "RenderTable"; }
OVERRIDE          278 Source/core/rendering/RenderTable.h     virtual bool isTable() const OVERRIDE { return true; }
OVERRIDE          280 Source/core/rendering/RenderTable.h     virtual bool avoidsFloats() const OVERRIDE { return true; }
OVERRIDE          282 Source/core/rendering/RenderTable.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          283 Source/core/rendering/RenderTable.h     virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          284 Source/core/rendering/RenderTable.h     virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          285 Source/core/rendering/RenderTable.h     virtual void paintMask(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          286 Source/core/rendering/RenderTable.h     virtual void layout() OVERRIDE;
OVERRIDE          287 Source/core/rendering/RenderTable.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
OVERRIDE          288 Source/core/rendering/RenderTable.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE          289 Source/core/rendering/RenderTable.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          291 Source/core/rendering/RenderTable.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE          292 Source/core/rendering/RenderTable.h     virtual int firstLineBoxBaseline() const OVERRIDE;
OVERRIDE          293 Source/core/rendering/RenderTable.h     virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE;
OVERRIDE          300 Source/core/rendering/RenderTable.h     virtual RenderBlock* firstLineBlock() const OVERRIDE;
OVERRIDE          301 Source/core/rendering/RenderTable.h     virtual void updateFirstLetter() OVERRIDE;
OVERRIDE          303 Source/core/rendering/RenderTable.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE          308 Source/core/rendering/RenderTable.h     virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) OVERRIDE;
OVERRIDE          310 Source/core/rendering/RenderTable.h     virtual void addOverflowFromChildren() OVERRIDE;
OVERRIDE           33 Source/core/rendering/RenderTableCaption.h     virtual LayoutUnit containingBlockLogicalWidthForContent() const OVERRIDE;
OVERRIDE           36 Source/core/rendering/RenderTableCaption.h     virtual bool isTableCaption() const OVERRIDE { return true; }
OVERRIDE           38 Source/core/rendering/RenderTableCaption.h     virtual void insertedIntoTree() OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderTableCaption.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE          112 Source/core/rendering/RenderTableCell.h     virtual int borderLeft() const OVERRIDE;
OVERRIDE          113 Source/core/rendering/RenderTableCell.h     virtual int borderRight() const OVERRIDE;
OVERRIDE          114 Source/core/rendering/RenderTableCell.h     virtual int borderTop() const OVERRIDE;
OVERRIDE          115 Source/core/rendering/RenderTableCell.h     virtual int borderBottom() const OVERRIDE;
OVERRIDE          116 Source/core/rendering/RenderTableCell.h     virtual int borderStart() const OVERRIDE;
OVERRIDE          117 Source/core/rendering/RenderTableCell.h     virtual int borderEnd() const OVERRIDE;
OVERRIDE          118 Source/core/rendering/RenderTableCell.h     virtual int borderBefore() const OVERRIDE;
OVERRIDE          119 Source/core/rendering/RenderTableCell.h     virtual int borderAfter() const OVERRIDE;
OVERRIDE          124 Source/core/rendering/RenderTableCell.h     virtual void layout() OVERRIDE;
OVERRIDE          126 Source/core/rendering/RenderTableCell.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          144 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingTop() const OVERRIDE;
OVERRIDE          145 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingBottom() const OVERRIDE;
OVERRIDE          146 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingLeft() const OVERRIDE;
OVERRIDE          147 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingRight() const OVERRIDE;
OVERRIDE          152 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingBefore() const OVERRIDE;
OVERRIDE          153 Source/core/rendering/RenderTableCell.h     virtual LayoutUnit paddingAfter() const OVERRIDE;
OVERRIDE          157 Source/core/rendering/RenderTableCell.h     virtual void scrollbarsChanged(bool horizontalScrollbarChanged, bool verticalScrollbarChanged) OVERRIDE;
OVERRIDE          164 Source/core/rendering/RenderTableCell.h     virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
OVERRIDE          218 Source/core/rendering/RenderTableCell.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          219 Source/core/rendering/RenderTableCell.h     virtual void computePreferredLogicalWidths() OVERRIDE;
OVERRIDE          221 Source/core/rendering/RenderTableCell.h     virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
OVERRIDE          224 Source/core/rendering/RenderTableCell.h     virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableCell (anonymous)" : "RenderTableCell"; }
OVERRIDE          226 Source/core/rendering/RenderTableCell.h     virtual bool isTableCell() const OVERRIDE { return true; }
OVERRIDE          228 Source/core/rendering/RenderTableCell.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE          230 Source/core/rendering/RenderTableCell.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE          232 Source/core/rendering/RenderTableCell.h     virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          233 Source/core/rendering/RenderTableCell.h     virtual void paintMask(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          235 Source/core/rendering/RenderTableCell.h     virtual bool boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoidance, InlineFlowBox*) const OVERRIDE;
OVERRIDE          237 Source/core/rendering/RenderTableCell.h     virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const OVERRIDE;
OVERRIDE          238 Source/core/rendering/RenderTableCell.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE          239 Source/core/rendering/RenderTableCell.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
OVERRIDE           80 Source/core/rendering/RenderTableCol.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
OVERRIDE           81 Source/core/rendering/RenderTableCol.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE { return children(); }
OVERRIDE           83 Source/core/rendering/RenderTableCol.h     virtual const char* renderName() const OVERRIDE { return "RenderTableCol"; }
OVERRIDE           84 Source/core/rendering/RenderTableCol.h     virtual bool isRenderTableCol() const OVERRIDE { return true; }
OVERRIDE           85 Source/core/rendering/RenderTableCol.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderTableCol.h     virtual void computePreferredLogicalWidths() OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           88 Source/core/rendering/RenderTableCol.h     virtual void insertedIntoTree() OVERRIDE;
OVERRIDE           89 Source/core/rendering/RenderTableCol.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE           91 Source/core/rendering/RenderTableCol.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderTableCol.h     virtual bool canHaveChildren() const OVERRIDE;
OVERRIDE           93 Source/core/rendering/RenderTableCol.h     virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
OVERRIDE           95 Source/core/rendering/RenderTableCol.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderTableCol.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE           98 Source/core/rendering/RenderTableCol.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderTableRow.h     virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
OVERRIDE           92 Source/core/rendering/RenderTableRow.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
OVERRIDE           93 Source/core/rendering/RenderTableRow.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE { return children(); }
OVERRIDE           95 Source/core/rendering/RenderTableRow.h     virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableRow (anonymous)" : "RenderTableRow"; }
OVERRIDE           97 Source/core/rendering/RenderTableRow.h     virtual bool isTableRow() const OVERRIDE { return true; }
OVERRIDE           99 Source/core/rendering/RenderTableRow.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE          101 Source/core/rendering/RenderTableRow.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderTableRow.h     virtual void layout() OVERRIDE;
OVERRIDE          103 Source/core/rendering/RenderTableRow.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          105 Source/core/rendering/RenderTableRow.h     virtual LayerType layerTypeRequired() const OVERRIDE
OVERRIDE          116 Source/core/rendering/RenderTableRow.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          118 Source/core/rendering/RenderTableRow.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE          120 Source/core/rendering/RenderTableRow.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderTableSection.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           76 Source/core/rendering/RenderTableSection.h     virtual int firstLineBoxBaseline() const OVERRIDE;
OVERRIDE          213 Source/core/rendering/RenderTableSection.h     virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
OVERRIDE          218 Source/core/rendering/RenderTableSection.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          221 Source/core/rendering/RenderTableSection.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          224 Source/core/rendering/RenderTableSection.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
OVERRIDE          225 Source/core/rendering/RenderTableSection.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE { return children(); }
OVERRIDE          227 Source/core/rendering/RenderTableSection.h     virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
OVERRIDE          229 Source/core/rendering/RenderTableSection.h     virtual bool isTableSection() const OVERRIDE { return true; }
OVERRIDE          231 Source/core/rendering/RenderTableSection.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE          233 Source/core/rendering/RenderTableSection.h     virtual void layout() OVERRIDE;
OVERRIDE          236 Source/core/rendering/RenderTableSection.h     virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE          238 Source/core/rendering/RenderTableSection.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE          240 Source/core/rendering/RenderTableSection.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderText.cpp     virtual void fired() OVERRIDE
OVERRIDE           47 Source/core/rendering/RenderText.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderText.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
OVERRIDE           68 Source/core/rendering/RenderText.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
OVERRIDE           74 Source/core/rendering/RenderText.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE          113 Source/core/rendering/RenderText.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
OVERRIDE          114 Source/core/rendering/RenderText.h     virtual void setSelectionState(SelectionState s) OVERRIDE FINAL;
OVERRIDE          115 Source/core/rendering/RenderText.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE;
OVERRIDE          116 Source/core/rendering/RenderText.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
OVERRIDE          121 Source/core/rendering/RenderText.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE FINAL;
OVERRIDE          126 Source/core/rendering/RenderText.h     virtual int caretMinOffset() const OVERRIDE;
OVERRIDE          127 Source/core/rendering/RenderText.h     virtual int caretMaxOffset() const OVERRIDE;
OVERRIDE          130 Source/core/rendering/RenderText.h     virtual int previousOffset(int current) const OVERRIDE FINAL;
OVERRIDE          131 Source/core/rendering/RenderText.h     virtual int previousOffsetForBackwardDeletion(int current) const OVERRIDE FINAL;
OVERRIDE          132 Source/core/rendering/RenderText.h     virtual int nextOffset(int current) const OVERRIDE FINAL;
OVERRIDE          154 Source/core/rendering/RenderText.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE          156 Source/core/rendering/RenderText.h     virtual void styleWillChange(StyleDifference, const RenderStyle&) OVERRIDE FINAL { }
OVERRIDE          157 Source/core/rendering/RenderText.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE          162 Source/core/rendering/RenderText.h     virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
OVERRIDE          174 Source/core/rendering/RenderText.h     virtual unsigned length() const OVERRIDE FINAL { return textLength(); }
OVERRIDE          176 Source/core/rendering/RenderText.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL { ASSERT_NOT_REACHED(); }
OVERRIDE          177 Source/core/rendering/RenderText.h     virtual void layout() OVERRIDE FINAL { ASSERT_NOT_REACHED(); }
OVERRIDE          178 Source/core/rendering/RenderText.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) OVERRIDE FINAL { ASSERT_NOT_REACHED(); return false; }
OVERRIDE           48 Source/core/rendering/RenderTextControl.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderTextControl.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderTextControl.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderTextControl.h     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderTextControl.h     virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return lastLineBoxBaseline(direction); }
OVERRIDE           72 Source/core/rendering/RenderTextControl.h     virtual const char* renderName() const OVERRIDE { return "RenderTextControl"; }
OVERRIDE           73 Source/core/rendering/RenderTextControl.h     virtual bool isTextControl() const OVERRIDE FINAL { return true; }
OVERRIDE           74 Source/core/rendering/RenderTextControl.h     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE FINAL;
OVERRIDE           75 Source/core/rendering/RenderTextControl.h     virtual void computePreferredLogicalWidths() OVERRIDE FINAL;
OVERRIDE           76 Source/core/rendering/RenderTextControl.h     virtual void removeLeftoverAnonymousBlock(RenderBlock*) OVERRIDE FINAL { }
OVERRIDE           77 Source/core/rendering/RenderTextControl.h     virtual bool avoidsFloats() const OVERRIDE FINAL { return true; }
OVERRIDE           78 Source/core/rendering/RenderTextControl.h     virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return false; }
OVERRIDE           80 Source/core/rendering/RenderTextControl.h     virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
OVERRIDE           82 Source/core/rendering/RenderTextControl.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
OVERRIDE           84 Source/core/rendering/RenderTextControl.h     virtual bool canBeProgramaticallyScrolled() const OVERRIDE FINAL { return true; }
OVERRIDE          100 Source/core/rendering/RenderTextControl.h     virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
OVERRIDE          104 Source/core/rendering/RenderTextControl.h     virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
OVERRIDE          105 Source/core/rendering/RenderTextControl.h     virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return lastLineBoxBaseline(direction); }
OVERRIDE           37 Source/core/rendering/RenderTextControlMultiLine.h     virtual bool isTextArea() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/rendering/RenderTextControlMultiLine.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderTextControlMultiLine.h     virtual float getAvgCharWidth(AtomicString family) OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderTextControlMultiLine.h     virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderTextControlMultiLine.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderTextControlMultiLine.h     virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderTextControlMultiLine.h     virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE { return -1; }
OVERRIDE           48 Source/core/rendering/RenderTextControlMultiLine.h     virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderTextControlMultiLine.h     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
OVERRIDE           38 Source/core/rendering/RenderTextControlSingleLine.h     virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const OVERRIDE FINAL;
OVERRIDE           48 Source/core/rendering/RenderTextControlSingleLine.h     virtual void updateFromElement() OVERRIDE FINAL;
OVERRIDE           51 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool hasControlClip() const OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/RenderTextControlSingleLine.h     virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE FINAL;
OVERRIDE           53 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool isTextField() const OVERRIDE FINAL { return true; }
OVERRIDE           55 Source/core/rendering/RenderTextControlSingleLine.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderTextControlSingleLine.h     virtual void layout() OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
OVERRIDE           60 Source/core/rendering/RenderTextControlSingleLine.h     virtual void autoscroll(const IntPoint&) OVERRIDE FINAL;
OVERRIDE           63 Source/core/rendering/RenderTextControlSingleLine.h     virtual int scrollLeft() const OVERRIDE FINAL;
OVERRIDE           64 Source/core/rendering/RenderTextControlSingleLine.h     virtual int scrollTop() const OVERRIDE FINAL;
OVERRIDE           65 Source/core/rendering/RenderTextControlSingleLine.h     virtual int scrollWidth() const OVERRIDE FINAL;
OVERRIDE           66 Source/core/rendering/RenderTextControlSingleLine.h     virtual int scrollHeight() const OVERRIDE FINAL;
OVERRIDE           67 Source/core/rendering/RenderTextControlSingleLine.h     virtual void setScrollLeft(int) OVERRIDE FINAL;
OVERRIDE           68 Source/core/rendering/RenderTextControlSingleLine.h     virtual void setScrollTop(int) OVERRIDE FINAL;
OVERRIDE           71 Source/core/rendering/RenderTextControlSingleLine.h     virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL;
OVERRIDE           72 Source/core/rendering/RenderTextControlSingleLine.h     virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE FINAL;
OVERRIDE           73 Source/core/rendering/RenderTextControlSingleLine.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderTextControlSingleLine.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
OVERRIDE           92 Source/core/rendering/RenderTextControlSingleLine.h     virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return lastLineBoxBaseline(direction); }
OVERRIDE           95 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool isIntristicallyScrollable(ScrollbarOrientation orientation) const OVERRIDE
OVERRIDE           99 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool scrollsOverflowX() const OVERRIDE { return hasOverflowClip(); }
OVERRIDE          100 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool scrollsOverflowY() const OVERRIDE { return false; }
OVERRIDE          101 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool hasLineIfEmpty() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/rendering/RenderTextFragment.h     virtual bool isTextFragment() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderTextFragment.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
OVERRIDE           46 Source/core/rendering/RenderTextFragment.h     virtual unsigned textStartOffset() const OVERRIDE { return start(); }
OVERRIDE           53 Source/core/rendering/RenderTextFragment.h     virtual PassRefPtr<StringImpl> originalText() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderTextFragment.h     virtual void setText(PassRefPtr<StringImpl>, bool force = false) OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderTextFragment.h     virtual void transformText() OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderTextFragment.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderTextFragment.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderTextFragment.h     virtual UChar previousCharacter() const OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderTextFragment.h     virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
OVERRIDE           36 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual String extraDefaultStyleSheet() OVERRIDE;
OVERRIDE           38 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual bool delegatesMenuListRendering() const OVERRIDE { return true; }
OVERRIDE           42 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual bool paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           44 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual String extraMediaControlsStyleSheet() OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual Color platformTapHighlightColor() const OVERRIDE
OVERRIDE           51 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE
OVERRIDE           57 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual int menuListArrowPadding() const OVERRIDE;
OVERRIDE           39 Source/core/rendering/RenderThemeChromiumDefault.h     virtual String extraDefaultStyleSheet() OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderThemeChromiumDefault.h     virtual Color systemColor(CSSValueID) const OVERRIDE;
OVERRIDE           44 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool controlSupportsTints(const RenderObject*) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderThemeChromiumDefault.h     virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderThemeChromiumDefault.h     virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderThemeChromiumDefault.h     virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderThemeChromiumDefault.h     virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderThemeChromiumDefault.h     virtual IntSize sliderTickSize() const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderThemeChromiumDefault.h     virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderThemeChromiumDefault.h     virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderThemeChromiumDefault.h     virtual double caretBlinkIntervalInternal() const OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderThemeChromiumDefault.h     virtual void setCheckboxSize(RenderStyle*) const OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderThemeChromiumDefault.h     virtual void setRadioSize(RenderStyle*) const OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           76 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderThemeChromiumDefault.h     virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           80 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool popsMenuBySpaceOrReturn() const OVERRIDE FINAL { return true; }
OVERRIDE           84 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool shouldOpenPickerWithF4Key() const OVERRIDE;
OVERRIDE           93 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool shouldUseFallbackTheme(RenderStyle*) const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool controlSupportsTints(const RenderObject*) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool supportsControlTints() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustRepaintRect(const RenderObject*, IntRect&) OVERRIDE;
OVERRIDE           47 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const OVERRIDE;
OVERRIDE           49 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           51 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
OVERRIDE           52 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformActiveListBoxSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformActiveListBoxSelectionForegroundColor() const OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformInactiveListBoxSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformInactiveListBoxSelectionForegroundColor() const OVERRIDE;
OVERRIDE           56 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color platformFocusRingColor() const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderThemeChromiumMac.h     virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) OVERRIDE { return SmallScrollbar; }
OVERRIDE           60 Source/core/rendering/RenderThemeChromiumMac.h     virtual void platformColorsDidChange() OVERRIDE;
OVERRIDE           63 Source/core/rendering/RenderThemeChromiumMac.h     virtual void systemFont(CSSValueID, FontDescription&) const OVERRIDE;
OVERRIDE           65 Source/core/rendering/RenderThemeChromiumMac.h     virtual int minimumMenuListSize(RenderStyle*) const OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderThemeChromiumMac.h     virtual IntSize sliderTickSize() const OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderThemeChromiumMac.h     virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderThemeChromiumMac.h     virtual int popupInternalPaddingLeft(RenderStyle*) const OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderThemeChromiumMac.h     virtual int popupInternalPaddingRight(RenderStyle*) const OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderThemeChromiumMac.h     virtual int popupInternalPaddingTop(RenderStyle*) const OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderThemeChromiumMac.h     virtual int popupInternalPaddingBottom(RenderStyle*) const OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool popsMenuByArrowKeys() const OVERRIDE { return true; }
OVERRIDE           81 Source/core/rendering/RenderThemeChromiumMac.h     virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           83 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool supportsMeter(ControlPart) const OVERRIDE;
OVERRIDE           86 Source/core/rendering/RenderThemeChromiumMac.h     virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderThemeChromiumMac.h     virtual double animationDurationForProgressBar(RenderProgress*) const OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderThemeChromiumMac.h     virtual Color systemColor(CSSValueID) const OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool supportsSelectionForegroundColors() const OVERRIDE { return false; }
OVERRIDE           98 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          102 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          103 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          105 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          106 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          108 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          110 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          112 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          114 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          115 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          117 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          118 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          120 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          121 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          123 Source/core/rendering/RenderThemeChromiumMac.h     virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          124 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          127 Source/core/rendering/RenderThemeChromiumMac.h     virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const OVERRIDE;
OVERRIDE          175 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          176 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          177 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          178 Source/core/rendering/RenderThemeChromiumMac.h     virtual String extraFullScreenStyleSheet() OVERRIDE;
OVERRIDE          180 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          181 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          182 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          183 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          184 Source/core/rendering/RenderThemeChromiumMac.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
OVERRIDE          185 Source/core/rendering/RenderThemeChromiumMac.h     virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE;
OVERRIDE          186 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          187 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          194 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool shouldUseFallbackTheme(RenderStyle*) const OVERRIDE;
OVERRIDE          198 Source/core/rendering/RenderThemeChromiumMac.h     virtual String extraDefaultStyleSheet() OVERRIDE;
OVERRIDE          199 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE;
OVERRIDE           42 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String extraDefaultStyleSheet() OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String extraQuirksStyleSheet() OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformTapHighlightColor() const OVERRIDE
OVERRIDE           51 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool supportsHover(const RenderStyle*) const OVERRIDE FINAL;
OVERRIDE           54 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
OVERRIDE           61 Source/core/rendering/RenderThemeChromiumSkia.h     virtual Color platformFocusRingColor() const OVERRIDE;
OVERRIDE           64 Source/core/rendering/RenderThemeChromiumSkia.h     virtual double caretBlinkInterval() const OVERRIDE;
OVERRIDE           67 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void systemFont(CSSValueID, FontDescription&) const OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderThemeChromiumSkia.h     virtual int minimumMenuListSize(RenderStyle*) const OVERRIDE;
OVERRIDE           71 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void setCheckboxSize(RenderStyle*) const OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void setRadioSize(RenderStyle*) const OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           79 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           80 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           83 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           85 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           87 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           88 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           90 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           91 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           92 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE           93 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           94 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           97 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE           98 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
OVERRIDE           99 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE;
OVERRIDE          100 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          111 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          112 Source/core/rendering/RenderThemeChromiumSkia.h     virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE;
OVERRIDE          113 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
OVERRIDE          115 Source/core/rendering/RenderThemeChromiumSkia.h     virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const OVERRIDE;
OVERRIDE          116 Source/core/rendering/RenderThemeChromiumSkia.h     virtual double animationDurationForProgressBar(RenderProgress*) const OVERRIDE;
OVERRIDE          119 Source/core/rendering/RenderThemeChromiumSkia.h     virtual int popupInternalPaddingLeft(RenderStyle*) const OVERRIDE;
OVERRIDE          120 Source/core/rendering/RenderThemeChromiumSkia.h     virtual int popupInternalPaddingRight(RenderStyle*) const OVERRIDE;
OVERRIDE          121 Source/core/rendering/RenderThemeChromiumSkia.h     virtual int popupInternalPaddingTop(RenderStyle*) const OVERRIDE;
OVERRIDE          122 Source/core/rendering/RenderThemeChromiumSkia.h     virtual int popupInternalPaddingBottom(RenderStyle*) const OVERRIDE;
OVERRIDE          151 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE;
OVERRIDE           43 Source/core/rendering/RenderVTTCue.h     virtual void layout() OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderVideo.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderVideo.h     virtual void intrinsicSizeChanged() OVERRIDE;
OVERRIDE           57 Source/core/rendering/RenderVideo.h     virtual void imageChanged(WrappedImagePtr, const IntRect*) OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderVideo.h     virtual const char* renderName() const OVERRIDE { return "RenderVideo"; }
OVERRIDE           61 Source/core/rendering/RenderVideo.h     virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
OVERRIDE           62 Source/core/rendering/RenderVideo.h     virtual bool isVideo() const OVERRIDE { return true; }
OVERRIDE           64 Source/core/rendering/RenderVideo.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           66 Source/core/rendering/RenderVideo.h     virtual void layout() OVERRIDE;
OVERRIDE           68 Source/core/rendering/RenderVideo.h     virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred  = ComputeActual) const OVERRIDE;
OVERRIDE           69 Source/core/rendering/RenderVideo.h     virtual LayoutUnit computeReplacedLogicalHeight() const OVERRIDE;
OVERRIDE           70 Source/core/rendering/RenderVideo.h     virtual LayoutUnit minimumReplacedHeight() const OVERRIDE;
OVERRIDE           72 Source/core/rendering/RenderVideo.h     virtual LayoutUnit offsetLeft() const OVERRIDE;
OVERRIDE           73 Source/core/rendering/RenderVideo.h     virtual LayoutUnit offsetTop() const OVERRIDE;
OVERRIDE           74 Source/core/rendering/RenderVideo.h     virtual LayoutUnit offsetWidth() const OVERRIDE;
OVERRIDE           75 Source/core/rendering/RenderVideo.h     virtual LayoutUnit offsetHeight() const OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderVideo.h     virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
OVERRIDE           50 Source/core/rendering/RenderView.h     virtual const char* renderName() const OVERRIDE { return "RenderView"; }
OVERRIDE           52 Source/core/rendering/RenderView.h     virtual bool isRenderView() const OVERRIDE { return true; }
OVERRIDE           54 Source/core/rendering/RenderView.h     virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
OVERRIDE           56 Source/core/rendering/RenderView.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           58 Source/core/rendering/RenderView.h     virtual void layout() OVERRIDE;
OVERRIDE           59 Source/core/rendering/RenderView.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderView.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           62 Source/core/rendering/RenderView.h     virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const OVERRIDE;
OVERRIDE           77 Source/core/rendering/RenderView.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
OVERRIDE           82 Source/core/rendering/RenderView.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           83 Source/core/rendering/RenderView.h     virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           95 Source/core/rendering/RenderView.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
OVERRIDE           96 Source/core/rendering/RenderView.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE           98 Source/core/rendering/RenderView.h     virtual LayoutRect viewRect() const OVERRIDE;
OVERRIDE          144 Source/core/rendering/RenderView.h     virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
OVERRIDE          185 Source/core/rendering/RenderView.h     virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
OVERRIDE          199 Source/core/rendering/RenderView.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
OVERRIDE          200 Source/core/rendering/RenderView.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
OVERRIDE          201 Source/core/rendering/RenderView.h     virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
OVERRIDE          202 Source/core/rendering/RenderView.h     virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
OVERRIDE           45 Source/core/rendering/RenderWidget.h     virtual bool isWidget() const OVERRIDE FINAL { return true; }
OVERRIDE           51 Source/core/rendering/RenderWidget.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/RenderWidget.h     virtual void layout() OVERRIDE;
OVERRIDE           53 Source/core/rendering/RenderWidget.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           54 Source/core/rendering/RenderWidget.h     virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const OVERRIDE FINAL;
OVERRIDE           55 Source/core/rendering/RenderWidget.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE           60 Source/core/rendering/RenderWidget.h     virtual void willBeDestroyed() OVERRIDE FINAL;
OVERRIDE           61 Source/core/rendering/RenderWidget.h     virtual void destroy() OVERRIDE FINAL;
OVERRIDE           40 Source/core/rendering/RenderWordBreak.h     virtual const char* renderName() const OVERRIDE;
OVERRIDE           41 Source/core/rendering/RenderWordBreak.h     virtual bool isWordBreak() const OVERRIDE;
OVERRIDE           40 Source/core/rendering/RootInlineBox.h     virtual void destroy() OVERRIDE FINAL;
OVERRIDE           42 Source/core/rendering/RootInlineBox.h     virtual bool isRootInlineBox() const OVERRIDE FINAL { return true; }
OVERRIDE           49 Source/core/rendering/RootInlineBox.h     virtual void adjustPosition(float dx, float dy) OVERRIDE FINAL;
OVERRIDE           84 Source/core/rendering/RootInlineBox.h     virtual RenderLineBoxList* rendererLineBoxes() const OVERRIDE FINAL;
OVERRIDE          102 Source/core/rendering/RootInlineBox.h     virtual float placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) OVERRIDE FINAL;
OVERRIDE          109 Source/core/rendering/RootInlineBox.h     virtual void clearTruncation() OVERRIDE FINAL;
OVERRIDE          113 Source/core/rendering/RootInlineBox.h     virtual int baselinePosition(FontBaseline baselineType) const OVERRIDE FINAL;
OVERRIDE          114 Source/core/rendering/RootInlineBox.h     virtual LayoutUnit lineHeight() const OVERRIDE FINAL;
OVERRIDE          116 Source/core/rendering/RootInlineBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE          117 Source/core/rendering/RootInlineBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE FINAL;
OVERRIDE          122 Source/core/rendering/RootInlineBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;
OVERRIDE          144 Source/core/rendering/RootInlineBox.h     virtual void extractLineBoxFromRenderObject() OVERRIDE FINAL;
OVERRIDE          145 Source/core/rendering/RootInlineBox.h     virtual void attachLineBoxToRenderObject() OVERRIDE FINAL;
OVERRIDE          146 Source/core/rendering/RootInlineBox.h     virtual void removeLineBoxFromRenderObject() OVERRIDE FINAL;
OVERRIDE          188 Source/core/rendering/RootInlineBox.h     virtual const char* boxName() const OVERRIDE;
OVERRIDE           42 Source/core/rendering/TrailingFloatsRootInlineBox.h     virtual float virtualLogicalHeight() const OVERRIDE { return 0; }
OVERRIDE          170 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
OVERRIDE          171 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
OVERRIDE          172 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual bool isTrackingRepaints() const OVERRIDE;
OVERRIDE          177 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual void verifyNotPainting() OVERRIDE;
OVERRIDE          200 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
OVERRIDE          193 Source/core/rendering/compositing/RenderLayerCompositor.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
OVERRIDE          240 Source/core/rendering/compositing/RenderLayerCompositor.h     virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { }
OVERRIDE          241 Source/core/rendering/compositing/RenderLayerCompositor.h     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE;
OVERRIDE          243 Source/core/rendering/compositing/RenderLayerCompositor.h     virtual bool isTrackingRepaints() const OVERRIDE;
OVERRIDE           46 Source/core/rendering/shapes/BoxShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE;
OVERRIDE           47 Source/core/rendering/shapes/BoxShape.h     virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
OVERRIDE           48 Source/core/rendering/shapes/BoxShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
OVERRIDE           70 Source/core/rendering/shapes/PolygonShape.h     virtual const FloatPoint& vertex1() const OVERRIDE { return m_vertex1; }
OVERRIDE           71 Source/core/rendering/shapes/PolygonShape.h     virtual const FloatPoint& vertex2() const OVERRIDE { return m_vertex2; }
OVERRIDE           92 Source/core/rendering/shapes/PolygonShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds().boundingBox()); }
OVERRIDE           93 Source/core/rendering/shapes/PolygonShape.h     virtual bool isEmpty() const OVERRIDE { return m_polygon.isEmpty(); }
OVERRIDE           94 Source/core/rendering/shapes/PolygonShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
OVERRIDE           90 Source/core/rendering/shapes/RasterShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(marginIntervals().bounds()); }
OVERRIDE           91 Source/core/rendering/shapes/RasterShape.h     virtual bool isEmpty() const OVERRIDE { return m_intervals->isEmpty(); }
OVERRIDE           92 Source/core/rendering/shapes/RasterShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
OVERRIDE           51 Source/core/rendering/shapes/RectangleShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds()); }
OVERRIDE           52 Source/core/rendering/shapes/RectangleShape.h     virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
OVERRIDE           53 Source/core/rendering/shapes/RectangleShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
OVERRIDE           52 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual bool lineOverlapsShapeBounds() const OVERRIDE
OVERRIDE           58 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual CSSBoxType referenceBox() const OVERRIDE
OVERRIDE           64 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape().shapeMarginLogicalBoundingBox(); }
OVERRIDE           65 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual ShapeValue* shapeValue() const OVERRIDE;
OVERRIDE           66 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual void getIntervals(LayoutUnit lineTop, LayoutUnit lineHeight, SegmentList& segments) const OVERRIDE
OVERRIDE           71 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual const RenderStyle* styleForWritingMode() const OVERRIDE;
OVERRIDE          173 Source/core/rendering/style/BasicShapes.h     virtual void path(Path&, const FloatRect&) OVERRIDE;
OVERRIDE          174 Source/core/rendering/style/BasicShapes.h     virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
OVERRIDE          175 Source/core/rendering/style/BasicShapes.h     virtual bool operator==(const BasicShape&) const OVERRIDE;
OVERRIDE          177 Source/core/rendering/style/BasicShapes.h     virtual Type type() const OVERRIDE { return BasicShapeCircleType; }
OVERRIDE          203 Source/core/rendering/style/BasicShapes.h     virtual void path(Path&, const FloatRect&) OVERRIDE;
OVERRIDE          204 Source/core/rendering/style/BasicShapes.h     virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
OVERRIDE          205 Source/core/rendering/style/BasicShapes.h     virtual bool operator==(const BasicShape&) const OVERRIDE;
OVERRIDE          207 Source/core/rendering/style/BasicShapes.h     virtual Type type() const OVERRIDE { return BasicShapeEllipseType; }
OVERRIDE          230 Source/core/rendering/style/BasicShapes.h     virtual void path(Path&, const FloatRect&) OVERRIDE;
OVERRIDE          231 Source/core/rendering/style/BasicShapes.h     virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
OVERRIDE          232 Source/core/rendering/style/BasicShapes.h     virtual bool operator==(const BasicShape&) const OVERRIDE;
OVERRIDE          234 Source/core/rendering/style/BasicShapes.h     virtual WindRule windRule() const OVERRIDE { return m_windRule; }
OVERRIDE          236 Source/core/rendering/style/BasicShapes.h     virtual Type type() const OVERRIDE { return BasicShapePolygonType; }
OVERRIDE          272 Source/core/rendering/style/BasicShapes.h     virtual void path(Path&, const FloatRect&) OVERRIDE;
OVERRIDE          273 Source/core/rendering/style/BasicShapes.h     virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
OVERRIDE          274 Source/core/rendering/style/BasicShapes.h     virtual bool operator==(const BasicShape&) const OVERRIDE;
OVERRIDE          276 Source/core/rendering/style/BasicShapes.h     virtual Type type() const OVERRIDE { return BasicShapeInsetType; }
OVERRIDE           76 Source/core/rendering/style/ContentData.h     virtual bool isImage() const OVERRIDE { return true; }
OVERRIDE           77 Source/core/rendering/style/ContentData.h     virtual RenderObject* createRenderer(Document&, RenderStyle*) const OVERRIDE;
OVERRIDE           79 Source/core/rendering/style/ContentData.h     virtual bool equals(const ContentData& data) const OVERRIDE
OVERRIDE           92 Source/core/rendering/style/ContentData.h     virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE
OVERRIDE          107 Source/core/rendering/style/ContentData.h     virtual bool isText() const OVERRIDE { return true; }
OVERRIDE          108 Source/core/rendering/style/ContentData.h     virtual RenderObject* createRenderer(Document&, RenderStyle*) const OVERRIDE;
OVERRIDE          110 Source/core/rendering/style/ContentData.h     virtual bool equals(const ContentData& data) const OVERRIDE
OVERRIDE          123 Source/core/rendering/style/ContentData.h     virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE { return create(text()); }
OVERRIDE          134 Source/core/rendering/style/ContentData.h     virtual bool isCounter() const OVERRIDE { return true; }
OVERRIDE          135 Source/core/rendering/style/ContentData.h     virtual RenderObject* createRenderer(Document&, RenderStyle*) const OVERRIDE;
OVERRIDE          143 Source/core/rendering/style/ContentData.h     virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE
OVERRIDE          149 Source/core/rendering/style/ContentData.h     virtual bool equals(const ContentData& data) const OVERRIDE
OVERRIDE          165 Source/core/rendering/style/ContentData.h     virtual bool isQuote() const OVERRIDE { return true; }
OVERRIDE          166 Source/core/rendering/style/ContentData.h     virtual RenderObject* createRenderer(Document&, RenderStyle*) const OVERRIDE;
OVERRIDE          168 Source/core/rendering/style/ContentData.h     virtual bool equals(const ContentData& data) const OVERRIDE
OVERRIDE          181 Source/core/rendering/style/ContentData.h     virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE { return create(quote()); }
OVERRIDE           41 Source/core/rendering/style/StyleFetchedImage.h     virtual WrappedImagePtr data() const OVERRIDE { return m_image.get(); }
OVERRIDE           43 Source/core/rendering/style/StyleFetchedImage.h     virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const OVERRIDE;
OVERRIDE           45 Source/core/rendering/style/StyleFetchedImage.h     virtual bool canRender(const RenderObject*, float multiplier) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/style/StyleFetchedImage.h     virtual bool isLoaded() const OVERRIDE;
OVERRIDE           47 Source/core/rendering/style/StyleFetchedImage.h     virtual bool errorOccurred() const OVERRIDE;
OVERRIDE           48 Source/core/rendering/style/StyleFetchedImage.h     virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
OVERRIDE           49 Source/core/rendering/style/StyleFetchedImage.h     virtual bool imageHasRelativeWidth() const OVERRIDE;
OVERRIDE           50 Source/core/rendering/style/StyleFetchedImage.h     virtual bool imageHasRelativeHeight() const OVERRIDE;
OVERRIDE           51 Source/core/rendering/style/StyleFetchedImage.h     virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
OVERRIDE           52 Source/core/rendering/style/StyleFetchedImage.h     virtual bool usesImageContainerSize() const OVERRIDE;
OVERRIDE           53 Source/core/rendering/style/StyleFetchedImage.h     virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
OVERRIDE           54 Source/core/rendering/style/StyleFetchedImage.h     virtual void addClient(RenderObject*) OVERRIDE;
OVERRIDE           55 Source/core/rendering/style/StyleFetchedImage.h     virtual void removeClient(RenderObject*) OVERRIDE;
OVERRIDE           56 Source/core/rendering/style/StyleFetchedImage.h     virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
OVERRIDE           57 Source/core/rendering/style/StyleFetchedImage.h     virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE;
OVERRIDE           58 Source/core/rendering/style/StyleFetchedImage.h     virtual ImageResource* cachedImage() const OVERRIDE { return m_image.get(); }
OVERRIDE           50 Source/core/rendering/style/StyleFetchedImageSet.h     virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const OVERRIDE;
OVERRIDE           55 Source/core/rendering/style/StyleFetchedImageSet.h     virtual WrappedImagePtr data() const OVERRIDE { return m_bestFitImage.get(); }
OVERRIDE           59 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool canRender(const RenderObject*, float multiplier) const OVERRIDE;
OVERRIDE           60 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool isLoaded() const OVERRIDE;
OVERRIDE           61 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool errorOccurred() const OVERRIDE;
OVERRIDE           62 Source/core/rendering/style/StyleFetchedImageSet.h     virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
OVERRIDE           63 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool imageHasRelativeWidth() const OVERRIDE;
OVERRIDE           64 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool imageHasRelativeHeight() const OVERRIDE;
OVERRIDE           65 Source/core/rendering/style/StyleFetchedImageSet.h     virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
OVERRIDE           66 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool usesImageContainerSize() const OVERRIDE;
OVERRIDE           67 Source/core/rendering/style/StyleFetchedImageSet.h     virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
OVERRIDE           68 Source/core/rendering/style/StyleFetchedImageSet.h     virtual void addClient(RenderObject*) OVERRIDE;
OVERRIDE           69 Source/core/rendering/style/StyleFetchedImageSet.h     virtual void removeClient(RenderObject*) OVERRIDE;
OVERRIDE           70 Source/core/rendering/style/StyleFetchedImageSet.h     virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
OVERRIDE           71 Source/core/rendering/style/StyleFetchedImageSet.h     virtual float imageScaleFactor() const OVERRIDE { return m_imageScaleFactor; }
OVERRIDE           72 Source/core/rendering/style/StyleFetchedImageSet.h     virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE;
OVERRIDE           73 Source/core/rendering/style/StyleFetchedImageSet.h     virtual ImageResource* cachedImage() const OVERRIDE { return m_bestFitImage.get(); }
OVERRIDE           41 Source/core/rendering/style/StyleGeneratedImage.h     virtual WrappedImagePtr data() const OVERRIDE { return m_imageGeneratorValue.get(); }
OVERRIDE           43 Source/core/rendering/style/StyleGeneratedImage.h     virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const OVERRIDE;
OVERRIDE           45 Source/core/rendering/style/StyleGeneratedImage.h     virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/style/StyleGeneratedImage.h     virtual bool imageHasRelativeWidth() const OVERRIDE { return !m_fixedSize; }
OVERRIDE           47 Source/core/rendering/style/StyleGeneratedImage.h     virtual bool imageHasRelativeHeight() const OVERRIDE { return !m_fixedSize; }
OVERRIDE           48 Source/core/rendering/style/StyleGeneratedImage.h     virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
OVERRIDE           49 Source/core/rendering/style/StyleGeneratedImage.h     virtual bool usesImageContainerSize() const OVERRIDE { return !m_fixedSize; }
OVERRIDE           50 Source/core/rendering/style/StyleGeneratedImage.h     virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize& containerSize, float) OVERRIDE { m_containerSize = containerSize; }
OVERRIDE           51 Source/core/rendering/style/StyleGeneratedImage.h     virtual void addClient(RenderObject*) OVERRIDE;
OVERRIDE           52 Source/core/rendering/style/StyleGeneratedImage.h     virtual void removeClient(RenderObject*) OVERRIDE;
OVERRIDE           53 Source/core/rendering/style/StyleGeneratedImage.h     virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
OVERRIDE           54 Source/core/rendering/style/StyleGeneratedImage.h     virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/style/StylePendingImage.h     virtual WrappedImagePtr data() const OVERRIDE { return m_value; }
OVERRIDE           48 Source/core/rendering/style/StylePendingImage.h     virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const OVERRIDE { return m_value; }
OVERRIDE           54 Source/core/rendering/style/StylePendingImage.h     virtual LayoutSize imageSize(const RenderObject*, float /*multiplier*/) const OVERRIDE { return LayoutSize(); }
OVERRIDE           55 Source/core/rendering/style/StylePendingImage.h     virtual bool imageHasRelativeWidth() const OVERRIDE { return false; }
OVERRIDE           56 Source/core/rendering/style/StylePendingImage.h     virtual bool imageHasRelativeHeight() const OVERRIDE { return false; }
OVERRIDE           57 Source/core/rendering/style/StylePendingImage.h     virtual void computeIntrinsicDimensions(const RenderObject*, Length& /* intrinsicWidth */ , Length& /* intrinsicHeight */, FloatSize& /* intrinsicRatio */) OVERRIDE { }
OVERRIDE           58 Source/core/rendering/style/StylePendingImage.h     virtual bool usesImageContainerSize() const OVERRIDE { return false; }
OVERRIDE           59 Source/core/rendering/style/StylePendingImage.h     virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE { }
OVERRIDE           60 Source/core/rendering/style/StylePendingImage.h     virtual void addClient(RenderObject*) OVERRIDE { }
OVERRIDE           61 Source/core/rendering/style/StylePendingImage.h     virtual void removeClient(RenderObject*) OVERRIDE { }
OVERRIDE           62 Source/core/rendering/style/StylePendingImage.h     virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE
OVERRIDE           67 Source/core/rendering/style/StylePendingImage.h     virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE { return false; }
OVERRIDE           33 Source/core/rendering/svg/RenderSVGBlock.h     virtual LayoutRect visualOverflowRect() const OVERRIDE FINAL;
OVERRIDE           35 Source/core/rendering/svg/RenderSVGBlock.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE FINAL;
OVERRIDE           36 Source/core/rendering/svg/RenderSVGBlock.h     virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
OVERRIDE           38 Source/core/rendering/svg/RenderSVGBlock.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL;
OVERRIDE           39 Source/core/rendering/svg/RenderSVGBlock.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
OVERRIDE           41 Source/core/rendering/svg/RenderSVGBlock.h     virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGBlock.h     virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
OVERRIDE           46 Source/core/rendering/svg/RenderSVGBlock.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGBlock.h     virtual void updateFromStyle() OVERRIDE FINAL;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGBlock.h     virtual bool isSVG() const OVERRIDE FINAL { return true; }
OVERRIDE           55 Source/core/rendering/svg/RenderSVGBlock.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
OVERRIDE           57 Source/core/rendering/svg/RenderSVGBlock.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
OVERRIDE           59 Source/core/rendering/svg/RenderSVGBlock.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE           43 Source/core/rendering/svg/RenderSVGContainer.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           44 Source/core/rendering/svg/RenderSVGContainer.h     virtual void setNeedsBoundariesUpdate() OVERRIDE FINAL { m_needsBoundariesUpdate = true; }
OVERRIDE           49 Source/core/rendering/svg/RenderSVGContainer.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
OVERRIDE           50 Source/core/rendering/svg/RenderSVGContainer.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
OVERRIDE           52 Source/core/rendering/svg/RenderSVGContainer.h     virtual bool isSVGContainer() const OVERRIDE FINAL { return true; }
OVERRIDE           53 Source/core/rendering/svg/RenderSVGContainer.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGContainer"; }
OVERRIDE           55 Source/core/rendering/svg/RenderSVGContainer.h     virtual void layout() OVERRIDE;
OVERRIDE           57 Source/core/rendering/svg/RenderSVGContainer.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE FINAL;
OVERRIDE           58 Source/core/rendering/svg/RenderSVGContainer.h     virtual void removeChild(RenderObject*) OVERRIDE FINAL;
OVERRIDE           59 Source/core/rendering/svg/RenderSVGContainer.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
OVERRIDE           61 Source/core/rendering/svg/RenderSVGContainer.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; }
OVERRIDE           62 Source/core/rendering/svg/RenderSVGContainer.h     virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; }
OVERRIDE           63 Source/core/rendering/svg/RenderSVGContainer.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
OVERRIDE           65 Source/core/rendering/svg/RenderSVGContainer.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
OVERRIDE           40 Source/core/rendering/svg/RenderSVGEllipse.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGEllipse"; }
OVERRIDE           42 Source/core/rendering/svg/RenderSVGEllipse.h     virtual void updateShapeFromElement() OVERRIDE;
OVERRIDE           43 Source/core/rendering/svg/RenderSVGEllipse.h     virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
OVERRIDE           44 Source/core/rendering/svg/RenderSVGEllipse.h     virtual void fillShape(GraphicsContext*) const OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGEllipse.h     virtual void strokeShape(GraphicsContext*) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGEllipse.h     virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE;
OVERRIDE           47 Source/core/rendering/svg/RenderSVGEllipse.h     virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const OVERRIDE;
OVERRIDE           35 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGForeignObject"; }
OVERRIDE           37 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           39 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           41 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void layout() OVERRIDE;
OVERRIDE           43 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
OVERRIDE           44 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
OVERRIDE           45 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
OVERRIDE           47 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
OVERRIDE           49 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual bool isSVGForeignObject() const OVERRIDE { return true; }
OVERRIDE           51 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
OVERRIDE           54 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void updateLogicalWidth() OVERRIDE;
OVERRIDE           55 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
OVERRIDE           57 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE;
OVERRIDE           37 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGGradientStop"; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual bool isSVGGradientStop() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual bool isSVG() const OVERRIDE { return true; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual void layout() OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject*) const OVERRIDE { return LayoutRect(); }
OVERRIDE           47 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(); }
OVERRIDE           48 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(); }
OVERRIDE           49 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(); }
OVERRIDE           52 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           35 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGHiddenContainer"; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual void layout() OVERRIDE;
OVERRIDE           41 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual bool isSVGHiddenContainer() const OVERRIDE FINAL { return true; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject*) const OVERRIDE FINAL { return LayoutRect(); }
OVERRIDE           46 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGHiddenContainer.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;
OVERRIDE           40 Source/core/rendering/svg/RenderSVGImage.h     virtual void setNeedsBoundariesUpdate() OVERRIDE { m_needsBoundariesUpdate = true; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGImage.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
OVERRIDE           49 Source/core/rendering/svg/RenderSVGImage.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGImage"; }
OVERRIDE           50 Source/core/rendering/svg/RenderSVGImage.h     virtual bool isSVGImage() const OVERRIDE { return true; }
OVERRIDE           52 Source/core/rendering/svg/RenderSVGImage.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
OVERRIDE           54 Source/core/rendering/svg/RenderSVGImage.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; }
OVERRIDE           55 Source/core/rendering/svg/RenderSVGImage.h     virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_objectBoundingBox; }
OVERRIDE           56 Source/core/rendering/svg/RenderSVGImage.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return m_repaintBoundingBox; }
OVERRIDE           58 Source/core/rendering/svg/RenderSVGImage.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
OVERRIDE           60 Source/core/rendering/svg/RenderSVGImage.h     virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
OVERRIDE           62 Source/core/rendering/svg/RenderSVGImage.h     virtual void layout() OVERRIDE;
OVERRIDE           63 Source/core/rendering/svg/RenderSVGImage.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           67 Source/core/rendering/svg/RenderSVGImage.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
OVERRIDE           69 Source/core/rendering/svg/RenderSVGImage.h     virtual AffineTransform localTransform() const OVERRIDE { return m_localTransform; }
OVERRIDE           32 Source/core/rendering/svg/RenderSVGInline.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGInline"; }
OVERRIDE           33 Source/core/rendering/svg/RenderSVGInline.h     virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
OVERRIDE           34 Source/core/rendering/svg/RenderSVGInline.h     virtual bool isSVGInline() const OVERRIDE FINAL { return true; }
OVERRIDE           35 Source/core/rendering/svg/RenderSVGInline.h     virtual bool isSVG() const OVERRIDE FINAL { return true; }
OVERRIDE           37 Source/core/rendering/svg/RenderSVGInline.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           44 Source/core/rendering/svg/RenderSVGInline.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGInline.h     virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGInline.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGInline.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE FINAL;
OVERRIDE           49 Source/core/rendering/svg/RenderSVGInline.h     virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
OVERRIDE           50 Source/core/rendering/svg/RenderSVGInline.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGInline.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/svg/RenderSVGInline.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
OVERRIDE           55 Source/core/rendering/svg/RenderSVGInline.h     virtual InlineFlowBox* createInlineFlowBox() OVERRIDE FINAL;
OVERRIDE           57 Source/core/rendering/svg/RenderSVGInline.h     virtual void willBeDestroyed() OVERRIDE FINAL;
OVERRIDE           58 Source/core/rendering/svg/RenderSVGInline.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
OVERRIDE           60 Source/core/rendering/svg/RenderSVGInline.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE FINAL;
OVERRIDE           61 Source/core/rendering/svg/RenderSVGInline.h     virtual void removeChild(RenderObject*) OVERRIDE FINAL;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGInlineText.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGInlineText"; }
OVERRIDE           50 Source/core/rendering/svg/RenderSVGInlineText.h     virtual void setTextInternal(PassRefPtr<StringImpl>) OVERRIDE;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGInlineText.h     virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGInlineText.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return floatLinesBoundingBox(); }
OVERRIDE           55 Source/core/rendering/svg/RenderSVGInlineText.h     virtual bool isSVGInlineText() const OVERRIDE { return true; }
OVERRIDE           56 Source/core/rendering/svg/RenderSVGInlineText.h     virtual bool isSVG() const OVERRIDE { return true; }
OVERRIDE           58 Source/core/rendering/svg/RenderSVGInlineText.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE           59 Source/core/rendering/svg/RenderSVGInlineText.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
OVERRIDE           60 Source/core/rendering/svg/RenderSVGInlineText.h     virtual IntRect linesBoundingBox() const OVERRIDE;
OVERRIDE           61 Source/core/rendering/svg/RenderSVGInlineText.h     virtual InlineTextBox* createTextBox() OVERRIDE;
OVERRIDE           52 Source/core/rendering/svg/RenderSVGModelObject.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGModelObject.h     virtual bool canHaveWhitespaceChildren() const OVERRIDE { return false; }
OVERRIDE           55 Source/core/rendering/svg/RenderSVGModelObject.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE           56 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
OVERRIDE           58 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
OVERRIDE           59 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE           61 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL;
OVERRIDE           62 Source/core/rendering/svg/RenderSVGModelObject.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
OVERRIDE           63 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           65 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE FINAL;
OVERRIDE           69 Source/core/rendering/svg/RenderSVGModelObject.h     virtual bool isSVG() const OVERRIDE FINAL { return true; }
OVERRIDE           72 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE FINAL;
OVERRIDE           73 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           80 Source/core/rendering/svg/RenderSVGModelObject.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
OVERRIDE           81 Source/core/rendering/svg/RenderSVGModelObject.h     virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) OVERRIDE FINAL;
OVERRIDE           39 Source/core/rendering/svg/RenderSVGPath.h     virtual bool isSVGPath() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/rendering/svg/RenderSVGPath.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGPath"; }
OVERRIDE           42 Source/core/rendering/svg/RenderSVGPath.h     virtual void updateShapeFromElement() OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGPath.h     virtual void strokeShape(GraphicsContext*) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGPath.h     virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE;
OVERRIDE           42 Source/core/rendering/svg/RenderSVGRect.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGRect"; }
OVERRIDE           44 Source/core/rendering/svg/RenderSVGRect.h     virtual void updateShapeFromElement() OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGRect.h     virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
OVERRIDE           46 Source/core/rendering/svg/RenderSVGRect.h     virtual void fillShape(GraphicsContext*) const OVERRIDE;
OVERRIDE           47 Source/core/rendering/svg/RenderSVGRect.h     virtual void strokeShape(GraphicsContext*) const OVERRIDE;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGRect.h     virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE;
OVERRIDE           49 Source/core/rendering/svg/RenderSVGRect.h     virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const OVERRIDE;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceClipper"; }
OVERRIDE           50 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
OVERRIDE           54 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
OVERRIDE           69 Source/core/rendering/svg/RenderSVGResourceClipper.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           36 Source/core/rendering/svg/RenderSVGResourceContainer.h     virtual void layout() OVERRIDE;
OVERRIDE           37 Source/core/rendering/svg/RenderSVGResourceContainer.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
OVERRIDE           39 Source/core/rendering/svg/RenderSVGResourceContainer.h     virtual bool isSVGResourceContainer() const OVERRIDE FINAL { return true; }
OVERRIDE           74 Source/core/rendering/svg/RenderSVGResourceContainer.h     virtual void willBeDestroyed() OVERRIDE FINAL;
OVERRIDE           63 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           65 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceFilter"; }
OVERRIDE           66 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual bool isSVGResourceFilter() const OVERRIDE { return true; }
OVERRIDE           68 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
OVERRIDE           69 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
OVERRIDE           71 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
OVERRIDE           72 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE;
OVERRIDE           83 Source/core/rendering/svg/RenderSVGResourceFilter.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE { return false; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h     virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceFilterPrimitive"; }
OVERRIDE           46 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h     virtual bool isSVGResourceFilterPrimitive() const OVERRIDE { return true; }
OVERRIDE           48 Source/core/rendering/svg/RenderSVGResourceGradient.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
OVERRIDE           49 Source/core/rendering/svg/RenderSVGResourceGradient.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGResourceGradient.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
OVERRIDE           52 Source/core/rendering/svg/RenderSVGResourceGradient.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FINAL;
OVERRIDE           36 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceLinearGradient"; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUnits(); }
OVERRIDE           42 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual void calculateGradientTransform(AffineTransform& transform) OVERRIDE { transform = m_attributes.gradientTransform(); }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE;
OVERRIDE           44 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     virtual void buildGradient(GradientData*) const OVERRIDE;
OVERRIDE           39 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceMarker"; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
OVERRIDE           42 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
OVERRIDE           49 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual void applyViewportClip(PaintInfo&) OVERRIDE;
OVERRIDE           50 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual void layout() OVERRIDE;
OVERRIDE           51 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual void calcViewport() OVERRIDE;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE;
OVERRIDE           56 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) OVERRIDE { return false; }
OVERRIDE           62 Source/core/rendering/svg/RenderSVGResourceMarker.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceMasker"; }
OVERRIDE           45 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
OVERRIDE           47 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
OVERRIDE           48 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
OVERRIDE           54 Source/core/rendering/svg/RenderSVGResourceMasker.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           49 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourcePattern"; }
OVERRIDE           51 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
OVERRIDE           52 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
OVERRIDE           54 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
OVERRIDE           55 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE;
OVERRIDE           57 Source/core/rendering/svg/RenderSVGResourcePattern.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           36 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGResourceRadialGradient"; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUnits(); }
OVERRIDE           42 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual void calculateGradientTransform(AffineTransform& transform) OVERRIDE { transform = m_attributes.gradientTransform(); }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE;
OVERRIDE           44 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h     virtual void buildGradient(GradientData*) const OVERRIDE;
OVERRIDE           34 Source/core/rendering/svg/RenderSVGResourceSolidColor.h     virtual void removeAllClientsFromCache(bool = true) OVERRIDE { }
OVERRIDE           35 Source/core/rendering/svg/RenderSVGResourceSolidColor.h     virtual void removeClientFromCache(RenderObject*, bool = true) OVERRIDE { }
OVERRIDE           37 Source/core/rendering/svg/RenderSVGResourceSolidColor.h     virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
OVERRIDE           38 Source/core/rendering/svg/RenderSVGResourceSolidColor.h     virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE;
OVERRIDE           40 Source/core/rendering/svg/RenderSVGResourceSolidColor.h     virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGRoot.h     virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE;
OVERRIDE           52 Source/core/rendering/svg/RenderSVGRoot.h     virtual void setNeedsBoundariesUpdate() OVERRIDE { m_needsBoundariesOrTransformUpdate = true; }
OVERRIDE           53 Source/core/rendering/svg/RenderSVGRoot.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsBoundariesOrTransformUpdate = true; }
OVERRIDE           66 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool hasRelativeIntrinsicLogicalWidth() const OVERRIDE;
OVERRIDE           67 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool hasRelativeLogicalHeight() const OVERRIDE;
OVERRIDE           68 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool visibleForTouchAction() const OVERRIDE { return true; }
OVERRIDE           74 Source/core/rendering/svg/RenderSVGRoot.h     virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
OVERRIDE           75 Source/core/rendering/svg/RenderSVGRoot.h     virtual const RenderObjectChildList* virtualChildren() const OVERRIDE { return children(); }
OVERRIDE           77 Source/core/rendering/svg/RenderSVGRoot.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGRoot"; }
OVERRIDE           78 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool isSVGRoot() const OVERRIDE { return true; }
OVERRIDE           79 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool isSVG() const OVERRIDE { return true; }
OVERRIDE           81 Source/core/rendering/svg/RenderSVGRoot.h     virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred  = ComputeActual) const OVERRIDE;
OVERRIDE           82 Source/core/rendering/svg/RenderSVGRoot.h     virtual LayoutUnit computeReplacedLogicalHeight() const OVERRIDE;
OVERRIDE           83 Source/core/rendering/svg/RenderSVGRoot.h     virtual void layout() OVERRIDE;
OVERRIDE           84 Source/core/rendering/svg/RenderSVGRoot.h     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           86 Source/core/rendering/svg/RenderSVGRoot.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           87 Source/core/rendering/svg/RenderSVGRoot.h     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
OVERRIDE           88 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           89 Source/core/rendering/svg/RenderSVGRoot.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           90 Source/core/rendering/svg/RenderSVGRoot.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           91 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool canHaveWhitespaceChildren() const OVERRIDE { return false; }
OVERRIDE           93 Source/core/rendering/svg/RenderSVGRoot.h     virtual void insertedIntoTree() OVERRIDE;
OVERRIDE           94 Source/core/rendering/svg/RenderSVGRoot.h     virtual void willBeRemovedFromTree() OVERRIDE;
OVERRIDE           96 Source/core/rendering/svg/RenderSVGRoot.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE;
OVERRIDE           98 Source/core/rendering/svg/RenderSVGRoot.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; }
OVERRIDE           99 Source/core/rendering/svg/RenderSVGRoot.h     virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_strokeBoundingBox; }
OVERRIDE          100 Source/core/rendering/svg/RenderSVGRoot.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return m_repaintBoundingBox; }
OVERRIDE          102 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
OVERRIDE          104 Source/core/rendering/svg/RenderSVGRoot.h     virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
OVERRIDE          105 Source/core/rendering/svg/RenderSVGRoot.h     virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const OVERRIDE;
OVERRIDE          107 Source/core/rendering/svg/RenderSVGRoot.h     virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
OVERRIDE          108 Source/core/rendering/svg/RenderSVGRoot.h     virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
OVERRIDE          110 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool canBeSelectionLeaf() const OVERRIDE { return false; }
OVERRIDE          111 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool canHaveChildren() const OVERRIDE { return true; }
OVERRIDE           53 Source/core/rendering/svg/RenderSVGShape.h     virtual void setNeedsBoundariesUpdate() OVERRIDE FINAL { m_needsBoundariesUpdate = true; }
OVERRIDE           54 Source/core/rendering/svg/RenderSVGShape.h     virtual void setNeedsTransformUpdate() OVERRIDE FINAL { m_needsTransformUpdate = true; }
OVERRIDE           87 Source/core/rendering/svg/RenderSVGShape.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
OVERRIDE           88 Source/core/rendering/svg/RenderSVGShape.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE FINAL { return m_localTransform; }
OVERRIDE           89 Source/core/rendering/svg/RenderSVGShape.h     virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
OVERRIDE           91 Source/core/rendering/svg/RenderSVGShape.h     virtual bool isSVGShape() const OVERRIDE FINAL { return true; }
OVERRIDE           92 Source/core/rendering/svg/RenderSVGShape.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGShape"; }
OVERRIDE           94 Source/core/rendering/svg/RenderSVGShape.h     virtual void layout() OVERRIDE FINAL;
OVERRIDE           95 Source/core/rendering/svg/RenderSVGShape.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
OVERRIDE           96 Source/core/rendering/svg/RenderSVGShape.h     virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
OVERRIDE           98 Source/core/rendering/svg/RenderSVGShape.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;
OVERRIDE          100 Source/core/rendering/svg/RenderSVGShape.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_fillBoundingBox; }
OVERRIDE          101 Source/core/rendering/svg/RenderSVGShape.h     virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; }
OVERRIDE           32 Source/core/rendering/svg/RenderSVGTSpan.h     virtual bool isChildAllowed(RenderObject* child, RenderStyle*) const OVERRIDE;
OVERRIDE           34 Source/core/rendering/svg/RenderSVGTSpan.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGTSpan"; }
OVERRIDE           40 Source/core/rendering/svg/RenderSVGText.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/svg/RenderSVGText.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
OVERRIDE           45 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE;
OVERRIDE           60 Source/core/rendering/svg/RenderSVGText.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGText"; }
OVERRIDE           61 Source/core/rendering/svg/RenderSVGText.h     virtual bool isSVGText() const OVERRIDE { return true; }
OVERRIDE           63 Source/core/rendering/svg/RenderSVGText.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           64 Source/core/rendering/svg/RenderSVGText.h     virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
OVERRIDE           65 Source/core/rendering/svg/RenderSVGText.h     virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
OVERRIDE           67 Source/core/rendering/svg/RenderSVGText.h     virtual void layout() OVERRIDE;
OVERRIDE           69 Source/core/rendering/svg/RenderSVGText.h     virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
OVERRIDE           71 Source/core/rendering/svg/RenderSVGText.h     virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
OVERRIDE           73 Source/core/rendering/svg/RenderSVGText.h     virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
OVERRIDE           74 Source/core/rendering/svg/RenderSVGText.h     virtual void removeChild(RenderObject*) OVERRIDE;
OVERRIDE           75 Source/core/rendering/svg/RenderSVGText.h     virtual void willBeDestroyed() OVERRIDE;
OVERRIDE           77 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); }
OVERRIDE           78 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect strokeBoundingBox() const OVERRIDE;
OVERRIDE           80 Source/core/rendering/svg/RenderSVGText.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
OVERRIDE           81 Source/core/rendering/svg/RenderSVGText.h     virtual RootInlineBox* createRootInlineBox() OVERRIDE;
OVERRIDE           83 Source/core/rendering/svg/RenderSVGText.h     virtual RenderBlock* firstLineBlock() const OVERRIDE;
OVERRIDE           84 Source/core/rendering/svg/RenderSVGText.h     virtual void updateFirstLetter() OVERRIDE;
OVERRIDE           35 Source/core/rendering/svg/RenderSVGTextPath.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           37 Source/core/rendering/svg/RenderSVGTextPath.h     virtual bool isSVGTextPath() const OVERRIDE { return true; }
OVERRIDE           40 Source/core/rendering/svg/RenderSVGTextPath.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGTextPath"; }
OVERRIDE           33 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
OVERRIDE           35 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual bool isSVGTransformableContainer() const OVERRIDE { return true; }
OVERRIDE           36 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
OVERRIDE           37 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual bool didTransformToRootUpdate() OVERRIDE { return m_didTransformToRootUpdate; }
OVERRIDE           41 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual bool calculateLocalTransform() OVERRIDE;
OVERRIDE           42 Source/core/rendering/svg/RenderSVGTransformableContainer.h     virtual AffineTransform localTransform() const OVERRIDE { return m_localTransform; }
OVERRIDE           38 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual bool didTransformToRootUpdate() OVERRIDE { return m_didTransformToRootUpdate; }
OVERRIDE           40 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual void determineIfLayoutSizeChanged() OVERRIDE;
OVERRIDE           41 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
OVERRIDE           43 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual bool isSVGViewportContainer() const OVERRIDE { return true; }
OVERRIDE           47 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual const char* renderName() const OVERRIDE { return "RenderSVGViewportContainer"; }
OVERRIDE           50 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localToParentTransform; }
OVERRIDE           52 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual void calcViewport() OVERRIDE;
OVERRIDE           53 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual bool calculateLocalTransform() OVERRIDE;
OVERRIDE           55 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual void applyViewportClip(PaintInfo&) OVERRIDE;
OVERRIDE           56 Source/core/rendering/svg/RenderSVGViewportContainer.h     virtual bool pointIsInsideViewportClip(const FloatPoint& pointInParent) OVERRIDE;
OVERRIDE           38 Source/core/rendering/svg/SVGInlineFlowBox.h     virtual bool isSVGInlineFlowBox() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/rendering/svg/SVGInlineFlowBox.h     virtual float virtualLogicalHeight() const OVERRIDE { return m_logicalHeight; }
OVERRIDE           43 Source/core/rendering/svg/SVGInlineFlowBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/SVGInlineFlowBox.h     virtual FloatRect calculateBoundaries() const OVERRIDE;
OVERRIDE           37 Source/core/rendering/svg/SVGInlineTextBox.h     virtual bool isSVGInlineTextBox() const OVERRIDE { return true; }
OVERRIDE           39 Source/core/rendering/svg/SVGInlineTextBox.h     virtual float virtualLogicalHeight() const OVERRIDE { return m_logicalHeight; }
OVERRIDE           42 Source/core/rendering/svg/SVGInlineTextBox.h     virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const OVERRIDE;
OVERRIDE           43 Source/core/rendering/svg/SVGInlineTextBox.h     virtual float positionForOffset(int offset) const OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/SVGInlineTextBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           47 Source/core/rendering/svg/SVGInlineTextBox.h     virtual LayoutRect localSelectionRect(int startPosition, int endPosition) OVERRIDE;
OVERRIDE           51 Source/core/rendering/svg/SVGInlineTextBox.h     virtual FloatRect calculateBoundaries() const OVERRIDE;
OVERRIDE           57 Source/core/rendering/svg/SVGInlineTextBox.h     virtual void dirtyLineBoxes() OVERRIDE;
OVERRIDE           79 Source/core/rendering/svg/SVGInlineTextBox.h     virtual void paintDocumentMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&, bool) OVERRIDE FINAL;
OVERRIDE           80 Source/core/rendering/svg/SVGInlineTextBox.h     virtual void paintTextMatchMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&) OVERRIDE FINAL;
OVERRIDE           82 Source/core/rendering/svg/SVGInlineTextBox.h     virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           42 Source/core/rendering/svg/SVGRootInlineBox.h     virtual bool isSVGRootInlineBox() const OVERRIDE { return true; }
OVERRIDE           44 Source/core/rendering/svg/SVGRootInlineBox.h     virtual float virtualLogicalHeight() const OVERRIDE { return m_logicalHeight; }
OVERRIDE           47 Source/core/rendering/svg/SVGRootInlineBox.h     virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
OVERRIDE           49 Source/core/rendering/svg/SVGRootInlineBox.h     virtual void markDirty(bool dirty = true) OVERRIDE;
OVERRIDE           45 Source/core/rendering/svg/SVGTextRunRenderingContext.h     virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) OVERRIDE;
OVERRIDE           46 Source/core/rendering/svg/SVGTextRunRenderingContext.h     virtual void drawSVGGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&) const OVERRIDE;
OVERRIDE           47 Source/core/rendering/svg/SVGTextRunRenderingContext.h     virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE;
OVERRIDE           74 Source/core/speech/SpeechInput.h     virtual void didCompleteRecording(int) OVERRIDE;
OVERRIDE           75 Source/core/speech/SpeechInput.h     virtual void didCompleteRecognition(int) OVERRIDE;
OVERRIDE           76 Source/core/speech/SpeechInput.h     virtual void setRecognitionResult(int, const SpeechInputResultArray&) OVERRIDE;
OVERRIDE           46 Source/core/speech/SpeechInputEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           48 Source/core/speech/SpeechInputEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           66 Source/core/storage/StorageEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           68 Source/core/storage/StorageEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGAElement.h     virtual String title() const OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGAElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGAElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGAElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGAElement.h     virtual void defaultEventHandler(Event*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGAElement.h     virtual bool supportsFocus() const OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGAElement.h     virtual bool isMouseFocusable() const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGAElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGAElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGAElement.h     virtual bool willRespondToMouseClickEvents() OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGAltGlyphDefElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           51 Source/core/svg/SVGAltGlyphElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGAltGlyphItemElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           48 Source/core/svg/SVGAngle.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGAngle.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGAngle.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGAngle.h     virtual void notifyChange() OVERRIDE;
OVERRIDE           97 Source/core/svg/SVGAngle.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           99 Source/core/svg/SVGAngle.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE          102 Source/core/svg/SVGAngle.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE          103 Source/core/svg/SVGAngle.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE          104 Source/core/svg/SVGAngle.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGAnimateElement.h     virtual void resetAnimatedType() OVERRIDE FINAL;
OVERRIDE           44 Source/core/svg/SVGAnimateElement.h     virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE FINAL;
OVERRIDE           46 Source/core/svg/SVGAnimateElement.h     virtual bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) OVERRIDE FINAL;
OVERRIDE           47 Source/core/svg/SVGAnimateElement.h     virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE FINAL;
OVERRIDE           48 Source/core/svg/SVGAnimateElement.h     virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE FINAL;
OVERRIDE           49 Source/core/svg/SVGAnimateElement.h     virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE FINAL;
OVERRIDE           50 Source/core/svg/SVGAnimateElement.h     virtual void applyResultsToTarget() OVERRIDE FINAL;
OVERRIDE           51 Source/core/svg/SVGAnimateElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE FINAL;
OVERRIDE           52 Source/core/svg/SVGAnimateElement.h     virtual bool isAdditive() const OVERRIDE FINAL;
OVERRIDE           54 Source/core/svg/SVGAnimateElement.h     virtual void setTargetElement(SVGElement*) OVERRIDE FINAL;
OVERRIDE           55 Source/core/svg/SVGAnimateElement.h     virtual void setAttributeName(const QualifiedName&) OVERRIDE FINAL;
OVERRIDE           64 Source/core/svg/SVGAnimateElement.h     virtual bool hasValidAttributeType() OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGAnimateMotionElement.h     virtual bool hasValidAttributeType() OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGAnimateMotionElement.h     virtual bool hasValidAttributeName() OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGAnimateMotionElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGAnimateMotionElement.h     virtual void resetAnimatedType() OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGAnimateMotionElement.h     virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGAnimateMotionElement.h     virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGAnimateMotionElement.h     virtual void applyResultsToTarget() OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGAnimateMotionElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE;
OVERRIDE           65 Source/core/svg/SVGAnimateMotionElement.h     virtual void updateAnimationMode() OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGAnimateTransformElement.h     virtual bool hasValidAttributeType() OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGAnimateTransformElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGAnimatedAngle.h     virtual void synchronizeAttribute() OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGAnimatedAngle.h     virtual void animationStarted() OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGAnimatedAngle.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGAnimatedAngle.h     virtual void animationEnded() OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGAnimatedColor.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGAnimatedColor.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGAnimatedColor.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGAnimatedColor.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGAnimatedColor.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGAnimatedInteger.h     virtual void synchronizeAttribute() OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGAnimatedIntegerOptionalInteger.h     virtual void animationStarted() OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGAnimatedIntegerOptionalInteger.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGAnimatedIntegerOptionalInteger.h     virtual bool needsSynchronizeAttribute() OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGAnimatedIntegerOptionalInteger.h     virtual void animationEnded() OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGAnimatedNumber.h     virtual void synchronizeAttribute() OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGAnimatedNumberOptionalNumber.h     virtual void animationStarted() OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGAnimatedNumberOptionalNumber.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGAnimatedNumberOptionalNumber.h     virtual bool needsSynchronizeAttribute() OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGAnimatedNumberOptionalNumber.h     virtual void animationEnded() OVERRIDE;
OVERRIDE          144 Source/core/svg/SVGAnimationElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          145 Source/core/svg/SVGAnimationElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE          159 Source/core/svg/SVGAnimationElement.h     virtual void startedActiveInterval() OVERRIDE;
OVERRIDE          160 Source/core/svg/SVGAnimationElement.h     virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE;
OVERRIDE          165 Source/core/svg/SVGAnimationElement.h     virtual void setTargetElement(SVGElement*) OVERRIDE;
OVERRIDE          166 Source/core/svg/SVGAnimationElement.h     virtual void setAttributeName(const QualifiedName&) OVERRIDE;
OVERRIDE          176 Source/core/svg/SVGAnimationElement.h     virtual void animationAttributeChanged() OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGBoolean.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGBoolean.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGBoolean.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGBoolean.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGBoolean.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGCircleElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           45 Source/core/svg/SVGCircleElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGCircleElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGCircleElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGCircleElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGClipPathElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
OVERRIDE           45 Source/core/svg/SVGClipPathElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGClipPathElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGClipPathElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGClipPathElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGComponentTransferFunctionElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           51 Source/core/svg/SVGComponentTransferFunctionElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL;
OVERRIDE           53 Source/core/svg/SVGComponentTransferFunctionElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL { return false; }
OVERRIDE           51 Source/core/svg/SVGCursorElement.h     virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); }
OVERRIDE           54 Source/core/svg/SVGCursorElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGCursorElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGCursorElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           36 Source/core/svg/SVGDefsElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           37 Source/core/svg/SVGDescElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           42 Source/core/svg/SVGDiscardElement.h     virtual bool isSVGDiscardElement() const OVERRIDE { return true; }
OVERRIDE           46 Source/core/svg/SVGDiscardElement.h     virtual void resetAnimatedType() OVERRIDE { }
OVERRIDE           47 Source/core/svg/SVGDiscardElement.h     virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE { }
OVERRIDE           48 Source/core/svg/SVGDiscardElement.h     virtual void applyResultsToTarget() OVERRIDE { }
OVERRIDE           49 Source/core/svg/SVGDiscardElement.h     virtual bool hasValidAttributeType() OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGDiscardElement.h     virtual bool hasValidAttributeName() OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGDiscardElement.h     virtual void animationAttributeChanged() OVERRIDE { }
OVERRIDE           53 Source/core/svg/SVGDiscardElement.h     virtual void startedActiveInterval() OVERRIDE { }
OVERRIDE           54 Source/core/svg/SVGDiscardElement.h     virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE { }
OVERRIDE           49 Source/core/svg/SVGDocument.h     virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGElement.h     virtual String title() const OVERRIDE;
OVERRIDE          121 Source/core/svg/SVGElement.h     virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE FINAL;
OVERRIDE          137 Source/core/svg/SVGElement.h     virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE FINAL;
OVERRIDE          138 Source/core/svg/SVGElement.h     virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE FINAL;
OVERRIDE          152 Source/core/svg/SVGElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          154 Source/core/svg/SVGElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE          155 Source/core/svg/SVGElement.h     virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly) OVERRIDE;
OVERRIDE          157 Source/core/svg/SVGElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE          158 Source/core/svg/SVGElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE          159 Source/core/svg/SVGElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          161 Source/core/svg/SVGElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          162 Source/core/svg/SVGElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          163 Source/core/svg/SVGElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE          188 Source/core/svg/SVGElement.h     virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
OVERRIDE          191 Source/core/svg/SVGElement.h     virtual RenderStyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) OVERRIDE FINAL { return computedStyle(pseudoElementSpecifier); }
OVERRIDE          192 Source/core/svg/SVGElement.h     virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE;
OVERRIDE          193 Source/core/svg/SVGElement.h     virtual bool isKeyboardFocusable() const OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGElementInstance.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGElementInstance.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGElementInstance.h     virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGElementInstance.h     virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGElementInstance.h     virtual void removeAllEventListeners() OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGElementInstance.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE          155 Source/core/svg/SVGElementInstance.h     virtual Node* toNode() OVERRIDE;
OVERRIDE          177 Source/core/svg/SVGElementInstance.h     virtual EventTargetData* eventTargetData() OVERRIDE;
OVERRIDE          178 Source/core/svg/SVGElementInstance.h     virtual EventTargetData& ensureEventTargetData() OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGEllipseElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           46 Source/core/svg/SVGEllipseElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGEllipseElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGEllipseElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGEllipseElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGEnumeration.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGEnumeration.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGEnumeration.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGEnumeration.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGEnumeration.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE          101 Source/core/svg/SVGEnumeration.h     virtual PassRefPtr<SVGEnumerationBase> clone() const OVERRIDE
OVERRIDE           43 Source/core/svg/SVGFEBlendElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGFEBlendElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGFEBlendElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFEBlendElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGFEColorMatrixElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFEColorMatrixElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGFEColorMatrixElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGFEColorMatrixElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGFEComponentTransferElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGFEComponentTransferElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGFECompositeElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGFECompositeElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGFECompositeElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGFECompositeElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGFEConvolveMatrixElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGFEConvolveMatrixElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGFEConvolveMatrixElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGFEConvolveMatrixElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGFEDiffuseLightingElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGFEDiffuseLightingElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGFEDiffuseLightingElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGFEDiffuseLightingElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGFEDisplacementMapElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGFEDisplacementMapElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGFEDisplacementMapElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGFEDisplacementMapElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           34 Source/core/svg/SVGFEDistantLightElement.h     virtual PassRefPtr<LightSource> lightSource() const OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFEDropShadowElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGFEDropShadowElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGFEDropShadowElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGFEFloodElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
OVERRIDE           37 Source/core/svg/SVGFEFloodElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGFEGaussianBlurElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGFEGaussianBlurElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFEGaussianBlurElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGFEImageElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGFEImageElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGFEImageElement.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGFEImageElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGFEImageElement.h     virtual void buildPendingResource() OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGFEImageElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGFEImageElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGFELightElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           65 Source/core/svg/SVGFELightElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL;
OVERRIDE           66 Source/core/svg/SVGFELightElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE FINAL;
OVERRIDE           68 Source/core/svg/SVGFELightElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           36 Source/core/svg/SVGFEMergeElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGFEMergeNodeElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGFEMergeNodeElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGFEMergeNodeElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           47 Source/core/svg/SVGFEMorphologyElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGFEMorphologyElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGFEMorphologyElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGFEMorphologyElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGFEOffsetElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGFEOffsetElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGFEOffsetElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           34 Source/core/svg/SVGFEPointLightElement.h     virtual PassRefPtr<LightSource> lightSource() const OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGFESpecularLightingElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGFESpecularLightingElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGFESpecularLightingElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGFESpecularLightingElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           34 Source/core/svg/SVGFESpotLightElement.h     virtual PassRefPtr<LightSource> lightSource() const OVERRIDE;
OVERRIDE           38 Source/core/svg/SVGFETileElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGFETileElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGFETileElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGFETurbulenceElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGFETurbulenceElement.h     virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGFETurbulenceElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGFETurbulenceElement.h     virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGFilterElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
OVERRIDE           62 Source/core/svg/SVGFilterElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGFilterElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGFilterElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           66 Source/core/svg/SVGFilterElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           68 Source/core/svg/SVGFilterElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           65 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual bool isFilterEffect() const OVERRIDE FINAL { return true; }
OVERRIDE           78 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE FINAL;
OVERRIDE           79 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL;
OVERRIDE           42 Source/core/svg/SVGFontData.h     virtual bool isSVGFont() const OVERRIDE { return true; };
OVERRIDE           43 Source/core/svg/SVGFontData.h     virtual void initializeFontData(SimpleFontData*, float fontSize) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGFontData.h     virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGFontData.h     virtual bool fillSVGGlyphPage(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFontData.h     virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGFontElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           58 Source/core/svg/SVGFontFaceElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGFontFaceElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGFontFaceElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGFontFaceElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGFontFaceElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           35 Source/core/svg/SVGFontFaceFormatElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGFontFaceFormatElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           40 Source/core/svg/SVGFontFaceNameElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           21 Source/core/svg/SVGFontFaceSource.h     virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGFontFaceSrcElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGFontFaceSrcElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           44 Source/core/svg/SVGFontFaceUriElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGFontFaceUriElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGFontFaceUriElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGFontFaceUriElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           44 Source/core/svg/SVGForeignObjectElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGForeignObjectElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGForeignObjectElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGForeignObjectElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGForeignObjectElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGGElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGGElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           42 Source/core/svg/SVGGElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGGElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGGElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGGlyphElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGGlyphElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGGlyphElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGGlyphElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           36 Source/core/svg/SVGGlyphRefElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGGlyphRefElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           63 Source/core/svg/SVGGradientElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGGradientElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           67 Source/core/svg/SVGGradientElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE FINAL { return false; }
OVERRIDE           69 Source/core/svg/SVGGradientElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE FINAL;
OVERRIDE           52 Source/core/svg/SVGGraphicsElement.h     virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE { return animatedLocalTransform(); }
OVERRIDE           54 Source/core/svg/SVGGraphicsElement.h     virtual AffineTransform* supplementalTransform() OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGGraphicsElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGGraphicsElement.h     virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); }
OVERRIDE           75 Source/core/svg/SVGGraphicsElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGGraphicsElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           81 Source/core/svg/SVGGraphicsElement.h     virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; }
OVERRIDE           40 Source/core/svg/SVGHKernElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGHKernElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGHKernElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           50 Source/core/svg/SVGImageElement.h     virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull(); }
OVERRIDE           51 Source/core/svg/SVGImageElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           54 Source/core/svg/SVGImageElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGImageElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGImageElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGImageElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGImageElement.h     virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGImageElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGImageElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGImageElement.h     virtual const AtomicString imageSourceURL() const OVERRIDE;
OVERRIDE           66 Source/core/svg/SVGImageElement.h     virtual bool haveLoadedRequiredResources() OVERRIDE;
OVERRIDE           68 Source/core/svg/SVGImageElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGImageElement.h     virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
OVERRIDE           34 Source/core/svg/SVGImageLoader.h     virtual void dispatchLoadEvent() OVERRIDE;
OVERRIDE           35 Source/core/svg/SVGImageLoader.h     virtual String sourceURI(const AtomicString&) const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGInteger.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGInteger.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGInteger.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGInteger.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGInteger.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGIntegerOptionalInteger.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGIntegerOptionalInteger.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGIntegerOptionalInteger.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGIntegerOptionalInteger.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGIntegerOptionalInteger.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGLength.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           74 Source/core/svg/SVGLength.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           99 Source/core/svg/SVGLength.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE          100 Source/core/svg/SVGLength.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE          101 Source/core/svg/SVGLength.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGLengthList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGLengthList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGLengthList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGLengthList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGLengthList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGLineElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           46 Source/core/svg/SVGLineElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGLineElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGLineElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGLinearGradientElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGLinearGradientElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGLinearGradientElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGLinearGradientElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGMPathElement.h     virtual void buildPendingResource() OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGMPathElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGMPathElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGMPathElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGMPathElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGMPathElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           75 Source/core/svg/SVGMarkerElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
OVERRIDE           78 Source/core/svg/SVGMarkerElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           79 Source/core/svg/SVGMarkerElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           80 Source/core/svg/SVGMarkerElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           82 Source/core/svg/SVGMarkerElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           83 Source/core/svg/SVGMarkerElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return true; }
OVERRIDE           85 Source/core/svg/SVGMarkerElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGMaskElement.h     virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); }
OVERRIDE           49 Source/core/svg/SVGMaskElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
OVERRIDE           52 Source/core/svg/SVGMaskElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGMaskElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGMaskElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGMaskElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGMaskElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           35 Source/core/svg/SVGMetadataElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           36 Source/core/svg/SVGMissingGlyphElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           54 Source/core/svg/SVGNumber.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGNumber.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGNumber.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGNumber.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGNumber.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           95 Source/core/svg/SVGNumber.h     virtual PassRefPtr<SVGNumber> clone() const OVERRIDE;
OVERRIDE           96 Source/core/svg/SVGNumber.h     virtual void setValueAsString(const String&, ExceptionState&) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGNumberList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGNumberList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGNumberList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGNumberList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGNumberList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGNumberOptionalNumber.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGNumberOptionalNumber.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGNumberOptionalNumber.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGNumberOptionalNumber.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGNumberOptionalNumber.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGPathBuilder.h     virtual void incrementPathSegmentCount() OVERRIDE { }
OVERRIDE           42 Source/core/svg/SVGPathBuilder.h     virtual bool continueConsuming() OVERRIDE { return true; }
OVERRIDE           43 Source/core/svg/SVGPathBuilder.h     virtual void cleanup() OVERRIDE { m_path = 0; }
OVERRIDE           46 Source/core/svg/SVGPathBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGPathBuilder.h     virtual void lineTo(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathBuilder.h     virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathBuilder.h     virtual void closePath() OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGPathBuilder.h     virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           53 Source/core/svg/SVGPathBuilder.h     virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           54 Source/core/svg/SVGPathBuilder.h     virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           55 Source/core/svg/SVGPathBuilder.h     virtual void curveToQuadratic(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           56 Source/core/svg/SVGPathBuilder.h     virtual void curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           57 Source/core/svg/SVGPathBuilder.h     virtual void arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           38 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void incrementPathSegmentCount() OVERRIDE { }
OVERRIDE           39 Source/core/svg/SVGPathByteStreamBuilder.h     virtual bool continueConsuming() OVERRIDE { return true; }
OVERRIDE           40 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void cleanup() OVERRIDE { m_byteStream = 0; }
OVERRIDE           43 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void lineTo(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void closePath() OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void curveToQuadratic(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           35 Source/core/svg/SVGPathByteStreamSource.h     virtual bool hasMoreData() const OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGPathByteStreamSource.h     virtual bool moveToNextToken() OVERRIDE { return true; }
OVERRIDE           37 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseSVGSegmentType(SVGPathSegType&) OVERRIDE;
OVERRIDE           38 Source/core/svg/SVGPathByteStreamSource.h     virtual SVGPathSegType nextCommand(SVGPathSegType) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseLineToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseLineToVerticalSegment(float&) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseCurveToCubicSegment(FloatPoint&, FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseCurveToCubicSmoothSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseCurveToQuadraticSmoothSegment(FloatPoint&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathByteStreamSource.h     virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
OVERRIDE           96 Source/core/svg/SVGPathElement.h     virtual FloatRect getBBox() OVERRIDE;
OVERRIDE          101 Source/core/svg/SVGPathElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE          104 Source/core/svg/SVGPathElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          105 Source/core/svg/SVGPathElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE          107 Source/core/svg/SVGPathElement.h     virtual Node::InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          108 Source/core/svg/SVGPathElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGPathSegArcAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_ARC_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegArcAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "A"; }
OVERRIDE           43 Source/core/svg/SVGPathSegArcRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_ARC_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegArcRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "a"; }
OVERRIDE           42 Source/core/svg/SVGPathSegClosePath.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CLOSEPATH; }
OVERRIDE           43 Source/core/svg/SVGPathSegClosePath.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "Z"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoCubicAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoCubicAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "C"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoCubicRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoCubicRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "c"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoCubicSmoothAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoCubicSmoothAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "S"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "s"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "Q"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoQuadraticRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoQuadraticRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "q"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "T"; }
OVERRIDE           43 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "t"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "L"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoHorizontalAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_HORIZONTAL_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoHorizontalAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "H"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoHorizontalRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_HORIZONTAL_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoHorizontalRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "h"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "l"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoVerticalAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_VERTICAL_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoVerticalAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "V"; }
OVERRIDE           43 Source/core/svg/SVGPathSegLinetoVerticalRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_VERTICAL_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegLinetoVerticalRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "v"; }
OVERRIDE          134 Source/core/svg/SVGPathSegList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE          135 Source/core/svg/SVGPathSegList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE          138 Source/core/svg/SVGPathSegList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE          139 Source/core/svg/SVGPathSegList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE          140 Source/core/svg/SVGPathSegList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGPathSegListBuilder.h     virtual void incrementPathSegmentCount() OVERRIDE { }
OVERRIDE           45 Source/core/svg/SVGPathSegListBuilder.h     virtual bool continueConsuming() OVERRIDE { return true; }
OVERRIDE           46 Source/core/svg/SVGPathSegListBuilder.h     virtual void cleanup() OVERRIDE
OVERRIDE           54 Source/core/svg/SVGPathSegListBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGPathSegListBuilder.h     virtual void lineTo(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGPathSegListBuilder.h     virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGPathSegListBuilder.h     virtual void closePath() OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGPathSegListBuilder.h     virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGPathSegListBuilder.h     virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGPathSegListBuilder.h     virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGPathSegListBuilder.h     virtual void curveToQuadratic(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGPathSegListBuilder.h     virtual void curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           65 Source/core/svg/SVGPathSegListBuilder.h     virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGPathSegListSource.h     virtual bool hasMoreData() const OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGPathSegListSource.h     virtual bool moveToNextToken() OVERRIDE { return true; }
OVERRIDE           41 Source/core/svg/SVGPathSegListSource.h     virtual bool parseSVGSegmentType(SVGPathSegType&) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPathSegListSource.h     virtual SVGPathSegType nextCommand(SVGPathSegType) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGPathSegListSource.h     virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGPathSegListSource.h     virtual bool parseLineToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGPathSegListSource.h     virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGPathSegListSource.h     virtual bool parseLineToVerticalSegment(float&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathSegListSource.h     virtual bool parseCurveToCubicSegment(FloatPoint&, FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathSegListSource.h     virtual bool parseCurveToCubicSmoothSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGPathSegListSource.h     virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGPathSegListSource.h     virtual bool parseCurveToQuadraticSmoothSegment(FloatPoint&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGPathSegListSource.h     virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGPathSegMovetoAbs.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_MOVETO_ABS; }
OVERRIDE           44 Source/core/svg/SVGPathSegMovetoAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "M"; }
OVERRIDE           43 Source/core/svg/SVGPathSegMovetoRel.h     virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_MOVETO_REL; }
OVERRIDE           44 Source/core/svg/SVGPathSegMovetoRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "m"; }
OVERRIDE           34 Source/core/svg/SVGPathStringBuilder.h     virtual void cleanup() OVERRIDE { m_stringBuilder.clear(); }
OVERRIDE           35 Source/core/svg/SVGPathStringBuilder.h     virtual void incrementPathSegmentCount() OVERRIDE { }
OVERRIDE           36 Source/core/svg/SVGPathStringBuilder.h     virtual bool continueConsuming() OVERRIDE { return true; }
OVERRIDE           39 Source/core/svg/SVGPathStringBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGPathStringBuilder.h     virtual void lineTo(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGPathStringBuilder.h     virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPathStringBuilder.h     virtual void closePath() OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGPathStringBuilder.h     virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGPathStringBuilder.h     virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGPathStringBuilder.h     virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathStringBuilder.h     virtual void curveToQuadratic(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathStringBuilder.h     virtual void curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGPathStringBuilder.h     virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGPathStringSource.h     virtual bool hasMoreData() const OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGPathStringSource.h     virtual bool moveToNextToken() OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPathStringSource.h     virtual bool parseSVGSegmentType(SVGPathSegType&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGPathStringSource.h     virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGPathStringSource.h     virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGPathStringSource.h     virtual bool parseLineToSegment(FloatPoint&) OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGPathStringSource.h     virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathStringSource.h     virtual bool parseLineToVerticalSegment(float&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathStringSource.h     virtual bool parseCurveToCubicSegment(FloatPoint&, FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGPathStringSource.h     virtual bool parseCurveToCubicSmoothSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGPathStringSource.h     virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGPathStringSource.h     virtual bool parseCurveToQuadraticSmoothSegment(FloatPoint&) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGPathStringSource.h     virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void incrementPathSegmentCount() OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual bool continueConsuming() OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void cleanup() OVERRIDE { m_traversalState = 0; }
OVERRIDE           47 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
OVERRIDE           48 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void lineTo(const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void closePath() OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           55 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           56 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           57 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void curveToQuadratic(const FloatPoint&, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           58 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           59 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE           48 Source/core/svg/SVGPatternElement.h     virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGPatternElement.h     virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); }
OVERRIDE           65 Source/core/svg/SVGPatternElement.h     virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
OVERRIDE           68 Source/core/svg/SVGPatternElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGPatternElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           70 Source/core/svg/SVGPatternElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGPatternElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           74 Source/core/svg/SVGPatternElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGPoint.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGPoint.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           75 Source/core/svg/SVGPoint.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGPoint.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           77 Source/core/svg/SVGPoint.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGPointList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGPointList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGPointList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGPointList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           63 Source/core/svg/SVGPointList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGPolyElement.h     virtual bool supportsFocus() const OVERRIDE FINAL { return hasFocusEventListeners(); }
OVERRIDE           45 Source/core/svg/SVGPolyElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           46 Source/core/svg/SVGPolyElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL;
OVERRIDE           62 Source/core/svg/SVGPreserveAspectRatio.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           79 Source/core/svg/SVGPreserveAspectRatio.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           84 Source/core/svg/SVGPreserveAspectRatio.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           85 Source/core/svg/SVGPreserveAspectRatio.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           86 Source/core/svg/SVGPreserveAspectRatio.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGRadialGradientElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           50 Source/core/svg/SVGRadialGradientElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGRadialGradientElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGRadialGradientElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGRect.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGRect.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGRect.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           73 Source/core/svg/SVGRect.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE           74 Source/core/svg/SVGRect.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGRectElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           48 Source/core/svg/SVGRectElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           49 Source/core/svg/SVGRectElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGRectElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGRectElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           20 Source/core/svg/SVGRemoteFontFaceSource.h     virtual bool isSVGFontFaceSource() const OVERRIDE { return true; }
OVERRIDE           21 Source/core/svg/SVGRemoteFontFaceSource.h     virtual bool ensureFontData() OVERRIDE;
OVERRIDE           24 Source/core/svg/SVGRemoteFontFaceSource.h     virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
OVERRIDE          208 Source/core/svg/SVGSVGElement.cpp     virtual void commitChange() OVERRIDE
OVERRIDE           52 Source/core/svg/SVGSVGElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE          137 Source/core/svg/SVGSVGElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE          139 Source/core/svg/SVGSVGElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE          140 Source/core/svg/SVGSVGElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE          142 Source/core/svg/SVGSVGElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE          143 Source/core/svg/SVGSVGElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          145 Source/core/svg/SVGSVGElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE          147 Source/core/svg/SVGSVGElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE          166 Source/core/svg/SVGSVGElement.h     virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGScriptElement.h     virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
OVERRIDE           52 Source/core/svg/SVGScriptElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGScriptElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGScriptElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGScriptElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGScriptElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGScriptElement.h     virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
OVERRIDE           59 Source/core/svg/SVGScriptElement.h     virtual bool isStructurallyExternal() const OVERRIDE { return hasSourceAttribute(); }
OVERRIDE           60 Source/core/svg/SVGScriptElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           62 Source/core/svg/SVGScriptElement.h     virtual bool haveLoadedRequiredResources() OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGScriptElement.h     virtual String sourceAttributeValue() const OVERRIDE;
OVERRIDE           65 Source/core/svg/SVGScriptElement.h     virtual String charsetAttributeValue() const OVERRIDE;
OVERRIDE           66 Source/core/svg/SVGScriptElement.h     virtual String typeAttributeValue() const OVERRIDE;
OVERRIDE           67 Source/core/svg/SVGScriptElement.h     virtual String languageAttributeValue() const OVERRIDE;
OVERRIDE           68 Source/core/svg/SVGScriptElement.h     virtual String forAttributeValue() const OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGScriptElement.h     virtual String eventAttributeValue() const OVERRIDE;
OVERRIDE           70 Source/core/svg/SVGScriptElement.h     virtual bool asyncAttributeValue() const OVERRIDE;
OVERRIDE           71 Source/core/svg/SVGScriptElement.h     virtual bool deferAttributeValue() const OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGScriptElement.h     virtual bool hasSourceAttribute() const OVERRIDE;
OVERRIDE           74 Source/core/svg/SVGScriptElement.h     virtual void dispatchLoadEvent() OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGScriptElement.h     virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE;
OVERRIDE           77 Source/core/svg/SVGScriptElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           79 Source/core/svg/SVGScriptElement.h     virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; }
OVERRIDE           35 Source/core/svg/SVGSetElement.h     virtual void updateAnimationMode() OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGStaticStringList.h     virtual SVGPropertyBase* currentValueBase() OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGStaticStringList.h     virtual void animationStarted() OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGStaticStringList.h     virtual PassRefPtr<SVGPropertyBase> createAnimatedValue() OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGStaticStringList.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGStaticStringList.h     virtual void animationEnded() OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGStaticStringList.h     virtual bool needsSynchronizeAttribute() OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGStopElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           43 Source/core/svg/SVGStopElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGStopElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGStopElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGString.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const OVERRIDE
OVERRIDE           60 Source/core/svg/SVGString.h     virtual String valueAsString() const OVERRIDE { return m_value; }
OVERRIDE           63 Source/core/svg/SVGString.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGString.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           65 Source/core/svg/SVGString.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           79 Source/core/svg/SVGStringList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           80 Source/core/svg/SVGStringList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           82 Source/core/svg/SVGStringList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           83 Source/core/svg/SVGStringList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           84 Source/core/svg/SVGStringList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           41 Source/core/svg/SVGStyleElement.h     virtual const AtomicString& type() const OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGStyleElement.h     virtual const AtomicString& media() const OVERRIDE;
OVERRIDE           47 Source/core/svg/SVGStyleElement.h     virtual String title() const OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGStyleElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           55 Source/core/svg/SVGStyleElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           56 Source/core/svg/SVGStyleElement.h     virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
OVERRIDE           57 Source/core/svg/SVGStyleElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           58 Source/core/svg/SVGStyleElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGStyleElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGStyleElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           63 Source/core/svg/SVGStyleElement.h     virtual bool sheetLoaded() OVERRIDE { return StyleElement::sheetLoaded(document()); }
OVERRIDE           64 Source/core/svg/SVGStyleElement.h     virtual void startLoadingDynamicSheet() OVERRIDE { StyleElement::startLoadingDynamicSheet(document()); }
OVERRIDE           65 Source/core/svg/SVGStyleElement.h     virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; }
OVERRIDE           36 Source/core/svg/SVGSwitchElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           38 Source/core/svg/SVGSwitchElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           38 Source/core/svg/SVGSymbolElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           41 Source/core/svg/SVGSymbolElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGSymbolElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           44 Source/core/svg/SVGSymbolElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           46 Source/core/svg/SVGSymbolElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           35 Source/core/svg/SVGTSpanElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGTSpanElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           60 Source/core/svg/SVGTextContentElement.cpp     virtual SVGLengthTearOff* baseVal() OVERRIDE
OVERRIDE           72 Source/core/svg/SVGTextContentElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           73 Source/core/svg/SVGTextContentElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
OVERRIDE           74 Source/core/svg/SVGTextContentElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL;
OVERRIDE           75 Source/core/svg/SVGTextContentElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           77 Source/core/svg/SVGTextContentElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           80 Source/core/svg/SVGTextContentElement.h     virtual bool isTextContent() const OVERRIDE FINAL { return true; }
OVERRIDE           33 Source/core/svg/SVGTextElement.h     virtual AffineTransform animatedLocalTransform() const OVERRIDE;
OVERRIDE           38 Source/core/svg/SVGTextElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           40 Source/core/svg/SVGTextElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           70 Source/core/svg/SVGTextPathElement.h     virtual void buildPendingResource() OVERRIDE;
OVERRIDE           71 Source/core/svg/SVGTextPathElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGTextPathElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           75 Source/core/svg/SVGTextPathElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           76 Source/core/svg/SVGTextPathElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           78 Source/core/svg/SVGTextPathElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           79 Source/core/svg/SVGTextPathElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
OVERRIDE           81 Source/core/svg/SVGTextPathElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE           45 Source/core/svg/SVGTextPositioningElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           46 Source/core/svg/SVGTextPositioningElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL;
OVERRIDE           47 Source/core/svg/SVGTextPositioningElement.h     virtual bool isTextPositioning() const OVERRIDE FINAL { return true; }
OVERRIDE           35 Source/core/svg/SVGTitleElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           36 Source/core/svg/SVGTitleElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           37 Source/core/svg/SVGTitleElement.h     virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
OVERRIDE           39 Source/core/svg/SVGTitleElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           71 Source/core/svg/SVGTransform.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           97 Source/core/svg/SVGTransform.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           99 Source/core/svg/SVGTransform.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE          100 Source/core/svg/SVGTransform.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
OVERRIDE          101 Source/core/svg/SVGTransform.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGTransformList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
OVERRIDE           64 Source/core/svg/SVGTransformList.h     virtual String valueAsString() const OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGTransformList.h     virtual void add(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
OVERRIDE           70 Source/core/svg/SVGTransformList.h     virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
OVERRIDE           71 Source/core/svg/SVGTransformList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
OVERRIDE           54 Source/core/svg/SVGUnknownElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           56 Source/core/svg/SVGUseElement.h     virtual void buildPendingResource() OVERRIDE;
OVERRIDE           61 Source/core/svg/SVGUseElement.h     virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && isExternalURIReference(hrefString(), document()); }
OVERRIDE           63 Source/core/svg/SVGUseElement.h     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
OVERRIDE           65 Source/core/svg/SVGUseElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           66 Source/core/svg/SVGUseElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           69 Source/core/svg/SVGUseElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           70 Source/core/svg/SVGUseElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           72 Source/core/svg/SVGUseElement.h     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
OVERRIDE           73 Source/core/svg/SVGUseElement.h     virtual void toClipPath(Path&) OVERRIDE;
OVERRIDE           80 Source/core/svg/SVGUseElement.h     virtual bool haveLoadedRequiredResources() OVERRIDE { return !isStructurallyExternal() || m_haveFiredLoadEvent; }
OVERRIDE           82 Source/core/svg/SVGUseElement.h     virtual void finishParsingChildren() OVERRIDE;
OVERRIDE           83 Source/core/svg/SVGUseElement.h     virtual bool selfHasRelativeLengths() const OVERRIDE;
OVERRIDE          112 Source/core/svg/SVGUseElement.h     virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE          116 Source/core/svg/SVGUseElement.h     virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; }
OVERRIDE           39 Source/core/svg/SVGVKernElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           40 Source/core/svg/SVGVKernElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE           42 Source/core/svg/SVGVKernElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           49 Source/core/svg/SVGViewElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           51 Source/core/svg/SVGViewElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           51 Source/core/svg/SVGZoomEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           53 Source/core/svg/SVGZoomEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           61 Source/core/svg/animation/SVGSMILElement.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          124 Source/core/svg/animation/SVGSMILElement.cpp     virtual bool operator==(const EventListener& other) OVERRIDE;
OVERRIDE          139 Source/core/svg/animation/SVGSMILElement.cpp     virtual void handleEvent(ExecutionContext*, Event*) OVERRIDE;
OVERRIDE           50 Source/core/svg/animation/SVGSMILElement.h     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
OVERRIDE           51 Source/core/svg/animation/SVGSMILElement.h     virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
OVERRIDE           52 Source/core/svg/animation/SVGSMILElement.h     virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
OVERRIDE           53 Source/core/svg/animation/SVGSMILElement.h     virtual void removedFrom(ContainerNode*) OVERRIDE;
OVERRIDE          131 Source/core/svg/animation/SVGSMILElement.h     virtual void buildPendingResource() OVERRIDE;
OVERRIDE          139 Source/core/svg/animation/SVGSMILElement.h     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
OVERRIDE           53 Source/core/svg/graphics/SVGImage.h     virtual bool isSVGImage() const OVERRIDE { return true; }
OVERRIDE           54 Source/core/svg/graphics/SVGImage.h     virtual IntSize size() const OVERRIDE { return m_intrinsicSize; }
OVERRIDE           56 Source/core/svg/graphics/SVGImage.h     virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE;
OVERRIDE           58 Source/core/svg/graphics/SVGImage.h     virtual bool hasRelativeWidth() const OVERRIDE;
OVERRIDE           59 Source/core/svg/graphics/SVGImage.h     virtual bool hasRelativeHeight() const OVERRIDE;
OVERRIDE           61 Source/core/svg/graphics/SVGImage.h     virtual void startAnimation(bool /*catchUpIfNecessary*/ = true) OVERRIDE;
OVERRIDE           62 Source/core/svg/graphics/SVGImage.h     virtual void stopAnimation() OVERRIDE;
OVERRIDE           63 Source/core/svg/graphics/SVGImage.h     virtual void resetAnimation() OVERRIDE;
OVERRIDE           65 Source/core/svg/graphics/SVGImage.h     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE;
OVERRIDE           81 Source/core/svg/graphics/SVGImage.h     virtual String filenameExtension() const OVERRIDE;
OVERRIDE           83 Source/core/svg/graphics/SVGImage.h     virtual void setContainerSize(const IntSize&) OVERRIDE;
OVERRIDE           85 Source/core/svg/graphics/SVGImage.h     virtual bool usesContainerSize() const OVERRIDE { return true; }
OVERRIDE           86 Source/core/svg/graphics/SVGImage.h     virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
OVERRIDE           88 Source/core/svg/graphics/SVGImage.h     virtual bool dataChanged(bool allDataReceived) OVERRIDE;
OVERRIDE           92 Source/core/svg/graphics/SVGImage.h     virtual void destroyDecodedData(bool) OVERRIDE { }
OVERRIDE           95 Source/core/svg/graphics/SVGImage.h     virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
OVERRIDE           98 Source/core/svg/graphics/SVGImage.h     virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
OVERRIDE           41 Source/core/svg/graphics/SVGImageChromeClient.h     virtual bool isSVGImageChromeClient() const OVERRIDE;
OVERRIDE           46 Source/core/svg/graphics/SVGImageChromeClient.h     virtual void chromeDestroyed() OVERRIDE;
OVERRIDE           47 Source/core/svg/graphics/SVGImageChromeClient.h     virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE;
OVERRIDE           48 Source/core/svg/graphics/SVGImageChromeClient.h     virtual void scheduleAnimation() OVERRIDE;
OVERRIDE           43 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool isSVGImage() const OVERRIDE { return true; }
OVERRIDE           45 Source/core/svg/graphics/SVGImageForContainer.h     virtual IntSize size() const OVERRIDE;
OVERRIDE           47 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool usesContainerSize() const OVERRIDE { return m_image->usesContainerSize(); }
OVERRIDE           48 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); }
OVERRIDE           49 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); }
OVERRIDE           50 Source/core/svg/graphics/SVGImageForContainer.h     virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE
OVERRIDE           55 Source/core/svg/graphics/SVGImageForContainer.h     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE;
OVERRIDE           57 Source/core/svg/graphics/SVGImageForContainer.h     virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
OVERRIDE           60 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
OVERRIDE           62 Source/core/svg/graphics/SVGImageForContainer.h     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE;
OVERRIDE           72 Source/core/svg/graphics/SVGImageForContainer.h     virtual void destroyDecodedData(bool) OVERRIDE { }
OVERRIDE           41 Source/core/svg/graphics/filters/SVGFEImage.h     virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
OVERRIDE           43 Source/core/svg/graphics/filters/SVGFEImage.h     virtual FilterEffectType filterEffectType() const OVERRIDE { return FilterEffectTypeImage; }
OVERRIDE           45 Source/core/svg/graphics/filters/SVGFEImage.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           46 Source/core/svg/graphics/filters/SVGFEImage.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           54 Source/core/svg/graphics/filters/SVGFEImage.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           39 Source/core/svg/graphics/filters/SVGFilter.h     virtual float applyHorizontalScale(float value) const OVERRIDE;
OVERRIDE           40 Source/core/svg/graphics/filters/SVGFilter.h     virtual float applyVerticalScale(float value) const OVERRIDE;
OVERRIDE           42 Source/core/svg/graphics/filters/SVGFilter.h     virtual IntRect sourceImageRect() const OVERRIDE { return m_absoluteSourceDrawingRegion; }
OVERRIDE          128 Source/core/svg/properties/SVGAnimatedProperty.h     virtual SVGPropertyBase* currentValueBase() OVERRIDE
OVERRIDE          143 Source/core/svg/properties/SVGAnimatedProperty.h     virtual PassRefPtr<SVGPropertyBase> createAnimatedValue() OVERRIDE
OVERRIDE          148 Source/core/svg/properties/SVGAnimatedProperty.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase> passValue) OVERRIDE
OVERRIDE          157 Source/core/svg/properties/SVGAnimatedProperty.h     virtual void animationEnded() OVERRIDE
OVERRIDE          188 Source/core/svg/properties/SVGAnimatedProperty.h     virtual bool needsSynchronizeAttribute() OVERRIDE
OVERRIDE          195 Source/core/svg/properties/SVGAnimatedProperty.h     virtual void synchronizeAttribute() OVERRIDE
OVERRIDE          252 Source/core/svg/properties/SVGAnimatedProperty.h     virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase> value) OVERRIDE
OVERRIDE          258 Source/core/svg/properties/SVGAnimatedProperty.h     virtual void animationEnded() OVERRIDE
OVERRIDE          264 Source/core/svg/properties/SVGAnimatedProperty.h     virtual bool needsSynchronizeAttribute() OVERRIDE
OVERRIDE          119 Source/core/svg/properties/SVGPropertyTearOff.h     virtual AnimatedPropertyType type() const OVERRIDE
OVERRIDE           53 Source/core/testing/InspectorFrontendClientLocal.h     virtual void windowObjectCleared() OVERRIDE;
OVERRIDE           55 Source/core/testing/InspectorFrontendClientLocal.h     virtual void inspectedURLChanged(const String&) OVERRIDE { }
OVERRIDE           57 Source/core/testing/InspectorFrontendClientLocal.h     virtual void sendMessageToBackend(const String& message) OVERRIDE;
OVERRIDE           59 Source/core/testing/InspectorFrontendClientLocal.h     virtual void sendMessageToEmbedder(const String&) OVERRIDE { }
OVERRIDE           61 Source/core/testing/InspectorFrontendClientLocal.h     virtual bool isUnderTest() OVERRIDE { return true; }
OVERRIDE          120 Source/core/testing/InternalSettings.cpp     virtual bool isRefCountedWrapper() const OVERRIDE { return true; }
OVERRIDE          125 Source/core/testing/InternalSettings.h     virtual void trace(Visitor* visitor) OVERRIDE { InternalSettingsGenerated::trace(visitor); }
OVERRIDE          150 Source/core/testing/Internals.cpp     virtual void sendMessageToFrontend(PassRefPtr<JSONObject> message) OVERRIDE;
OVERRIDE          151 Source/core/testing/Internals.cpp     virtual void flush() OVERRIDE { }
OVERRIDE         2393 Source/core/testing/Internals.cpp     virtual ScriptValue call(ScriptValue value) OVERRIDE
OVERRIDE           52 Source/core/testing/MockPagePopupDriver.h     virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
OVERRIDE           53 Source/core/testing/MockPagePopupDriver.h     virtual void closePagePopup(PagePopup*) OVERRIDE;
OVERRIDE           68 Source/core/timing/Performance.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           69 Source/core/timing/Performance.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           43 Source/core/timing/PerformanceMark.h     virtual bool isMark() OVERRIDE { return true; }
OVERRIDE           45 Source/core/timing/PerformanceMark.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           43 Source/core/timing/PerformanceMeasure.h     virtual bool isMeasure() OVERRIDE { return true; }
OVERRIDE           75 Source/core/timing/PerformanceResourceTiming.h     virtual bool isResource() OVERRIDE { return true; }
OVERRIDE           54 Source/core/workers/AbstractWorker.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); }
OVERRIDE           50 Source/core/workers/DedicatedWorkerGlobalScope.h     virtual bool isDedicatedWorkerGlobalScope() const OVERRIDE { return true; }
OVERRIDE           53 Source/core/workers/DedicatedWorkerGlobalScope.h     virtual void importScripts(const Vector<String>& urls, ExceptionState&) OVERRIDE;
OVERRIDE           56 Source/core/workers/DedicatedWorkerGlobalScope.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           64 Source/core/workers/DedicatedWorkerGlobalScope.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           48 Source/core/workers/DedicatedWorkerThread.h     virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE;
OVERRIDE           49 Source/core/workers/DedicatedWorkerThread.h     virtual void runEventLoop() OVERRIDE;
OVERRIDE           51 Source/core/workers/SharedWorker.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           58 Source/core/workers/SharedWorker.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           50 Source/core/workers/SharedWorkerGlobalScope.h         virtual bool isSharedWorkerGlobalScope() const OVERRIDE { return true; }
OVERRIDE           53 Source/core/workers/SharedWorkerGlobalScope.h         virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           61 Source/core/workers/SharedWorkerGlobalScope.h         virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           65 Source/core/workers/SharedWorkerGlobalScope.h         virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE;
OVERRIDE           46 Source/core/workers/SharedWorkerThread.h     virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE;
OVERRIDE           54 Source/core/workers/Worker.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           60 Source/core/workers/Worker.h     virtual void stop() OVERRIDE;
OVERRIDE           61 Source/core/workers/Worker.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           65 Source/core/workers/Worker.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           71 Source/core/workers/Worker.h     virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
OVERRIDE           72 Source/core/workers/Worker.h     virtual void notifyFinished() OVERRIDE;
OVERRIDE           58 Source/core/workers/WorkerConsole.h     virtual ExecutionContext* context() OVERRIDE;
OVERRIDE           59 Source/core/workers/WorkerConsole.h     virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtr<ScriptCallStack>) OVERRIDE;
OVERRIDE           50 Source/core/workers/WorkerEventQueue.h     virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE           51 Source/core/workers/WorkerEventQueue.h     virtual bool cancelEvent(Event*) OVERRIDE;
OVERRIDE           52 Source/core/workers/WorkerEventQueue.h     virtual void close() OVERRIDE;
OVERRIDE           66 Source/core/workers/WorkerGlobalScope.h         virtual bool isWorkerGlobalScope() const OVERRIDE FINAL { return true; }
OVERRIDE           68 Source/core/workers/WorkerGlobalScope.h         virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE           77 Source/core/workers/WorkerGlobalScope.h         virtual String userAgent(const KURL&) const OVERRIDE FINAL;
OVERRIDE           78 Source/core/workers/WorkerGlobalScope.h         virtual void disableEval(const String& errorMessage) OVERRIDE FINAL;
OVERRIDE           89 Source/core/workers/WorkerGlobalScope.h         virtual void postTask(PassOwnPtr<ExecutionContextTask>) OVERRIDE FINAL; // Executes the task on context's thread asynchronously.
OVERRIDE          104 Source/core/workers/WorkerGlobalScope.h         virtual WorkerEventQueue* eventQueue() const OVERRIDE FINAL;
OVERRIDE          105 Source/core/workers/WorkerGlobalScope.h         virtual SecurityContext& securityContext() OVERRIDE FINAL { return *this; }
OVERRIDE          107 Source/core/workers/WorkerGlobalScope.h         virtual bool isContextThread() const OVERRIDE FINAL;
OVERRIDE          108 Source/core/workers/WorkerGlobalScope.h         virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
OVERRIDE          110 Source/core/workers/WorkerGlobalScope.h         virtual double timerAlignmentInterval() const OVERRIDE FINAL;
OVERRIDE          136 Source/core/workers/WorkerGlobalScope.h         virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE;
OVERRIDE          140 Source/core/workers/WorkerGlobalScope.h         virtual void refExecutionContext() OVERRIDE FINAL { ref(); }
OVERRIDE          141 Source/core/workers/WorkerGlobalScope.h         virtual void derefExecutionContext() OVERRIDE FINAL { deref(); }
OVERRIDE          143 Source/core/workers/WorkerGlobalScope.h         virtual const KURL& virtualURL() const OVERRIDE FINAL;
OVERRIDE          144 Source/core/workers/WorkerGlobalScope.h         virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL;
OVERRIDE          146 Source/core/workers/WorkerGlobalScope.h         virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL;
OVERRIDE          147 Source/core/workers/WorkerGlobalScope.h         virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState* = 0) OVERRIDE FINAL;
OVERRIDE          149 Source/core/workers/WorkerGlobalScope.h         virtual EventTarget* errorEventTarget() OVERRIDE FINAL;
OVERRIDE          150 Source/core/workers/WorkerGlobalScope.h         virtual void didUpdateSecurityOrigin() OVERRIDE FINAL { }
OVERRIDE           48 Source/core/workers/WorkerLocation.h     virtual KURL url() const OVERRIDE { return m_url; }
OVERRIDE           49 Source/core/workers/WorkerLocation.h     virtual String input() const OVERRIDE
OVERRIDE           55 Source/core/workers/WorkerMessagingProxy.h         virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) OVERRIDE;
OVERRIDE           56 Source/core/workers/WorkerMessagingProxy.h         virtual void terminateWorkerGlobalScope() OVERRIDE;
OVERRIDE           57 Source/core/workers/WorkerMessagingProxy.h         virtual void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>) OVERRIDE;
OVERRIDE           58 Source/core/workers/WorkerMessagingProxy.h         virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           59 Source/core/workers/WorkerMessagingProxy.h         virtual void workerObjectDestroyed() OVERRIDE;
OVERRIDE           60 Source/core/workers/WorkerMessagingProxy.h         virtual void connectToInspector(WorkerGlobalScopeProxy::PageInspector*) OVERRIDE;
OVERRIDE           61 Source/core/workers/WorkerMessagingProxy.h         virtual void disconnectFromInspector() OVERRIDE;
OVERRIDE           62 Source/core/workers/WorkerMessagingProxy.h         virtual void sendMessageToInspector(const String&) OVERRIDE;
OVERRIDE           78 Source/core/workers/WorkerMessagingProxy.h         virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask>) OVERRIDE;
OVERRIDE           79 Source/core/workers/WorkerMessagingProxy.h         virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask>) OVERRIDE;
OVERRIDE           48 Source/core/workers/WorkerNavigator.h     virtual String userAgent() const OVERRIDE;
OVERRIDE           61 Source/core/workers/WorkerObjectProxy.h     virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
OVERRIDE           62 Source/core/workers/WorkerObjectProxy.h     virtual void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL) OVERRIDE;
OVERRIDE           63 Source/core/workers/WorkerObjectProxy.h     virtual void postMessageToPageInspector(const String&) OVERRIDE;
OVERRIDE           64 Source/core/workers/WorkerObjectProxy.h     virtual void updateInspectorStateCookie(const String&) OVERRIDE;
OVERRIDE           65 Source/core/workers/WorkerObjectProxy.h     virtual void workerGlobalScopeStarted(WorkerGlobalScope*) OVERRIDE { }
OVERRIDE           66 Source/core/workers/WorkerObjectProxy.h     virtual void workerGlobalScopeClosed() OVERRIDE;
OVERRIDE           67 Source/core/workers/WorkerObjectProxy.h     virtual void workerGlobalScopeDestroyed() OVERRIDE;
OVERRIDE           55 Source/core/workers/WorkerRunLoop.cpp     virtual void run() OVERRIDE
OVERRIDE           79 Source/core/workers/WorkerRunLoop.cpp     virtual void performTask(ExecutionContext* context) OVERRIDE
OVERRIDE           73 Source/core/workers/WorkerScriptLoader.h         virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) OVERRIDE;
OVERRIDE           74 Source/core/workers/WorkerScriptLoader.h         virtual void didReceiveData(const char* data, int dataLength) OVERRIDE;
OVERRIDE           75 Source/core/workers/WorkerScriptLoader.h         virtual void didFinishLoading(unsigned long identifier, double) OVERRIDE;
OVERRIDE           76 Source/core/workers/WorkerScriptLoader.h         virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE           77 Source/core/workers/WorkerScriptLoader.h         virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE          246 Source/core/workers/WorkerThread.cpp     virtual void performTask(ExecutionContext*) OVERRIDE { WTF::releaseFastMallocFreeMemory(); }
OVERRIDE           44 Source/core/xml/NativeXPathNSResolver.h     virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
OVERRIDE           46 Source/core/xml/NativeXPathNSResolver.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           87 Source/core/xml/XMLHttpRequest.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           88 Source/core/xml/XMLHttpRequest.h     virtual void suspend() OVERRIDE;
OVERRIDE           89 Source/core/xml/XMLHttpRequest.h     virtual void resume() OVERRIDE;
OVERRIDE           90 Source/core/xml/XMLHttpRequest.h     virtual void stop() OVERRIDE;
OVERRIDE           92 Source/core/xml/XMLHttpRequest.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           93 Source/core/xml/XMLHttpRequest.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          154 Source/core/xml/XMLHttpRequest.h     virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
OVERRIDE          155 Source/core/xml/XMLHttpRequest.h     virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
OVERRIDE          156 Source/core/xml/XMLHttpRequest.h     virtual void didReceiveData(const char* data, int dataLength) OVERRIDE;
OVERRIDE          157 Source/core/xml/XMLHttpRequest.h     virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE;
OVERRIDE          158 Source/core/xml/XMLHttpRequest.h     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE          159 Source/core/xml/XMLHttpRequest.h     virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE           49 Source/core/xml/XMLHttpRequestProgressEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::XMLHttpRequestProgressEvent; }
OVERRIDE           51 Source/core/xml/XMLHttpRequestProgressEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { ProgressEvent::trace(visitor); }
OVERRIDE           68 Source/core/xml/XMLHttpRequestProgressEventThrottle.h     virtual void fired() OVERRIDE;
OVERRIDE           57 Source/core/xml/XMLHttpRequestUpload.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           58 Source/core/xml/XMLHttpRequestUpload.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           68 Source/core/xml/XMLHttpRequestUpload.h     virtual void refEventTarget() OVERRIDE { ref(); }
OVERRIDE           69 Source/core/xml/XMLHttpRequestUpload.h     virtual void derefEventTarget() OVERRIDE { deref(); }
OVERRIDE           76 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE           77 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           83 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE           84 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           90 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE           91 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           95 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE           96 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
OVERRIDE          100 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          101 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          107 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          108 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          114 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          115 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          121 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          122 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          128 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          129 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          133 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          134 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          138 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          139 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          143 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          144 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          148 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          149 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          153 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          154 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          158 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          159 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE          165 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          166 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          172 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          173 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE          177 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          178 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          182 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          183 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          187 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          188 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          192 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          193 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          197 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          198 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE          204 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          205 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE          211 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          212 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE          216 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          217 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE          221 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          222 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE          226 Source/core/xml/XPathFunctions.cpp     virtual Value evaluate() const OVERRIDE;
OVERRIDE          227 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           45 Source/core/xml/XPathPath.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           48 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
OVERRIDE           60 Source/core/xml/XPathPath.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           67 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
OVERRIDE           78 Source/core/xml/XPathPath.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           81 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
OVERRIDE           41 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           42 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           51 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           52 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
OVERRIDE           59 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           60 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           70 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           71 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
OVERRIDE           80 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           82 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE           93 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
OVERRIDE           95 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE          102 Source/core/xml/XPathPredicate.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE          103 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
OVERRIDE           40 Source/core/xml/XPathVariableReference.h             virtual Value evaluate() const OVERRIDE;
OVERRIDE           41 Source/core/xml/XPathVariableReference.h             virtual Value::Type resultType() const OVERRIDE { ASSERT_NOT_REACHED(); return Value::NumberValue; }
OVERRIDE           59 Source/core/xml/XSLImportRule.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
OVERRIDE           79 Source/core/xml/XSLStyleSheet.h     virtual XSLStyleSheet* parentStyleSheet() const OVERRIDE { return m_parentStyleSheet; }
OVERRIDE           91 Source/core/xml/XSLStyleSheet.h     virtual String type() const OVERRIDE { return "text/xml"; }
OVERRIDE           92 Source/core/xml/XSLStyleSheet.h     virtual bool disabled() const OVERRIDE { return m_isDisabled; }
OVERRIDE           93 Source/core/xml/XSLStyleSheet.h     virtual void setDisabled(bool b) OVERRIDE { m_isDisabled = b; }
OVERRIDE           94 Source/core/xml/XSLStyleSheet.h     virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
OVERRIDE           95 Source/core/xml/XSLStyleSheet.h     virtual String href() const OVERRIDE { return m_originalURL; }
OVERRIDE           96 Source/core/xml/XSLStyleSheet.h     virtual String title() const OVERRIDE { return emptyString(); }
OVERRIDE           98 Source/core/xml/XSLStyleSheet.h     virtual void clearOwnerNode() OVERRIDE { m_ownerNode = 0; }
OVERRIDE           99 Source/core/xml/XSLStyleSheet.h     virtual KURL baseURL() const OVERRIDE { return m_finalURL; }
OVERRIDE          100 Source/core/xml/XSLStyleSheet.h     virtual bool isLoading() const OVERRIDE;
OVERRIDE          102 Source/core/xml/XSLStyleSheet.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          154 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          174 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          193 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          211 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          225 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          238 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          256 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE          282 Source/core/xml/parser/XMLDocumentParser.cpp     virtual void call(XMLDocumentParser* parser) OVERRIDE
OVERRIDE           91 Source/core/xml/parser/XMLDocumentParser.h         virtual bool wellFormed() const OVERRIDE { return !m_sawError; }
OVERRIDE           93 Source/core/xml/parser/XMLDocumentParser.h         virtual TextPosition textPosition() const OVERRIDE;
OVERRIDE          108 Source/core/xml/parser/XMLDocumentParser.h         virtual void insert(const SegmentedString&) OVERRIDE;
OVERRIDE          109 Source/core/xml/parser/XMLDocumentParser.h         virtual void append(PassRefPtr<StringImpl>) OVERRIDE;
OVERRIDE          110 Source/core/xml/parser/XMLDocumentParser.h         virtual void finish() OVERRIDE;
OVERRIDE          111 Source/core/xml/parser/XMLDocumentParser.h         virtual bool isWaitingForScripts() const OVERRIDE;
OVERRIDE          112 Source/core/xml/parser/XMLDocumentParser.h         virtual void stopParsing() OVERRIDE;
OVERRIDE          113 Source/core/xml/parser/XMLDocumentParser.h         virtual void detach() OVERRIDE;
OVERRIDE          114 Source/core/xml/parser/XMLDocumentParser.h         virtual OrdinalNumber lineNumber() const OVERRIDE;
OVERRIDE          118 Source/core/xml/parser/XMLDocumentParser.h         virtual void notifyFinished(Resource*) OVERRIDE;
OVERRIDE           25 Source/modules/battery/BatteryManager.h     virtual const WTF::AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::BatteryManager; }
OVERRIDE           26 Source/modules/battery/BatteryManager.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ContextLifecycleObserver::executionContext(); }
OVERRIDE           49 Source/modules/crypto/AesKeyAlgorithm.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           57 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithError() OVERRIDE;
OVERRIDE           58 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithError(const blink::WebString&) OVERRIDE;
OVERRIDE           59 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithBuffer(const blink::WebArrayBuffer&) OVERRIDE;
OVERRIDE           60 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithBoolean(bool) OVERRIDE;
OVERRIDE           61 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithKey(const blink::WebCryptoKey&) OVERRIDE;
OVERRIDE           62 Source/modules/crypto/CryptoResultImpl.h     virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
OVERRIDE           72 Source/modules/crypto/CryptoResultImpl.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           45 Source/modules/crypto/HmacKeyAlgorithm.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           44 Source/modules/crypto/RsaHashedKeyAlgorithm.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           47 Source/modules/crypto/RsaKeyAlgorithm.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/modules/device_orientation/DeviceMotionController.h     virtual void registerWithDispatcher() OVERRIDE;
OVERRIDE           53 Source/modules/device_orientation/DeviceMotionController.h     virtual void unregisterWithDispatcher() OVERRIDE;
OVERRIDE           56 Source/modules/device_orientation/DeviceMotionController.h     virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           57 Source/modules/device_orientation/DeviceMotionController.h     virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           58 Source/modules/device_orientation/DeviceMotionController.h     virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE;
OVERRIDE           60 Source/modules/device_orientation/DeviceMotionController.h     virtual bool hasLastData() OVERRIDE;
OVERRIDE           61 Source/modules/device_orientation/DeviceMotionController.h     virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE;
OVERRIDE           62 Source/modules/device_orientation/DeviceMotionController.h     virtual bool isNullEvent(Event*) OVERRIDE;
OVERRIDE           59 Source/modules/device_orientation/DeviceMotionDispatcher.h     virtual void didChangeDeviceMotion(const blink::WebDeviceMotionData&) OVERRIDE;
OVERRIDE           67 Source/modules/device_orientation/DeviceMotionDispatcher.h     virtual void startListening() OVERRIDE;
OVERRIDE           68 Source/modules/device_orientation/DeviceMotionDispatcher.h     virtual void stopListening() OVERRIDE;
OVERRIDE           59 Source/modules/device_orientation/DeviceMotionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           61 Source/modules/device_orientation/DeviceMotionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/modules/device_orientation/DeviceOrientationController.h     virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           53 Source/modules/device_orientation/DeviceOrientationController.h     virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
OVERRIDE           54 Source/modules/device_orientation/DeviceOrientationController.h     virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE;
OVERRIDE           58 Source/modules/device_orientation/DeviceOrientationController.h     virtual void registerWithDispatcher() OVERRIDE;
OVERRIDE           59 Source/modules/device_orientation/DeviceOrientationController.h     virtual void unregisterWithDispatcher() OVERRIDE;
OVERRIDE           62 Source/modules/device_orientation/DeviceOrientationController.h     virtual bool hasLastData() OVERRIDE;
OVERRIDE           63 Source/modules/device_orientation/DeviceOrientationController.h     virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE;
OVERRIDE           64 Source/modules/device_orientation/DeviceOrientationController.h     virtual bool isNullEvent(Event*) OVERRIDE;
OVERRIDE           59 Source/modules/device_orientation/DeviceOrientationDispatcher.h     virtual void didChangeDeviceOrientation(const blink::WebDeviceOrientationData&) OVERRIDE;
OVERRIDE           67 Source/modules/device_orientation/DeviceOrientationDispatcher.h     virtual void startListening() OVERRIDE;
OVERRIDE           68 Source/modules/device_orientation/DeviceOrientationDispatcher.h     virtual void stopListening() OVERRIDE;
OVERRIDE           57 Source/modules/device_orientation/DeviceOrientationEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           59 Source/modules/device_orientation/DeviceOrientationEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           26 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h     virtual void setDeviceOrientationOverride(ErrorString*, double, double, double) OVERRIDE;
OVERRIDE           27 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h     virtual void clearDeviceOrientationOverride(ErrorString*) OVERRIDE;
OVERRIDE           30 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           31 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           32 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h     virtual void didCommitLoadForMainFrame() OVERRIDE;
OVERRIDE           56 Source/modules/encryptedmedia/MediaKeyMessageEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           61 Source/modules/encryptedmedia/MediaKeyMessageEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           55 Source/modules/encryptedmedia/MediaKeyNeededEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           60 Source/modules/encryptedmedia/MediaKeyNeededEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           87 Source/modules/encryptedmedia/MediaKeySession.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           88 Source/modules/encryptedmedia/MediaKeySession.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           91 Source/modules/encryptedmedia/MediaKeySession.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           92 Source/modules/encryptedmedia/MediaKeySession.h     virtual void stop() OVERRIDE;
OVERRIDE          118 Source/modules/encryptedmedia/MediaKeySession.h     virtual void message(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) OVERRIDE;
OVERRIDE          119 Source/modules/encryptedmedia/MediaKeySession.h     virtual void ready() OVERRIDE;
OVERRIDE          120 Source/modules/encryptedmedia/MediaKeySession.h     virtual void close() OVERRIDE;
OVERRIDE          121 Source/modules/encryptedmedia/MediaKeySession.h     virtual void error(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
OVERRIDE           73 Source/modules/encryptedmedia/MediaKeys.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           60 Source/modules/filesystem/DOMFileSystem.h     virtual void addPendingCallbacks() OVERRIDE;
OVERRIDE           61 Source/modules/filesystem/DOMFileSystem.h     virtual void removePendingCallbacks() OVERRIDE;
OVERRIDE           62 Source/modules/filesystem/DOMFileSystem.h     virtual void reportError(PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<FileError>) OVERRIDE;
OVERRIDE           65 Source/modules/filesystem/DOMFileSystem.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE          106 Source/modules/filesystem/DOMFileSystem.h         virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE          125 Source/modules/filesystem/DOMFileSystem.h         virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE          116 Source/modules/filesystem/DOMFileSystemSync.cpp     virtual void didFail(int code) OVERRIDE
OVERRIDE          126 Source/modules/filesystem/DOMFileSystemSync.cpp     virtual void didCreateSnapshotFile(const FileMetadata& metadata, PassRefPtr<BlobDataHandle> snapshot) OVERRIDE
OVERRIDE          149 Source/modules/filesystem/DOMFileSystemSync.cpp     virtual bool shouldBlockUntilCompletion() const OVERRIDE
OVERRIDE          192 Source/modules/filesystem/DOMFileSystemSync.cpp     virtual void handleEvent(FileWriterBase*) OVERRIDE
OVERRIDE          209 Source/modules/filesystem/DOMFileSystemSync.cpp     virtual void handleEvent(FileError* error) OVERRIDE
OVERRIDE           57 Source/modules/filesystem/DOMFileSystemSync.h     virtual void reportError(PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<FileError>) OVERRIDE;
OVERRIDE           55 Source/modules/filesystem/DirectoryEntry.h     virtual bool isDirectory() const OVERRIDE { return true; }
OVERRIDE           62 Source/modules/filesystem/DirectoryEntry.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/modules/filesystem/DirectoryEntrySync.h     virtual bool isDirectory() const OVERRIDE { return true; }
OVERRIDE           59 Source/modules/filesystem/DirectoryEntrySync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           48 Source/modules/filesystem/DirectoryReader.cpp     virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE
OVERRIDE           65 Source/modules/filesystem/DirectoryReader.cpp     virtual void handleEvent(FileError* error) OVERRIDE
OVERRIDE           61 Source/modules/filesystem/DirectoryReader.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/modules/filesystem/DirectoryReaderSync.cpp     virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE
OVERRIDE           72 Source/modules/filesystem/DirectoryReaderSync.cpp     virtual void handleEvent(FileError* error) OVERRIDE
OVERRIDE           71 Source/modules/filesystem/DirectoryReaderSync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           60 Source/modules/filesystem/Entry.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           60 Source/modules/filesystem/EntrySync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           53 Source/modules/filesystem/FileEntry.h     virtual bool isFile() const OVERRIDE { return true; }
OVERRIDE           55 Source/modules/filesystem/FileEntry.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           53 Source/modules/filesystem/FileEntrySync.h     virtual bool isFile() const OVERRIDE { return true; }
OVERRIDE           58 Source/modules/filesystem/FileEntrySync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           61 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didFail(int code) OVERRIDE FINAL;
OVERRIDE           76 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didSucceed() OVERRIDE;
OVERRIDE           88 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didReadDirectoryEntry(const String& name, bool isDirectory) OVERRIDE;
OVERRIDE           89 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didReadDirectoryEntries(bool hasMore) OVERRIDE;
OVERRIDE          102 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didOpenFileSystem(const String& name, const KURL& rootURL) OVERRIDE;
OVERRIDE          114 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didResolveURL(const String& name, const KURL& rootURL, FileSystemType, const String& filePath, bool isDirectry) OVERRIDE;
OVERRIDE          125 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didReadMetadata(const FileMetadata&) OVERRIDE;
OVERRIDE          135 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) OVERRIDE;
OVERRIDE          146 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didSucceed() OVERRIDE;
OVERRIDE           70 Source/modules/filesystem/FileWriter.h     virtual void didWrite(long long bytes, bool complete) OVERRIDE;
OVERRIDE           71 Source/modules/filesystem/FileWriter.h     virtual void didTruncate() OVERRIDE;
OVERRIDE           72 Source/modules/filesystem/FileWriter.h     virtual void didFail(blink::WebFileError) OVERRIDE;
OVERRIDE           75 Source/modules/filesystem/FileWriter.h     virtual void stop() OVERRIDE;
OVERRIDE           78 Source/modules/filesystem/FileWriter.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           79 Source/modules/filesystem/FileWriter.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
OVERRIDE           88 Source/modules/filesystem/FileWriter.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           60 Source/modules/filesystem/FileWriterSync.h     virtual void didWrite(long long bytes, bool complete) OVERRIDE;
OVERRIDE           61 Source/modules/filesystem/FileWriterSync.h     virtual void didTruncate() OVERRIDE;
OVERRIDE           62 Source/modules/filesystem/FileWriterSync.h     virtual void didFail(blink::WebFileError) OVERRIDE;
OVERRIDE           92 Source/modules/filesystem/InspectorFileSystemAgent.cpp     virtual void handleEvent(Argument argument) OVERRIDE
OVERRIDE          390 Source/modules/filesystem/InspectorFileSystemAgent.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          395 Source/modules/filesystem/InspectorFileSystemAgent.cpp     virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE
OVERRIDE          522 Source/modules/filesystem/InspectorFileSystemAgent.cpp         virtual void handleEvent() OVERRIDE
OVERRIDE           49 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           50 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           52 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE;
OVERRIDE           53 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestDirectoryContent(ErrorString*, const String& url, PassRefPtr<RequestDirectoryContentCallback>) OVERRIDE;
OVERRIDE           54 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) OVERRIDE;
OVERRIDE           55 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
OVERRIDE           56 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void deleteEntry(ErrorString*, const String& url, PassRefPtr<DeleteEntryCallback>) OVERRIDE;
OVERRIDE           58 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           59 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void restore() OVERRIDE;
OVERRIDE          129 Source/modules/filesystem/SyncCallbackHelper.h         virtual void handleEvent(FileError* error) OVERRIDE
OVERRIDE           32 Source/modules/gamepad/GamepadDispatcher.h     virtual void didConnectGamepad(unsigned index, const blink::WebGamepad&) OVERRIDE;
OVERRIDE           33 Source/modules/gamepad/GamepadDispatcher.h     virtual void didDisconnectGamepad(unsigned index, const blink::WebGamepad&) OVERRIDE;
OVERRIDE           36 Source/modules/gamepad/GamepadDispatcher.h     virtual void startListening() OVERRIDE;
OVERRIDE           37 Source/modules/gamepad/GamepadDispatcher.h     virtual void stopListening() OVERRIDE;
OVERRIDE           37 Source/modules/gamepad/GamepadEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           39 Source/modules/gamepad/GamepadEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           70 Source/modules/gamepad/NavigatorGamepad.h     virtual void willDestroyGlobalObjectInFrame() OVERRIDE FINAL;
OVERRIDE           71 Source/modules/gamepad/NavigatorGamepad.h     virtual void willDetachGlobalObjectFromFrame() OVERRIDE FINAL;
OVERRIDE           74 Source/modules/gamepad/NavigatorGamepad.h     virtual void registerWithDispatcher() OVERRIDE FINAL;
OVERRIDE           75 Source/modules/gamepad/NavigatorGamepad.h     virtual void unregisterWithDispatcher() OVERRIDE FINAL;
OVERRIDE           76 Source/modules/gamepad/NavigatorGamepad.h     virtual bool hasLastData() OVERRIDE FINAL;
OVERRIDE           77 Source/modules/gamepad/NavigatorGamepad.h     virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE FINAL;
OVERRIDE           78 Source/modules/gamepad/NavigatorGamepad.h     virtual bool isNullEvent(Event*) OVERRIDE FINAL;
OVERRIDE           81 Source/modules/gamepad/NavigatorGamepad.h     virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           82 Source/modules/gamepad/NavigatorGamepad.h     virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE FINAL;
OVERRIDE           83 Source/modules/gamepad/NavigatorGamepad.h     virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE FINAL;
OVERRIDE           57 Source/modules/geolocation/Geolocation.h     virtual void stop() OVERRIDE;
OVERRIDE           68 Source/modules/geolocation/GeolocationController.h     virtual void pageVisibilityChanged() OVERRIDE;
OVERRIDE           53 Source/modules/geolocation/GeolocationInspectorAgent.h     virtual void setGeolocationOverride(ErrorString*, const double*, const double*, const double*) OVERRIDE;
OVERRIDE           54 Source/modules/geolocation/GeolocationInspectorAgent.h     virtual void clearGeolocationOverride(ErrorString*) OVERRIDE;
OVERRIDE           62 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void geolocationDestroyed() OVERRIDE;
OVERRIDE           63 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void startUpdating() OVERRIDE;
OVERRIDE           64 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void stopUpdating() OVERRIDE;
OVERRIDE           65 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void setEnableHighAccuracy(bool) OVERRIDE;
OVERRIDE           66 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual GeolocationPosition* lastPosition() OVERRIDE;
OVERRIDE           67 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void requestPermission(Geolocation*) OVERRIDE;
OVERRIDE           68 Source/modules/geolocation/testing/GeolocationClientMock.h     virtual void cancelPermissionRequest(Geolocation*) OVERRIDE;
OVERRIDE          101 Source/modules/imagebitmap/ImageBitmapFactories.h         virtual void didStartLoading() OVERRIDE { }
OVERRIDE          102 Source/modules/imagebitmap/ImageBitmapFactories.h         virtual void didReceiveData() OVERRIDE { }
OVERRIDE          103 Source/modules/imagebitmap/ImageBitmapFactories.h         virtual void didFinishLoading() OVERRIDE;
OVERRIDE          104 Source/modules/imagebitmap/ImageBitmapFactories.h         virtual void didFail(FileError::ErrorCode) OVERRIDE;
OVERRIDE           46 Source/modules/indexeddb/DOMWindowIndexedDatabase.h     virtual void willDestroyGlobalObjectInFrame() OVERRIDE;
OVERRIDE           47 Source/modules/indexeddb/DOMWindowIndexedDatabase.h     virtual void willDetachGlobalObjectFromFrame() OVERRIDE;
OVERRIDE           48 Source/modules/indexeddb/IDBCursorWithValue.h     virtual bool isKeyCursor() const OVERRIDE { return false; }
OVERRIDE           49 Source/modules/indexeddb/IDBCursorWithValue.h     virtual bool isCursorWithValue() const OVERRIDE { return true; }
OVERRIDE           91 Source/modules/indexeddb/IDBDatabase.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           92 Source/modules/indexeddb/IDBDatabase.h     virtual void stop() OVERRIDE;
OVERRIDE           95 Source/modules/indexeddb/IDBDatabase.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           96 Source/modules/indexeddb/IDBDatabase.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          104 Source/modules/indexeddb/IDBDatabase.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE          308 Source/modules/indexeddb/IDBObjectStore.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          323 Source/modules/indexeddb/IDBObjectStore.cpp     virtual void handleEvent(ExecutionContext* context, Event* event) OVERRIDE
OVERRIDE           43 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual void onBlocked(int64_t existingVersion) OVERRIDE;
OVERRIDE           44 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual void onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<blink::WebIDBDatabase>, const IDBDatabaseMetadata&, blink::WebIDBDataLoss, String dataLossMessage) OVERRIDE;
OVERRIDE           45 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual void onSuccess(PassOwnPtr<blink::WebIDBDatabase>, const IDBDatabaseMetadata&) OVERRIDE;
OVERRIDE           48 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           49 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE           55 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual bool shouldEnqueueEvent() const OVERRIDE;
OVERRIDE          114 Source/modules/indexeddb/IDBRequest.h     virtual bool hasPendingActivity() const OVERRIDE FINAL;
OVERRIDE          115 Source/modules/indexeddb/IDBRequest.h     virtual void stop() OVERRIDE FINAL;
OVERRIDE          118 Source/modules/indexeddb/IDBRequest.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          119 Source/modules/indexeddb/IDBRequest.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE          120 Source/modules/indexeddb/IDBRequest.h     virtual void uncaughtExceptionInEventHandler() OVERRIDE FINAL;
OVERRIDE          123 Source/modules/indexeddb/IDBRequest.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE          130 Source/modules/indexeddb/IDBRequest.h     virtual void deref() OVERRIDE FINAL
OVERRIDE           48 Source/modules/indexeddb/IDBRequestTest.cpp     virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE { return true; }
OVERRIDE           49 Source/modules/indexeddb/IDBRequestTest.cpp     virtual bool cancelEvent(Event*) OVERRIDE { return true; }
OVERRIDE           50 Source/modules/indexeddb/IDBRequestTest.cpp     virtual void close() OVERRIDE { }
OVERRIDE           58 Source/modules/indexeddb/IDBRequestTest.cpp     virtual void refExecutionContext() OVERRIDE { ref(); }
OVERRIDE           59 Source/modules/indexeddb/IDBRequestTest.cpp     virtual void derefExecutionContext() OVERRIDE { deref(); }
OVERRIDE           60 Source/modules/indexeddb/IDBRequestTest.cpp     virtual EventQueue* eventQueue() const OVERRIDE { return m_queue.get(); }
OVERRIDE          134 Source/modules/indexeddb/IDBRequestTest.cpp     virtual void close() OVERRIDE
OVERRIDE          138 Source/modules/indexeddb/IDBRequestTest.cpp     virtual void abort(long long transactionId) OVERRIDE { }
OVERRIDE           97 Source/modules/indexeddb/IDBTransaction.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           98 Source/modules/indexeddb/IDBTransaction.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          101 Source/modules/indexeddb/IDBTransaction.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
OVERRIDE          104 Source/modules/indexeddb/IDBTransaction.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE          105 Source/modules/indexeddb/IDBTransaction.h     virtual void stop() OVERRIDE;
OVERRIDE           72 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void commit(long long transactionId) OVERRIDE { }
OVERRIDE           73 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void abort(long long transactionId) OVERRIDE { }
OVERRIDE           74 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void close() OVERRIDE { }
OVERRIDE           83 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void onVersionChange(int64_t oldVersion, int64_t newVersion) OVERRIDE { }
OVERRIDE           84 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void onForcedClose() OVERRIDE { }
OVERRIDE           85 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void onAbort(int64_t transactionId, PassRefPtrWillBeRawPtr<DOMError> error) OVERRIDE { }
OVERRIDE           86 Source/modules/indexeddb/IDBTransactionTest.cpp     virtual void onComplete(int64_t transactionId) OVERRIDE { }
OVERRIDE           69 Source/modules/indexeddb/IDBVersionChangeEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           71 Source/modules/indexeddb/IDBVersionChangeEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           99 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          104 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE
OVERRIDE          158 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          163 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE
OVERRIDE          265 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void execute(PassRefPtr<IDBDatabase> prpDatabase) OVERRIDE
OVERRIDE          307 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual RequestCallback* requestCallback() OVERRIDE { return m_requestCallback.get(); }
OVERRIDE          398 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          403 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void handleEvent(ExecutionContext* context, Event* event) OVERRIDE
OVERRIDE          489 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void execute(PassRefPtr<IDBDatabase> prpDatabase) OVERRIDE
OVERRIDE          522 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual RequestCallback* requestCallback() OVERRIDE { return m_requestCallback.get(); }
OVERRIDE          699 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual bool operator==(const EventListener& other) OVERRIDE
OVERRIDE          704 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE
OVERRIDE          740 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual void execute(PassRefPtr<IDBDatabase> prpDatabase) OVERRIDE
OVERRIDE          767 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     virtual RequestCallback* requestCallback() OVERRIDE { return m_requestCallback.get(); }
OVERRIDE           50 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           51 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           54 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           55 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           56 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestDatabaseNames(ErrorString*, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback>) OVERRIDE;
OVERRIDE           57 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestDatabase(ErrorString*, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback>) OVERRIDE;
OVERRIDE           58 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>) OVERRIDE;
OVERRIDE           59 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtr<ClearObjectStoreCallback>) OVERRIDE;
OVERRIDE           58 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onError(const blink::WebIDBDatabaseError&) OVERRIDE;
OVERRIDE           59 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(const blink::WebVector<blink::WebString>&) OVERRIDE;
OVERRIDE           60 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(blink::WebIDBCursor*, const blink::WebIDBKey&, const blink::WebIDBKey& primaryKey, const blink::WebData&) OVERRIDE;
OVERRIDE           61 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(blink::WebIDBDatabase*, const blink::WebIDBMetadata&) OVERRIDE;
OVERRIDE           62 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(const blink::WebIDBKey&) OVERRIDE;
OVERRIDE           63 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(const blink::WebData&) OVERRIDE;
OVERRIDE           64 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(const blink::WebData&, const blink::WebIDBKey&, const blink::WebIDBKeyPath&) OVERRIDE;
OVERRIDE           65 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(long long) OVERRIDE;
OVERRIDE           66 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess() OVERRIDE;
OVERRIDE           67 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onSuccess(const blink::WebIDBKey&, const blink::WebIDBKey& primaryKey, const blink::WebData&) OVERRIDE;
OVERRIDE           68 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onBlocked(long long oldVersion) OVERRIDE;
OVERRIDE           69 Source/modules/indexeddb/WebIDBCallbacksImpl.h     virtual void onUpgradeNeeded(long long oldVersion, blink::WebIDBDatabase*, const blink::WebIDBMetadata&, unsigned short dataLoss, blink::WebString dataLossMessage) OVERRIDE;
OVERRIDE           45 Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h     virtual void onForcedClose() OVERRIDE;
OVERRIDE           46 Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h     virtual void onVersionChange(long long oldVersion, long long newVersion) OVERRIDE;
OVERRIDE           47 Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h     virtual void onAbort(long long transactionId, const blink::WebIDBDatabaseError&) OVERRIDE;
OVERRIDE           48 Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h     virtual void onComplete(long long transactionId) OVERRIDE;
OVERRIDE           57 Source/modules/mediasource/MediaSource.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           59 Source/modules/mediasource/MediaSource.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           70 Source/modules/mediasource/MediaSource.h     virtual void onReadyStateChange(const AtomicString&, const AtomicString&) OVERRIDE;
OVERRIDE           71 Source/modules/mediasource/MediaSource.h     virtual Vector<RefPtr<TimeRanges> > activeRanges() const OVERRIDE;
OVERRIDE           72 Source/modules/mediasource/MediaSource.h     virtual bool isUpdating() const OVERRIDE;
OVERRIDE           67 Source/modules/mediasource/MediaSourceBase.h     virtual bool attachToElement(HTMLMediaElement*) OVERRIDE FINAL;
OVERRIDE           68 Source/modules/mediasource/MediaSourceBase.h     virtual void setWebMediaSourceAndOpen(PassOwnPtr<blink::WebMediaSource>) OVERRIDE FINAL;
OVERRIDE           69 Source/modules/mediasource/MediaSourceBase.h     virtual void close() OVERRIDE FINAL;
OVERRIDE           70 Source/modules/mediasource/MediaSourceBase.h     virtual bool isClosed() const OVERRIDE FINAL;
OVERRIDE           71 Source/modules/mediasource/MediaSourceBase.h     virtual double duration() const OVERRIDE FINAL;
OVERRIDE           72 Source/modules/mediasource/MediaSourceBase.h     virtual PassRefPtr<TimeRanges> buffered() const OVERRIDE FINAL;
OVERRIDE           73 Source/modules/mediasource/MediaSourceBase.h     virtual void refHTMLMediaSource() OVERRIDE FINAL { ref(); }
OVERRIDE           74 Source/modules/mediasource/MediaSourceBase.h     virtual void derefHTMLMediaSource() OVERRIDE FINAL { deref(); }
OVERRIDE           83 Source/modules/mediasource/MediaSourceBase.h     virtual bool hasPendingActivity() const OVERRIDE FINAL;
OVERRIDE           84 Source/modules/mediasource/MediaSourceBase.h     virtual void stop() OVERRIDE FINAL;
OVERRIDE           87 Source/modules/mediasource/MediaSourceBase.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE           90 Source/modules/mediasource/MediaSourceBase.h     virtual URLRegistry& registry() const OVERRIDE FINAL;
OVERRIDE           51 Source/modules/mediasource/MediaSourceRegistry.h     virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) OVERRIDE;
OVERRIDE           52 Source/modules/mediasource/MediaSourceRegistry.h     virtual void unregisterURL(const KURL&) OVERRIDE;
OVERRIDE           53 Source/modules/mediasource/MediaSourceRegistry.h     virtual URLRegistrable* lookup(const String&) OVERRIDE;
OVERRIDE           91 Source/modules/mediasource/SourceBuffer.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           92 Source/modules/mediasource/SourceBuffer.h     virtual void suspend() OVERRIDE;
OVERRIDE           93 Source/modules/mediasource/SourceBuffer.h     virtual void resume() OVERRIDE;
OVERRIDE           94 Source/modules/mediasource/SourceBuffer.h     virtual void stop() OVERRIDE;
OVERRIDE           97 Source/modules/mediasource/SourceBuffer.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           98 Source/modules/mediasource/SourceBuffer.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          119 Source/modules/mediasource/SourceBuffer.h     virtual void didStartLoading() OVERRIDE;
OVERRIDE          120 Source/modules/mediasource/SourceBuffer.h     virtual void didReceiveDataForClient(const char* data, unsigned dataLength) OVERRIDE;
OVERRIDE          121 Source/modules/mediasource/SourceBuffer.h     virtual void didFinishLoading() OVERRIDE;
OVERRIDE          122 Source/modules/mediasource/SourceBuffer.h     virtual void didFail(FileError::ErrorCode) OVERRIDE;
OVERRIDE           63 Source/modules/mediasource/SourceBufferList.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           64 Source/modules/mediasource/SourceBufferList.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           57 Source/modules/mediasource/WebKitMediaSource.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           59 Source/modules/mediasource/WebKitMediaSource.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           70 Source/modules/mediasource/WebKitMediaSource.h     virtual void onReadyStateChange(const AtomicString&, const AtomicString&) OVERRIDE;
OVERRIDE           71 Source/modules/mediasource/WebKitMediaSource.h     virtual Vector<RefPtr<TimeRanges> > activeRanges() const OVERRIDE;
OVERRIDE           72 Source/modules/mediasource/WebKitMediaSource.h     virtual bool isUpdating() const OVERRIDE;
OVERRIDE           62 Source/modules/mediasource/WebKitSourceBufferList.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           63 Source/modules/mediasource/WebKitSourceBufferList.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           56 Source/modules/mediastream/MediaDevicesRequest.h     virtual void stop() OVERRIDE;
OVERRIDE           73 Source/modules/mediastream/MediaStream.h     virtual void trackEnded() OVERRIDE;
OVERRIDE           76 Source/modules/mediastream/MediaStream.h     virtual void streamEnded() OVERRIDE;
OVERRIDE           81 Source/modules/mediastream/MediaStream.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           82 Source/modules/mediastream/MediaStream.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           85 Source/modules/mediastream/MediaStream.h     virtual URLRegistry& registry() const OVERRIDE;
OVERRIDE           92 Source/modules/mediastream/MediaStream.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           95 Source/modules/mediastream/MediaStream.h     virtual void addRemoteTrack(MediaStreamComponent*) OVERRIDE;
OVERRIDE           96 Source/modules/mediastream/MediaStream.h     virtual void removeRemoteTrack(MediaStreamComponent*) OVERRIDE;
OVERRIDE           51 Source/modules/mediastream/MediaStreamEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           53 Source/modules/mediastream/MediaStreamEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/MediaStreamRegistry.h     virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) OVERRIDE;
OVERRIDE           46 Source/modules/mediastream/MediaStreamRegistry.h     virtual void unregisterURL(const KURL&) OVERRIDE;
OVERRIDE           47 Source/modules/mediastream/MediaStreamRegistry.h     virtual bool contains(const String&) OVERRIDE;
OVERRIDE           84 Source/modules/mediastream/MediaStreamTrack.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           85 Source/modules/mediastream/MediaStreamTrack.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           88 Source/modules/mediastream/MediaStreamTrack.h     virtual void stop() OVERRIDE;
OVERRIDE           98 Source/modules/mediastream/MediaStreamTrack.h     virtual void sourceChangedState() OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/MediaStreamTrackEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           47 Source/modules/mediastream/MediaStreamTrackEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           65 Source/modules/mediastream/RTCDTMFSender.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           66 Source/modules/mediastream/RTCDTMFSender.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           69 Source/modules/mediastream/RTCDTMFSender.h     virtual void stop() OVERRIDE;
OVERRIDE           78 Source/modules/mediastream/RTCDTMFSender.h     virtual void didPlayTone(const blink::WebString&) OVERRIDE;
OVERRIDE           48 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           50 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           86 Source/modules/mediastream/RTCDataChannel.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           87 Source/modules/mediastream/RTCDataChannel.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           98 Source/modules/mediastream/RTCDataChannel.h     virtual void didChangeReadyState(blink::WebRTCDataChannelHandlerClient::ReadyState) OVERRIDE;
OVERRIDE           99 Source/modules/mediastream/RTCDataChannel.h     virtual void didReceiveStringData(const blink::WebString&) OVERRIDE;
OVERRIDE          100 Source/modules/mediastream/RTCDataChannel.h     virtual void didReceiveRawData(const char*, size_t) OVERRIDE;
OVERRIDE          101 Source/modules/mediastream/RTCDataChannel.h     virtual void didDetectError() OVERRIDE;
OVERRIDE           43 Source/modules/mediastream/RTCDataChannelEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/RTCDataChannelEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           43 Source/modules/mediastream/RTCIceCandidateEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/RTCIceCandidateEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE          115 Source/modules/mediastream/RTCPeerConnection.h     virtual void negotiationNeeded() OVERRIDE;
OVERRIDE          116 Source/modules/mediastream/RTCPeerConnection.h     virtual void didGenerateICECandidate(const blink::WebRTCICECandidate&) OVERRIDE;
OVERRIDE          117 Source/modules/mediastream/RTCPeerConnection.h     virtual void didChangeSignalingState(SignalingState) OVERRIDE;
OVERRIDE          118 Source/modules/mediastream/RTCPeerConnection.h     virtual void didChangeICEGatheringState(ICEGatheringState) OVERRIDE;
OVERRIDE          119 Source/modules/mediastream/RTCPeerConnection.h     virtual void didChangeICEConnectionState(ICEConnectionState) OVERRIDE;
OVERRIDE          120 Source/modules/mediastream/RTCPeerConnection.h     virtual void didAddRemoteStream(const blink::WebMediaStream&) OVERRIDE;
OVERRIDE          121 Source/modules/mediastream/RTCPeerConnection.h     virtual void didRemoveRemoteStream(const blink::WebMediaStream&) OVERRIDE;
OVERRIDE          122 Source/modules/mediastream/RTCPeerConnection.h     virtual void didAddRemoteDataChannel(blink::WebRTCDataChannelHandler*) OVERRIDE;
OVERRIDE          125 Source/modules/mediastream/RTCPeerConnection.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          126 Source/modules/mediastream/RTCPeerConnection.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          129 Source/modules/mediastream/RTCPeerConnection.h     virtual void suspend() OVERRIDE;
OVERRIDE          130 Source/modules/mediastream/RTCPeerConnection.h     virtual void resume() OVERRIDE;
OVERRIDE          131 Source/modules/mediastream/RTCPeerConnection.h     virtual void stop() OVERRIDE;
OVERRIDE          132 Source/modules/mediastream/RTCPeerConnection.h     virtual bool hasPendingActivity() const OVERRIDE { return !m_stopped; }
OVERRIDE           54 Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h     virtual void requestSucceeded(const blink::WebRTCSessionDescription&) OVERRIDE;
OVERRIDE           55 Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h     virtual void requestFailed(const String& error) OVERRIDE;
OVERRIDE           58 Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h     virtual void stop() OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/RTCStatsRequestImpl.h     virtual PassRefPtr<RTCStatsResponseBase> createResponse() OVERRIDE;
OVERRIDE           46 Source/modules/mediastream/RTCStatsRequestImpl.h     virtual bool hasSelector() OVERRIDE;
OVERRIDE           47 Source/modules/mediastream/RTCStatsRequestImpl.h     virtual MediaStreamComponent* component() OVERRIDE;
OVERRIDE           49 Source/modules/mediastream/RTCStatsRequestImpl.h     virtual void requestSucceeded(PassRefPtr<RTCStatsResponseBase>) OVERRIDE;
OVERRIDE           52 Source/modules/mediastream/RTCStatsRequestImpl.h     virtual void stop() OVERRIDE;
OVERRIDE           45 Source/modules/mediastream/RTCStatsResponse.h     virtual size_t addReport(String id, String type, double timestamp) OVERRIDE;
OVERRIDE           46 Source/modules/mediastream/RTCStatsResponse.h     virtual void addStatistic(size_t report, String name, String value) OVERRIDE;
OVERRIDE           48 Source/modules/mediastream/RTCVoidRequestImpl.h     virtual void requestSucceeded() OVERRIDE;
OVERRIDE           49 Source/modules/mediastream/RTCVoidRequestImpl.h     virtual void requestFailed(const String& error) OVERRIDE;
OVERRIDE           52 Source/modules/mediastream/RTCVoidRequestImpl.h     virtual void stop() OVERRIDE;
OVERRIDE           73 Source/modules/mediastream/UserMediaRequest.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           87 Source/modules/notifications/Notification.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); }
OVERRIDE           88 Source/modules/notifications/Notification.h     virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE FINAL;
OVERRIDE           89 Source/modules/notifications/Notification.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           92 Source/modules/notifications/Notification.h     virtual void stop() OVERRIDE;
OVERRIDE           93 Source/modules/notifications/Notification.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           58 Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h     virtual void didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes) OVERRIDE;
OVERRIDE           59 Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h     virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
OVERRIDE           60 Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h     virtual void didFail(blink::WebStorageQuotaError) OVERRIDE;
OVERRIDE           57 Source/modules/quota/StorageErrorCallback.h         virtual void performTask(ExecutionContext*) OVERRIDE;
OVERRIDE           53 Source/modules/quota/StorageQuotaCallbacksImpl.h     virtual void didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes) OVERRIDE;
OVERRIDE           54 Source/modules/quota/StorageQuotaCallbacksImpl.h     virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
OVERRIDE           55 Source/modules/quota/StorageQuotaCallbacksImpl.h     virtual void didFail(blink::WebStorageQuotaError) OVERRIDE;
OVERRIDE           30 Source/modules/screen_orientation/ScreenOrientationDispatcher.h     virtual void didChangeScreenOrientation(blink::WebScreenOrientation) OVERRIDE;
OVERRIDE           27 Source/modules/serviceworkers/FetchEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           29 Source/modules/serviceworkers/FetchEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           52 Source/modules/serviceworkers/InstallEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           54 Source/modules/serviceworkers/InstallEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           50 Source/modules/serviceworkers/InstallPhaseEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           51 Source/modules/serviceworkers/InstallPhaseEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           35 Source/modules/serviceworkers/NavigatorServiceWorker.h     virtual void willDetachGlobalObjectFromFrame() OVERRIDE;
OVERRIDE           41 Source/modules/serviceworkers/RespondWithObserver.cpp     virtual ScriptValue call(ScriptValue value) OVERRIDE
OVERRIDE           25 Source/modules/serviceworkers/RespondWithObserver.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           49 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h     virtual bool isServiceWorkerGlobalScope() const OVERRIDE { return true; }
OVERRIDE           52 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           60 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           46 Source/modules/serviceworkers/ServiceWorkerThread.h     virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE;
OVERRIDE           41 Source/modules/serviceworkers/WaitUntilObserver.cpp     virtual ScriptValue call(ScriptValue value) OVERRIDE
OVERRIDE           84 Source/modules/speech/SpeechRecognition.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           85 Source/modules/speech/SpeechRecognition.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           88 Source/modules/speech/SpeechRecognition.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           89 Source/modules/speech/SpeechRecognition.h     virtual void stop() OVERRIDE;
OVERRIDE           65 Source/modules/speech/SpeechRecognitionError.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           67 Source/modules/speech/SpeechRecognitionError.h     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE           64 Source/modules/speech/SpeechRecognitionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           66 Source/modules/speech/SpeechRecognitionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           68 Source/modules/speech/SpeechSynthesis.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           76 Source/modules/speech/SpeechSynthesis.h     virtual void voicesDidChange() OVERRIDE;
OVERRIDE           77 Source/modules/speech/SpeechSynthesis.h     virtual void didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           78 Source/modules/speech/SpeechSynthesis.h     virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           79 Source/modules/speech/SpeechSynthesis.h     virtual void didResumeSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           80 Source/modules/speech/SpeechSynthesis.h     virtual void didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           81 Source/modules/speech/SpeechSynthesis.h     virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           82 Source/modules/speech/SpeechSynthesis.h     virtual void boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>, SpeechBoundary, unsigned charIndex) OVERRIDE;
OVERRIDE           97 Source/modules/speech/SpeechSynthesis.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           43 Source/modules/speech/SpeechSynthesisEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::SpeechSynthesisEvent; }
OVERRIDE           45 Source/modules/speech/SpeechSynthesisEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           76 Source/modules/speech/SpeechSynthesisUtterance.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE           88 Source/modules/speech/SpeechSynthesisUtterance.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           40 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
OVERRIDE           41 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void pause() OVERRIDE;
OVERRIDE           42 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void resume() OVERRIDE;
OVERRIDE           43 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void cancel() OVERRIDE;
OVERRIDE           47 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void initializeVoiceList() OVERRIDE;
OVERRIDE           48 Source/modules/vibration/NavigatorVibration.h     virtual void pageVisibilityChanged() OVERRIDE;
OVERRIDE           49 Source/modules/vibration/NavigatorVibration.h     virtual void didCommitLoad(LocalFrame*) OVERRIDE;
OVERRIDE           46 Source/modules/webaudio/AnalyserNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           68 Source/modules/webaudio/AnalyserNode.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           69 Source/modules/webaudio/AnalyserNode.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           42 Source/modules/webaudio/AudioBasicInspectorNode.h     virtual void pullInputs(size_t framesToProcess) OVERRIDE FINAL;
OVERRIDE           43 Source/modules/webaudio/AudioBasicInspectorNode.h     virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           44 Source/modules/webaudio/AudioBasicInspectorNode.h     virtual void disconnect(unsigned outputIndex, ExceptionState&) OVERRIDE FINAL;
OVERRIDE           45 Source/modules/webaudio/AudioBasicInspectorNode.h     virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE FINAL;
OVERRIDE           45 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual void process(size_t framesToProcess) OVERRIDE FINAL;
OVERRIDE           46 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual void pullInputs(size_t framesToProcess) OVERRIDE FINAL;
OVERRIDE           47 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual void initialize() OVERRIDE FINAL;
OVERRIDE           48 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual void uninitialize() OVERRIDE FINAL;
OVERRIDE           51 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE FINAL;
OVERRIDE           57 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual double tailTime() const OVERRIDE FINAL;
OVERRIDE           58 Source/modules/webaudio/AudioBasicProcessorNode.h     virtual double latencyTime() const OVERRIDE FINAL;
OVERRIDE           52 Source/modules/webaudio/AudioBufferSourceNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           90 Source/modules/webaudio/AudioBufferSourceNode.h     virtual bool propagatesSilence() const OVERRIDE;
OVERRIDE           93 Source/modules/webaudio/AudioBufferSourceNode.h     virtual void finish() OVERRIDE;
OVERRIDE           94 Source/modules/webaudio/AudioContext.h     virtual void stop() OVERRIDE FINAL;
OVERRIDE           95 Source/modules/webaudio/AudioContext.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE          231 Source/modules/webaudio/AudioContext.h     virtual const AtomicString& interfaceName() const OVERRIDE FINAL;
OVERRIDE          232 Source/modules/webaudio/AudioContext.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE           45 Source/modules/webaudio/AudioDestinationNode.h     virtual void process(size_t) OVERRIDE FINAL { } // we're pulled by hardware so this is never called
OVERRIDE           49 Source/modules/webaudio/AudioDestinationNode.h     virtual void render(AudioBus* sourceBus, AudioBus* destinationBus, size_t numberOfFrames) OVERRIDE FINAL;
OVERRIDE           75 Source/modules/webaudio/AudioDestinationNode.h         virtual void provideInput(AudioBus* destinationBus, size_t numberOfFrames) OVERRIDE
OVERRIDE           87 Source/modules/webaudio/AudioDestinationNode.h     virtual double tailTime() const OVERRIDE FINAL { return 0; }
OVERRIDE           88 Source/modules/webaudio/AudioDestinationNode.h     virtual double latencyTime() const OVERRIDE FINAL { return 0; }
OVERRIDE          179 Source/modules/webaudio/AudioNode.h     virtual const AtomicString& interfaceName() const OVERRIDE FINAL;
OVERRIDE          180 Source/modules/webaudio/AudioNode.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE          218 Source/modules/webaudio/AudioNode.h     virtual void refEventTarget() OVERRIDE FINAL { ref(); }
OVERRIDE          219 Source/modules/webaudio/AudioNode.h     virtual void derefEventTarget() OVERRIDE FINAL { deref(); }
OVERRIDE           48 Source/modules/webaudio/AudioNodeInput.h     virtual bool canUpdateState() OVERRIDE { return !node()->isMarkedForDeletion(); }
OVERRIDE           49 Source/modules/webaudio/AudioNodeInput.h     virtual void didUpdate() OVERRIDE;
OVERRIDE           57 Source/modules/webaudio/AudioParam.h     virtual bool canUpdateState() OVERRIDE { return true; }
OVERRIDE           58 Source/modules/webaudio/AudioParam.h     virtual void didUpdate() OVERRIDE { }
OVERRIDE           48 Source/modules/webaudio/AudioProcessingEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           50 Source/modules/webaudio/AudioProcessingEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           44 Source/modules/webaudio/AudioSourceNode.h     virtual double tailTime() const OVERRIDE FINAL { return 0; }
OVERRIDE           45 Source/modules/webaudio/AudioSourceNode.h     virtual double latencyTime() const OVERRIDE FINAL { return 0; }
OVERRIDE           46 Source/modules/webaudio/BiquadDSPKernel.h     virtual void process(const float* source, float* dest, size_t framesToProcess) OVERRIDE;
OVERRIDE           47 Source/modules/webaudio/BiquadDSPKernel.h     virtual void reset() OVERRIDE { m_biquad.reset(); }
OVERRIDE           56 Source/modules/webaudio/BiquadDSPKernel.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           57 Source/modules/webaudio/BiquadDSPKernel.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           56 Source/modules/webaudio/BiquadProcessor.h     virtual PassOwnPtr<AudioDSPKernel> createKernel() OVERRIDE;
OVERRIDE           58 Source/modules/webaudio/BiquadProcessor.h     virtual void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) OVERRIDE;
OVERRIDE           44 Source/modules/webaudio/ChannelMergerNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           47 Source/modules/webaudio/ChannelMergerNode.h     virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE;
OVERRIDE           52 Source/modules/webaudio/ChannelMergerNode.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           53 Source/modules/webaudio/ChannelMergerNode.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           40 Source/modules/webaudio/ChannelSplitterNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           43 Source/modules/webaudio/ChannelSplitterNode.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           44 Source/modules/webaudio/ChannelSplitterNode.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           49 Source/modules/webaudio/ConvolverNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           50 Source/modules/webaudio/ConvolverNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           51 Source/modules/webaudio/ConvolverNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           63 Source/modules/webaudio/ConvolverNode.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           64 Source/modules/webaudio/ConvolverNode.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           47 Source/modules/webaudio/DefaultAudioDestinationNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           48 Source/modules/webaudio/DefaultAudioDestinationNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           49 Source/modules/webaudio/DefaultAudioDestinationNode.h     virtual void setChannelCount(unsigned long, ExceptionState&) OVERRIDE;
OVERRIDE           52 Source/modules/webaudio/DefaultAudioDestinationNode.h     virtual void startRendering() OVERRIDE;
OVERRIDE           53 Source/modules/webaudio/DefaultAudioDestinationNode.h     virtual unsigned long maxChannelCount() const OVERRIDE;
OVERRIDE           40 Source/modules/webaudio/DelayDSPKernel.h     virtual bool hasSampleAccurateValues() OVERRIDE;
OVERRIDE           41 Source/modules/webaudio/DelayDSPKernel.h     virtual void calculateSampleAccurateValues(float* delayTimes, size_t framesToProcess) OVERRIDE;
OVERRIDE           42 Source/modules/webaudio/DelayDSPKernel.h     virtual double delayTime(float sampleRate) OVERRIDE;
OVERRIDE           42 Source/modules/webaudio/DelayProcessor.h     virtual PassOwnPtr<AudioDSPKernel> createKernel() OVERRIDE;
OVERRIDE           46 Source/modules/webaudio/DynamicsCompressorNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           47 Source/modules/webaudio/DynamicsCompressorNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           48 Source/modules/webaudio/DynamicsCompressorNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           61 Source/modules/webaudio/DynamicsCompressorNode.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           62 Source/modules/webaudio/DynamicsCompressorNode.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           48 Source/modules/webaudio/GainNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           51 Source/modules/webaudio/GainNode.h     virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE;
OVERRIDE           57 Source/modules/webaudio/GainNode.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           58 Source/modules/webaudio/GainNode.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           51 Source/modules/webaudio/MediaElementAudioSourceNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           54 Source/modules/webaudio/MediaElementAudioSourceNode.h     virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
OVERRIDE           63 Source/modules/webaudio/MediaElementAudioSourceNode.h     virtual bool propagatesSilence() const OVERRIDE { return false; }
OVERRIDE           49 Source/modules/webaudio/MediaStreamAudioDestinationNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           54 Source/modules/webaudio/MediaStreamAudioDestinationNode.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           55 Source/modules/webaudio/MediaStreamAudioDestinationNode.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           58 Source/modules/webaudio/MediaStreamAudioDestinationNode.h     virtual bool propagatesSilence() const OVERRIDE { return false; }
OVERRIDE           51 Source/modules/webaudio/MediaStreamAudioSourceNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           54 Source/modules/webaudio/MediaStreamAudioSourceNode.h     virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
OVERRIDE           62 Source/modules/webaudio/MediaStreamAudioSourceNode.h     virtual bool propagatesSilence() const OVERRIDE { return false; }
OVERRIDE           46 Source/modules/webaudio/OfflineAudioCompletionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE           48 Source/modules/webaudio/OfflineAudioCompletionEvent.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           49 Source/modules/webaudio/OfflineAudioDestinationNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           50 Source/modules/webaudio/OfflineAudioDestinationNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           53 Source/modules/webaudio/OfflineAudioDestinationNode.h     virtual void startRendering() OVERRIDE;
OVERRIDE           55 Source/modules/webaudio/OfflineAudioDestinationNode.h     virtual float sampleRate()  const OVERRIDE { return m_renderTarget->sampleRate(); }
OVERRIDE           60 Source/modules/webaudio/OscillatorNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           78 Source/modules/webaudio/OscillatorNode.h     virtual bool propagatesSilence() const OVERRIDE;
OVERRIDE           73 Source/modules/webaudio/PannerNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           74 Source/modules/webaudio/PannerNode.h     virtual void pullInputs(size_t framesToProcess) OVERRIDE;
OVERRIDE           75 Source/modules/webaudio/PannerNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           76 Source/modules/webaudio/PannerNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE          122 Source/modules/webaudio/PannerNode.h     virtual double tailTime() const OVERRIDE { return m_panner ? m_panner->tailTime() : 0; }
OVERRIDE          123 Source/modules/webaudio/PannerNode.h     virtual double latencyTime() const OVERRIDE { return m_panner ? m_panner->latencyTime() : 0; }
OVERRIDE           58 Source/modules/webaudio/ScriptProcessorNode.h     virtual void process(size_t framesToProcess) OVERRIDE;
OVERRIDE           59 Source/modules/webaudio/ScriptProcessorNode.h     virtual void initialize() OVERRIDE;
OVERRIDE           60 Source/modules/webaudio/ScriptProcessorNode.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           68 Source/modules/webaudio/ScriptProcessorNode.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           69 Source/modules/webaudio/ScriptProcessorNode.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           46 Source/modules/webaudio/WaveShaperDSPKernel.h     virtual void process(const float* source, float* dest, size_t framesToProcess) OVERRIDE;
OVERRIDE           47 Source/modules/webaudio/WaveShaperDSPKernel.h     virtual void reset() OVERRIDE;
OVERRIDE           48 Source/modules/webaudio/WaveShaperDSPKernel.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           49 Source/modules/webaudio/WaveShaperDSPKernel.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           51 Source/modules/webaudio/WaveShaperProcessor.h     virtual PassOwnPtr<AudioDSPKernel> createKernel() OVERRIDE;
OVERRIDE           53 Source/modules/webaudio/WaveShaperProcessor.h     virtual void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) OVERRIDE;
OVERRIDE           43 Source/modules/webdatabase/ChangeVersionWrapper.h     virtual void trace(Visitor*) OVERRIDE { }
OVERRIDE           44 Source/modules/webdatabase/ChangeVersionWrapper.h     virtual bool performPreflight(SQLTransactionBackend*) OVERRIDE;
OVERRIDE           45 Source/modules/webdatabase/ChangeVersionWrapper.h     virtual bool performPostflight(SQLTransactionBackend*) OVERRIDE;
OVERRIDE           46 Source/modules/webdatabase/ChangeVersionWrapper.h     virtual SQLErrorData* sqlError() const OVERRIDE { return m_sqlError.get(); }
OVERRIDE           47 Source/modules/webdatabase/ChangeVersionWrapper.h     virtual void handleCommitFailedAfterPostflight(SQLTransactionBackend*) OVERRIDE;
OVERRIDE          169 Source/modules/webdatabase/Database.cpp     virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE           54 Source/modules/webdatabase/Database.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           57 Source/modules/webdatabase/Database.h     virtual String version() const OVERRIDE;
OVERRIDE           68 Source/modules/webdatabase/Database.h     virtual SecurityOrigin* securityOrigin() const OVERRIDE;
OVERRIDE           70 Source/modules/webdatabase/Database.h     virtual void closeImmediately() OVERRIDE;
OVERRIDE           52 Source/modules/webdatabase/DatabaseBackend.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           54 Source/modules/webdatabase/DatabaseBackend.h     virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
OVERRIDE           70 Source/modules/webdatabase/DatabaseBackend.h     virtual bool performOpenAndVerify(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
OVERRIDE           45 Source/modules/webdatabase/DatabaseBackendSync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           47 Source/modules/webdatabase/DatabaseBackendSync.h     virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
OVERRIDE           56 Source/modules/webdatabase/DatabaseContext.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE           57 Source/modules/webdatabase/DatabaseContext.h     virtual void willStop() OVERRIDE;
OVERRIDE           58 Source/modules/webdatabase/DatabaseContext.h     virtual void stop() OVERRIDE;
OVERRIDE           82 Source/modules/webdatabase/DatabaseManager.cpp     virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE           39 Source/modules/webdatabase/DatabaseServer.h     virtual String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist) OVERRIDE;
OVERRIDE           43 Source/modules/webdatabase/DatabaseServer.h         bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE;
OVERRIDE           45 Source/modules/webdatabase/DatabaseServer.h     virtual void closeDatabasesImmediately(const String& originIdentifier, const String& name) OVERRIDE;
OVERRIDE           47 Source/modules/webdatabase/DatabaseServer.h     virtual void interruptAllDatabasesForContext(const DatabaseContext*) OVERRIDE;
OVERRIDE           58 Source/modules/webdatabase/DatabaseSync.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           64 Source/modules/webdatabase/DatabaseSync.h     virtual void closeImmediately() OVERRIDE;
OVERRIDE           54 Source/modules/webdatabase/DatabaseTask.h     virtual void run() OVERRIDE FINAL;
OVERRIDE           88 Source/modules/webdatabase/DatabaseTask.h     virtual void doPerformTask() OVERRIDE;
OVERRIDE           90 Source/modules/webdatabase/DatabaseTask.h     virtual const char* debugTaskName() const OVERRIDE;
OVERRIDE          109 Source/modules/webdatabase/DatabaseTask.h     virtual void doPerformTask() OVERRIDE;
OVERRIDE          111 Source/modules/webdatabase/DatabaseTask.h     virtual const char* debugTaskName() const OVERRIDE;
OVERRIDE          130 Source/modules/webdatabase/DatabaseTask.h     virtual void doPerformTask() OVERRIDE;
OVERRIDE          131 Source/modules/webdatabase/DatabaseTask.h     virtual void taskCancelled() OVERRIDE;
OVERRIDE          133 Source/modules/webdatabase/DatabaseTask.h     virtual const char* debugTaskName() const OVERRIDE;
OVERRIDE          149 Source/modules/webdatabase/DatabaseTask.h     virtual void doPerformTask() OVERRIDE;
OVERRIDE          151 Source/modules/webdatabase/DatabaseTask.h     virtual const char* debugTaskName() const OVERRIDE;
OVERRIDE          115 Source/modules/webdatabase/DatabaseTracker.cpp     virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE          120 Source/modules/webdatabase/DatabaseTracker.cpp     virtual bool isCleanupTask() const OVERRIDE
OVERRIDE          229 Source/modules/webdatabase/DatabaseTracker.cpp     virtual void performTask(ExecutionContext*) OVERRIDE
OVERRIDE           79 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) OVERRIDE
OVERRIDE          117 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     virtual bool handleEvent(SQLTransaction*, SQLError* error) OVERRIDE
OVERRIDE          138 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     virtual bool handleEvent(SQLTransaction* transaction) OVERRIDE
OVERRIDE          166 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     virtual bool handleEvent(SQLError* error) OVERRIDE
OVERRIDE          186 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     virtual void handleEvent() OVERRIDE { }
OVERRIDE           58 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void setFrontend(InspectorFrontend*) OVERRIDE;
OVERRIDE           59 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void clearFrontend() OVERRIDE;
OVERRIDE           60 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void restore() OVERRIDE;
OVERRIDE           62 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void didCommitLoadForMainFrame() OVERRIDE;
OVERRIDE           65 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void enable(ErrorString*) OVERRIDE;
OVERRIDE           66 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void disable(ErrorString*) OVERRIDE;
OVERRIDE           67 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names) OVERRIDE;
OVERRIDE           68 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>) OVERRIDE;
OVERRIDE           55 Source/modules/webdatabase/SQLStatement.h     virtual void setBackend(AbstractSQLStatementBackend*) OVERRIDE;
OVERRIDE           57 Source/modules/webdatabase/SQLStatement.h     virtual bool hasCallback() OVERRIDE;
OVERRIDE           58 Source/modules/webdatabase/SQLStatement.h     virtual bool hasErrorCallback() OVERRIDE;
OVERRIDE           49 Source/modules/webdatabase/SQLStatementBackend.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           60 Source/modules/webdatabase/SQLStatementBackend.h     virtual SQLErrorData* sqlError() const OVERRIDE;
OVERRIDE           61 Source/modules/webdatabase/SQLStatementBackend.h     virtual SQLResultSet* sqlResultSet() const OVERRIDE;
OVERRIDE           59 Source/modules/webdatabase/SQLTransaction.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           78 Source/modules/webdatabase/SQLTransaction.h     virtual void requestTransitToState(SQLTransactionState) OVERRIDE;
OVERRIDE           79 Source/modules/webdatabase/SQLTransaction.h     virtual bool hasCallback() const OVERRIDE;
OVERRIDE           80 Source/modules/webdatabase/SQLTransaction.h     virtual bool hasSuccessCallback() const OVERRIDE;
OVERRIDE           81 Source/modules/webdatabase/SQLTransaction.h     virtual bool hasErrorCallback() const OVERRIDE;
OVERRIDE           82 Source/modules/webdatabase/SQLTransaction.h     virtual void setBackend(AbstractSQLTransactionBackend*) OVERRIDE;
OVERRIDE           85 Source/modules/webdatabase/SQLTransaction.h     virtual StateFunction stateFunctionFor(SQLTransactionState) OVERRIDE;
OVERRIDE           67 Source/modules/webdatabase/SQLTransactionBackend.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           81 Source/modules/webdatabase/SQLTransactionBackend.h     virtual void requestTransitToState(SQLTransactionState) OVERRIDE;
OVERRIDE           82 Source/modules/webdatabase/SQLTransactionBackend.h     virtual SQLErrorData* transactionError() OVERRIDE;
OVERRIDE           83 Source/modules/webdatabase/SQLTransactionBackend.h     virtual AbstractSQLStatement* currentStatement() OVERRIDE;
OVERRIDE           84 Source/modules/webdatabase/SQLTransactionBackend.h     virtual void setShouldRetryCurrentStatement(bool) OVERRIDE;
OVERRIDE           86 Source/modules/webdatabase/SQLTransactionBackend.h         const Vector<SQLValue>& arguments, int permissions) OVERRIDE;
OVERRIDE           93 Source/modules/webdatabase/SQLTransactionBackend.h     virtual StateFunction stateFunctionFor(SQLTransactionState) OVERRIDE;
OVERRIDE           56 Source/modules/webmidi/MIDIAccess.cpp     virtual ScriptValue call(ScriptValue value) OVERRIDE
OVERRIDE           71 Source/modules/webmidi/MIDIAccess.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIAccess; }
OVERRIDE           72 Source/modules/webmidi/MIDIAccess.h     virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
OVERRIDE           75 Source/modules/webmidi/MIDIAccess.h     virtual void suspend() OVERRIDE;
OVERRIDE           76 Source/modules/webmidi/MIDIAccess.h     virtual void resume() OVERRIDE;
OVERRIDE           77 Source/modules/webmidi/MIDIAccess.h     virtual void stop() OVERRIDE;
OVERRIDE           78 Source/modules/webmidi/MIDIAccess.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE           81 Source/modules/webmidi/MIDIAccess.h     virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
OVERRIDE           82 Source/modules/webmidi/MIDIAccess.h     virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
OVERRIDE           83 Source/modules/webmidi/MIDIAccess.h     virtual void didStartSession(bool success) OVERRIDE;
OVERRIDE           84 Source/modules/webmidi/MIDIAccess.h     virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
OVERRIDE           53 Source/modules/webmidi/MIDIAccessor.h     virtual void didAddInputPort(const blink::WebString& id, const blink::WebString& manufacturer, const blink::WebString& name, const blink::WebString& version) OVERRIDE;
OVERRIDE           54 Source/modules/webmidi/MIDIAccessor.h     virtual void didAddOutputPort(const blink::WebString& id, const blink::WebString& manufacturer, const blink::WebString& name, const blink::WebString& version) OVERRIDE;
OVERRIDE           55 Source/modules/webmidi/MIDIAccessor.h     virtual void didStartSession(bool success) OVERRIDE;
OVERRIDE           56 Source/modules/webmidi/MIDIAccessor.h     virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
OVERRIDE           49 Source/modules/webmidi/MIDIClientMock.h     virtual void requestSysexPermission(PassRefPtrWillBeRawPtr<MIDIAccess>) OVERRIDE;
OVERRIDE           50 Source/modules/webmidi/MIDIClientMock.h     virtual void cancelSysexPermissionRequest(MIDIAccess*) OVERRIDE;
OVERRIDE           67 Source/modules/webmidi/MIDIConnectionEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIConnectionEvent; }
OVERRIDE           69 Source/modules/webmidi/MIDIConnectionEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           49 Source/modules/webmidi/MIDIInput.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIInput; }
OVERRIDE           54 Source/modules/webmidi/MIDIInput.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           69 Source/modules/webmidi/MIDIMessageEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIMessageEvent; }
OVERRIDE           71 Source/modules/webmidi/MIDIMessageEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           55 Source/modules/webmidi/MIDIOutput.h     virtual void trace(Visitor*) OVERRIDE;
OVERRIDE           68 Source/modules/webmidi/MIDIPort.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIPort; }
OVERRIDE           69 Source/modules/webmidi/MIDIPort.h     virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
OVERRIDE           72 Source/modules/websockets/CloseEvent.h     virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::CloseEvent; }
OVERRIDE           74 Source/modules/websockets/CloseEvent.h     virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
OVERRIDE           73 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
OVERRIDE           74 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual String subprotocol() OVERRIDE;
OVERRIDE           75 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual String extensions() OVERRIDE;
OVERRIDE           76 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
OVERRIDE           77 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) OVERRIDE;
OVERRIDE           78 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual WebSocketChannel::SendResult send(PassRefPtr<BlobDataHandle>) OVERRIDE;
OVERRIDE           79 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual unsigned long bufferedAmount() const OVERRIDE;
OVERRIDE           82 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void close(int code, const String& reason) OVERRIDE;
OVERRIDE           83 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned lineNumber) OVERRIDE;
OVERRIDE           85 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void disconnect() OVERRIDE;
OVERRIDE           87 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void suspend() OVERRIDE;
OVERRIDE           88 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void resume() OVERRIDE;
OVERRIDE           91 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void willOpenSocketStream(SocketStreamHandle*) OVERRIDE;
OVERRIDE           92 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didOpenSocketStream(SocketStreamHandle*) OVERRIDE;
OVERRIDE           93 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didCloseSocketStream(SocketStreamHandle*) OVERRIDE;
OVERRIDE           94 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didReceiveSocketStreamData(SocketStreamHandle*, const char*, int) OVERRIDE;
OVERRIDE           95 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didUpdateBufferedAmount(SocketStreamHandle*, size_t bufferedAmount) OVERRIDE;
OVERRIDE           96 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didFailSocketStream(SocketStreamHandle*, const SocketStreamError&) OVERRIDE;
OVERRIDE           99 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didStartLoading() OVERRIDE;
OVERRIDE          100 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didReceiveData() OVERRIDE;
OVERRIDE          101 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didFinishLoading() OVERRIDE;
OVERRIDE          102 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void didFail(FileError::ErrorCode) OVERRIDE;
OVERRIDE          109 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void refWebSocketChannel() OVERRIDE { ref(); }
OVERRIDE          110 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void derefWebSocketChannel() OVERRIDE { deref(); }
OVERRIDE           65 Source/modules/websockets/NewWebSocketChannelImpl.cpp     virtual void didStartLoading() OVERRIDE { }
OVERRIDE           66 Source/modules/websockets/NewWebSocketChannelImpl.cpp     virtual void didReceiveData() OVERRIDE { }
OVERRIDE           67 Source/modules/websockets/NewWebSocketChannelImpl.cpp     virtual void didFinishLoading() OVERRIDE;
OVERRIDE           68 Source/modules/websockets/NewWebSocketChannelImpl.cpp     virtual void didFail(FileError::ErrorCode) OVERRIDE;
OVERRIDE           80 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
OVERRIDE           81 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual String subprotocol() OVERRIDE;
OVERRIDE           82 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual String extensions() OVERRIDE;
OVERRIDE           83 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
OVERRIDE           84 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual WebSocketChannel::SendResult send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) OVERRIDE;
OVERRIDE           85 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual WebSocketChannel::SendResult send(PassRefPtr<BlobDataHandle>) OVERRIDE;
OVERRIDE           86 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual unsigned long bufferedAmount() const OVERRIDE;
OVERRIDE           89 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void close(int code, const String& reason) OVERRIDE;
OVERRIDE           90 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned lineNumber) OVERRIDE;
OVERRIDE           92 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void disconnect() OVERRIDE;
OVERRIDE           97 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void suspend() OVERRIDE;
OVERRIDE           98 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void resume() OVERRIDE;
OVERRIDE          133 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didConnect(blink::WebSocketHandle*, bool fail, const blink::WebString& selectedProtocol, const blink::WebString& extensions) OVERRIDE;
OVERRIDE          134 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didStartOpeningHandshake(blink::WebSocketHandle*, const blink::WebSocketHandshakeRequestInfo&) OVERRIDE;
OVERRIDE          135 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didFinishOpeningHandshake(blink::WebSocketHandle*, const blink::WebSocketHandshakeResponseInfo&) OVERRIDE;
OVERRIDE          136 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didFail(blink::WebSocketHandle*, const blink::WebString& message) OVERRIDE;
OVERRIDE          137 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didReceiveData(blink::WebSocketHandle*, bool fin, blink::WebSocketHandle::MessageType, const char* data, size_t /* size */) OVERRIDE;
OVERRIDE          138 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didClose(blink::WebSocketHandle*, bool wasClean, unsigned short code, const blink::WebString& reason) OVERRIDE;
OVERRIDE          139 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didReceiveFlowControl(blink::WebSocketHandle*, int64_t quota) OVERRIDE;
OVERRIDE          140 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didStartClosingHandshake(blink::WebSocketHandle*) OVERRIDE;
OVERRIDE          147 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void refWebSocketChannel() OVERRIDE { ref(); }
OVERRIDE          148 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void derefWebSocketChannel() OVERRIDE { deref(); }
OVERRIDE          152 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void contextDestroyed() OVERRIDE { ASSERT_NOT_REACHED(); }
OVERRIDE          106 Source/modules/websockets/WebSocket.h     virtual const AtomicString& interfaceName() const OVERRIDE;
OVERRIDE          107 Source/modules/websockets/WebSocket.h     virtual ExecutionContext* executionContext() const OVERRIDE;
OVERRIDE          110 Source/modules/websockets/WebSocket.h     virtual void contextDestroyed() OVERRIDE;
OVERRIDE          113 Source/modules/websockets/WebSocket.h     virtual bool hasPendingActivity() const OVERRIDE;
OVERRIDE          114 Source/modules/websockets/WebSocket.h     virtual void suspend() OVERRIDE;
OVERRIDE          115 Source/modules/websockets/WebSocket.h     virtual void resume() OVERRIDE;
OVERRIDE          116 Source/modules/websockets/WebSocket.h     virtual void stop() OVERRIDE;
OVERRIDE          119 Source/modules/websockets/WebSocket.h     virtual void didConnect() OVERRIDE;
OVERRIDE          120 Source/modules/websockets/WebSocket.h     virtual void didReceiveMessage(const String& message) OVERRIDE;
OVERRIDE          121 Source/modules/websockets/WebSocket.h     virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) OVERRIDE;
OVERRIDE          122 Source/modules/websockets/WebSocket.h     virtual void didReceiveMessageError() OVERRIDE;
OVERRIDE          123 Source/modules/websockets/WebSocket.h     virtual void didUpdateBufferedAmount(unsigned long bufferedAmount) OVERRIDE;
OVERRIDE          124 Source/modules/websockets/WebSocket.h     virtual void didStartClosingHandshake() OVERRIDE;
OVERRIDE          125 Source/modules/websockets/WebSocket.h     virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
OVERRIDE           50 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual String handshakeString() OVERRIDE;
OVERRIDE           51 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
OVERRIDE           52 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual String failureReason() OVERRIDE { return m_failureReason; }
OVERRIDE           48 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     virtual String handshakeString() OVERRIDE { return extensionToken(); }
OVERRIDE           49 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
OVERRIDE           54 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual String handshakeString() OVERRIDE;
OVERRIDE           55 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
OVERRIDE           56 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual String failureReason() OVERRIDE { return m_failureReason; }
OVERRIDE           74 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
OVERRIDE           75 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual String subprotocol() OVERRIDE;
OVERRIDE           76 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual String extensions() OVERRIDE;
OVERRIDE           77 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
OVERRIDE           78 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) OVERRIDE;
OVERRIDE           79 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual WebSocketChannel::SendResult send(PassRefPtr<BlobDataHandle>) OVERRIDE;
OVERRIDE           80 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual unsigned long bufferedAmount() const OVERRIDE;
OVERRIDE           81 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void close(int code, const String& reason) OVERRIDE;
OVERRIDE           82 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned) OVERRIDE;
OVERRIDE           83 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void disconnect() OVERRIDE; // Will suppress didClose().
OVERRIDE           84 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void suspend() OVERRIDE;
OVERRIDE           85 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void resume() OVERRIDE;
OVERRIDE          112 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didConnect() OVERRIDE;
OVERRIDE          113 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didReceiveMessage(const String& message) OVERRIDE;
OVERRIDE          114 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) OVERRIDE;
OVERRIDE          115 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didUpdateBufferedAmount(unsigned long bufferedAmount) OVERRIDE;
OVERRIDE          116 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didStartClosingHandshake() OVERRIDE;
OVERRIDE          117 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
OVERRIDE          118 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didReceiveMessageError() OVERRIDE;
OVERRIDE          135 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void refWebSocketChannel() OVERRIDE { ref(); }
OVERRIDE          136 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void derefWebSocketChannel() OVERRIDE { deref(); }
OVERRIDE          116 Source/platform/CalculationValue.h     virtual bool operator==(const CalcExpressionNode& o) const OVERRIDE
OVERRIDE          121 Source/platform/CalculationValue.h     virtual float evaluate(float) const OVERRIDE
OVERRIDE          151 Source/platform/CalculationValue.h     virtual bool operator==(const CalcExpressionNode& o) const OVERRIDE
OVERRIDE          156 Source/platform/CalculationValue.h     virtual float evaluate(float maxValue) const OVERRIDE
OVERRIDE          188 Source/platform/CalculationValue.h     virtual bool operator==(const CalcExpressionNode& o) const OVERRIDE
OVERRIDE          193 Source/platform/CalculationValue.h     virtual float evaluate(float) const OVERRIDE;
OVERRIDE          229 Source/platform/CalculationValue.h     virtual bool operator==(const CalcExpressionNode& o) const OVERRIDE
OVERRIDE          234 Source/platform/CalculationValue.h     virtual float evaluate(float maxValue) const OVERRIDE
OVERRIDE           70 Source/platform/DragImageTest.cpp     virtual IntSize size() const OVERRIDE
OVERRIDE           75 Source/platform/DragImageTest.cpp     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE
OVERRIDE           84 Source/platform/DragImageTest.cpp     virtual void destroyDecodedData(bool) OVERRIDE
OVERRIDE           88 Source/platform/DragImageTest.cpp     virtual bool currentFrameKnownToBeOpaque() OVERRIDE
OVERRIDE           93 Source/platform/DragImageTest.cpp     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE
OVERRIDE          113 Source/platform/JSONValues.h     virtual bool asBoolean(bool* output) const OVERRIDE;
OVERRIDE          114 Source/platform/JSONValues.h     virtual bool asNumber(double* output) const OVERRIDE;
OVERRIDE          115 Source/platform/JSONValues.h     virtual bool asNumber(long* output) const OVERRIDE;
OVERRIDE          116 Source/platform/JSONValues.h     virtual bool asNumber(int* output) const OVERRIDE;
OVERRIDE          117 Source/platform/JSONValues.h     virtual bool asNumber(unsigned long* output) const OVERRIDE;
OVERRIDE          118 Source/platform/JSONValues.h     virtual bool asNumber(unsigned* output) const OVERRIDE;
OVERRIDE          120 Source/platform/JSONValues.h     virtual void writeJSON(StringBuilder* output) const OVERRIDE;
OVERRIDE          145 Source/platform/JSONValues.h     virtual bool asString(String* output) const OVERRIDE;
OVERRIDE          147 Source/platform/JSONValues.h     virtual void writeJSON(StringBuilder* output) const OVERRIDE;
OVERRIDE          164 Source/platform/JSONValues.h     virtual PassRefPtr<JSONObject> asObject() OVERRIDE;
OVERRIDE          170 Source/platform/JSONValues.h     virtual bool asObject(RefPtr<JSONObject>* output) OVERRIDE;
OVERRIDE          196 Source/platform/JSONValues.h     virtual void writeJSON(StringBuilder* output) const OVERRIDE;
OVERRIDE          251 Source/platform/JSONValues.h     virtual PassRefPtr<JSONArray> asArray() OVERRIDE;
OVERRIDE          258 Source/platform/JSONValues.h     virtual bool asArray(RefPtr<JSONArray>* output) OVERRIDE;
OVERRIDE          270 Source/platform/JSONValues.h     virtual void writeJSON(StringBuilder* output) const OVERRIDE;
OVERRIDE           65 Source/platform/LifecycleContextTest.cpp     virtual void contextDestroyed() OVERRIDE
OVERRIDE           67 Source/platform/PODArena.h         virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); }
OVERRIDE           68 Source/platform/PODArena.h         virtual void free(void* ptr) OVERRIDE { fastFree(ptr); }
OVERRIDE          134 Source/platform/PODIntervalTree.h     virtual bool checkInvariants() const OVERRIDE
OVERRIDE          184 Source/platform/PODIntervalTree.h     virtual bool updateNode(IntervalNode* node) OVERRIDE
OVERRIDE           48 Source/platform/RefCountedSupplement.h         virtual bool isRefCountedWrapper() const OVERRIDE { return true; }
OVERRIDE           57 Source/platform/SharedTimer.h     virtual void setFiredFunction(void (*function)()) OVERRIDE
OVERRIDE           62 Source/platform/SharedTimer.h     virtual void setFireInterval(double interval) OVERRIDE
OVERRIDE           67 Source/platform/SharedTimer.h     virtual void stop() OVERRIDE
OVERRIDE           46 Source/platform/Task.h     virtual void run() OVERRIDE
OVERRIDE           46 Source/platform/TestingPlatformSupport.h     virtual bool lock() OVERRIDE;
OVERRIDE           47 Source/platform/TestingPlatformSupport.h     virtual void* data() OVERRIDE;
OVERRIDE           48 Source/platform/TestingPlatformSupport.h     virtual void unlock() OVERRIDE;
OVERRIDE           68 Source/platform/TestingPlatformSupport.h     virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
OVERRIDE           69 Source/platform/TestingPlatformSupport.h     virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
OVERRIDE           70 Source/platform/TestingPlatformSupport.h     virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) OVERRIDE;
OVERRIDE          126 Source/platform/Timer.h     virtual void fired() OVERRIDE { (m_object->*m_function)(this); }
OVERRIDE          168 Source/platform/Timer.h     virtual void fired() OVERRIDE
OVERRIDE           48 Source/platform/UserGestureIndicator.cpp     virtual bool hasGestures() const OVERRIDE
OVERRIDE           75 Source/platform/UserGestureIndicator.cpp     virtual void setOutOfProcess() OVERRIDE
OVERRIDE           83 Source/platform/UserGestureIndicator.cpp     virtual void setJavascriptPrompt() OVERRIDE
OVERRIDE           70 Source/platform/animation/AnimationValue.h     virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FloatAnimationValue(*this)); }
OVERRIDE           87 Source/platform/animation/AnimationValue.h     virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new TransformAnimationValue(*this)); }
OVERRIDE          104 Source/platform/animation/AnimationValue.h     virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FilterAnimationValue(*this)); }
OVERRIDE           80 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
OVERRIDE           82 Source/platform/animation/TimingFunction.h     virtual double evaluate(double fraction, double) const OVERRIDE;
OVERRIDE          137 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
OVERRIDE          139 Source/platform/animation/TimingFunction.h     virtual double evaluate(double fraction, double accuracy) const OVERRIDE;
OVERRIDE          214 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
OVERRIDE          216 Source/platform/animation/TimingFunction.h     virtual double evaluate(double fraction, double) const OVERRIDE;
OVERRIDE           61 Source/platform/audio/AudioDSPKernelProcessor.h     virtual void initialize() OVERRIDE;
OVERRIDE           62 Source/platform/audio/AudioDSPKernelProcessor.h     virtual void uninitialize() OVERRIDE;
OVERRIDE           63 Source/platform/audio/AudioDSPKernelProcessor.h     virtual void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) OVERRIDE;
OVERRIDE           64 Source/platform/audio/AudioDSPKernelProcessor.h     virtual void reset() OVERRIDE;
OVERRIDE           65 Source/platform/audio/AudioDSPKernelProcessor.h     virtual void setNumberOfChannels(unsigned) OVERRIDE;
OVERRIDE           66 Source/platform/audio/AudioDSPKernelProcessor.h     virtual unsigned numberOfChannels() const OVERRIDE { return m_numberOfChannels; }
OVERRIDE           68 Source/platform/audio/AudioDSPKernelProcessor.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           69 Source/platform/audio/AudioDSPKernelProcessor.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           37 Source/platform/audio/AudioDelayDSPKernel.h     virtual void process(const float* source, float* destination, size_t framesToProcess) OVERRIDE;
OVERRIDE           38 Source/platform/audio/AudioDelayDSPKernel.h     virtual void reset() OVERRIDE;
OVERRIDE           44 Source/platform/audio/AudioDelayDSPKernel.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           45 Source/platform/audio/AudioDelayDSPKernel.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           64 Source/platform/audio/AudioDestination.h     virtual void render(const blink::WebVector<float*>& sourceData, const blink::WebVector<float*>& audioData, size_t numberOfFrames) OVERRIDE;
OVERRIDE           67 Source/platform/audio/AudioDestination.h     virtual void provideInput(AudioBus*, size_t framesToProcess) OVERRIDE;
OVERRIDE           38 Source/platform/audio/EqualPowerPanner.h     virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBuf, size_t framesToProcess) OVERRIDE;
OVERRIDE           40 Source/platform/audio/EqualPowerPanner.h     virtual void reset() OVERRIDE { m_isFirstRender = true; }
OVERRIDE           42 Source/platform/audio/EqualPowerPanner.h     virtual double tailTime() const OVERRIDE { return 0; }
OVERRIDE           43 Source/platform/audio/EqualPowerPanner.h     virtual double latencyTime() const OVERRIDE { return 0; }
OVERRIDE           41 Source/platform/audio/HRTFPanner.h     virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) OVERRIDE;
OVERRIDE           42 Source/platform/audio/HRTFPanner.h     virtual void reset() OVERRIDE;
OVERRIDE           49 Source/platform/audio/HRTFPanner.h     virtual double tailTime() const OVERRIDE;
OVERRIDE           50 Source/platform/audio/HRTFPanner.h     virtual double latencyTime() const OVERRIDE;
OVERRIDE           56 Source/platform/audio/MultiChannelResampler.cpp     virtual void provideInput(AudioBus* bus, size_t framesToProcess) OVERRIDE
OVERRIDE          158 Source/platform/audio/SincResampler.cpp     virtual void provideInput(AudioBus* bus, size_t framesToProcess) OVERRIDE
OVERRIDE           62 Source/platform/blob/BlobRegistry.cpp     virtual SecurityOrigin* cachedOrigin(const KURL&) OVERRIDE;
OVERRIDE          178 Source/platform/exported/WebMediaStreamSource.cpp     virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
OVERRIDE          179 Source/platform/exported/WebMediaStreamSource.cpp     virtual void consumeAudio(AudioBus*, size_t numberOfFrames) OVERRIDE;
OVERRIDE           42 Source/platform/exported/WebScrollbarImpl.h     virtual bool isOverlay() const OVERRIDE;
OVERRIDE           43 Source/platform/exported/WebScrollbarImpl.h     virtual int value() const OVERRIDE;
OVERRIDE           44 Source/platform/exported/WebScrollbarImpl.h     virtual WebPoint location() const OVERRIDE;
OVERRIDE           45 Source/platform/exported/WebScrollbarImpl.h     virtual WebSize size() const OVERRIDE;
OVERRIDE           46 Source/platform/exported/WebScrollbarImpl.h     virtual bool enabled() const OVERRIDE;
OVERRIDE           47 Source/platform/exported/WebScrollbarImpl.h     virtual int maximum() const OVERRIDE;
OVERRIDE           48 Source/platform/exported/WebScrollbarImpl.h     virtual int totalSize() const OVERRIDE;
OVERRIDE           49 Source/platform/exported/WebScrollbarImpl.h     virtual bool isScrollViewScrollbar() const OVERRIDE;
OVERRIDE           50 Source/platform/exported/WebScrollbarImpl.h     virtual bool isScrollableAreaActive() const OVERRIDE;
OVERRIDE           51 Source/platform/exported/WebScrollbarImpl.h     virtual void getTickmarks(WebVector<WebRect>& tickmarks) const OVERRIDE;
OVERRIDE           52 Source/platform/exported/WebScrollbarImpl.h     virtual ScrollbarControlSize controlSize() const OVERRIDE;
OVERRIDE           53 Source/platform/exported/WebScrollbarImpl.h     virtual ScrollbarPart pressedPart() const OVERRIDE;
OVERRIDE           54 Source/platform/exported/WebScrollbarImpl.h     virtual ScrollbarPart hoveredPart() const OVERRIDE;
OVERRIDE           55 Source/platform/exported/WebScrollbarImpl.h     virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
OVERRIDE           56 Source/platform/exported/WebScrollbarImpl.h     virtual bool isCustomScrollbar() const OVERRIDE;
OVERRIDE           57 Source/platform/exported/WebScrollbarImpl.h     virtual Orientation orientation() const OVERRIDE;
OVERRIDE           58 Source/platform/exported/WebScrollbarImpl.h     virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
OVERRIDE           59 Source/platform/exported/WebScrollbarImpl.h     virtual bool isAlphaLocked() const OVERRIDE;
OVERRIDE           60 Source/platform/exported/WebScrollbarImpl.h     virtual void setIsAlphaLocked(bool) OVERRIDE;
OVERRIDE           47 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int x() const OVERRIDE;
OVERRIDE           48 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int y() const OVERRIDE;
OVERRIDE           49 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int width() const OVERRIDE;
OVERRIDE           50 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int height() const OVERRIDE;
OVERRIDE           51 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntSize size() const OVERRIDE;
OVERRIDE           52 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntPoint location() const OVERRIDE;
OVERRIDE           53 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual Widget* parent() const OVERRIDE;
OVERRIDE           54 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual Widget* root() const OVERRIDE;
OVERRIDE           55 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void setFrameRect(const IntRect&) OVERRIDE;
OVERRIDE           56 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntRect frameRect() const OVERRIDE;
OVERRIDE           57 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void invalidate() OVERRIDE;
OVERRIDE           58 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void invalidateRect(const IntRect&) OVERRIDE;
OVERRIDE           59 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
OVERRIDE           60 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE;
OVERRIDE           61 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isScrollableAreaActive() const OVERRIDE;
OVERRIDE           62 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isScrollViewScrollbar() const OVERRIDE;
OVERRIDE           63 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntPoint convertFromContainingWindow(const IntPoint&) OVERRIDE;
OVERRIDE           64 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isCustomScrollbar() const OVERRIDE;
OVERRIDE           65 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarOrientation orientation() const OVERRIDE;
OVERRIDE           66 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
OVERRIDE           67 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int value() const OVERRIDE;
OVERRIDE           68 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual float currentPos() const OVERRIDE;
OVERRIDE           69 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int visibleSize() const OVERRIDE;
OVERRIDE           70 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int totalSize() const OVERRIDE;
OVERRIDE           71 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int maximum() const OVERRIDE;
OVERRIDE           72 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarControlSize controlSize() const OVERRIDE;
OVERRIDE           73 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarPart pressedPart() const OVERRIDE;
OVERRIDE           74 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarPart hoveredPart() const OVERRIDE;
OVERRIDE           75 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void styleChanged() OVERRIDE;
OVERRIDE           76 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool enabled() const OVERRIDE;
OVERRIDE           77 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void setEnabled(bool) OVERRIDE;
OVERRIDE           78 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isOverlayScrollbar() const OVERRIDE;
OVERRIDE           79 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual bool isAlphaLocked() const OVERRIDE;
OVERRIDE           80 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual void setIsAlphaLocked(bool) OVERRIDE;
OVERRIDE           47 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebScrollbarThemeGeometryNative* clone() const OVERRIDE;
OVERRIDE           48 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int thumbPosition(WebScrollbar*) OVERRIDE;
OVERRIDE           49 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int thumbLength(WebScrollbar*) OVERRIDE;
OVERRIDE           50 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int trackPosition(WebScrollbar*) OVERRIDE;
OVERRIDE           51 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int trackLength(WebScrollbar*) OVERRIDE;
OVERRIDE           52 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual bool hasButtons(WebScrollbar*) OVERRIDE;
OVERRIDE           53 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual bool hasThumb(WebScrollbar*) OVERRIDE;
OVERRIDE           54 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect trackRect(WebScrollbar*) OVERRIDE;
OVERRIDE           55 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect thumbRect(WebScrollbar*) OVERRIDE;
OVERRIDE           56 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int minimumThumbLength(WebScrollbar*) OVERRIDE;
OVERRIDE           57 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
OVERRIDE           58 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect backButtonStartRect(WebScrollbar*) OVERRIDE;
OVERRIDE           59 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect backButtonEndRect(WebScrollbar*) OVERRIDE;
OVERRIDE           60 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect forwardButtonStartRect(WebScrollbar*) OVERRIDE;
OVERRIDE           61 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect forwardButtonEndRect(WebScrollbar*) OVERRIDE;
OVERRIDE           62 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual WebRect constrainTrackRectToTrackPieces(WebScrollbar*, const WebRect&) OVERRIDE;
OVERRIDE           63 Source/platform/exported/WebScrollbarThemeGeometryNative.h     virtual void splitTrack(WebScrollbar*, const WebRect& track, WebRect& startTrack, WebRect& thumb, WebRect& endTrack) OVERRIDE;
OVERRIDE           19 Source/platform/fonts/FontCacheTest.cpp     virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { }
OVERRIDE           68 Source/platform/fonts/SegmentedFontData.h     virtual String description() const OVERRIDE;
OVERRIDE           74 Source/platform/fonts/SegmentedFontData.h     virtual const SimpleFontData* fontDataForCharacter(UChar32) const OVERRIDE;
OVERRIDE           76 Source/platform/fonts/SegmentedFontData.h     virtual bool isCustomFont() const OVERRIDE;
OVERRIDE           77 Source/platform/fonts/SegmentedFontData.h     virtual bool isLoading() const OVERRIDE;
OVERRIDE           78 Source/platform/fonts/SegmentedFontData.h     virtual bool isLoadingFallback() const OVERRIDE;
OVERRIDE           79 Source/platform/fonts/SegmentedFontData.h     virtual bool isSegmented() const OVERRIDE;
OVERRIDE           80 Source/platform/fonts/SegmentedFontData.h     virtual bool shouldSkipDrawing() const OVERRIDE;
OVERRIDE          138 Source/platform/fonts/SimpleFontData.h     virtual const SimpleFontData* fontDataForCharacter(UChar32) const OVERRIDE;
OVERRIDE          146 Source/platform/fonts/SimpleFontData.h     virtual bool isCustomFont() const OVERRIDE { return m_customFontData; }
OVERRIDE          147 Source/platform/fonts/SimpleFontData.h     virtual bool isLoading() const OVERRIDE { return m_customFontData ? m_customFontData->isLoading() : false; }
OVERRIDE          148 Source/platform/fonts/SimpleFontData.h     virtual bool isLoadingFallback() const OVERRIDE { return m_customFontData ? m_customFontData->isLoadingFallback() : false; }
OVERRIDE          149 Source/platform/fonts/SimpleFontData.h     virtual bool isSegmented() const OVERRIDE;
OVERRIDE          150 Source/platform/fonts/SimpleFontData.h     virtual bool shouldSkipDrawing() const OVERRIDE { return m_customFontData && m_customFontData->shouldSkipDrawing(); }
OVERRIDE          156 Source/platform/fonts/SimpleFontData.h     virtual String description() const OVERRIDE;
OVERRIDE          102 Source/platform/geometry/FloatPolygon.h     virtual const FloatPoint& vertex1() const OVERRIDE
OVERRIDE          108 Source/platform/geometry/FloatPolygon.h     virtual const FloatPoint& vertex2() const OVERRIDE
OVERRIDE           60 Source/platform/graphics/BitmapImage.h     virtual bool isBitmapImage() const OVERRIDE;
OVERRIDE           62 Source/platform/graphics/BitmapImage.h     virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; };
OVERRIDE           64 Source/platform/graphics/BitmapImage.h     virtual IntSize size() const OVERRIDE;
OVERRIDE           67 Source/platform/graphics/BitmapImage.h     virtual bool getHotSpot(IntPoint&) const OVERRIDE;
OVERRIDE           69 Source/platform/graphics/BitmapImage.h     virtual bool dataChanged(bool allDataReceived) OVERRIDE;
OVERRIDE           70 Source/platform/graphics/BitmapImage.h     virtual String filenameExtension() const OVERRIDE;
OVERRIDE           75 Source/platform/graphics/BitmapImage.h     virtual void stopAnimation() OVERRIDE;
OVERRIDE           76 Source/platform/graphics/BitmapImage.h     virtual void resetAnimation() OVERRIDE;
OVERRIDE           77 Source/platform/graphics/BitmapImage.h     virtual bool maybeAnimated() OVERRIDE;
OVERRIDE           79 Source/platform/graphics/BitmapImage.h     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE;
OVERRIDE           80 Source/platform/graphics/BitmapImage.h     virtual bool currentFrameKnownToBeOpaque() OVERRIDE;
OVERRIDE           85 Source/platform/graphics/BitmapImage.h     virtual bool notSolidColor() OVERRIDE;
OVERRIDE          103 Source/platform/graphics/BitmapImage.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
OVERRIDE          104 Source/platform/graphics/BitmapImage.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum) OVERRIDE;
OVERRIDE          126 Source/platform/graphics/BitmapImage.h     virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
OVERRIDE          142 Source/platform/graphics/BitmapImage.h     virtual void startAnimation(bool catchUpIfNecessary = true) OVERRIDE;
OVERRIDE          157 Source/platform/graphics/BitmapImage.h     virtual bool mayFillWithSolidColor() OVERRIDE;
OVERRIDE          158 Source/platform/graphics/BitmapImage.h     virtual Color solidColor() const OVERRIDE;
OVERRIDE           54 Source/platform/graphics/BitmapImageTest.cpp         virtual void didDraw(const Image*) OVERRIDE { }
OVERRIDE           55 Source/platform/graphics/BitmapImageTest.cpp         virtual bool shouldPauseAnimation(const Image*) OVERRIDE { return false; }
OVERRIDE           56 Source/platform/graphics/BitmapImageTest.cpp         virtual void animationAdvanced(const Image*) OVERRIDE { }
OVERRIDE          109 Source/platform/graphics/BitmapImageTest.cpp     virtual void SetUp() OVERRIDE
OVERRIDE           56 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual void willUse() OVERRIDE { m_layerBridge->willUse(); }
OVERRIDE           57 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual SkCanvas* canvas() const OVERRIDE { return m_layerBridge->canvas(); }
OVERRIDE           58 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual bool isValid() const OVERRIDE { return m_layerBridge && m_layerBridge->checkSurfaceValid(); }
OVERRIDE           59 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual bool restore() OVERRIDE { return m_layerBridge->restoreSurface(); }
OVERRIDE           60 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual blink::WebLayer* layer() const OVERRIDE { return m_layerBridge->layer(); }
OVERRIDE           61 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual Platform3DObject getBackingTexture() const OVERRIDE { return m_layerBridge->getBackingTexture(); }
OVERRIDE           62 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual bool isAccelerated() const OVERRIDE { return m_layerBridge->isAccelerated(); }
OVERRIDE           63 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual void setIsHidden(bool hidden) OVERRIDE { m_layerBridge->setIsHidden(hidden); }
OVERRIDE           64 Source/platform/graphics/Canvas2DImageBufferSurface.h     virtual void setImageBuffer(ImageBuffer* imageBuffer) OVERRIDE { m_layerBridge->setImageBuffer(imageBuffer); }
OVERRIDE           62 Source/platform/graphics/Canvas2DLayerBridge.h     virtual blink::WebGraphicsContext3D* context() OVERRIDE;
OVERRIDE           63 Source/platform/graphics/Canvas2DLayerBridge.h     virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE;
OVERRIDE           64 Source/platform/graphics/Canvas2DLayerBridge.h     virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE;
OVERRIDE           67 Source/platform/graphics/Canvas2DLayerBridge.h     virtual void prepareForDraw() OVERRIDE;
OVERRIDE           68 Source/platform/graphics/Canvas2DLayerBridge.h     virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
OVERRIDE           69 Source/platform/graphics/Canvas2DLayerBridge.h     virtual void flushedDrawCommands() OVERRIDE;
OVERRIDE           70 Source/platform/graphics/Canvas2DLayerBridge.h     virtual void skippedPendingDrawCommands() OVERRIDE;
OVERRIDE           53 Source/platform/graphics/Canvas2DLayerManager.h     virtual void willProcessTask() OVERRIDE;
OVERRIDE           54 Source/platform/graphics/Canvas2DLayerManager.h     virtual void didProcessTask() OVERRIDE;
OVERRIDE           75 Source/platform/graphics/Canvas2DLayerManagerTest.cpp     virtual size_t storageAllocatedForRecording() OVERRIDE
OVERRIDE           89 Source/platform/graphics/Canvas2DLayerManagerTest.cpp     virtual size_t freeMemoryIfPossible(size_t size) OVERRIDE
OVERRIDE           99 Source/platform/graphics/Canvas2DLayerManagerTest.cpp     virtual void flush() OVERRIDE
OVERRIDE          259 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         virtual void run() OVERRIDE
OVERRIDE           46 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual void setContainerSize(const IntSize&) OVERRIDE { }
OVERRIDE           47 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual bool usesContainerSize() const OVERRIDE { return false; }
OVERRIDE           48 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual bool hasRelativeWidth() const OVERRIDE { return false; }
OVERRIDE           49 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual bool hasRelativeHeight() const OVERRIDE { return false; }
OVERRIDE           51 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual IntSize size() const OVERRIDE { return m_crossfadeSize; }
OVERRIDE           55 Source/platform/graphics/CrossfadeGeneratedImage.h         CompositeOperator, blink::WebBlendMode) OVERRIDE;
OVERRIDE           58 Source/platform/graphics/CrossfadeGeneratedImage.h         const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
OVERRIDE           51 Source/platform/graphics/DecodingImageGenerator.h     virtual SkData* refEncodedData() OVERRIDE;
OVERRIDE           52 Source/platform/graphics/DecodingImageGenerator.h     virtual bool getInfo(SkImageInfo*) OVERRIDE;
OVERRIDE           53 Source/platform/graphics/DecodingImageGenerator.h     virtual bool getPixels(const SkImageInfo&, void* pixels, size_t rowBytes) OVERRIDE;
OVERRIDE           71 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual void SetUp() OVERRIDE
OVERRIDE           90 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual void TearDown() OVERRIDE
OVERRIDE           95 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual void decoderBeingDestroyed() OVERRIDE
OVERRIDE          100 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual void frameBufferRequested() OVERRIDE
OVERRIDE          105 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual size_t frameCount() OVERRIDE
OVERRIDE          110 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual int repetitionCount() const OVERRIDE
OVERRIDE          115 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual ImageFrame::Status status() OVERRIDE
OVERRIDE          120 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual float frameDuration() const OVERRIDE
OVERRIDE          125 Source/platform/graphics/DeferredImageDecoderTest.cpp     virtual IntSize decodedSize() const OVERRIDE
OVERRIDE           44 Source/platform/graphics/DiscardablePixelRef.h     virtual bool allocPixelRef(SkBitmap*, SkColorTable*) OVERRIDE;
OVERRIDE           60 Source/platform/graphics/DiscardablePixelRef.h     virtual bool onNewLockPixels(LockRec*) OVERRIDE;
OVERRIDE           61 Source/platform/graphics/DiscardablePixelRef.h     virtual void onUnlockPixels() OVERRIDE;
OVERRIDE           37 Source/platform/graphics/GeneratedImage.h     virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; }
OVERRIDE           39 Source/platform/graphics/GeneratedImage.h     virtual void setContainerSize(const IntSize& size) OVERRIDE { m_size = size; }
OVERRIDE           40 Source/platform/graphics/GeneratedImage.h     virtual bool usesContainerSize() const OVERRIDE { return true; }
OVERRIDE           41 Source/platform/graphics/GeneratedImage.h     virtual bool hasRelativeWidth() const OVERRIDE { return true; }
OVERRIDE           42 Source/platform/graphics/GeneratedImage.h     virtual bool hasRelativeHeight() const OVERRIDE { return true; }
OVERRIDE           43 Source/platform/graphics/GeneratedImage.h     virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
OVERRIDE           45 Source/platform/graphics/GeneratedImage.h     virtual IntSize size() const OVERRIDE { return m_size; }
OVERRIDE           48 Source/platform/graphics/GeneratedImage.h     virtual void destroyDecodedData(bool) OVERRIDE { }
OVERRIDE           53 Source/platform/graphics/GeneratedImage.h         const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE = 0;
OVERRIDE           56 Source/platform/graphics/GeneratedImage.h     virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
OVERRIDE           51 Source/platform/graphics/GradientGeneratedImage.h         CompositeOperator, blink::WebBlendMode) OVERRIDE;
OVERRIDE           54 Source/platform/graphics/GradientGeneratedImage.h         const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
OVERRIDE           76 Source/platform/graphics/GraphicsContext.cpp     virtual SkCanvas* canvas() const OVERRIDE { return m_surface ? m_surface->getCanvas() : 0; }
OVERRIDE           77 Source/platform/graphics/GraphicsContext.cpp     virtual bool isValid() const OVERRIDE { return m_surface; }
OVERRIDE           78 Source/platform/graphics/GraphicsContext.cpp     virtual bool isAccelerated() const OVERRIDE { return isValid() && m_surface->getCanvas()->getTopDevice()->accessRenderTarget(); }
OVERRIDE           79 Source/platform/graphics/GraphicsContext.cpp     virtual Platform3DObject getBackingTexture() const OVERRIDE
OVERRIDE          102 Source/platform/graphics/GraphicsContextRecorder.cpp     virtual bool abortDrawing() OVERRIDE
OVERRIDE          143 Source/platform/graphics/GraphicsContextRecorder.cpp     virtual bool abortDrawing() OVERRIDE
OVERRIDE           94 Source/platform/graphics/GraphicsLayer.h     virtual blink::WebGraphicsLayerDebugInfo* takeDebugInfoFor(blink::WebLayer*) OVERRIDE;
OVERRIDE          294 Source/platform/graphics/GraphicsLayer.h     virtual void paint(GraphicsContext&, const IntRect& clip) OVERRIDE;
OVERRIDE          297 Source/platform/graphics/GraphicsLayer.h     virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
OVERRIDE          298 Source/platform/graphics/GraphicsLayer.h     virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
OVERRIDE          301 Source/platform/graphics/GraphicsLayer.h     virtual void didScroll() OVERRIDE;
OVERRIDE           48 Source/platform/graphics/GraphicsLayerDebugInfo.h     virtual void appendAsTraceFormat(blink::WebString* out) const OVERRIDE;
OVERRIDE           51 Source/platform/graphics/GraphicsLayerTest.cpp     virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
OVERRIDE           52 Source/platform/graphics/GraphicsLayerTest.cpp     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
OVERRIDE           53 Source/platform/graphics/GraphicsLayerTest.cpp     virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
OVERRIDE          129 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool isActive() const OVERRIDE { return false; }
OVERRIDE          130 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE { return 100; }
OVERRIDE          131 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool isScrollCornerVisible() const OVERRIDE { return false; }
OVERRIDE          132 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
OVERRIDE          133 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int visibleWidth() const OVERRIDE { return 10; }
OVERRIDE          134 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int visibleHeight() const OVERRIDE { return 10; }
OVERRIDE          135 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntSize contentsSize() const OVERRIDE { return IntSize(100, 100); }
OVERRIDE          136 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; }
OVERRIDE          137 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE { return IntRect(); }
OVERRIDE          138 Source/platform/graphics/GraphicsLayerTest.cpp     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
OVERRIDE          139 Source/platform/graphics/GraphicsLayerTest.cpp     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
OVERRIDE          140 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
OVERRIDE          141 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; }
OVERRIDE          142 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
OVERRIDE          143 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntPoint minimumScrollPosition() const OVERRIDE { return IntPoint(); }
OVERRIDE          144 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntPoint maximumScrollPosition() const OVERRIDE
OVERRIDE          149 Source/platform/graphics/GraphicsLayerTest.cpp     virtual void setScrollOffset(const IntPoint& scrollOffset) OVERRIDE { m_scrollPosition = scrollOffset; }
OVERRIDE          150 Source/platform/graphics/GraphicsLayerTest.cpp     virtual IntPoint scrollPosition() const OVERRIDE { return m_scrollPosition; }
OVERRIDE          210 Source/platform/graphics/ImageDecodingStore.h         virtual size_t memoryUsageInBytes() const OVERRIDE { return cachedImage()->bitmap().getSafeSize(); }
OVERRIDE          211 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const OVERRIDE { return TypeImage; }
OVERRIDE          239 Source/platform/graphics/ImageDecodingStore.h         virtual size_t memoryUsageInBytes() const OVERRIDE { return m_size.width() * m_size.height() * 4; }
OVERRIDE          240 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const OVERRIDE { return TypeDecoder; }
OVERRIDE           53 Source/platform/graphics/ImageFrameGenerator.cpp     virtual bool allocPixelRef(SkBitmap* dst, SkColorTable* ctable) OVERRIDE
OVERRIDE           48 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual void SetUp() OVERRIDE
OVERRIDE           60 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual void TearDown() OVERRIDE
OVERRIDE           65 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual void decoderBeingDestroyed() OVERRIDE
OVERRIDE           70 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual void frameBufferRequested() OVERRIDE
OVERRIDE           75 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual ImageFrame::Status status() OVERRIDE
OVERRIDE           82 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual size_t frameCount() OVERRIDE { return 1; }
OVERRIDE           83 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual int repetitionCount() const OVERRIDE { return cAnimationNone; }
OVERRIDE           84 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual float frameDuration() const OVERRIDE { return 0; }
OVERRIDE          300 Source/platform/graphics/ImageFrameGeneratorTest.cpp     virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* colorTable) OVERRIDE
OVERRIDE           41 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
OVERRIDE           42 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
OVERRIDE           43 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
OVERRIDE           63 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual bool isBitmapImage() const OVERRIDE
OVERRIDE           68 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual bool currentFrameKnownToBeOpaque() OVERRIDE
OVERRIDE           73 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual IntSize size() const OVERRIDE
OVERRIDE           78 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE
OVERRIDE           87 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual void destroyDecodedData(bool) OVERRIDE
OVERRIDE           91 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE
OVERRIDE           60 Source/platform/graphics/LazyDecodingPixelRef.h     virtual bool MaybeDecoded() OVERRIDE;
OVERRIDE           61 Source/platform/graphics/LazyDecodingPixelRef.h     virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&) OVERRIDE;
OVERRIDE           62 Source/platform/graphics/LazyDecodingPixelRef.h     virtual void Decode() OVERRIDE;
OVERRIDE           66 Source/platform/graphics/LazyDecodingPixelRef.h     virtual bool onNewLockPixels(LockRec*) OVERRIDE;
OVERRIDE           67 Source/platform/graphics/LazyDecodingPixelRef.h     virtual void onUnlockPixels() OVERRIDE;
OVERRIDE           68 Source/platform/graphics/LazyDecodingPixelRef.h     virtual bool onLockPixelsAreWritable() const OVERRIDE;
OVERRIDE           70 Source/platform/graphics/LazyDecodingPixelRef.h     virtual SkData* onRefEncodedData() OVERRIDE;
OVERRIDE           59 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h     virtual void paintContents(SkCanvas*, const blink::WebRect& clip, bool canPaintLCDText, blink::WebFloatRect& opaque) OVERRIDE;
OVERRIDE           52 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp     virtual void paint(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
OVERRIDE           64 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp     virtual void operator()(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
OVERRIDE           45 Source/platform/graphics/UnacceleratedImageBufferSurface.h     virtual SkCanvas* canvas() const OVERRIDE { return m_canvas.get(); }
OVERRIDE           46 Source/platform/graphics/UnacceleratedImageBufferSurface.h     virtual bool isValid() const OVERRIDE { return m_canvas; }
OVERRIDE           37 Source/platform/graphics/filters/DistantLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
OVERRIDE           45 Source/platform/graphics/filters/DistantLightSource.h     virtual bool setAzimuth(float) OVERRIDE;
OVERRIDE           46 Source/platform/graphics/filters/DistantLightSource.h     virtual bool setElevation(float) OVERRIDE;
OVERRIDE           48 Source/platform/graphics/filters/DistantLightSource.h     virtual void initPaintingData(PaintingData&) const OVERRIDE;
OVERRIDE           49 Source/platform/graphics/filters/DistantLightSource.h     virtual void updatePaintingData(PaintingData&, int x, int y, float z) const OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/DistantLightSource.h     virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/FEBlend.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           53 Source/platform/graphics/filters/FEBlend.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           58 Source/platform/graphics/filters/FEBlend.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           50 Source/platform/graphics/filters/FEColorMatrix.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           52 Source/platform/graphics/filters/FEColorMatrix.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           60 Source/platform/graphics/filters/FEColorMatrix.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           62 Source/platform/graphics/filters/FEColorMatrix.h     virtual bool affectsTransparentPixels() OVERRIDE;
OVERRIDE           80 Source/platform/graphics/filters/FEComponentTransfer.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           82 Source/platform/graphics/filters/FEComponentTransfer.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           88 Source/platform/graphics/filters/FEComponentTransfer.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           90 Source/platform/graphics/filters/FEComponentTransfer.h     virtual bool affectsTransparentPixels() OVERRIDE;
OVERRIDE           61 Source/platform/graphics/filters/FEComposite.h     virtual void correctFilterResultIfNeeded() OVERRIDE;
OVERRIDE           63 Source/platform/graphics/filters/FEComposite.h     virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
OVERRIDE           65 Source/platform/graphics/filters/FEComposite.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           67 Source/platform/graphics/filters/FEComposite.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           70 Source/platform/graphics/filters/FEComposite.h     virtual bool requiresValidPreMultipliedPixels() OVERRIDE { return m_type != FECOMPOSITE_OPERATOR_ARITHMETIC; }
OVERRIDE           75 Source/platform/graphics/filters/FEComposite.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           72 Source/platform/graphics/filters/FEConvolveMatrix.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           74 Source/platform/graphics/filters/FEConvolveMatrix.h     virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           76 Source/platform/graphics/filters/FEConvolveMatrix.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           91 Source/platform/graphics/filters/FEConvolveMatrix.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           56 Source/platform/graphics/filters/FEDiffuseLighting.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           53 Source/platform/graphics/filters/FEDisplacementMap.h     virtual void setResultColorSpace(ColorSpace) OVERRIDE;
OVERRIDE           54 Source/platform/graphics/filters/FEDisplacementMap.h     virtual void transformResultColorSpace(FilterEffect*, const int) OVERRIDE;
OVERRIDE           56 Source/platform/graphics/filters/FEDisplacementMap.h     virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           58 Source/platform/graphics/filters/FEDisplacementMap.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           63 Source/platform/graphics/filters/FEDisplacementMap.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           65 Source/platform/graphics/filters/FEDisplacementMap.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           52 Source/platform/graphics/filters/FEDropShadow.h     virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           54 Source/platform/graphics/filters/FEDropShadow.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           55 Source/platform/graphics/filters/FEDropShadow.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           60 Source/platform/graphics/filters/FEDropShadow.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           44 Source/platform/graphics/filters/FEFlood.h     virtual void setOperatingColorSpace(ColorSpace) OVERRIDE { }
OVERRIDE           45 Source/platform/graphics/filters/FEFlood.h     virtual void setResultColorSpace(ColorSpace) OVERRIDE { }
OVERRIDE           47 Source/platform/graphics/filters/FEFlood.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           49 Source/platform/graphics/filters/FEFlood.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           54 Source/platform/graphics/filters/FEFlood.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           41 Source/platform/graphics/filters/FEGaussianBlur.h     virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           42 Source/platform/graphics/filters/FEGaussianBlur.h     virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
OVERRIDE           46 Source/platform/graphics/filters/FEGaussianBlur.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           66 Source/platform/graphics/filters/FEGaussianBlur.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           68 Source/platform/graphics/filters/FEGaussianBlur.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           47 Source/platform/graphics/filters/FELighting.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           88 Source/platform/graphics/filters/FELighting.h     virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           89 Source/platform/graphics/filters/FELighting.h     virtual bool affectsTransparentPixels() OVERRIDE { return true; }
OVERRIDE          124 Source/platform/graphics/filters/FELighting.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           36 Source/platform/graphics/filters/FEMerge.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           38 Source/platform/graphics/filters/FEMerge.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           43 Source/platform/graphics/filters/FEMerge.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           49 Source/platform/graphics/filters/FEMorphology.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/FEMorphology.h     virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           53 Source/platform/graphics/filters/FEMorphology.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           76 Source/platform/graphics/filters/FEMorphology.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           41 Source/platform/graphics/filters/FEOffset.h     virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           43 Source/platform/graphics/filters/FEOffset.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           45 Source/platform/graphics/filters/FEOffset.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           50 Source/platform/graphics/filters/FEOffset.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           57 Source/platform/graphics/filters/FESpecularLighting.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           35 Source/platform/graphics/filters/FETile.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           37 Source/platform/graphics/filters/FETile.h     virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
OVERRIDE           39 Source/platform/graphics/filters/FETile.h     virtual FilterEffectType filterEffectType() const OVERRIDE { return FilterEffectTypeTile; }
OVERRIDE           41 Source/platform/graphics/filters/FETile.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           46 Source/platform/graphics/filters/FETile.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           63 Source/platform/graphics/filters/FETurbulence.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE          118 Source/platform/graphics/filters/FETurbulence.h     virtual void applySoftware() OVERRIDE;
OVERRIDE          119 Source/platform/graphics/filters/FETurbulence.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE          123 Source/platform/graphics/filters/FilterOperation.h     virtual bool affectsOpacity() const OVERRIDE { return true; }
OVERRIDE          124 Source/platform/graphics/filters/FilterOperation.h     virtual bool movesPixels() const OVERRIDE { return true; }
OVERRIDE          133 Source/platform/graphics/filters/FilterOperation.h     virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE
OVERRIDE          139 Source/platform/graphics/filters/FilterOperation.h     virtual bool operator==(const FilterOperation& o) const OVERRIDE
OVERRIDE          174 Source/platform/graphics/filters/FilterOperation.h     virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
OVERRIDE          175 Source/platform/graphics/filters/FilterOperation.h     virtual bool operator==(const FilterOperation& o) const OVERRIDE
OVERRIDE          210 Source/platform/graphics/filters/FilterOperation.h     virtual bool affectsOpacity() const OVERRIDE { return m_type == OPACITY; }
OVERRIDE          214 Source/platform/graphics/filters/FilterOperation.h     virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
OVERRIDE          215 Source/platform/graphics/filters/FilterOperation.h     virtual bool operator==(const FilterOperation& o) const OVERRIDE
OVERRIDE          249 Source/platform/graphics/filters/FilterOperation.h     virtual bool affectsOpacity() const OVERRIDE { return true; }
OVERRIDE          250 Source/platform/graphics/filters/FilterOperation.h     virtual bool movesPixels() const OVERRIDE { return true; }
OVERRIDE          254 Source/platform/graphics/filters/FilterOperation.h     virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
OVERRIDE          255 Source/platform/graphics/filters/FilterOperation.h     virtual bool operator==(const FilterOperation& o) const OVERRIDE
OVERRIDE          287 Source/platform/graphics/filters/FilterOperation.h     virtual bool affectsOpacity() const OVERRIDE { return true; }
OVERRIDE          288 Source/platform/graphics/filters/FilterOperation.h     virtual bool movesPixels() const OVERRIDE { return true; }
OVERRIDE          292 Source/platform/graphics/filters/FilterOperation.h     virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
OVERRIDE          293 Source/platform/graphics/filters/FilterOperation.h     virtual bool operator==(const FilterOperation& o) const OVERRIDE
OVERRIDE           37 Source/platform/graphics/filters/PointLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
OVERRIDE           44 Source/platform/graphics/filters/PointLightSource.h     virtual bool setX(float) OVERRIDE;
OVERRIDE           45 Source/platform/graphics/filters/PointLightSource.h     virtual bool setY(float) OVERRIDE;
OVERRIDE           46 Source/platform/graphics/filters/PointLightSource.h     virtual bool setZ(float) OVERRIDE;
OVERRIDE           48 Source/platform/graphics/filters/PointLightSource.h     virtual void initPaintingData(PaintingData&) const OVERRIDE;
OVERRIDE           49 Source/platform/graphics/filters/PointLightSource.h     virtual void updatePaintingData(PaintingData&, int x, int y, float z) const OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/PointLightSource.h     virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/ReferenceFilter.h     virtual IntRect sourceImageRect() const OVERRIDE { return IntRect(); };
OVERRIDE           35 Source/platform/graphics/filters/SourceAlpha.h     virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
OVERRIDE           37 Source/platform/graphics/filters/SourceAlpha.h     virtual FilterEffectType filterEffectType() const OVERRIDE { return FilterEffectTypeSourceInput; }
OVERRIDE           39 Source/platform/graphics/filters/SourceAlpha.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           40 Source/platform/graphics/filters/SourceAlpha.h     virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
OVERRIDE           48 Source/platform/graphics/filters/SourceAlpha.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           36 Source/platform/graphics/filters/SourceGraphic.h     virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
OVERRIDE           38 Source/platform/graphics/filters/SourceGraphic.h     virtual FilterEffectType filterEffectType() const OVERRIDE { return FilterEffectTypeSourceInput; }
OVERRIDE           40 Source/platform/graphics/filters/SourceGraphic.h     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
OVERRIDE           49 Source/platform/graphics/filters/SourceGraphic.h     virtual void applySoftware() OVERRIDE;
OVERRIDE           38 Source/platform/graphics/filters/SpotLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
OVERRIDE           50 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setX(float) OVERRIDE;
OVERRIDE           51 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setY(float) OVERRIDE;
OVERRIDE           52 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setZ(float) OVERRIDE;
OVERRIDE           53 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setPointsAtX(float) OVERRIDE;
OVERRIDE           54 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setPointsAtY(float) OVERRIDE;
OVERRIDE           55 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setPointsAtZ(float) OVERRIDE;
OVERRIDE           57 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setSpecularExponent(float) OVERRIDE;
OVERRIDE           58 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setLimitingConeAngle(float) OVERRIDE;
OVERRIDE           60 Source/platform/graphics/filters/SpotLightSource.h     virtual void initPaintingData(PaintingData&) const OVERRIDE;
OVERRIDE           61 Source/platform/graphics/filters/SpotLightSource.h     virtual void updatePaintingData(PaintingData&, int x, int y, float z) const OVERRIDE;
OVERRIDE           63 Source/platform/graphics/filters/SpotLightSource.h     virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
OVERRIDE          133 Source/platform/graphics/gpu/DrawingBuffer.h     virtual blink::WebGraphicsContext3D* context() OVERRIDE;
OVERRIDE          134 Source/platform/graphics/gpu/DrawingBuffer.h     virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE;
OVERRIDE          135 Source/platform/graphics/gpu/DrawingBuffer.h     virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE;
OVERRIDE           51 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual SkCanvas* canvas() const OVERRIDE { return 0; }
OVERRIDE           52 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual const SkBitmap& bitmap() const OVERRIDE { return m_bitmap; }
OVERRIDE           53 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual bool isValid() const OVERRIDE { return m_bitmap.pixelRef(); }
OVERRIDE           54 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual bool isAccelerated() const OVERRIDE { return true; }
OVERRIDE           55 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual Platform3DObject getBackingTexture() const OVERRIDE;
OVERRIDE           56 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual bool cachedBitmapEnabled() const OVERRIDE { return true; }
OVERRIDE           57 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual const SkBitmap& cachedBitmap() const OVERRIDE { return m_cachedBitmap; }
OVERRIDE           58 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual void invalidateCachedBitmap() OVERRIDE;
OVERRIDE           59 Source/platform/graphics/gpu/WebGLImageBufferSurface.h     virtual void updateCachedBitmapIfNeeded() OVERRIDE;
OVERRIDE           64 Source/platform/graphics/test/MockImageDecoder.h     virtual IntSize decodedSize() const OVERRIDE
OVERRIDE           69 Source/platform/graphics/test/MockImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE
OVERRIDE           77 Source/platform/graphics/test/MockImageDecoder.h     virtual String filenameExtension() const OVERRIDE
OVERRIDE           82 Source/platform/graphics/test/MockImageDecoder.h     virtual size_t frameCount() OVERRIDE
OVERRIDE           87 Source/platform/graphics/test/MockImageDecoder.h     virtual int repetitionCount() const OVERRIDE
OVERRIDE           92 Source/platform/graphics/test/MockImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE
OVERRIDE          100 Source/platform/graphics/test/MockImageDecoder.h     virtual bool frameIsCompleteAtIndex(size_t) const OVERRIDE
OVERRIDE          105 Source/platform/graphics/test/MockImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE
OVERRIDE          128 Source/platform/graphics/test/MockImageDecoder.h     virtual PassOwnPtr<ImageDecoder> create() OVERRIDE
OVERRIDE         1174 Source/platform/heap/Heap.cpp     virtual void mark(HeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE         1181 Source/platform/heap/Heap.cpp     virtual void mark(FinalizedHeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE         1188 Source/platform/heap/Heap.cpp     virtual void mark(const void* objectPointer, TraceCallback callback) OVERRIDE
OVERRIDE         1196 Source/platform/heap/Heap.cpp     virtual void registerWeakMembers(const void* closure, const void* containingObject, WeakPointerCallback callback) OVERRIDE
OVERRIDE         1201 Source/platform/heap/Heap.cpp     virtual bool isMarked(const void* objectPointer) OVERRIDE
OVERRIDE         1208 Source/platform/heap/Heap.cpp     virtual void mark(const Type* objectPointer, TraceCallback callback) OVERRIDE \
OVERRIDE         1216 Source/platform/heap/Heap.cpp     virtual bool isMarked(const Type* objectPointer) OVERRIDE                     \
OVERRIDE         1225 Source/platform/heap/Heap.cpp     virtual void registerWeakCell(void** cell, WeakPointerCallback callback) OVERRIDE
OVERRIDE          127 Source/platform/heap/HeapTest.cpp     virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
OVERRIDE          132 Source/platform/heap/HeapTest.cpp     virtual bool isMarked(const Type*) OVERRIDE { return false; }
OVERRIDE          141 Source/platform/heap/HeapTest.cpp     virtual void mark(const void* object, TraceCallback) OVERRIDE
OVERRIDE          147 Source/platform/heap/HeapTest.cpp     virtual void mark(HeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE          153 Source/platform/heap/HeapTest.cpp     virtual void mark(FinalizedHeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE          159 Source/platform/heap/HeapTest.cpp     virtual void registerWeakMembers(const void*, const void*, WeakPointerCallback) OVERRIDE { }
OVERRIDE          160 Source/platform/heap/HeapTest.cpp     virtual void registerWeakCell(void**, WeakPointerCallback) OVERRIDE { }
OVERRIDE          161 Source/platform/heap/HeapTest.cpp     virtual bool isMarked(const void*) OVERRIDE { return false; }
OVERRIDE          354 Source/platform/heap/HeapTest.cpp     virtual void runThread() OVERRIDE
OVERRIDE          401 Source/platform/heap/HeapTest.cpp     virtual void runThread() OVERRIDE
OVERRIDE          603 Source/platform/heap/HeapTest.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          637 Source/platform/heap/HeapTest.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          759 Source/platform/heap/HeapTest.cpp     virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
OVERRIDE          786 Source/platform/heap/HeapTest.cpp     virtual void mark(const void* ptr, TraceCallback) OVERRIDE
OVERRIDE          791 Source/platform/heap/HeapTest.cpp     virtual void mark(HeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE          796 Source/platform/heap/HeapTest.cpp     virtual void mark(FinalizedHeapObjectHeader* header, TraceCallback callback) OVERRIDE
OVERRIDE          830 Source/platform/heap/HeapTest.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          869 Source/platform/heap/HeapTest.cpp     virtual void trace(Visitor* visitor) OVERRIDE
OVERRIDE          575 Source/platform/heap/Visitor.h     virtual void adjustAndMark(Visitor* visitor) const OVERRIDE \
OVERRIDE          581 Source/platform/heap/Visitor.h     virtual bool isAlive(Visitor* visitor) const OVERRIDE \
OVERRIDE           43 Source/platform/heap/glue/MessageLoopInterruptor.h     virtual void requestInterrupt() OVERRIDE
OVERRIDE           51 Source/platform/heap/glue/MessageLoopInterruptor.h     virtual void clearInterrupt() OVERRIDE { }
OVERRIDE           58 Source/platform/heap/glue/MessageLoopInterruptor.h         virtual void run() OVERRIDE
OVERRIDE           50 Source/platform/image-decoders/ImageDecoderTest.cpp     virtual String filenameExtension() const OVERRIDE { return ""; }
OVERRIDE           51 Source/platform/image-decoders/ImageDecoderTest.cpp     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE { return 0; }
OVERRIDE           45 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "bmp"; }
OVERRIDE           46 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual void setData(SharedBuffer*, bool allDataReceived) OVERRIDE;
OVERRIDE           47 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           48 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           52 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual bool setFailed() OVERRIDE;
OVERRIDE           49 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "gif"; }
OVERRIDE           50 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual void setData(SharedBuffer* data, bool allDataReceived) OVERRIDE;
OVERRIDE           51 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           52 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual size_t frameCount() OVERRIDE;
OVERRIDE           53 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual int repetitionCount() const OVERRIDE;
OVERRIDE           54 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           55 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual bool frameIsCompleteAtIndex(size_t) const OVERRIDE;
OVERRIDE           56 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE;
OVERRIDE           57 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
OVERRIDE           61 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual bool setFailed() OVERRIDE;
OVERRIDE           71 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual void clearFrameBuffer(size_t frameIndex) OVERRIDE;
OVERRIDE           47 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "ico"; }
OVERRIDE           48 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual void setData(SharedBuffer*, bool allDataReceived) OVERRIDE;
OVERRIDE           49 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           50 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual IntSize size() const OVERRIDE;
OVERRIDE           51 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual IntSize frameSizeAtIndex(size_t) const OVERRIDE;
OVERRIDE           52 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE;
OVERRIDE           53 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual size_t frameCount() OVERRIDE;
OVERRIDE           54 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           58 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual bool setFailed() OVERRIDE;
OVERRIDE           59 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual bool hotSpot(IntPoint&) const OVERRIDE;
OVERRIDE           47 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "jpg"; }
OVERRIDE           48 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           49 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual IntSize decodedSize() const OVERRIDE { return m_decodedSize; }
OVERRIDE           50 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE;
OVERRIDE           51 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           55 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual bool setFailed() OVERRIDE;
OVERRIDE           45 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "png"; }
OVERRIDE           46 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           47 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           51 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual bool setFailed() OVERRIDE;
OVERRIDE           44 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "webp"; }
OVERRIDE           45 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual bool isSizeAvailable() OVERRIDE;
OVERRIDE           46 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual size_t frameCount() OVERRIDE;
OVERRIDE           47 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
OVERRIDE           48 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual void setData(SharedBuffer* data, bool allDataReceived) OVERRIDE;
OVERRIDE           49 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual int repetitionCount() const OVERRIDE;
OVERRIDE           50 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual bool frameIsCompleteAtIndex(size_t) const OVERRIDE;
OVERRIDE           51 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE;
OVERRIDE           52 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
OVERRIDE           74 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual void clearFrameBuffer(size_t frameIndex) OVERRIDE;
OVERRIDE           88 Source/platform/mac/ScrollAnimatorMac.h     virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
OVERRIDE           89 Source/platform/mac/ScrollAnimatorMac.h     virtual void scrollToOffsetWithoutAnimation(const FloatPoint&) OVERRIDE;
OVERRIDE           92 Source/platform/mac/ScrollAnimatorMac.h     virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
OVERRIDE           95 Source/platform/mac/ScrollAnimatorMac.h     virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE;
OVERRIDE           97 Source/platform/mac/ScrollAnimatorMac.h     virtual void cancelAnimations() OVERRIDE;
OVERRIDE           98 Source/platform/mac/ScrollAnimatorMac.h     virtual void setIsActive() OVERRIDE;
OVERRIDE          100 Source/platform/mac/ScrollAnimatorMac.h     virtual void contentAreaWillPaint() const OVERRIDE;
OVERRIDE          101 Source/platform/mac/ScrollAnimatorMac.h     virtual void mouseEnteredContentArea() const OVERRIDE;
OVERRIDE          102 Source/platform/mac/ScrollAnimatorMac.h     virtual void mouseExitedContentArea() const OVERRIDE;
OVERRIDE          103 Source/platform/mac/ScrollAnimatorMac.h     virtual void mouseMovedInContentArea() const OVERRIDE;
OVERRIDE          104 Source/platform/mac/ScrollAnimatorMac.h     virtual void mouseEnteredScrollbar(Scrollbar*) const OVERRIDE;
OVERRIDE          105 Source/platform/mac/ScrollAnimatorMac.h     virtual void mouseExitedScrollbar(Scrollbar*) const OVERRIDE;
OVERRIDE          106 Source/platform/mac/ScrollAnimatorMac.h     virtual void willStartLiveResize() OVERRIDE;
OVERRIDE          107 Source/platform/mac/ScrollAnimatorMac.h     virtual void contentsResized() const OVERRIDE;
OVERRIDE          108 Source/platform/mac/ScrollAnimatorMac.h     virtual void willEndLiveResize() OVERRIDE;
OVERRIDE          109 Source/platform/mac/ScrollAnimatorMac.h     virtual void contentAreaDidShow() const OVERRIDE;
OVERRIDE          110 Source/platform/mac/ScrollAnimatorMac.h     virtual void contentAreaDidHide() const OVERRIDE;
OVERRIDE          115 Source/platform/mac/ScrollAnimatorMac.h     virtual void finishCurrentScrollAnimations() OVERRIDE;
OVERRIDE          117 Source/platform/mac/ScrollAnimatorMac.h     virtual void didAddVerticalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE          118 Source/platform/mac/ScrollAnimatorMac.h     virtual void willRemoveVerticalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE          119 Source/platform/mac/ScrollAnimatorMac.h     virtual void didAddHorizontalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE          120 Source/platform/mac/ScrollAnimatorMac.h     virtual void willRemoveHorizontalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE          122 Source/platform/mac/ScrollAnimatorMac.h     virtual bool shouldScrollbarParticipateInHitTesting(Scrollbar*) OVERRIDE;
OVERRIDE          124 Source/platform/mac/ScrollAnimatorMac.h     virtual void notifyContentAreaScrolled(const FloatSize& delta) OVERRIDE;
OVERRIDE          130 Source/platform/mac/ScrollAnimatorMac.h     virtual bool isRubberBandInProgress() const OVERRIDE;
OVERRIDE          134 Source/platform/mac/ScrollAnimatorMac.h     virtual IntSize stretchAmount() OVERRIDE;
OVERRIDE          135 Source/platform/mac/ScrollAnimatorMac.h     virtual bool allowsHorizontalStretching() OVERRIDE;
OVERRIDE          136 Source/platform/mac/ScrollAnimatorMac.h     virtual bool allowsVerticalStretching() OVERRIDE;
OVERRIDE          137 Source/platform/mac/ScrollAnimatorMac.h     virtual bool pinnedInDirection(const FloatSize&) OVERRIDE;
OVERRIDE          138 Source/platform/mac/ScrollAnimatorMac.h     virtual bool canScrollHorizontally() OVERRIDE;
OVERRIDE          139 Source/platform/mac/ScrollAnimatorMac.h     virtual bool canScrollVertically() OVERRIDE;
OVERRIDE          140 Source/platform/mac/ScrollAnimatorMac.h     virtual bool shouldRubberBandInDirection(ScrollDirection) OVERRIDE;
OVERRIDE          141 Source/platform/mac/ScrollAnimatorMac.h     virtual WebCore::IntPoint absoluteScrollPosition() OVERRIDE;
OVERRIDE          142 Source/platform/mac/ScrollAnimatorMac.h     virtual void immediateScrollByWithoutContentEdgeConstraints(const FloatSize&) OVERRIDE;
OVERRIDE          143 Source/platform/mac/ScrollAnimatorMac.h     virtual void immediateScrollBy(const FloatSize&) OVERRIDE;
OVERRIDE          144 Source/platform/mac/ScrollAnimatorMac.h     virtual void startSnapRubberbandTimer() OVERRIDE;
OVERRIDE          145 Source/platform/mac/ScrollAnimatorMac.h     virtual void stopSnapRubberbandTimer() OVERRIDE;
OVERRIDE           75 Source/platform/mediastream/MediaStreamCenter.h     virtual void stopLocalMediaStream(const blink::WebMediaStream&) OVERRIDE;
OVERRIDE           95 Source/platform/mediastream/MediaStreamComponent.h         virtual void provideInput(WebCore::AudioBus*, size_t framesToProcess) OVERRIDE;
OVERRIDE           57 Source/platform/mediastream/MediaStreamWebAudioSource.h     virtual void provideInput(WebCore::AudioBus*, size_t framesToProcess) OVERRIDE;
OVERRIDE           45 Source/platform/plugins/PluginListBuilder.h     virtual void addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName) OVERRIDE;
OVERRIDE           46 Source/platform/plugins/PluginListBuilder.h     virtual void addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description) OVERRIDE;
OVERRIDE           47 Source/platform/plugins/PluginListBuilder.h     virtual void addFileExtensionToLastMediaType(const blink::WebString& extension) OVERRIDE;
OVERRIDE           70 Source/platform/scroll/FramelessScrollView.h     virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
OVERRIDE           71 Source/platform/scroll/FramelessScrollView.h     virtual bool isActive() const OVERRIDE;
OVERRIDE           72 Source/platform/scroll/FramelessScrollView.h     virtual bool scrollbarsCanBeActive() const OVERRIDE;
OVERRIDE           73 Source/platform/scroll/FramelessScrollView.h     virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE           76 Source/platform/scroll/FramelessScrollView.h     virtual void invalidateRect(const IntRect&) OVERRIDE;
OVERRIDE           79 Source/platform/scroll/FramelessScrollView.h     virtual HostWindow* hostWindow() const OVERRIDE;
OVERRIDE           80 Source/platform/scroll/FramelessScrollView.h     virtual IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
OVERRIDE           84 Source/platform/scroll/FramelessScrollView.h     virtual void paintContents(GraphicsContext*, const IntRect&) OVERRIDE;
OVERRIDE           85 Source/platform/scroll/FramelessScrollView.h     virtual void contentsResized() OVERRIDE;
OVERRIDE           86 Source/platform/scroll/FramelessScrollView.h     virtual void scrollbarExistenceDidChange() OVERRIDE;
OVERRIDE           51 Source/platform/scroll/ScrollAnimatorNone.h     virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
OVERRIDE           52 Source/platform/scroll/ScrollAnimatorNone.h     virtual void scrollToOffsetWithoutAnimation(const FloatPoint&) OVERRIDE;
OVERRIDE           54 Source/platform/scroll/ScrollAnimatorNone.h     virtual void cancelAnimations() OVERRIDE;
OVERRIDE           55 Source/platform/scroll/ScrollAnimatorNone.h     virtual void serviceScrollAnimations() OVERRIDE;
OVERRIDE           57 Source/platform/scroll/ScrollAnimatorNone.h     virtual void willEndLiveResize() OVERRIDE;
OVERRIDE           58 Source/platform/scroll/ScrollAnimatorNone.h     virtual void didAddVerticalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE           59 Source/platform/scroll/ScrollAnimatorNone.h     virtual void didAddHorizontalScrollbar(Scrollbar*) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollView.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
OVERRIDE           50 Source/platform/scroll/ScrollView.h     virtual void setScrollOffset(const IntPoint&) OVERRIDE;
OVERRIDE           51 Source/platform/scroll/ScrollView.h     virtual bool isScrollCornerVisible() const OVERRIDE;
OVERRIDE           52 Source/platform/scroll/ScrollView.h     virtual void scrollbarStyleChanged(int newStyle, bool forceUpdate) OVERRIDE;
OVERRIDE           53 Source/platform/scroll/ScrollView.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
OVERRIDE           54 Source/platform/scroll/ScrollView.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE           75 Source/platform/scroll/ScrollView.h     virtual Scrollbar* horizontalScrollbar() const OVERRIDE { return m_horizontalScrollbar.get(); }
OVERRIDE           76 Source/platform/scroll/ScrollView.h     virtual Scrollbar* verticalScrollbar() const OVERRIDE { return m_verticalScrollbar.get(); }
OVERRIDE          121 Source/platform/scroll/ScrollView.h     virtual IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
OVERRIDE          123 Source/platform/scroll/ScrollView.h     virtual int visibleWidth() const OVERRIDE { return visibleContentRect().width(); }
OVERRIDE          124 Source/platform/scroll/ScrollView.h     virtual int visibleHeight() const OVERRIDE { return visibleContentRect().height(); }
OVERRIDE          139 Source/platform/scroll/ScrollView.h     virtual IntSize contentsSize() const OVERRIDE; // Always at least as big as the visibleWidth()/visibleHeight().
OVERRIDE          145 Source/platform/scroll/ScrollView.h     virtual IntPoint scrollPosition() const OVERRIDE { return visibleContentRect().location(); }
OVERRIDE          148 Source/platform/scroll/ScrollView.h     virtual IntPoint maximumScrollPosition() const OVERRIDE; // The maximum position we can be scrolled to.
OVERRIDE          149 Source/platform/scroll/ScrollView.h     virtual IntPoint minimumScrollPosition() const OVERRIDE; // The minimum position we can be scrolled to.
OVERRIDE          155 Source/platform/scroll/ScrollView.h     virtual IntSize overhangAmount() const OVERRIDE;
OVERRIDE          196 Source/platform/scroll/ScrollView.h     virtual void setParent(Widget*) OVERRIDE; // Overridden to update the overlapping scrollbar count.
OVERRIDE          199 Source/platform/scroll/ScrollView.h     virtual void frameRectsChanged() OVERRIDE;
OVERRIDE          202 Source/platform/scroll/ScrollView.h     virtual void setFrameRect(const IntRect&) OVERRIDE;
OVERRIDE          207 Source/platform/scroll/ScrollView.h     virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE
OVERRIDE          216 Source/platform/scroll/ScrollView.h     virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const OVERRIDE
OVERRIDE          226 Source/platform/scroll/ScrollView.h     virtual void paint(GraphicsContext*, const IntRect&) OVERRIDE;
OVERRIDE          230 Source/platform/scroll/ScrollView.h     virtual void show() OVERRIDE;
OVERRIDE          231 Source/platform/scroll/ScrollView.h     virtual void hide() OVERRIDE;
OVERRIDE          232 Source/platform/scroll/ScrollView.h     virtual void setParentVisible(bool) OVERRIDE;
OVERRIDE          242 Source/platform/scroll/ScrollView.h     virtual IntRect scrollCornerRect() const OVERRIDE;
OVERRIDE          246 Source/platform/scroll/ScrollView.h     virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE          247 Source/platform/scroll/ScrollView.h     virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const OVERRIDE;
OVERRIDE          248 Source/platform/scroll/ScrollView.h     virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE          249 Source/platform/scroll/ScrollView.h     virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const OVERRIDE;
OVERRIDE          254 Source/platform/scroll/ScrollView.h     virtual bool isScrollView() const OVERRIDE FINAL { return true; }
OVERRIDE          270 Source/platform/scroll/ScrollView.h     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
OVERRIDE           55 Source/platform/scroll/Scrollbar.h     virtual int x() const OVERRIDE { return Widget::x(); }
OVERRIDE           56 Source/platform/scroll/Scrollbar.h     virtual int y() const OVERRIDE { return Widget::y(); }
OVERRIDE           57 Source/platform/scroll/Scrollbar.h     virtual int width() const OVERRIDE { return Widget::width(); }
OVERRIDE           58 Source/platform/scroll/Scrollbar.h     virtual int height() const OVERRIDE { return Widget::height(); }
OVERRIDE           59 Source/platform/scroll/Scrollbar.h     virtual IntSize size() const OVERRIDE { return Widget::size(); }
OVERRIDE           60 Source/platform/scroll/Scrollbar.h     virtual IntPoint location() const OVERRIDE { return Widget::location(); }
OVERRIDE           62 Source/platform/scroll/Scrollbar.h     virtual Widget* parent() const OVERRIDE { return Widget::parent(); }
OVERRIDE           63 Source/platform/scroll/Scrollbar.h     virtual Widget* root() const OVERRIDE { return Widget::root(); }
OVERRIDE           69 Source/platform/scroll/Scrollbar.h     virtual void setFrameRect(const IntRect&) OVERRIDE;
OVERRIDE           70 Source/platform/scroll/Scrollbar.h     virtual IntRect frameRect() const OVERRIDE { return Widget::frameRect(); }
OVERRIDE           72 Source/platform/scroll/Scrollbar.h     virtual void invalidate() OVERRIDE { Widget::invalidate(); }
OVERRIDE           73 Source/platform/scroll/Scrollbar.h     virtual void invalidateRect(const IntRect&) OVERRIDE;
OVERRIDE           75 Source/platform/scroll/Scrollbar.h     virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
OVERRIDE           76 Source/platform/scroll/Scrollbar.h     virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE;
OVERRIDE           77 Source/platform/scroll/Scrollbar.h     virtual bool isScrollableAreaActive() const OVERRIDE;
OVERRIDE           78 Source/platform/scroll/Scrollbar.h     virtual bool isScrollViewScrollbar() const OVERRIDE;
OVERRIDE           80 Source/platform/scroll/Scrollbar.h     virtual IntPoint convertFromContainingWindow(const IntPoint& windowPoint) OVERRIDE { return Widget::convertFromContainingWindow(windowPoint); }
OVERRIDE           82 Source/platform/scroll/Scrollbar.h     virtual bool isCustomScrollbar() const OVERRIDE { return false; }
OVERRIDE           83 Source/platform/scroll/Scrollbar.h     virtual ScrollbarOrientation orientation() const OVERRIDE { return m_orientation; }
OVERRIDE           84 Source/platform/scroll/Scrollbar.h     virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
OVERRIDE           86 Source/platform/scroll/Scrollbar.h     virtual int value() const OVERRIDE { return lroundf(m_currentPos); }
OVERRIDE           87 Source/platform/scroll/Scrollbar.h     virtual float currentPos() const OVERRIDE { return m_currentPos; }
OVERRIDE           88 Source/platform/scroll/Scrollbar.h     virtual int visibleSize() const OVERRIDE { return m_visibleSize; }
OVERRIDE           89 Source/platform/scroll/Scrollbar.h     virtual int totalSize() const OVERRIDE { return m_totalSize; }
OVERRIDE           90 Source/platform/scroll/Scrollbar.h     virtual int maximum() const OVERRIDE { return m_totalSize - m_visibleSize; }
OVERRIDE           91 Source/platform/scroll/Scrollbar.h     virtual ScrollbarControlSize controlSize() const OVERRIDE { return m_controlSize; }
OVERRIDE           93 Source/platform/scroll/Scrollbar.h     virtual ScrollbarPart pressedPart() const OVERRIDE { return m_pressedPart; }
OVERRIDE           94 Source/platform/scroll/Scrollbar.h     virtual ScrollbarPart hoveredPart() const OVERRIDE { return m_hoveredPart; }
OVERRIDE           96 Source/platform/scroll/Scrollbar.h     virtual void styleChanged() OVERRIDE { }
OVERRIDE           98 Source/platform/scroll/Scrollbar.h     virtual bool enabled() const OVERRIDE { return m_enabled; }
OVERRIDE           99 Source/platform/scroll/Scrollbar.h     virtual void setEnabled(bool) OVERRIDE;
OVERRIDE          115 Source/platform/scroll/Scrollbar.h     virtual void paint(GraphicsContext*, const IntRect& damageRect) OVERRIDE;
OVERRIDE          117 Source/platform/scroll/Scrollbar.h     virtual bool isOverlayScrollbar() const OVERRIDE;
OVERRIDE          137 Source/platform/scroll/Scrollbar.h     virtual void setParent(Widget*) OVERRIDE;
OVERRIDE          142 Source/platform/scroll/Scrollbar.h     virtual IntRect convertToContainingView(const IntRect&) const OVERRIDE;
OVERRIDE          143 Source/platform/scroll/Scrollbar.h     virtual IntRect convertFromContainingView(const IntRect&) const OVERRIDE;
OVERRIDE          145 Source/platform/scroll/Scrollbar.h     virtual IntPoint convertToContainingView(const IntPoint&) const OVERRIDE;
OVERRIDE          146 Source/platform/scroll/Scrollbar.h     virtual IntPoint convertFromContainingView(const IntPoint&) const OVERRIDE;
OVERRIDE          150 Source/platform/scroll/Scrollbar.h     virtual bool isAlphaLocked() const OVERRIDE { return m_isAlphaLocked; }
OVERRIDE          151 Source/platform/scroll/Scrollbar.h     virtual void setIsAlphaLocked(bool flag) OVERRIDE { m_isAlphaLocked = flag; }
OVERRIDE          194 Source/platform/scroll/Scrollbar.h     virtual bool isScrollbar() const OVERRIDE { return true; }
OVERRIDE           40 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
OVERRIDE           45 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           46 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual IntSize buttonSize(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeGtkOrAura.h     virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           38 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual void registerScrollbar(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           39 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual void unregisterScrollbar(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           42 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual bool supportsControlTints() const OVERRIDE { return true; }
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual double initialAutoscrollTimerDelay() OVERRIDE;
OVERRIDE           45 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual double autoscrollTimerDelay() OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual void paintOverhangBackground(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
OVERRIDE           48 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           56 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual int maxOverlapBetweenPages() OVERRIDE { return 40; }
OVERRIDE           58 Source/platform/scroll/ScrollbarThemeMacCommon.h     virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
OVERRIDE           40 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
OVERRIDE           41 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual bool usesOverlayScrollbars() const OVERRIDE { return false; }
OVERRIDE           42 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE;
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual bool paint(ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect) OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           48 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           51 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual void updateButtonPlacement() OVERRIDE;
OVERRIDE           53 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           54 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           56 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h     virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           42 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void updateEnabledState(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual bool usesOverlayScrollbars() const OVERRIDE;
OVERRIDE           45 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void updateScrollbarOverlayStyle(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           46 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE;
OVERRIDE           48 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void registerScrollbar(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void unregisterScrollbar(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           54 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           55 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           58 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           59 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           60 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           62 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
OVERRIDE           63 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           65 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h     virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           36 Source/platform/scroll/ScrollbarThemeMock.h     virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
OVERRIDE           37 Source/platform/scroll/ScrollbarThemeMock.h     virtual bool usesOverlayScrollbars() const OVERRIDE;
OVERRIDE           40 Source/platform/scroll/ScrollbarThemeMock.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
OVERRIDE           41 Source/platform/scroll/ScrollbarThemeMock.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE { return true; }
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeMock.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool /*painting*/ = false) OVERRIDE { return IntRect(); }
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeMock.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool /*painting*/ = false) OVERRIDE { return IntRect(); }
OVERRIDE           45 Source/platform/scroll/ScrollbarThemeMock.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeMock.h     virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           48 Source/platform/scroll/ScrollbarThemeMock.h     virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           51 Source/platform/scroll/ScrollbarThemeMock.h     virtual bool isMockTheme() const OVERRIDE FINAL { return true; }
OVERRIDE           42 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; }
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           45 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           46 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           50 Source/platform/scroll/ScrollbarThemeNonMacCommon.h     virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
OVERRIDE           44 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual bool usesOverlayScrollbars() const OVERRIDE;
OVERRIDE           46 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual int thumbPosition(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           47 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual int thumbLength(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           49 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; };
OVERRIDE           50 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           52 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           53 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
OVERRIDE           54 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
OVERRIDE           55 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
OVERRIDE           57 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
OVERRIDE           58 Source/platform/scroll/ScrollbarThemeOverlay.h     virtual ScrollbarPart hitTest(ScrollbarThemeClient*, const IntPoint&) OVERRIDE;
OVERRIDE           43 Source/platform/scroll/ScrollbarThemeOverlayMock.h     virtual bool isMockTheme() const OVERRIDE FINAL { return true; }
OVERRIDE           47 Source/platform/testing/ArenaTestHelpers.h     virtual void* allocate(size_t size) OVERRIDE
OVERRIDE           54 Source/platform/testing/ArenaTestHelpers.h     virtual void free(void* ptr) OVERRIDE
OVERRIDE          196 Source/platform/text/DateTimeFormatTest.cpp         virtual void visitField(FieldType fieldType, int count) OVERRIDE
OVERRIDE          201 Source/platform/text/DateTimeFormatTest.cpp         virtual void visitLiteral(const String& string) OVERRIDE
OVERRIDE           55 Source/platform/text/LineEnding.cpp     virtual char* allocate(size_t size) OVERRIDE
OVERRIDE           62 Source/platform/text/LineEnding.cpp     virtual void copy(const CString& source) OVERRIDE
OVERRIDE           81 Source/platform/text/LineEnding.cpp     virtual char* allocate(size_t size) OVERRIDE
OVERRIDE           88 Source/platform/text/LineEnding.cpp     virtual void copy(const CString& source) OVERRIDE
OVERRIDE           52 Source/platform/text/LocaleICU.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
OVERRIDE           53 Source/platform/text/LocaleICU.h     virtual unsigned firstDayOfWeek() OVERRIDE;
OVERRIDE           54 Source/platform/text/LocaleICU.h     virtual bool isRTL() OVERRIDE;
OVERRIDE           55 Source/platform/text/LocaleICU.h     virtual String dateFormat() OVERRIDE;
OVERRIDE           56 Source/platform/text/LocaleICU.h     virtual String monthFormat() OVERRIDE;
OVERRIDE           57 Source/platform/text/LocaleICU.h     virtual String shortMonthFormat() OVERRIDE;
OVERRIDE           58 Source/platform/text/LocaleICU.h     virtual String timeFormat() OVERRIDE;
OVERRIDE           59 Source/platform/text/LocaleICU.h     virtual String shortTimeFormat() OVERRIDE;
OVERRIDE           60 Source/platform/text/LocaleICU.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
OVERRIDE           61 Source/platform/text/LocaleICU.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
OVERRIDE           62 Source/platform/text/LocaleICU.h     virtual const Vector<String>& monthLabels() OVERRIDE;
OVERRIDE           63 Source/platform/text/LocaleICU.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
OVERRIDE           64 Source/platform/text/LocaleICU.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
OVERRIDE           65 Source/platform/text/LocaleICU.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
OVERRIDE           66 Source/platform/text/LocaleICU.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
OVERRIDE           72 Source/platform/text/LocaleICU.h     virtual void initializeLocaleData() OVERRIDE;
OVERRIDE           54 Source/platform/text/LocaleMac.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
OVERRIDE           55 Source/platform/text/LocaleMac.h     virtual unsigned firstDayOfWeek() OVERRIDE;
OVERRIDE           56 Source/platform/text/LocaleMac.h     virtual bool isRTL() OVERRIDE;
OVERRIDE           58 Source/platform/text/LocaleMac.h     virtual String dateFormat() OVERRIDE;
OVERRIDE           59 Source/platform/text/LocaleMac.h     virtual String monthFormat() OVERRIDE;
OVERRIDE           60 Source/platform/text/LocaleMac.h     virtual String shortMonthFormat() OVERRIDE;
OVERRIDE           61 Source/platform/text/LocaleMac.h     virtual String timeFormat() OVERRIDE;
OVERRIDE           62 Source/platform/text/LocaleMac.h     virtual String shortTimeFormat() OVERRIDE;
OVERRIDE           63 Source/platform/text/LocaleMac.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
OVERRIDE           64 Source/platform/text/LocaleMac.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
OVERRIDE           65 Source/platform/text/LocaleMac.h     virtual const Vector<String>& monthLabels() OVERRIDE;
OVERRIDE           66 Source/platform/text/LocaleMac.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
OVERRIDE           67 Source/platform/text/LocaleMac.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
OVERRIDE           68 Source/platform/text/LocaleMac.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
OVERRIDE           69 Source/platform/text/LocaleMac.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
OVERRIDE           74 Source/platform/text/LocaleMac.h     virtual void initializeLocaleData() OVERRIDE;
OVERRIDE           49 Source/platform/text/LocaleWin.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
OVERRIDE           50 Source/platform/text/LocaleWin.h     virtual unsigned firstDayOfWeek() OVERRIDE;
OVERRIDE           51 Source/platform/text/LocaleWin.h     virtual bool isRTL() OVERRIDE;
OVERRIDE           52 Source/platform/text/LocaleWin.h     virtual String dateFormat() OVERRIDE;
OVERRIDE           53 Source/platform/text/LocaleWin.h     virtual String monthFormat() OVERRIDE;
OVERRIDE           54 Source/platform/text/LocaleWin.h     virtual String shortMonthFormat() OVERRIDE;
OVERRIDE           55 Source/platform/text/LocaleWin.h     virtual String timeFormat() OVERRIDE;
OVERRIDE           56 Source/platform/text/LocaleWin.h     virtual String shortTimeFormat() OVERRIDE;
OVERRIDE           57 Source/platform/text/LocaleWin.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
OVERRIDE           58 Source/platform/text/LocaleWin.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
OVERRIDE           59 Source/platform/text/LocaleWin.h     virtual const Vector<String>& monthLabels() OVERRIDE;
OVERRIDE           60 Source/platform/text/LocaleWin.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
OVERRIDE           61 Source/platform/text/LocaleWin.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
OVERRIDE           62 Source/platform/text/LocaleWin.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
OVERRIDE           63 Source/platform/text/LocaleWin.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
OVERRIDE           75 Source/platform/text/LocaleWin.h     virtual void initializeLocaleData() OVERRIDE;
OVERRIDE           55 Source/platform/text/PlatformLocale.cpp     virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
OVERRIDE           56 Source/platform/text/PlatformLocale.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL;
OVERRIDE           40 Source/platform/transforms/IdentityTransformOperation.h     virtual bool isIdentity() const OVERRIDE FINAL { return true; }
OVERRIDE           41 Source/platform/transforms/IdentityTransformOperation.h     virtual OperationType type() const OVERRIDE { return Identity; }
OVERRIDE           43 Source/platform/transforms/IdentityTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           48 Source/platform/transforms/IdentityTransformOperation.h     virtual void apply(TransformationMatrix&, const FloatSize&) const OVERRIDE { }
OVERRIDE           50 Source/platform/transforms/IdentityTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false) OVERRIDE
OVERRIDE           48 Source/platform/transforms/InterpolatedTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return false; }
OVERRIDE           50 Source/platform/transforms/InterpolatedTransformOperation.h     virtual OperationType type() const OVERRIDE { return Interpolated; }
OVERRIDE           52 Source/platform/transforms/InterpolatedTransformOperation.h     virtual bool operator==(const TransformOperation&) const OVERRIDE;
OVERRIDE           53 Source/platform/transforms/InterpolatedTransformOperation.h     virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const OVERRIDE;
OVERRIDE           55 Source/platform/transforms/InterpolatedTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           57 Source/platform/transforms/InterpolatedTransformOperation.h     virtual bool dependsOnBoxSize() const OVERRIDE
OVERRIDE           43 Source/platform/transforms/Matrix3DTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return m_matrix.isIdentity(); }
OVERRIDE           45 Source/platform/transforms/Matrix3DTransformOperation.h     virtual OperationType type() const OVERRIDE { return Matrix3D; }
OVERRIDE           47 Source/platform/transforms/Matrix3DTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           55 Source/platform/transforms/Matrix3DTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
OVERRIDE           60 Source/platform/transforms/Matrix3DTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           48 Source/platform/transforms/MatrixTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return m_a == 1 && !m_b && !m_c && m_d == 1 && !m_e && !m_f; }
OVERRIDE           50 Source/platform/transforms/MatrixTransformOperation.h     virtual OperationType type() const OVERRIDE { return Matrix; }
OVERRIDE           52 Source/platform/transforms/MatrixTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           61 Source/platform/transforms/MatrixTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
OVERRIDE           67 Source/platform/transforms/MatrixTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           43 Source/platform/transforms/PerspectiveTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return !m_p; }
OVERRIDE           44 Source/platform/transforms/PerspectiveTransformOperation.h     virtual OperationType type() const OVERRIDE { return Perspective; }
OVERRIDE           46 Source/platform/transforms/PerspectiveTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           54 Source/platform/transforms/PerspectiveTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
OVERRIDE           59 Source/platform/transforms/PerspectiveTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           50 Source/platform/transforms/RotateTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return !m_angle; }
OVERRIDE           52 Source/platform/transforms/RotateTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
OVERRIDE           54 Source/platform/transforms/RotateTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           62 Source/platform/transforms/RotateTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize& /*borderBoxSize*/) const OVERRIDE
OVERRIDE           67 Source/platform/transforms/RotateTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           49 Source/platform/transforms/ScaleTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return m_x == 1 &&  m_y == 1 &&  m_z == 1; }
OVERRIDE           51 Source/platform/transforms/ScaleTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
OVERRIDE           53 Source/platform/transforms/ScaleTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           61 Source/platform/transforms/ScaleTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
OVERRIDE           66 Source/platform/transforms/ScaleTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           43 Source/platform/transforms/SkewTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return !m_angleX && !m_angleY; }
OVERRIDE           44 Source/platform/transforms/SkewTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
OVERRIDE           46 Source/platform/transforms/SkewTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           54 Source/platform/transforms/SkewTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
OVERRIDE           59 Source/platform/transforms/SkewTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           54 Source/platform/transforms/TranslateTransformOperation.h     virtual bool isIdentity() const OVERRIDE { return !floatValueForLength(m_x, 1) && !floatValueForLength(m_y, 1) && !m_z; }
OVERRIDE           56 Source/platform/transforms/TranslateTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
OVERRIDE           58 Source/platform/transforms/TranslateTransformOperation.h     virtual bool operator==(const TransformOperation& o) const OVERRIDE
OVERRIDE           66 Source/platform/transforms/TranslateTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const OVERRIDE
OVERRIDE           71 Source/platform/transforms/TranslateTransformOperation.h     virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
OVERRIDE           73 Source/platform/transforms/TranslateTransformOperation.h     virtual bool dependsOnBoxSize() const OVERRIDE
OVERRIDE          104 Source/platform/weborigin/KURL.cpp     virtual void ConvertFromUTF16(const url_parse::UTF16Char* input, int inputLength, url_canon::CanonOutput* output) OVERRIDE
OVERRIDE          131 Source/web/AssociatedURLLoader.cpp     virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) OVERRIDE;
OVERRIDE          132 Source/web/AssociatedURLLoader.cpp     virtual void willSendRequest(ResourceRequest& /*newRequest*/, const ResourceResponse& /*redirectResponse*/) OVERRIDE;
OVERRIDE          134 Source/web/AssociatedURLLoader.cpp     virtual void didReceiveResponse(unsigned long, const ResourceResponse&) OVERRIDE;
OVERRIDE          135 Source/web/AssociatedURLLoader.cpp     virtual void didDownloadData(int /*dataLength*/) OVERRIDE;
OVERRIDE          136 Source/web/AssociatedURLLoader.cpp     virtual void didReceiveData(const char*, int /*dataLength*/) OVERRIDE;
OVERRIDE          137 Source/web/AssociatedURLLoader.cpp     virtual void didReceiveCachedMetadata(const char*, int /*dataLength*/) OVERRIDE;
OVERRIDE          138 Source/web/AssociatedURLLoader.cpp     virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/) OVERRIDE;
OVERRIDE          139 Source/web/AssociatedURLLoader.cpp     virtual void didFail(const ResourceError&) OVERRIDE;
OVERRIDE          140 Source/web/AssociatedURLLoader.cpp     virtual void didFailRedirectCheck() OVERRIDE;
OVERRIDE           54 Source/web/AssociatedURLLoader.h     virtual void loadSynchronously(const WebURLRequest&, WebURLResponse&, WebURLError&, WebData&) OVERRIDE;
OVERRIDE           55 Source/web/AssociatedURLLoader.h     virtual void loadAsynchronously(const WebURLRequest&, WebURLLoaderClient*) OVERRIDE;
OVERRIDE           56 Source/web/AssociatedURLLoader.h     virtual void cancel() OVERRIDE;
OVERRIDE           57 Source/web/AssociatedURLLoader.h     virtual void setDefersLoading(bool) OVERRIDE;
OVERRIDE           46 Source/web/BackForwardClientImpl.h     virtual int backListCount() OVERRIDE;
OVERRIDE           47 Source/web/BackForwardClientImpl.h     virtual int forwardListCount() OVERRIDE;
OVERRIDE           48 Source/web/BackForwardClientImpl.h     virtual int backForwardListCount() OVERRIDE;
OVERRIDE           75 Source/web/ChromeClientImpl.h     virtual void* webView() const OVERRIDE;
OVERRIDE           78 Source/web/ChromeClientImpl.h     virtual void chromeDestroyed() OVERRIDE;
OVERRIDE           79 Source/web/ChromeClientImpl.h     virtual void setWindowRect(const WebCore::FloatRect&) OVERRIDE;
OVERRIDE           80 Source/web/ChromeClientImpl.h     virtual WebCore::FloatRect windowRect() OVERRIDE;
OVERRIDE           81 Source/web/ChromeClientImpl.h     virtual WebCore::FloatRect pageRect() OVERRIDE;
OVERRIDE           82 Source/web/ChromeClientImpl.h     virtual void focus() OVERRIDE;
OVERRIDE           83 Source/web/ChromeClientImpl.h     virtual bool canTakeFocus(WebCore::FocusType) OVERRIDE;
OVERRIDE           84 Source/web/ChromeClientImpl.h     virtual void takeFocus(WebCore::FocusType) OVERRIDE;
OVERRIDE           85 Source/web/ChromeClientImpl.h     virtual void focusedNodeChanged(WebCore::Node*) OVERRIDE;
OVERRIDE           86 Source/web/ChromeClientImpl.h     virtual void focusedFrameChanged(WebCore::LocalFrame*) OVERRIDE;
OVERRIDE           88 Source/web/ChromeClientImpl.h         WebCore::LocalFrame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::NavigationPolicy, WebCore::ShouldSendReferrer) OVERRIDE;
OVERRIDE           89 Source/web/ChromeClientImpl.h     virtual void show(WebCore::NavigationPolicy) OVERRIDE;
OVERRIDE           90 Source/web/ChromeClientImpl.h     virtual bool canRunModal() OVERRIDE;
OVERRIDE           91 Source/web/ChromeClientImpl.h     virtual void runModal() OVERRIDE;
OVERRIDE           92 Source/web/ChromeClientImpl.h     virtual void setToolbarsVisible(bool) OVERRIDE;
OVERRIDE           93 Source/web/ChromeClientImpl.h     virtual bool toolbarsVisible() OVERRIDE;
OVERRIDE           94 Source/web/ChromeClientImpl.h     virtual void setStatusbarVisible(bool) OVERRIDE;
OVERRIDE           95 Source/web/ChromeClientImpl.h     virtual bool statusbarVisible() OVERRIDE;
OVERRIDE           96 Source/web/ChromeClientImpl.h     virtual void setScrollbarsVisible(bool) OVERRIDE;
OVERRIDE           97 Source/web/ChromeClientImpl.h     virtual bool scrollbarsVisible() OVERRIDE;
OVERRIDE           98 Source/web/ChromeClientImpl.h     virtual void setMenubarVisible(bool) OVERRIDE;
OVERRIDE           99 Source/web/ChromeClientImpl.h     virtual bool menubarVisible() OVERRIDE;
OVERRIDE          100 Source/web/ChromeClientImpl.h     virtual void setResizable(bool) OVERRIDE;
OVERRIDE          101 Source/web/ChromeClientImpl.h     virtual bool shouldReportDetailedMessageForSource(const WTF::String&) OVERRIDE;
OVERRIDE          105 Source/web/ChromeClientImpl.h         const WTF::String& sourceID, const WTF::String& stackTrace) OVERRIDE;
OVERRIDE          106 Source/web/ChromeClientImpl.h     virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE;
OVERRIDE          108 Source/web/ChromeClientImpl.h         const WTF::String& message, WebCore::LocalFrame*) OVERRIDE;
OVERRIDE          109 Source/web/ChromeClientImpl.h     virtual void closeWindowSoon() OVERRIDE;
OVERRIDE          110 Source/web/ChromeClientImpl.h     virtual void runJavaScriptAlert(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
OVERRIDE          111 Source/web/ChromeClientImpl.h     virtual bool runJavaScriptConfirm(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
OVERRIDE          114 Source/web/ChromeClientImpl.h         const WTF::String& defaultValue, WTF::String& result) OVERRIDE;
OVERRIDE          115 Source/web/ChromeClientImpl.h     virtual void setStatusbarText(const WTF::String& message) OVERRIDE;
OVERRIDE          116 Source/web/ChromeClientImpl.h     virtual bool tabsToLinks() OVERRIDE;
OVERRIDE          117 Source/web/ChromeClientImpl.h     virtual WebCore::IntRect windowResizerRect() const OVERRIDE;
OVERRIDE          118 Source/web/ChromeClientImpl.h     virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE;
OVERRIDE          119 Source/web/ChromeClientImpl.h     virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE;
OVERRIDE          120 Source/web/ChromeClientImpl.h     virtual void scheduleAnimation() OVERRIDE;
OVERRIDE          121 Source/web/ChromeClientImpl.h     virtual bool isCompositorFramePending() const OVERRIDE;
OVERRIDE          124 Source/web/ChromeClientImpl.h         const WebCore::IntRect& clipRect) OVERRIDE;
OVERRIDE          125 Source/web/ChromeClientImpl.h     virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE;
OVERRIDE          126 Source/web/ChromeClientImpl.h     virtual WebScreenInfo screenInfo() const OVERRIDE;
OVERRIDE          127 Source/web/ChromeClientImpl.h     virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE;
OVERRIDE          128 Source/web/ChromeClientImpl.h     virtual void deviceOrPageScaleFactorChanged() const OVERRIDE;
OVERRIDE          129 Source/web/ChromeClientImpl.h     virtual void layoutUpdated(WebCore::LocalFrame*) const OVERRIDE;
OVERRIDE          131 Source/web/ChromeClientImpl.h         const WebCore::HitTestResult&, unsigned modifierFlags) OVERRIDE;
OVERRIDE          132 Source/web/ChromeClientImpl.h     virtual void setToolTip(const WTF::String& tooltipText, WebCore::TextDirection) OVERRIDE;
OVERRIDE          133 Source/web/ChromeClientImpl.h     virtual void dispatchViewportPropertiesDidChange(const WebCore::ViewportDescription&) const OVERRIDE;
OVERRIDE          134 Source/web/ChromeClientImpl.h     virtual void print(WebCore::LocalFrame*) OVERRIDE;
OVERRIDE          135 Source/web/ChromeClientImpl.h     virtual void annotatedRegionsChanged() OVERRIDE;
OVERRIDE          136 Source/web/ChromeClientImpl.h     virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&) OVERRIDE;
OVERRIDE          137 Source/web/ChromeClientImpl.h     virtual PassOwnPtr<WebCore::ColorChooser> createColorChooser(WebCore::ColorChooserClient*, const WebCore::Color&) OVERRIDE;
OVERRIDE          138 Source/web/ChromeClientImpl.h     virtual PassRefPtr<WebCore::DateTimeChooser> openDateTimeChooser(WebCore::DateTimeChooserClient*, const WebCore::DateTimeChooserParameters&) OVERRIDE;
OVERRIDE          139 Source/web/ChromeClientImpl.h     virtual void openTextDataListChooser(WebCore::HTMLInputElement&) OVERRIDE;
OVERRIDE          140 Source/web/ChromeClientImpl.h     virtual void runOpenPanel(WebCore::LocalFrame*, PassRefPtr<WebCore::FileChooser>) OVERRIDE;
OVERRIDE          141 Source/web/ChromeClientImpl.h     virtual void enumerateChosenDirectory(WebCore::FileChooser*) OVERRIDE;
OVERRIDE          142 Source/web/ChromeClientImpl.h     virtual void setCursor(const WebCore::Cursor&) OVERRIDE;
OVERRIDE          143 Source/web/ChromeClientImpl.h     virtual void needTouchEvents(bool needTouchEvents) OVERRIDE;
OVERRIDE          144 Source/web/ChromeClientImpl.h     virtual void setTouchAction(WebCore::TouchAction) OVERRIDE;
OVERRIDE          146 Source/web/ChromeClientImpl.h     virtual WebCore::GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE;
OVERRIDE          149 Source/web/ChromeClientImpl.h     virtual void attachRootGraphicsLayer(WebCore::GraphicsLayer*) OVERRIDE;
OVERRIDE          151 Source/web/ChromeClientImpl.h     virtual WebCore::CompositingTriggerFlags allowedCompositingTriggers() const OVERRIDE;
OVERRIDE          153 Source/web/ChromeClientImpl.h     virtual void enterFullScreenForElement(WebCore::Element*) OVERRIDE;
OVERRIDE          154 Source/web/ChromeClientImpl.h     virtual void exitFullScreenForElement(WebCore::Element*) OVERRIDE;
OVERRIDE          157 Source/web/ChromeClientImpl.h     virtual void postAccessibilityNotification(WebCore::AXObject*, WebCore::AXObjectCache::AXNotification) OVERRIDE;
OVERRIDE          158 Source/web/ChromeClientImpl.h     virtual String acceptLanguages() OVERRIDE;
OVERRIDE          164 Source/web/ChromeClientImpl.h     virtual bool hasOpenedPopup() const OVERRIDE;
OVERRIDE          165 Source/web/ChromeClientImpl.h     virtual PassRefPtr<WebCore::PopupMenu> createPopupMenu(WebCore::LocalFrame&, WebCore::PopupMenuClient*) const OVERRIDE;
OVERRIDE          168 Source/web/ChromeClientImpl.h     virtual void setPagePopupDriver(WebCore::PagePopupDriver*) OVERRIDE;
OVERRIDE          169 Source/web/ChromeClientImpl.h     virtual void resetPagePopupDriver() OVERRIDE;
OVERRIDE          171 Source/web/ChromeClientImpl.h     virtual bool isPasswordGenerationEnabled() const OVERRIDE;
OVERRIDE          172 Source/web/ChromeClientImpl.h     virtual void openPasswordGenerator(WebCore::HTMLInputElement*) OVERRIDE;
OVERRIDE          174 Source/web/ChromeClientImpl.h     virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::Document::PageDismissalType) const OVERRIDE;
OVERRIDE          176 Source/web/ChromeClientImpl.h     virtual bool shouldRubberBandInDirection(WebCore::ScrollDirection) const OVERRIDE;
OVERRIDE          177 Source/web/ChromeClientImpl.h     virtual void numWheelEventHandlersChanged(unsigned) OVERRIDE;
OVERRIDE          179 Source/web/ChromeClientImpl.h     virtual bool requestPointerLock() OVERRIDE;
OVERRIDE          180 Source/web/ChromeClientImpl.h     virtual void requestPointerUnlock() OVERRIDE;
OVERRIDE          182 Source/web/ChromeClientImpl.h     virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE;
OVERRIDE          183 Source/web/ChromeClientImpl.h     virtual void didChangeValueInTextField(WebCore::HTMLFormControlElement&) OVERRIDE;
OVERRIDE          184 Source/web/ChromeClientImpl.h     virtual void didEndEditingOnTextField(WebCore::HTMLInputElement&) OVERRIDE;
OVERRIDE          185 Source/web/ChromeClientImpl.h     virtual void handleKeyboardEventOnTextField(WebCore::HTMLInputElement&, WebCore::KeyboardEvent&) OVERRIDE;
OVERRIDE          189 Source/web/ChromeClientImpl.h     virtual void forwardInputEvent(WebCore::Document*, WebCore::Event*) OVERRIDE;
OVERRIDE          191 Source/web/ChromeClientImpl.h     virtual void didCancelCompositionOnSelectionChange() OVERRIDE;
OVERRIDE          192 Source/web/ChromeClientImpl.h     virtual void willSetInputMethodState() OVERRIDE;
OVERRIDE          195 Source/web/ChromeClientImpl.h     virtual bool isChromeClientImpl() const OVERRIDE { return true; }
OVERRIDE          215 Source/web/ChromeClientImpl.h     virtual void registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&, const String& title) OVERRIDE;
OVERRIDE          216 Source/web/ChromeClientImpl.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;
OVERRIDE          217 Source/web/ChromeClientImpl.h     virtual void unregisterProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;
OVERRIDE           47 Source/web/ColorChooserPopupUIController.h     virtual void openUI() OVERRIDE;
OVERRIDE           50 Source/web/ColorChooserPopupUIController.h     void endChooser() OVERRIDE;
OVERRIDE           53 Source/web/ColorChooserPopupUIController.h     virtual WebCore::IntSize contentSize() OVERRIDE;
OVERRIDE           54 Source/web/ColorChooserPopupUIController.h     virtual void writeDocument(WebCore::SharedBuffer*) OVERRIDE;
OVERRIDE           55 Source/web/ColorChooserPopupUIController.h     virtual WebCore::Locale& locale() OVERRIDE;
OVERRIDE           56 Source/web/ColorChooserPopupUIController.h     virtual void setValueAndClosePopup(int, const String&) OVERRIDE;
OVERRIDE           57 Source/web/ColorChooserPopupUIController.h     virtual void setValue(const String&) OVERRIDE;
OVERRIDE           58 Source/web/ColorChooserPopupUIController.h     virtual void closePopup() OVERRIDE;
OVERRIDE           59 Source/web/ColorChooserPopupUIController.h     virtual void didClosePopup() OVERRIDE;
OVERRIDE           51 Source/web/ColorChooserUIController.h     virtual void setSelectedColor(const WebCore::Color&) OVERRIDE FINAL;
OVERRIDE           52 Source/web/ColorChooserUIController.h     virtual void endChooser() OVERRIDE;
OVERRIDE           55 Source/web/ColorChooserUIController.h     virtual void didChooseColor(const WebColor&) OVERRIDE FINAL;
OVERRIDE           56 Source/web/ColorChooserUIController.h     virtual void didEndChooser() OVERRIDE FINAL;
OVERRIDE           42 Source/web/ContextFeaturesClientImpl.h     virtual bool isEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
OVERRIDE           43 Source/web/ContextFeaturesClientImpl.h     virtual void urlDidChange(WebCore::Document*) OVERRIDE;
OVERRIDE           45 Source/web/ContextMenuClientImpl.h     virtual void showContextMenu(const WebCore::ContextMenu*) OVERRIDE;
OVERRIDE           46 Source/web/ContextMenuClientImpl.h     virtual void clearContextMenu() OVERRIDE;
OVERRIDE           45 Source/web/DatabaseClientImpl.h     virtual bool allowDatabase(WebCore::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
OVERRIDE           53 Source/web/DateTimeChooserImpl.h     virtual void endChooser() OVERRIDE;
OVERRIDE           58 Source/web/DateTimeChooserImpl.h     virtual WebCore::IntSize contentSize() OVERRIDE;
OVERRIDE           59 Source/web/DateTimeChooserImpl.h     virtual void writeDocument(WebCore::SharedBuffer*) OVERRIDE;
OVERRIDE           60 Source/web/DateTimeChooserImpl.h     virtual WebCore::Locale& locale() OVERRIDE;
OVERRIDE           61 Source/web/DateTimeChooserImpl.h     virtual void setValueAndClosePopup(int, const String&) OVERRIDE;
OVERRIDE           62 Source/web/DateTimeChooserImpl.h     virtual void setValue(const String&) OVERRIDE;
OVERRIDE           63 Source/web/DateTimeChooserImpl.h     virtual void closePopup() OVERRIDE;
OVERRIDE           64 Source/web/DateTimeChooserImpl.h     virtual void didClosePopup() OVERRIDE;
OVERRIDE           52 Source/web/DragClientImpl.h     virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*) OVERRIDE;
OVERRIDE           59 Source/web/DragClientImpl.h         bool isLinkDrag = false) OVERRIDE;
OVERRIDE           51 Source/web/EditorClientImpl.h     virtual void respondToChangedContents() OVERRIDE;
OVERRIDE           52 Source/web/EditorClientImpl.h     virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
OVERRIDE           53 Source/web/EditorClientImpl.h     virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
OVERRIDE           54 Source/web/EditorClientImpl.h     virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
OVERRIDE           55 Source/web/EditorClientImpl.h     virtual void didExecuteCommand(String commandName) OVERRIDE;
OVERRIDE           56 Source/web/EditorClientImpl.h     virtual bool handleKeyboardEvent() OVERRIDE;
OVERRIDE           51 Source/web/EventListenerWrapper.h     virtual bool operator==(const WebCore::EventListener&) OVERRIDE;
OVERRIDE           52 Source/web/EventListenerWrapper.h     virtual void handleEvent(WebCore::ExecutionContext*, WebCore::Event*) OVERRIDE;
OVERRIDE           50 Source/web/ExternalDateTimeChooser.cpp     virtual void didChooseValue(const WebString& value) OVERRIDE
OVERRIDE           56 Source/web/ExternalDateTimeChooser.cpp     virtual void didChooseValue(double value) OVERRIDE
OVERRIDE           62 Source/web/ExternalDateTimeChooser.cpp     virtual void didCancelChooser() OVERRIDE
OVERRIDE           57 Source/web/ExternalDateTimeChooser.h     virtual void endChooser() OVERRIDE;
OVERRIDE           65 Source/web/ExternalPopupMenu.h     virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize&, int index) OVERRIDE;
OVERRIDE           66 Source/web/ExternalPopupMenu.h     virtual void hide() OVERRIDE;
OVERRIDE           67 Source/web/ExternalPopupMenu.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           68 Source/web/ExternalPopupMenu.h     virtual void disconnectClient() OVERRIDE;
OVERRIDE           71 Source/web/ExternalPopupMenu.h     virtual void didChangeSelection(int index) OVERRIDE;
OVERRIDE           72 Source/web/ExternalPopupMenu.h     virtual void didAcceptIndex(int index) OVERRIDE;
OVERRIDE           73 Source/web/ExternalPopupMenu.h     virtual void didAcceptIndices(const WebVector<int>& indices) OVERRIDE;
OVERRIDE           74 Source/web/ExternalPopupMenu.h     virtual void didCancel() OVERRIDE;
OVERRIDE           58 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld&) OVERRIDE;
OVERRIDE           59 Source/web/FrameLoaderClientImpl.h     virtual void documentElementAvailable() OVERRIDE;
OVERRIDE           61 Source/web/FrameLoaderClientImpl.h     virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) OVERRIDE;
OVERRIDE           62 Source/web/FrameLoaderClientImpl.h     virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) OVERRIDE;
OVERRIDE           66 Source/web/FrameLoaderClientImpl.h     virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE;
OVERRIDE           68 Source/web/FrameLoaderClientImpl.h     virtual bool hasWebView() const OVERRIDE;
OVERRIDE           69 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* opener() const OVERRIDE;
OVERRIDE           70 Source/web/FrameLoaderClientImpl.h     virtual void setOpener(WebCore::Frame*) OVERRIDE;
OVERRIDE           71 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* parent() const OVERRIDE;
OVERRIDE           72 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* top() const OVERRIDE;
OVERRIDE           73 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* previousSibling() const OVERRIDE;
OVERRIDE           74 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* nextSibling() const OVERRIDE;
OVERRIDE           75 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* firstChild() const OVERRIDE;
OVERRIDE           76 Source/web/FrameLoaderClientImpl.h     virtual WebCore::Frame* lastChild() const OVERRIDE;
OVERRIDE           77 Source/web/FrameLoaderClientImpl.h     virtual void detachedFromParent() OVERRIDE;
OVERRIDE           78 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillRequestAfterPreconnect(WebCore::ResourceRequest&) OVERRIDE;
OVERRIDE           79 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse) OVERRIDE;
OVERRIDE           80 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceResponse&) OVERRIDE;
OVERRIDE           81 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidChangeResourcePriority(unsigned long identifier, WebCore::ResourceLoadPriority, int intraPriorityValue) OVERRIDE;
OVERRIDE           82 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFinishLoading(WebCore::DocumentLoader*, unsigned long identifier) OVERRIDE;
OVERRIDE           83 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidLoadResourceFromMemoryCache(const WebCore::ResourceRequest&, const WebCore::ResourceResponse&) OVERRIDE;
OVERRIDE           84 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidHandleOnloadEvents() OVERRIDE;
OVERRIDE           85 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidReceiveServerRedirectForProvisionalLoad() OVERRIDE;
OVERRIDE           86 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidNavigateWithinPage(WebCore::HistoryItem*, WebCore::HistoryCommitType) OVERRIDE;
OVERRIDE           87 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillClose() OVERRIDE;
OVERRIDE           88 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidStartProvisionalLoad() OVERRIDE;
OVERRIDE           89 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidReceiveTitle(const String&) OVERRIDE;
OVERRIDE           90 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidChangeIcons(WebCore::IconType) OVERRIDE;
OVERRIDE           91 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidCommitLoad(WebCore::LocalFrame*, WebCore::HistoryItem*, WebCore::HistoryCommitType) OVERRIDE;
OVERRIDE           92 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFailProvisionalLoad(const WebCore::ResourceError&) OVERRIDE;
OVERRIDE           93 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFailLoad(const WebCore::ResourceError&) OVERRIDE;
OVERRIDE           94 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFinishDocumentLoad() OVERRIDE;
OVERRIDE           95 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFinishLoad() OVERRIDE;
OVERRIDE           96 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidFirstVisuallyNonEmptyLayout() OVERRIDE;
OVERRIDE           97 Source/web/FrameLoaderClientImpl.h     virtual WebCore::NavigationPolicy decidePolicyForNavigation(const WebCore::ResourceRequest&, WebCore::DocumentLoader*, WebCore::NavigationPolicy) OVERRIDE;
OVERRIDE           98 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillRequestResource(WebCore::FetchRequest*) OVERRIDE;
OVERRIDE           99 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillSendSubmitEvent(WebCore::HTMLFormElement*) OVERRIDE;
OVERRIDE          100 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillSubmitForm(WebCore::HTMLFormElement*) OVERRIDE;
OVERRIDE          101 Source/web/FrameLoaderClientImpl.h     virtual void didStartLoading(WebCore::LoadStartType) OVERRIDE;
OVERRIDE          102 Source/web/FrameLoaderClientImpl.h     virtual void didStopLoading() OVERRIDE;
OVERRIDE          103 Source/web/FrameLoaderClientImpl.h     virtual void progressEstimateChanged(double progressEstimate) OVERRIDE;
OVERRIDE          104 Source/web/FrameLoaderClientImpl.h     virtual void loadURLExternally(const WebCore::ResourceRequest&, WebCore::NavigationPolicy, const String& suggestedName = String()) OVERRIDE;
OVERRIDE          105 Source/web/FrameLoaderClientImpl.h     virtual bool navigateBackForward(int offset) const OVERRIDE;
OVERRIDE          106 Source/web/FrameLoaderClientImpl.h     virtual void didAccessInitialDocument() OVERRIDE;
OVERRIDE          107 Source/web/FrameLoaderClientImpl.h     virtual void didDisplayInsecureContent() OVERRIDE;
OVERRIDE          108 Source/web/FrameLoaderClientImpl.h     virtual void didRunInsecureContent(WebCore::SecurityOrigin*, const WebCore::KURL& insecureURL) OVERRIDE;
OVERRIDE          109 Source/web/FrameLoaderClientImpl.h     virtual void didDetectXSS(const WebCore::KURL&, bool didBlockEntirePage) OVERRIDE;
OVERRIDE          110 Source/web/FrameLoaderClientImpl.h     virtual void didDispatchPingLoader(const WebCore::KURL&) OVERRIDE;
OVERRIDE          111 Source/web/FrameLoaderClientImpl.h     virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) OVERRIDE;
OVERRIDE          112 Source/web/FrameLoaderClientImpl.h     virtual PassRefPtr<WebCore::DocumentLoader> createDocumentLoader(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&) OVERRIDE;
OVERRIDE          113 Source/web/FrameLoaderClientImpl.h     virtual WTF::String userAgent(const WebCore::KURL&) OVERRIDE;
OVERRIDE          114 Source/web/FrameLoaderClientImpl.h     virtual WTF::String doNotTrackValue() OVERRIDE;
OVERRIDE          115 Source/web/FrameLoaderClientImpl.h     virtual void transitionToCommittedForNewPage() OVERRIDE;
OVERRIDE          116 Source/web/FrameLoaderClientImpl.h     virtual PassRefPtr<WebCore::LocalFrame> createFrame(const WebCore::KURL&, const WTF::AtomicString& name, const WebCore::Referrer&, WebCore::HTMLFrameOwnerElement*) OVERRIDE;
OVERRIDE          121 Source/web/FrameLoaderClientImpl.h         const WTF::String&, bool loadManually, DetachedPluginPolicy) OVERRIDE;
OVERRIDE          126 Source/web/FrameLoaderClientImpl.h         const Vector<WTF::String>& paramValues) OVERRIDE;
OVERRIDE          128 Source/web/FrameLoaderClientImpl.h         const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) OVERRIDE;
OVERRIDE          129 Source/web/FrameLoaderClientImpl.h     virtual void didChangeScrollOffset() OVERRIDE;
OVERRIDE          130 Source/web/FrameLoaderClientImpl.h     virtual void didUpdateCurrentHistoryItem() OVERRIDE;
OVERRIDE          131 Source/web/FrameLoaderClientImpl.h     virtual bool allowScript(bool enabledPerSettings) OVERRIDE;
OVERRIDE          132 Source/web/FrameLoaderClientImpl.h     virtual bool allowScriptFromSource(bool enabledPerSettings, const WebCore::KURL& scriptURL) OVERRIDE;
OVERRIDE          133 Source/web/FrameLoaderClientImpl.h     virtual bool allowPlugins(bool enabledPerSettings) OVERRIDE;
OVERRIDE          134 Source/web/FrameLoaderClientImpl.h     virtual bool allowImage(bool enabledPerSettings, const WebCore::KURL& imageURL) OVERRIDE;
OVERRIDE          135 Source/web/FrameLoaderClientImpl.h     virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&) OVERRIDE;
OVERRIDE          136 Source/web/FrameLoaderClientImpl.h     virtual bool allowRunningInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&) OVERRIDE;
OVERRIDE          137 Source/web/FrameLoaderClientImpl.h     virtual void didNotAllowScript() OVERRIDE;
OVERRIDE          138 Source/web/FrameLoaderClientImpl.h     virtual void didNotAllowPlugins() OVERRIDE;
OVERRIDE          140 Source/web/FrameLoaderClientImpl.h     virtual WebCookieJar* cookieJar() const OVERRIDE;
OVERRIDE          141 Source/web/FrameLoaderClientImpl.h     virtual bool willCheckAndDispatchMessageEvent(WebCore::SecurityOrigin* target, WebCore::MessageEvent*) const OVERRIDE;
OVERRIDE          142 Source/web/FrameLoaderClientImpl.h     virtual void didChangeName(const String&) OVERRIDE;
OVERRIDE          144 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillOpenSocketStream(WebCore::SocketStreamHandle*) OVERRIDE;
OVERRIDE          146 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillStartUsingPeerConnectionHandler(blink::WebRTCPeerConnectionHandler*) OVERRIDE;
OVERRIDE          148 Source/web/FrameLoaderClientImpl.h     virtual void didRequestAutocomplete(WebCore::HTMLFormElement*) OVERRIDE;
OVERRIDE          150 Source/web/FrameLoaderClientImpl.h     virtual bool allowWebGL(bool enabledPerSettings) OVERRIDE;
OVERRIDE          151 Source/web/FrameLoaderClientImpl.h     virtual void didLoseWebGLContext(int arbRobustnessContextLostReason) OVERRIDE;
OVERRIDE          153 Source/web/FrameLoaderClientImpl.h     virtual void dispatchWillInsertBody() OVERRIDE;
OVERRIDE          155 Source/web/FrameLoaderClientImpl.h     virtual PassOwnPtr<WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE;
OVERRIDE          156 Source/web/FrameLoaderClientImpl.h     virtual WebCore::SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() OVERRIDE;
OVERRIDE          158 Source/web/FrameLoaderClientImpl.h     virtual PassOwnPtr<WebApplicationCacheHost> createApplicationCacheHost(WebApplicationCacheHostClient*) OVERRIDE;
OVERRIDE          160 Source/web/FrameLoaderClientImpl.h     virtual void didStopAllLoaders() OVERRIDE;
OVERRIDE          163 Source/web/FrameLoaderClientImpl.h     virtual bool isFrameLoaderClientImpl() const OVERRIDE { return true; }
OVERRIDE           45 Source/web/GeolocationClientProxy.h     virtual void geolocationDestroyed() OVERRIDE;
OVERRIDE           46 Source/web/GeolocationClientProxy.h     virtual void startUpdating() OVERRIDE;
OVERRIDE           47 Source/web/GeolocationClientProxy.h     virtual void stopUpdating() OVERRIDE;
OVERRIDE           48 Source/web/GeolocationClientProxy.h     virtual void setEnableHighAccuracy(bool) OVERRIDE;
OVERRIDE           49 Source/web/GeolocationClientProxy.h     virtual WebCore::GeolocationPosition* lastPosition() OVERRIDE;
OVERRIDE           51 Source/web/GeolocationClientProxy.h     virtual void requestPermission(WebCore::Geolocation*) OVERRIDE;
OVERRIDE           52 Source/web/GeolocationClientProxy.h     virtual void cancelPermissionRequest(WebCore::Geolocation*) OVERRIDE;
OVERRIDE           40 Source/web/GraphicsLayerFactoryChromium.h     virtual PassOwnPtr<WebCore::GraphicsLayer> createGraphicsLayer(WebCore::GraphicsLayerClient*) OVERRIDE;
OVERRIDE           46 Source/web/IDBFactoryBackendProxy.h     virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
OVERRIDE           51 Source/web/InspectorClientImpl.h     virtual void highlight() OVERRIDE;
OVERRIDE           52 Source/web/InspectorClientImpl.h     virtual void hideHighlight() OVERRIDE;
OVERRIDE           54 Source/web/InspectorClientImpl.h     virtual void sendMessageToFrontend(PassRefPtr<WebCore::JSONObject>) OVERRIDE;
OVERRIDE           55 Source/web/InspectorClientImpl.h     virtual void flush() OVERRIDE;
OVERRIDE           57 Source/web/InspectorClientImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
OVERRIDE           59 Source/web/InspectorClientImpl.h     virtual void clearBrowserCache() OVERRIDE;
OVERRIDE           60 Source/web/InspectorClientImpl.h     virtual void clearBrowserCookies() OVERRIDE;
OVERRIDE           62 Source/web/InspectorClientImpl.h     virtual void overrideDeviceMetrics(int, int, float, bool, bool) OVERRIDE;
OVERRIDE           64 Source/web/InspectorClientImpl.h     virtual bool overridesShowPaintRects() OVERRIDE;
OVERRIDE           65 Source/web/InspectorClientImpl.h     virtual void setShowPaintRects(bool) OVERRIDE;
OVERRIDE           66 Source/web/InspectorClientImpl.h     virtual void setShowDebugBorders(bool) OVERRIDE;
OVERRIDE           67 Source/web/InspectorClientImpl.h     virtual void setShowFPSCounter(bool) OVERRIDE;
OVERRIDE           68 Source/web/InspectorClientImpl.h     virtual void setContinuousPaintingEnabled(bool) OVERRIDE;
OVERRIDE           69 Source/web/InspectorClientImpl.h     virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
OVERRIDE           70 Source/web/InspectorClientImpl.h     virtual void requestPageScaleFactor(float scale, const WebCore::IntPoint& origin) OVERRIDE;
OVERRIDE           72 Source/web/InspectorClientImpl.h     virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE;
OVERRIDE           73 Source/web/InspectorClientImpl.h     virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE;
OVERRIDE           75 Source/web/InspectorClientImpl.h     virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
OVERRIDE           76 Source/web/InspectorClientImpl.h     virtual void dispatchMouseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE           78 Source/web/InspectorClientImpl.h     virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) OVERRIDE;
OVERRIDE           79 Source/web/InspectorClientImpl.h     virtual void resetTraceEventCallback() OVERRIDE;
OVERRIDE           81 Source/web/InspectorClientImpl.h     virtual void startGPUEventsRecording() OVERRIDE;
OVERRIDE           82 Source/web/InspectorClientImpl.h     virtual void stopGPUEventsRecording() OVERRIDE;
OVERRIDE           54 Source/web/InspectorFrontendClientImpl.h     virtual void windowObjectCleared() OVERRIDE;
OVERRIDE           56 Source/web/InspectorFrontendClientImpl.h     virtual void inspectedURLChanged(const WTF::String&) OVERRIDE;
OVERRIDE           58 Source/web/InspectorFrontendClientImpl.h     virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
OVERRIDE           60 Source/web/InspectorFrontendClientImpl.h     virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
OVERRIDE           62 Source/web/InspectorFrontendClientImpl.h     virtual bool isUnderTest() OVERRIDE;
OVERRIDE           63 Source/web/LinkHighlight.h     virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE;
OVERRIDE           66 Source/web/LinkHighlight.h     virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
OVERRIDE           67 Source/web/LinkHighlight.h     virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
OVERRIDE           70 Source/web/LinkHighlight.h     virtual void invalidate() OVERRIDE;
OVERRIDE           71 Source/web/LinkHighlight.h     virtual WebLayer* layer() OVERRIDE;
OVERRIDE           72 Source/web/LinkHighlight.h     virtual void clearCurrentGraphicsLayer() OVERRIDE;
OVERRIDE           45 Source/web/LocalFileSystemClient.h     virtual bool allowFileSystem(WebCore::ExecutionContext*) OVERRIDE;
OVERRIDE           46 Source/web/LocalFileSystemClient.h     virtual void requestFileSystemAccess(WebCore::ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) OVERRIDE;
OVERRIDE           53 Source/web/MIDIClientProxy.h     virtual void requestSysexPermission(PassRefPtrWillBeRawPtr<WebCore::MIDIAccess>) OVERRIDE;
OVERRIDE           54 Source/web/MIDIClientProxy.h     virtual void cancelSysexPermissionRequest(WebCore::MIDIAccess*) OVERRIDE;
OVERRIDE           21 Source/web/MediaKeysClientImpl.h     virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(WebCore::ExecutionContext*, const String& keySystem) OVERRIDE;
OVERRIDE           50 Source/web/NotificationPresenterImpl.h     virtual bool show(WebCore::Notification*) OVERRIDE;
OVERRIDE           51 Source/web/NotificationPresenterImpl.h     virtual void close(WebCore::Notification*) OVERRIDE;
OVERRIDE           52 Source/web/NotificationPresenterImpl.h     virtual void notificationObjectDestroyed(WebCore::Notification*) OVERRIDE;
OVERRIDE           53 Source/web/NotificationPresenterImpl.h     virtual WebCore::NotificationClient::Permission checkPermission(WebCore::ExecutionContext*) OVERRIDE;
OVERRIDE           54 Source/web/NotificationPresenterImpl.h     virtual void requestPermission(WebCore::ExecutionContext*, WTF::PassOwnPtr<WebCore::NotificationPermissionCallback>) OVERRIDE;
OVERRIDE           75 Source/web/PageOverlay.cpp     virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
OVERRIDE           84 Source/web/PageOverlay.cpp     virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE
OVERRIDE           57 Source/web/PopupContainer.h     virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&) OVERRIDE;
OVERRIDE           58 Source/web/PopupContainer.h     virtual void hide() OVERRIDE;
OVERRIDE           59 Source/web/PopupContainer.h     virtual bool handleMouseDownEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE           60 Source/web/PopupContainer.h     virtual bool handleMouseMoveEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE           61 Source/web/PopupContainer.h     virtual bool handleMouseReleaseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE           62 Source/web/PopupContainer.h     virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
OVERRIDE           63 Source/web/PopupContainer.h     virtual bool handleKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
OVERRIDE           64 Source/web/PopupContainer.h     virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
OVERRIDE           65 Source/web/PopupContainer.h     virtual bool handleGestureEvent(const WebCore::PlatformGestureEvent&) OVERRIDE;
OVERRIDE           97 Source/web/PopupListBox.h     virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&) OVERRIDE;
OVERRIDE           98 Source/web/PopupListBox.h     virtual bool handleMouseDownEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE           99 Source/web/PopupListBox.h     virtual bool handleMouseMoveEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE          100 Source/web/PopupListBox.h     virtual bool handleMouseReleaseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE          101 Source/web/PopupListBox.h     virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
OVERRIDE          102 Source/web/PopupListBox.h     virtual bool handleKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
OVERRIDE          103 Source/web/PopupListBox.h     virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
OVERRIDE          104 Source/web/PopupListBox.h     virtual bool handleGestureEvent(const WebCore::PlatformGestureEvent&) OVERRIDE;
OVERRIDE          107 Source/web/PopupListBox.h     virtual WebCore::HostWindow* hostWindow() const OVERRIDE;
OVERRIDE          108 Source/web/PopupListBox.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE          140 Source/web/PopupListBox.h     virtual void layout() OVERRIDE;
OVERRIDE          148 Source/web/PopupListBox.h     virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; }
OVERRIDE          152 Source/web/PopupListBox.h     virtual void setMaxWidthAndLayout(int) OVERRIDE;
OVERRIDE          158 Source/web/PopupListBox.h     virtual int popupContentHeight() const OVERRIDE;
OVERRIDE           52 Source/web/PopupMenuChromium.h     virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, int index) OVERRIDE;
OVERRIDE           53 Source/web/PopupMenuChromium.h     virtual void hide() OVERRIDE;
OVERRIDE           54 Source/web/PopupMenuChromium.h     virtual void updateFromElement() OVERRIDE;
OVERRIDE           55 Source/web/PopupMenuChromium.h     virtual void disconnectClient() OVERRIDE;
OVERRIDE           52 Source/web/PrerendererClientImpl.h     void willAddPrerender(WebCore::Prerender*) OVERRIDE;
OVERRIDE           52 Source/web/ScrollbarGroup.h     virtual int scrollSize(WebCore::ScrollbarOrientation) const OVERRIDE;
OVERRIDE           53 Source/web/ScrollbarGroup.h     virtual void setScrollOffset(const WebCore::IntPoint&) OVERRIDE;
OVERRIDE           54 Source/web/ScrollbarGroup.h     virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&) OVERRIDE;
OVERRIDE           55 Source/web/ScrollbarGroup.h     virtual void invalidateScrollCornerRect(const WebCore::IntRect&) OVERRIDE;
OVERRIDE           56 Source/web/ScrollbarGroup.h     virtual bool isActive() const OVERRIDE;
OVERRIDE           57 Source/web/ScrollbarGroup.h     virtual WebCore::IntRect scrollCornerRect() const OVERRIDE { return WebCore::IntRect(); }
OVERRIDE           58 Source/web/ScrollbarGroup.h     virtual bool isScrollCornerVisible() const OVERRIDE;
OVERRIDE           59 Source/web/ScrollbarGroup.h     virtual void getTickmarks(Vector<WebCore::IntRect>&) const OVERRIDE;
OVERRIDE           60 Source/web/ScrollbarGroup.h     virtual WebCore::IntPoint convertFromContainingViewToScrollbar(const WebCore::Scrollbar*, const WebCore::IntPoint& parentPoint) const OVERRIDE;
OVERRIDE           61 Source/web/ScrollbarGroup.h     virtual WebCore::Scrollbar* horizontalScrollbar() const OVERRIDE;
OVERRIDE           62 Source/web/ScrollbarGroup.h     virtual WebCore::Scrollbar* verticalScrollbar() const OVERRIDE;
OVERRIDE           63 Source/web/ScrollbarGroup.h     virtual WebCore::IntPoint scrollPosition() const OVERRIDE;
OVERRIDE           64 Source/web/ScrollbarGroup.h     virtual WebCore::IntPoint minimumScrollPosition() const OVERRIDE;
OVERRIDE           65 Source/web/ScrollbarGroup.h     virtual WebCore::IntPoint maximumScrollPosition() const OVERRIDE;
OVERRIDE           66 Source/web/ScrollbarGroup.h     virtual int visibleHeight() const OVERRIDE;
OVERRIDE           67 Source/web/ScrollbarGroup.h     virtual int visibleWidth() const OVERRIDE;
OVERRIDE           68 Source/web/ScrollbarGroup.h     virtual WebCore::IntSize contentsSize() const OVERRIDE;
OVERRIDE           69 Source/web/ScrollbarGroup.h     virtual WebCore::IntSize overhangAmount() const OVERRIDE;
OVERRIDE           70 Source/web/ScrollbarGroup.h     virtual WebCore::IntPoint lastKnownMousePosition() const OVERRIDE;
OVERRIDE           71 Source/web/ScrollbarGroup.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
OVERRIDE           72 Source/web/ScrollbarGroup.h     virtual void scrollbarStyleChanged(int newStyle, bool forceUpdate) OVERRIDE;
OVERRIDE           73 Source/web/ScrollbarGroup.h     virtual bool scrollbarsCanBeActive() const OVERRIDE;
OVERRIDE           74 Source/web/ScrollbarGroup.h     virtual WebCore::IntRect scrollableAreaBoundingBox() const OVERRIDE;
OVERRIDE           75 Source/web/ScrollbarGroup.h     virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
OVERRIDE           76 Source/web/ScrollbarGroup.h     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
OVERRIDE           77 Source/web/ScrollbarGroup.h     virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
OVERRIDE           46 Source/web/ServiceWorkerGlobalScopeClientImpl.h     virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) OVERRIDE;
OVERRIDE           47 Source/web/ServiceWorkerGlobalScopeClientImpl.h     virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE;
OVERRIDE           48 Source/web/ServiceWorkerGlobalScopeClientImpl.h     virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE;
OVERRIDE           49 Source/web/ServiceWorkerGlobalScopeClientImpl.h     virtual void didHandleSyncEvent(int syncEventID) OVERRIDE;
OVERRIDE           69 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void dispatchActivateEvent(int) OVERRIDE;
OVERRIDE           70 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void dispatchInstallEvent(int) OVERRIDE;
OVERRIDE           71 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void dispatchFetchEvent(int) OVERRIDE;
OVERRIDE           72 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) OVERRIDE;
OVERRIDE           73 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void dispatchSyncEvent(int) OVERRIDE;
OVERRIDE           76 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
OVERRIDE           77 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void reportConsoleMessage(WebCore::MessageSource, WebCore::MessageLevel, const String& message, int lineNumber, const String& sourceURL) OVERRIDE;
OVERRIDE           78 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void postMessageToPageInspector(const String&) OVERRIDE;
OVERRIDE           79 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void updateInspectorStateCookie(const String&) OVERRIDE;
OVERRIDE           80 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void workerGlobalScopeStarted(WebCore::WorkerGlobalScope*) OVERRIDE;
OVERRIDE           81 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void workerGlobalScopeClosed() OVERRIDE;
OVERRIDE           82 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void workerGlobalScopeDestroyed() OVERRIDE;
OVERRIDE           74 Source/web/SharedWorkerRepositoryClientImpl.cpp     virtual void connected() OVERRIDE;
OVERRIDE           75 Source/web/SharedWorkerRepositoryClientImpl.cpp     virtual void scriptLoadFailed() OVERRIDE;
OVERRIDE           53 Source/web/SharedWorkerRepositoryClientImpl.h     virtual void connect(PassRefPtrWillBeRawPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
OVERRIDE           54 Source/web/SharedWorkerRepositoryClientImpl.h     virtual void documentDetached(WebCore::Document*) OVERRIDE;
OVERRIDE           60 Source/web/SpeechInputClientImpl.h     virtual void setListener(WebCore::SpeechInputListener*) OVERRIDE;
OVERRIDE           61 Source/web/SpeechInputClientImpl.h     virtual bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*) OVERRIDE;
OVERRIDE           62 Source/web/SpeechInputClientImpl.h     virtual void stopRecording(int) OVERRIDE;
OVERRIDE           63 Source/web/SpeechInputClientImpl.h     virtual void cancelRecognition(int) OVERRIDE;
OVERRIDE           66 Source/web/SpeechInputClientImpl.h     virtual void didCompleteRecording(int) OVERRIDE;
OVERRIDE           67 Source/web/SpeechInputClientImpl.h     virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) OVERRIDE;
OVERRIDE           68 Source/web/SpeechInputClientImpl.h     virtual void didCompleteRecognition(int) OVERRIDE;
OVERRIDE           49 Source/web/SpeechRecognitionClientProxy.h     virtual void start(WebCore::SpeechRecognition*, const WebCore::SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) OVERRIDE;
OVERRIDE           50 Source/web/SpeechRecognitionClientProxy.h     virtual void stop(WebCore::SpeechRecognition*) OVERRIDE;
OVERRIDE           51 Source/web/SpeechRecognitionClientProxy.h     virtual void abort(WebCore::SpeechRecognition*) OVERRIDE;
OVERRIDE           54 Source/web/SpeechRecognitionClientProxy.h     virtual void didStartAudio(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           55 Source/web/SpeechRecognitionClientProxy.h     virtual void didStartSound(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           56 Source/web/SpeechRecognitionClientProxy.h     virtual void didEndSound(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           57 Source/web/SpeechRecognitionClientProxy.h     virtual void didEndAudio(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           58 Source/web/SpeechRecognitionClientProxy.h     virtual void didReceiveResults(const WebSpeechRecognitionHandle&, const WebVector<WebSpeechRecognitionResult>& newFinalResults, const WebVector<WebSpeechRecognitionResult>& currentInterimResults) OVERRIDE;
OVERRIDE           59 Source/web/SpeechRecognitionClientProxy.h     virtual void didReceiveNoMatch(const WebSpeechRecognitionHandle&, const WebSpeechRecognitionResult&) OVERRIDE;
OVERRIDE           60 Source/web/SpeechRecognitionClientProxy.h     virtual void didReceiveError(const WebSpeechRecognitionHandle&, const WebString& message, WebSpeechRecognizerClient::ErrorCode) OVERRIDE;
OVERRIDE           61 Source/web/SpeechRecognitionClientProxy.h     virtual void didStart(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           62 Source/web/SpeechRecognitionClientProxy.h     virtual void didEnd(const WebSpeechRecognitionHandle&) OVERRIDE;
OVERRIDE           51 Source/web/SpellCheckerClientImpl.h     virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
OVERRIDE           52 Source/web/SpellCheckerClientImpl.h     virtual void toggleContinuousSpellChecking() OVERRIDE;
OVERRIDE           53 Source/web/SpellCheckerClientImpl.h     virtual bool isGrammarCheckingEnabled() OVERRIDE;
OVERRIDE           54 Source/web/SpellCheckerClientImpl.h     virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
OVERRIDE           55 Source/web/SpellCheckerClientImpl.h     virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
OVERRIDE           57 Source/web/SpellCheckerClientImpl.h         int* badGrammarLocation, int* badGrammarLength) OVERRIDE;
OVERRIDE           58 Source/web/SpellCheckerClientImpl.h     virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
OVERRIDE           59 Source/web/SpellCheckerClientImpl.h     virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE;
OVERRIDE           60 Source/web/SpellCheckerClientImpl.h     virtual void showSpellingUI(bool show) OVERRIDE;
OVERRIDE           61 Source/web/SpellCheckerClientImpl.h     virtual bool spellingUIIsShowing() OVERRIDE;
OVERRIDE           62 Source/web/SpellCheckerClientImpl.h     virtual void requestCheckingOfString(WTF::PassRefPtr<WebCore::TextCheckingRequest>) OVERRIDE;
OVERRIDE           64 Source/web/SpellCheckerClientImpl.h     virtual WebCore::TextCheckerClient& textChecker() OVERRIDE { return *this; }
OVERRIDE           18 Source/web/StorageClientImpl.h     virtual PassOwnPtr<WebCore::StorageNamespace> createSessionStorageNamespace() OVERRIDE;
OVERRIDE           19 Source/web/StorageClientImpl.h     virtual bool canAccessStorage(WebCore::LocalFrame*, WebCore::StorageType) const OVERRIDE;
OVERRIDE           45 Source/web/StorageQuotaClientImpl.h     virtual void requestQuota(WebCore::ExecutionContext*, WebStorageQuotaType, unsigned long long newQuotaInBytes, PassOwnPtr<WebCore::StorageQuotaCallback>, PassOwnPtr<WebCore::StorageErrorCallback>) OVERRIDE;
OVERRIDE           46 Source/web/StorageQuotaClientImpl.h     virtual WebCore::ScriptPromise requestPersistentQuota(WebCore::ExecutionContext*, unsigned long long newQuotaInBytes) OVERRIDE;
OVERRIDE           52 Source/web/UserMediaClientImpl.h     virtual void requestUserMedia(PassRefPtr<WebCore::UserMediaRequest>) OVERRIDE;
OVERRIDE           53 Source/web/UserMediaClientImpl.h     virtual void cancelUserMediaRequest(WebCore::UserMediaRequest*) OVERRIDE;
OVERRIDE           54 Source/web/UserMediaClientImpl.h     virtual void requestMediaDevices(PassRefPtr<WebCore::MediaDevicesRequest>) OVERRIDE;
OVERRIDE           55 Source/web/UserMediaClientImpl.h     virtual void cancelMediaDevicesRequest(WebCore::MediaDevicesRequest*) OVERRIDE;
OVERRIDE           52 Source/web/ValidationMessageClientImpl.h     virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE;
OVERRIDE           53 Source/web/ValidationMessageClientImpl.h     virtual void hideValidationMessage(const WebCore::Element& anchor) OVERRIDE;
OVERRIDE           54 Source/web/ValidationMessageClientImpl.h     virtual bool isValidationMessageVisible(const WebCore::Element& anchor) OVERRIDE;
OVERRIDE           55 Source/web/ValidationMessageClientImpl.h     virtual void documentDetached(const WebCore::Document&) OVERRIDE;
OVERRIDE           52 Source/web/WebDOMActivityLogger.cpp     virtual void log(const String& apiName, int argc, const v8::Handle<v8::Value>* argv, const String& extraInfo) OVERRIDE
OVERRIDE           58 Source/web/WebDataSourceImpl.h     virtual const WebURLRequest& originalRequest() const OVERRIDE;
OVERRIDE           59 Source/web/WebDataSourceImpl.h     virtual const WebURLRequest& request() const OVERRIDE;
OVERRIDE           60 Source/web/WebDataSourceImpl.h     virtual const WebURLResponse& response() const OVERRIDE;
OVERRIDE           61 Source/web/WebDataSourceImpl.h     virtual bool hasUnreachableURL() const OVERRIDE;
OVERRIDE           62 Source/web/WebDataSourceImpl.h     virtual WebURL unreachableURL() const OVERRIDE;
OVERRIDE           63 Source/web/WebDataSourceImpl.h     virtual void appendRedirect(const WebURL&) OVERRIDE;
OVERRIDE           64 Source/web/WebDataSourceImpl.h     virtual void redirectChain(WebVector<WebURL>&) const OVERRIDE;
OVERRIDE           65 Source/web/WebDataSourceImpl.h     virtual bool isClientRedirect() const OVERRIDE;
OVERRIDE           66 Source/web/WebDataSourceImpl.h     virtual bool replacesCurrentHistoryItem() const OVERRIDE;
OVERRIDE           67 Source/web/WebDataSourceImpl.h     virtual WebNavigationType navigationType() const OVERRIDE;
OVERRIDE           68 Source/web/WebDataSourceImpl.h     virtual double triggeringEventTime() const OVERRIDE;
OVERRIDE           69 Source/web/WebDataSourceImpl.h     virtual ExtraData* extraData() const OVERRIDE;
OVERRIDE           70 Source/web/WebDataSourceImpl.h     virtual void setExtraData(ExtraData*) OVERRIDE;
OVERRIDE           71 Source/web/WebDataSourceImpl.h     virtual void setNavigationStartTime(double) OVERRIDE;
OVERRIDE           80 Source/web/WebDevToolsAgentImpl.h     virtual void didCreateScriptContext(WebFrameImpl*, int worldId) OVERRIDE;
OVERRIDE           81 Source/web/WebDevToolsAgentImpl.h     virtual void webViewResized(const WebSize&) OVERRIDE;
OVERRIDE           82 Source/web/WebDevToolsAgentImpl.h     virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) OVERRIDE;
OVERRIDE           85 Source/web/WebDevToolsAgentImpl.h     virtual void attach() OVERRIDE;
OVERRIDE           86 Source/web/WebDevToolsAgentImpl.h     virtual void reattach(const WebString& savedState) OVERRIDE;
OVERRIDE           87 Source/web/WebDevToolsAgentImpl.h     virtual void detach() OVERRIDE;
OVERRIDE           88 Source/web/WebDevToolsAgentImpl.h     virtual void didNavigate() OVERRIDE;
OVERRIDE           89 Source/web/WebDevToolsAgentImpl.h     virtual void didBeginFrame(int frameId) OVERRIDE;
OVERRIDE           90 Source/web/WebDevToolsAgentImpl.h     virtual void didCancelFrame() OVERRIDE;
OVERRIDE           91 Source/web/WebDevToolsAgentImpl.h     virtual void willComposite() OVERRIDE;
OVERRIDE           92 Source/web/WebDevToolsAgentImpl.h     virtual void didComposite() OVERRIDE;
OVERRIDE           93 Source/web/WebDevToolsAgentImpl.h     virtual void dispatchOnInspectorBackend(const WebString& message) OVERRIDE;
OVERRIDE           94 Source/web/WebDevToolsAgentImpl.h     virtual void inspectElementAt(const WebPoint&) OVERRIDE;
OVERRIDE           95 Source/web/WebDevToolsAgentImpl.h     virtual void evaluateInWebInspector(long callId, const WebString& script) OVERRIDE;
OVERRIDE           96 Source/web/WebDevToolsAgentImpl.h     virtual void setProcessId(long) OVERRIDE;
OVERRIDE           97 Source/web/WebDevToolsAgentImpl.h     virtual void setLayerTreeId(int) OVERRIDE;
OVERRIDE           98 Source/web/WebDevToolsAgentImpl.h     virtual void processGPUEvent(const GPUEvent&) OVERRIDE;
OVERRIDE          101 Source/web/WebDevToolsAgentImpl.h     virtual void highlight() OVERRIDE;
OVERRIDE          102 Source/web/WebDevToolsAgentImpl.h     virtual void hideHighlight() OVERRIDE;
OVERRIDE          103 Source/web/WebDevToolsAgentImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
OVERRIDE          104 Source/web/WebDevToolsAgentImpl.h     virtual void sendMessageToFrontend(PassRefPtr<WebCore::JSONObject> message) OVERRIDE;
OVERRIDE          105 Source/web/WebDevToolsAgentImpl.h     virtual void flush() OVERRIDE;
OVERRIDE          107 Source/web/WebDevToolsAgentImpl.h     virtual void clearBrowserCache() OVERRIDE;
OVERRIDE          108 Source/web/WebDevToolsAgentImpl.h     virtual void clearBrowserCookies() OVERRIDE;
OVERRIDE          110 Source/web/WebDevToolsAgentImpl.h     virtual void overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE;
OVERRIDE          112 Source/web/WebDevToolsAgentImpl.h     virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE;
OVERRIDE          113 Source/web/WebDevToolsAgentImpl.h     virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE;
OVERRIDE          114 Source/web/WebDevToolsAgentImpl.h     virtual void setTraceEventCallback(const WTF::String& categoryFilter, TraceEventCallback) OVERRIDE;
OVERRIDE          115 Source/web/WebDevToolsAgentImpl.h     virtual void resetTraceEventCallback() OVERRIDE;
OVERRIDE          116 Source/web/WebDevToolsAgentImpl.h     virtual void startGPUEventsRecording() OVERRIDE;
OVERRIDE          117 Source/web/WebDevToolsAgentImpl.h     virtual void stopGPUEventsRecording() OVERRIDE;
OVERRIDE          119 Source/web/WebDevToolsAgentImpl.h     virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
OVERRIDE          120 Source/web/WebDevToolsAgentImpl.h     virtual void dispatchMouseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
OVERRIDE          123 Source/web/WebDevToolsAgentImpl.h     virtual void paintPageOverlay(WebCanvas*) OVERRIDE;
OVERRIDE          129 Source/web/WebDevToolsAgentImpl.h     virtual void willProcessTask() OVERRIDE;
OVERRIDE          130 Source/web/WebDevToolsAgentImpl.h     virtual void didProcessTask() OVERRIDE;
OVERRIDE           75 Source/web/WebDevToolsFrontendImpl.cpp     virtual void resume() OVERRIDE
OVERRIDE           60 Source/web/WebDevToolsFrontendImpl.h     virtual void dispatchOnInspectorFrontend(const WebString& message) OVERRIDE;
OVERRIDE           83 Source/web/WebEmbeddedWorkerImpl.cpp     virtual void notifyFinished() OVERRIDE
OVERRIDE          113 Source/web/WebEmbeddedWorkerImpl.cpp     virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
OVERRIDE          118 Source/web/WebEmbeddedWorkerImpl.cpp     virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
OVERRIDE           61 Source/web/WebEmbeddedWorkerImpl.h     virtual void startWorkerContext(const WebEmbeddedWorkerStartData&) OVERRIDE;
OVERRIDE           62 Source/web/WebEmbeddedWorkerImpl.h     virtual void terminateWorkerContext() OVERRIDE;
OVERRIDE           73 Source/web/WebEmbeddedWorkerImpl.h         const WebURLResponse& redirectResponse) OVERRIDE;
OVERRIDE           74 Source/web/WebEmbeddedWorkerImpl.h     virtual void didFinishDocumentLoad(WebLocalFrame*) OVERRIDE;
OVERRIDE           50 Source/web/WebFileChooserCompletionImpl.h     virtual void didChooseFile(const WebVector<WebString>& fileNames) OVERRIDE;
OVERRIDE           51 Source/web/WebFileChooserCompletionImpl.h     virtual void didChooseFile(const WebVector<SelectedFileInfo>& files) OVERRIDE;
OVERRIDE           45 Source/web/WebFontImpl.h     virtual WebFontDescription fontDescription() const OVERRIDE;
OVERRIDE           47 Source/web/WebFontImpl.h     virtual int ascent() const OVERRIDE;
OVERRIDE           48 Source/web/WebFontImpl.h     virtual int descent() const OVERRIDE;
OVERRIDE           49 Source/web/WebFontImpl.h     virtual int height() const OVERRIDE;
OVERRIDE           50 Source/web/WebFontImpl.h     virtual int lineSpacing() const OVERRIDE;
OVERRIDE           51 Source/web/WebFontImpl.h     virtual float xHeight() const OVERRIDE;
OVERRIDE           54 Source/web/WebFontImpl.h         const WebRect& clip, bool canvasIsOpaque, int from = 0, int to = -1) const OVERRIDE;
OVERRIDE           55 Source/web/WebFontImpl.h     virtual int calculateWidth(const WebTextRun&) const OVERRIDE;
OVERRIDE           56 Source/web/WebFontImpl.h     virtual int offsetForPosition(const WebTextRun&, float position) const OVERRIDE;
OVERRIDE           58 Source/web/WebFontImpl.h         int height, int from = 0, int to = -1) const OVERRIDE;
OVERRIDE           81 Source/web/WebFrameImpl.h     virtual WebLocalFrame* toWebLocalFrame() OVERRIDE { return this; }
OVERRIDE           82 Source/web/WebFrameImpl.h     virtual void close() OVERRIDE;
OVERRIDE           83 Source/web/WebFrameImpl.h     virtual WebString uniqueName() const OVERRIDE;
OVERRIDE           84 Source/web/WebFrameImpl.h     virtual WebString assignedName() const OVERRIDE;
OVERRIDE           85 Source/web/WebFrameImpl.h     virtual void setName(const WebString&) OVERRIDE;
OVERRIDE           86 Source/web/WebFrameImpl.h     virtual WebVector<WebIconURL> iconURLs(int iconTypesMask) const OVERRIDE;
OVERRIDE           87 Source/web/WebFrameImpl.h     virtual void setIsRemote(bool) OVERRIDE;
OVERRIDE           88 Source/web/WebFrameImpl.h     virtual void setRemoteWebLayer(WebLayer*) OVERRIDE;
OVERRIDE           89 Source/web/WebFrameImpl.h     virtual void setPermissionClient(WebPermissionClient*) OVERRIDE;
OVERRIDE           90 Source/web/WebFrameImpl.h     virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) OVERRIDE;
OVERRIDE           91 Source/web/WebFrameImpl.h     virtual WebSize scrollOffset() const OVERRIDE;
OVERRIDE           92 Source/web/WebFrameImpl.h     virtual void setScrollOffset(const WebSize&) OVERRIDE;
OVERRIDE           93 Source/web/WebFrameImpl.h     virtual WebSize minimumScrollOffset() const OVERRIDE;
OVERRIDE           94 Source/web/WebFrameImpl.h     virtual WebSize maximumScrollOffset() const OVERRIDE;
OVERRIDE           95 Source/web/WebFrameImpl.h     virtual WebSize contentsSize() const OVERRIDE;
OVERRIDE           96 Source/web/WebFrameImpl.h     virtual bool hasVisibleContent() const OVERRIDE;
OVERRIDE           97 Source/web/WebFrameImpl.h     virtual WebRect visibleContentRect() const OVERRIDE;
OVERRIDE           98 Source/web/WebFrameImpl.h     virtual bool hasHorizontalScrollbar() const OVERRIDE;
OVERRIDE           99 Source/web/WebFrameImpl.h     virtual bool hasVerticalScrollbar() const OVERRIDE;
OVERRIDE          100 Source/web/WebFrameImpl.h     virtual WebView* view() const OVERRIDE;
OVERRIDE          101 Source/web/WebFrameImpl.h     virtual WebFrame* opener() const OVERRIDE;
OVERRIDE          102 Source/web/WebFrameImpl.h     virtual void setOpener(WebFrame*) OVERRIDE;
OVERRIDE          103 Source/web/WebFrameImpl.h     virtual void appendChild(WebFrame*) OVERRIDE;
OVERRIDE          104 Source/web/WebFrameImpl.h     virtual void removeChild(WebFrame*) OVERRIDE;
OVERRIDE          105 Source/web/WebFrameImpl.h     virtual WebFrame* parent() const OVERRIDE;
OVERRIDE          106 Source/web/WebFrameImpl.h     virtual WebFrame* top() const OVERRIDE;
OVERRIDE          107 Source/web/WebFrameImpl.h     virtual WebFrame* previousSibling() const OVERRIDE;
OVERRIDE          108 Source/web/WebFrameImpl.h     virtual WebFrame* nextSibling() const OVERRIDE;
OVERRIDE          109 Source/web/WebFrameImpl.h     virtual WebFrame* firstChild() const OVERRIDE;
OVERRIDE          110 Source/web/WebFrameImpl.h     virtual WebFrame* lastChild() const OVERRIDE;
OVERRIDE          111 Source/web/WebFrameImpl.h     virtual WebFrame* traversePrevious(bool wrap) const OVERRIDE;
OVERRIDE          112 Source/web/WebFrameImpl.h     virtual WebFrame* traverseNext(bool wrap) const OVERRIDE;
OVERRIDE          113 Source/web/WebFrameImpl.h     virtual WebFrame* findChildByName(const WebString&) const OVERRIDE;
OVERRIDE          114 Source/web/WebFrameImpl.h     virtual WebDocument document() const OVERRIDE;
OVERRIDE          115 Source/web/WebFrameImpl.h     virtual WebPerformance performance() const OVERRIDE;
OVERRIDE          116 Source/web/WebFrameImpl.h     virtual bool dispatchBeforeUnloadEvent() OVERRIDE;
OVERRIDE          117 Source/web/WebFrameImpl.h     virtual void dispatchUnloadEvent() OVERRIDE;
OVERRIDE          118 Source/web/WebFrameImpl.h     virtual NPObject* windowObject() const OVERRIDE;
OVERRIDE          119 Source/web/WebFrameImpl.h     virtual void bindToWindowObject(const WebString& name, NPObject*) OVERRIDE;
OVERRIDE          120 Source/web/WebFrameImpl.h     virtual void bindToWindowObject(const WebString& name, NPObject*, void*) OVERRIDE;
OVERRIDE          121 Source/web/WebFrameImpl.h     virtual void executeScript(const WebScriptSource&) OVERRIDE;
OVERRIDE          124 Source/web/WebFrameImpl.h         int extensionGroup) OVERRIDE;
OVERRIDE          125 Source/web/WebFrameImpl.h     virtual void setIsolatedWorldSecurityOrigin(int worldID, const WebSecurityOrigin&) OVERRIDE;
OVERRIDE          126 Source/web/WebFrameImpl.h     virtual void setIsolatedWorldContentSecurityPolicy(int worldID, const WebString&) OVERRIDE;
OVERRIDE          127 Source/web/WebFrameImpl.h     virtual void addMessageToConsole(const WebConsoleMessage&) OVERRIDE;
OVERRIDE          128 Source/web/WebFrameImpl.h     virtual void collectGarbage() OVERRIDE;
OVERRIDE          129 Source/web/WebFrameImpl.h     virtual bool checkIfRunInsecureContent(const WebURL&) const OVERRIDE;
OVERRIDE          131 Source/web/WebFrameImpl.h         const WebScriptSource&) OVERRIDE;
OVERRIDE          134 Source/web/WebFrameImpl.h         int extensionGroup, WebVector<v8::Local<v8::Value> >* results) OVERRIDE;
OVERRIDE          139 Source/web/WebFrameImpl.h         v8::Handle<v8::Value> argv[]) OVERRIDE;
OVERRIDE          140 Source/web/WebFrameImpl.h     virtual v8::Local<v8::Context> mainWorldScriptContext() const OVERRIDE;
OVERRIDE          141 Source/web/WebFrameImpl.h     virtual void reload(bool ignoreCache) OVERRIDE;
OVERRIDE          142 Source/web/WebFrameImpl.h     virtual void reloadWithOverrideURL(const WebURL& overrideUrl, bool ignoreCache) OVERRIDE;
OVERRIDE          143 Source/web/WebFrameImpl.h     virtual void loadRequest(const WebURLRequest&) OVERRIDE;
OVERRIDE          144 Source/web/WebFrameImpl.h     virtual void loadHistoryItem(const WebHistoryItem&, WebURLRequest::CachePolicy) OVERRIDE;
OVERRIDE          147 Source/web/WebFrameImpl.h         const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
OVERRIDE          150 Source/web/WebFrameImpl.h         bool replace) OVERRIDE;
OVERRIDE          151 Source/web/WebFrameImpl.h     virtual bool isLoading() const OVERRIDE;
OVERRIDE          152 Source/web/WebFrameImpl.h     virtual void stopLoading() OVERRIDE;
OVERRIDE          153 Source/web/WebFrameImpl.h     virtual WebDataSource* provisionalDataSource() const OVERRIDE;
OVERRIDE          154 Source/web/WebFrameImpl.h     virtual WebDataSource* dataSource() const OVERRIDE;
OVERRIDE          155 Source/web/WebFrameImpl.h     virtual WebHistoryItem previousHistoryItem() const OVERRIDE;
OVERRIDE          156 Source/web/WebFrameImpl.h     virtual WebHistoryItem currentHistoryItem() const OVERRIDE;
OVERRIDE          157 Source/web/WebFrameImpl.h     virtual void enableViewSourceMode(bool enable) OVERRIDE;
OVERRIDE          158 Source/web/WebFrameImpl.h     virtual bool isViewSourceModeEnabled() const OVERRIDE;
OVERRIDE          159 Source/web/WebFrameImpl.h     virtual void setReferrerForRequest(WebURLRequest&, const WebURL& referrer) OVERRIDE;
OVERRIDE          160 Source/web/WebFrameImpl.h     virtual void dispatchWillSendRequest(WebURLRequest&) OVERRIDE;
OVERRIDE          161 Source/web/WebFrameImpl.h     virtual WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) OVERRIDE;
OVERRIDE          162 Source/web/WebFrameImpl.h     virtual unsigned unloadListenerCount() const OVERRIDE;
OVERRIDE          163 Source/web/WebFrameImpl.h     virtual void replaceSelection(const WebString&) OVERRIDE;
OVERRIDE          164 Source/web/WebFrameImpl.h     virtual void insertText(const WebString&) OVERRIDE;
OVERRIDE          165 Source/web/WebFrameImpl.h     virtual void setMarkedText(const WebString&, unsigned location, unsigned length) OVERRIDE;
OVERRIDE          166 Source/web/WebFrameImpl.h     virtual void unmarkText() OVERRIDE;
OVERRIDE          167 Source/web/WebFrameImpl.h     virtual bool hasMarkedText() const OVERRIDE;
OVERRIDE          168 Source/web/WebFrameImpl.h     virtual WebRange markedRange() const OVERRIDE;
OVERRIDE          169 Source/web/WebFrameImpl.h     virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const OVERRIDE;
OVERRIDE          170 Source/web/WebFrameImpl.h     virtual size_t characterIndexForPoint(const WebPoint&) const OVERRIDE;
OVERRIDE          171 Source/web/WebFrameImpl.h     virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) OVERRIDE;
OVERRIDE          172 Source/web/WebFrameImpl.h     virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) OVERRIDE;
OVERRIDE          173 Source/web/WebFrameImpl.h     virtual bool isCommandEnabled(const WebString&) const OVERRIDE;
OVERRIDE          174 Source/web/WebFrameImpl.h     virtual void enableContinuousSpellChecking(bool) OVERRIDE;
OVERRIDE          175 Source/web/WebFrameImpl.h     virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
OVERRIDE          176 Source/web/WebFrameImpl.h     virtual void requestTextChecking(const WebElement&) OVERRIDE;
OVERRIDE          177 Source/web/WebFrameImpl.h     virtual void replaceMisspelledRange(const WebString&) OVERRIDE;
OVERRIDE          178 Source/web/WebFrameImpl.h     virtual void removeSpellingMarkers() OVERRIDE;
OVERRIDE          179 Source/web/WebFrameImpl.h     virtual bool hasSelection() const OVERRIDE;
OVERRIDE          180 Source/web/WebFrameImpl.h     virtual WebRange selectionRange() const OVERRIDE;
OVERRIDE          181 Source/web/WebFrameImpl.h     virtual WebString selectionAsText() const OVERRIDE;
OVERRIDE          182 Source/web/WebFrameImpl.h     virtual WebString selectionAsMarkup() const OVERRIDE;
OVERRIDE          183 Source/web/WebFrameImpl.h     virtual bool selectWordAroundCaret() OVERRIDE;
OVERRIDE          184 Source/web/WebFrameImpl.h     virtual void selectRange(const WebPoint& base, const WebPoint& extent) OVERRIDE;
OVERRIDE          185 Source/web/WebFrameImpl.h     virtual void selectRange(const WebRange&) OVERRIDE;
OVERRIDE          186 Source/web/WebFrameImpl.h     virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
OVERRIDE          187 Source/web/WebFrameImpl.h     virtual void moveCaretSelection(const WebPoint&) OVERRIDE;
OVERRIDE          188 Source/web/WebFrameImpl.h     virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE;
OVERRIDE          189 Source/web/WebFrameImpl.h     virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) OVERRIDE;
OVERRIDE          190 Source/web/WebFrameImpl.h     virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
OVERRIDE          191 Source/web/WebFrameImpl.h     virtual void setCaretVisible(bool) OVERRIDE;
OVERRIDE          192 Source/web/WebFrameImpl.h     virtual int printBegin(const WebPrintParams&, const WebNode& constrainToNode) OVERRIDE;
OVERRIDE          193 Source/web/WebFrameImpl.h     virtual float printPage(int pageToPrint, WebCanvas*) OVERRIDE;
OVERRIDE          194 Source/web/WebFrameImpl.h     virtual float getPrintPageShrink(int page) OVERRIDE;
OVERRIDE          195 Source/web/WebFrameImpl.h     virtual void printEnd() OVERRIDE;
OVERRIDE          196 Source/web/WebFrameImpl.h     virtual bool isPrintScalingDisabledForPlugin(const WebNode&) OVERRIDE;
OVERRIDE          197 Source/web/WebFrameImpl.h     virtual bool hasCustomPageSizeStyle(int pageIndex) OVERRIDE;
OVERRIDE          198 Source/web/WebFrameImpl.h     virtual bool isPageBoxVisible(int pageIndex) OVERRIDE;
OVERRIDE          204 Source/web/WebFrameImpl.h                                             int& marginLeft) OVERRIDE;
OVERRIDE          205 Source/web/WebFrameImpl.h     virtual WebString pageProperty(const WebString& propertyName, int pageIndex) OVERRIDE;
OVERRIDE          206 Source/web/WebFrameImpl.h     virtual void printPagesWithBoundaries(WebCanvas*, const WebSize&) OVERRIDE;
OVERRIDE          209 Source/web/WebFrameImpl.h         bool wrapWithinFrame, WebRect* selectionRect) OVERRIDE;
OVERRIDE          210 Source/web/WebFrameImpl.h     virtual void stopFinding(bool clearSelection) OVERRIDE;
OVERRIDE          213 Source/web/WebFrameImpl.h         bool reset) OVERRIDE;
OVERRIDE          214 Source/web/WebFrameImpl.h     virtual void cancelPendingScopingEffort() OVERRIDE;
OVERRIDE          215 Source/web/WebFrameImpl.h     virtual void increaseMatchCount(int count, int identifier) OVERRIDE;
OVERRIDE          216 Source/web/WebFrameImpl.h     virtual void resetMatchCount() OVERRIDE;
OVERRIDE          217 Source/web/WebFrameImpl.h     virtual int findMatchMarkersVersion() const OVERRIDE;
OVERRIDE          218 Source/web/WebFrameImpl.h     virtual WebFloatRect activeFindMatchRect() OVERRIDE;
OVERRIDE          219 Source/web/WebFrameImpl.h     virtual void findMatchRects(WebVector<WebFloatRect>&) OVERRIDE;
OVERRIDE          220 Source/web/WebFrameImpl.h     virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) OVERRIDE;
OVERRIDE          221 Source/web/WebFrameImpl.h     virtual void setTickmarks(const WebVector<WebRect>&) OVERRIDE;
OVERRIDE          223 Source/web/WebFrameImpl.h     virtual void sendOrientationChangeEvent(int orientation) OVERRIDE;
OVERRIDE          227 Source/web/WebFrameImpl.h         const WebDOMEvent&) OVERRIDE;
OVERRIDE          229 Source/web/WebFrameImpl.h     virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
OVERRIDE          230 Source/web/WebFrameImpl.h     virtual WebString contentAsMarkup() const OVERRIDE;
OVERRIDE          231 Source/web/WebFrameImpl.h     virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const OVERRIDE;
OVERRIDE          232 Source/web/WebFrameImpl.h     virtual WebString markerTextForListItem(const WebElement&) const OVERRIDE;
OVERRIDE          233 Source/web/WebFrameImpl.h     virtual WebRect selectionBoundsRect() const OVERRIDE;
OVERRIDE          235 Source/web/WebFrameImpl.h     virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE;
OVERRIDE          236 Source/web/WebFrameImpl.h     virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
OVERRIDE          296 Source/web/WebFrameImpl.h     virtual void setCanHaveScrollbars(bool) OVERRIDE;
OVERRIDE           59 Source/web/WebHelperPluginImpl.h     virtual WebPlugin* getPlugin() OVERRIDE;
OVERRIDE           60 Source/web/WebHelperPluginImpl.h     virtual void destroy() OVERRIDE;
OVERRIDE           71 Source/web/WebMediaPlayerClientImpl.h     virtual void networkStateChanged() OVERRIDE;
OVERRIDE           72 Source/web/WebMediaPlayerClientImpl.h     virtual void readyStateChanged() OVERRIDE;
OVERRIDE           73 Source/web/WebMediaPlayerClientImpl.h     virtual void timeChanged() OVERRIDE;
OVERRIDE           74 Source/web/WebMediaPlayerClientImpl.h     virtual void repaint() OVERRIDE;
OVERRIDE           75 Source/web/WebMediaPlayerClientImpl.h     virtual void durationChanged() OVERRIDE;
OVERRIDE           76 Source/web/WebMediaPlayerClientImpl.h     virtual void sizeChanged() OVERRIDE;
OVERRIDE           77 Source/web/WebMediaPlayerClientImpl.h     virtual void setOpaque(bool) OVERRIDE;
OVERRIDE           78 Source/web/WebMediaPlayerClientImpl.h     virtual double volume() const OVERRIDE;
OVERRIDE           79 Source/web/WebMediaPlayerClientImpl.h     virtual void playbackStateChanged() OVERRIDE;
OVERRIDE           80 Source/web/WebMediaPlayerClientImpl.h     virtual WebMediaPlayer::Preload preload() const OVERRIDE;
OVERRIDE           83 Source/web/WebMediaPlayerClientImpl.h     virtual void keyAdded(const WebString& keySystem, const WebString& sessionId) OVERRIDE;
OVERRIDE           84 Source/web/WebMediaPlayerClientImpl.h     virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) OVERRIDE;
OVERRIDE           85 Source/web/WebMediaPlayerClientImpl.h     virtual void keyMessage(const WebString& keySystem, const WebString& sessionId, const unsigned char* message, unsigned messageLength, const WebURL& defaultURL) OVERRIDE;
OVERRIDE           86 Source/web/WebMediaPlayerClientImpl.h     virtual void keyNeeded(const WebString& contentType, const unsigned char* initData, unsigned initDataLength) OVERRIDE;
OVERRIDE           88 Source/web/WebMediaPlayerClientImpl.h     virtual void setWebLayer(WebLayer*) OVERRIDE;
OVERRIDE           89 Source/web/WebMediaPlayerClientImpl.h     virtual void addTextTrack(WebInbandTextTrack*) OVERRIDE;
OVERRIDE           90 Source/web/WebMediaPlayerClientImpl.h     virtual void removeTextTrack(WebInbandTextTrack*) OVERRIDE;
OVERRIDE           91 Source/web/WebMediaPlayerClientImpl.h     virtual void mediaSourceOpened(WebMediaSource*) OVERRIDE;
OVERRIDE           92 Source/web/WebMediaPlayerClientImpl.h     virtual void requestFullscreen() OVERRIDE;
OVERRIDE           93 Source/web/WebMediaPlayerClientImpl.h     virtual void requestSeek(double) OVERRIDE;
OVERRIDE           96 Source/web/WebMediaPlayerClientImpl.h     virtual WebMediaPlayer* webMediaPlayer() const OVERRIDE;
OVERRIDE           97 Source/web/WebMediaPlayerClientImpl.h     virtual void load(WebMediaPlayer::LoadType, const WTF::String& url, WebMediaPlayer::CORSMode) OVERRIDE;
OVERRIDE           98 Source/web/WebMediaPlayerClientImpl.h     virtual void play() OVERRIDE;
OVERRIDE           99 Source/web/WebMediaPlayerClientImpl.h     virtual void pause() OVERRIDE;
OVERRIDE          100 Source/web/WebMediaPlayerClientImpl.h     virtual bool supportsSave() const OVERRIDE;
OVERRIDE          101 Source/web/WebMediaPlayerClientImpl.h     virtual WebCore::IntSize naturalSize() const OVERRIDE;
OVERRIDE          102 Source/web/WebMediaPlayerClientImpl.h     virtual bool hasVideo() const OVERRIDE;
OVERRIDE          103 Source/web/WebMediaPlayerClientImpl.h     virtual bool hasAudio() const OVERRIDE;
OVERRIDE          104 Source/web/WebMediaPlayerClientImpl.h     virtual double duration() const OVERRIDE;
OVERRIDE          105 Source/web/WebMediaPlayerClientImpl.h     virtual double currentTime() const OVERRIDE;
OVERRIDE          106 Source/web/WebMediaPlayerClientImpl.h     virtual void seek(double time) OVERRIDE;
OVERRIDE          107 Source/web/WebMediaPlayerClientImpl.h     virtual bool seeking() const OVERRIDE;
OVERRIDE          108 Source/web/WebMediaPlayerClientImpl.h     virtual double rate() const OVERRIDE;
OVERRIDE          109 Source/web/WebMediaPlayerClientImpl.h     virtual void setRate(double) OVERRIDE;
OVERRIDE          110 Source/web/WebMediaPlayerClientImpl.h     virtual bool paused() const OVERRIDE;
OVERRIDE          111 Source/web/WebMediaPlayerClientImpl.h     virtual void setPoster(const WebCore::KURL&) OVERRIDE;
OVERRIDE          112 Source/web/WebMediaPlayerClientImpl.h     virtual WebCore::MediaPlayer::NetworkState networkState() const OVERRIDE;
OVERRIDE          113 Source/web/WebMediaPlayerClientImpl.h     virtual WebCore::MediaPlayer::ReadyState readyState() const OVERRIDE;
OVERRIDE          114 Source/web/WebMediaPlayerClientImpl.h     virtual double maxTimeSeekable() const OVERRIDE;
OVERRIDE          115 Source/web/WebMediaPlayerClientImpl.h     virtual WTF::PassRefPtr<WebCore::TimeRanges> buffered() const OVERRIDE;
OVERRIDE          116 Source/web/WebMediaPlayerClientImpl.h     virtual bool didLoadingProgress() const OVERRIDE;
OVERRIDE          117 Source/web/WebMediaPlayerClientImpl.h     virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&) OVERRIDE;
OVERRIDE          118 Source/web/WebMediaPlayerClientImpl.h     virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) OVERRIDE;
OVERRIDE          119 Source/web/WebMediaPlayerClientImpl.h     virtual void setPreload(WebCore::MediaPlayer::Preload) OVERRIDE;
OVERRIDE          120 Source/web/WebMediaPlayerClientImpl.h     virtual bool hasSingleSecurityOrigin() const OVERRIDE;
OVERRIDE          121 Source/web/WebMediaPlayerClientImpl.h     virtual bool didPassCORSAccessCheck() const OVERRIDE;
OVERRIDE          122 Source/web/WebMediaPlayerClientImpl.h     virtual double mediaTimeForTimeValue(double timeValue) const OVERRIDE;
OVERRIDE          123 Source/web/WebMediaPlayerClientImpl.h     virtual unsigned decodedFrameCount() const OVERRIDE;
OVERRIDE          124 Source/web/WebMediaPlayerClientImpl.h     virtual unsigned droppedFrameCount() const OVERRIDE;
OVERRIDE          125 Source/web/WebMediaPlayerClientImpl.h     virtual unsigned corruptedFrameCount() const OVERRIDE;
OVERRIDE          126 Source/web/WebMediaPlayerClientImpl.h     virtual unsigned audioDecodedByteCount() const OVERRIDE;
OVERRIDE          127 Source/web/WebMediaPlayerClientImpl.h     virtual unsigned videoDecodedByteCount() const OVERRIDE;
OVERRIDE          128 Source/web/WebMediaPlayerClientImpl.h     virtual void showFullscreenOverlay() OVERRIDE;
OVERRIDE          129 Source/web/WebMediaPlayerClientImpl.h     virtual void hideFullscreenOverlay() OVERRIDE;
OVERRIDE          130 Source/web/WebMediaPlayerClientImpl.h     virtual bool canShowFullscreenOverlay() const OVERRIDE;
OVERRIDE          133 Source/web/WebMediaPlayerClientImpl.h     virtual WebCore::AudioSourceProvider* audioSourceProvider() OVERRIDE;
OVERRIDE          169 Source/web/WebMediaPlayerClientImpl.h         virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
OVERRIDE          191 Source/web/WebMediaPlayerClientImpl.h         virtual void setClient(WebCore::AudioSourceProviderClient*) OVERRIDE;
OVERRIDE          192 Source/web/WebMediaPlayerClientImpl.h         virtual void provideInput(WebCore::AudioBus*, size_t framesToProcess) OVERRIDE;
OVERRIDE           70 Source/web/WebPagePopupImpl.cpp     virtual void closeWindowSoon() OVERRIDE
OVERRIDE           75 Source/web/WebPagePopupImpl.cpp     virtual FloatRect windowRect() OVERRIDE
OVERRIDE           80 Source/web/WebPagePopupImpl.cpp     virtual void setWindowRect(const FloatRect& rect) OVERRIDE
OVERRIDE           86 Source/web/WebPagePopupImpl.cpp     virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&, const String&) OVERRIDE
OVERRIDE           93 Source/web/WebPagePopupImpl.cpp     virtual void invalidateContentsAndRootView(const IntRect& paintRect) OVERRIDE
OVERRIDE          100 Source/web/WebPagePopupImpl.cpp     virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE
OVERRIDE          105 Source/web/WebPagePopupImpl.cpp     virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE
OVERRIDE          110 Source/web/WebPagePopupImpl.cpp     virtual void scheduleAnimation() OVERRIDE
OVERRIDE          115 Source/web/WebPagePopupImpl.cpp     virtual WebScreenInfo screenInfo() const OVERRIDE
OVERRIDE          120 Source/web/WebPagePopupImpl.cpp     virtual void* webView() const OVERRIDE
OVERRIDE          125 Source/web/WebPagePopupImpl.cpp     virtual FloatSize minimumWindowSize() const OVERRIDE
OVERRIDE          130 Source/web/WebPagePopupImpl.cpp     virtual void setCursor(const WebCore::Cursor& cursor) OVERRIDE
OVERRIDE          136 Source/web/WebPagePopupImpl.cpp     virtual void needTouchEvents(bool needsTouchEvents) OVERRIDE
OVERRIDE          141 Source/web/WebPagePopupImpl.cpp     virtual GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE
OVERRIDE          146 Source/web/WebPagePopupImpl.cpp     virtual void attachRootGraphicsLayer(GraphicsLayer* graphicsLayer) OVERRIDE
OVERRIDE          155 Source/web/WebPagePopupImpl.cpp     virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
OVERRIDE           72 Source/web/WebPagePopupImpl.h     virtual WebSize size() OVERRIDE;
OVERRIDE           73 Source/web/WebPagePopupImpl.h     virtual void animate(double) OVERRIDE;
OVERRIDE           74 Source/web/WebPagePopupImpl.h     virtual void layout() OVERRIDE;
OVERRIDE           75 Source/web/WebPagePopupImpl.h     virtual void enterForceCompositingMode(bool enter) OVERRIDE;
OVERRIDE           76 Source/web/WebPagePopupImpl.h     virtual void didExitCompositingMode() OVERRIDE;
OVERRIDE           77 Source/web/WebPagePopupImpl.h     virtual void willCloseLayerTreeView() OVERRIDE;
OVERRIDE           78 Source/web/WebPagePopupImpl.h     virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
OVERRIDE           79 Source/web/WebPagePopupImpl.h     virtual void resize(const WebSize&) OVERRIDE;
OVERRIDE           80 Source/web/WebPagePopupImpl.h     virtual void close() OVERRIDE;
OVERRIDE           81 Source/web/WebPagePopupImpl.h     virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
OVERRIDE           82 Source/web/WebPagePopupImpl.h     virtual void setFocus(bool) OVERRIDE;
OVERRIDE           83 Source/web/WebPagePopupImpl.h     virtual bool isPagePopup() const OVERRIDE { return true; }
OVERRIDE           86 Source/web/WebPagePopupImpl.h     virtual bool handleKeyEvent(const WebKeyboardEvent&) OVERRIDE;
OVERRIDE           87 Source/web/WebPagePopupImpl.h     virtual bool handleCharEvent(const WebKeyboardEvent&) OVERRIDE;
OVERRIDE           88 Source/web/WebPagePopupImpl.h     virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
OVERRIDE           76 Source/web/WebPluginContainerImpl.h     virtual WebLayer* platformLayer() const OVERRIDE;
OVERRIDE           77 Source/web/WebPluginContainerImpl.h     virtual NPObject* scriptableObject() OVERRIDE;
OVERRIDE           78 Source/web/WebPluginContainerImpl.h     virtual bool getFormValue(String&) OVERRIDE;
OVERRIDE           79 Source/web/WebPluginContainerImpl.h     virtual bool supportsKeyboardFocus() const OVERRIDE;
OVERRIDE           80 Source/web/WebPluginContainerImpl.h     virtual bool supportsInputMethod() const OVERRIDE;
OVERRIDE           81 Source/web/WebPluginContainerImpl.h     virtual bool canProcessDrag() const OVERRIDE;
OVERRIDE           82 Source/web/WebPluginContainerImpl.h     virtual bool wantsWheelEvents() OVERRIDE;
OVERRIDE           85 Source/web/WebPluginContainerImpl.h     virtual void setFrameRect(const WebCore::IntRect&) OVERRIDE;
OVERRIDE           86 Source/web/WebPluginContainerImpl.h     virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&) OVERRIDE;
OVERRIDE           87 Source/web/WebPluginContainerImpl.h     virtual void invalidateRect(const WebCore::IntRect&) OVERRIDE;
OVERRIDE           88 Source/web/WebPluginContainerImpl.h     virtual void setFocus(bool) OVERRIDE;
OVERRIDE           89 Source/web/WebPluginContainerImpl.h     virtual void show() OVERRIDE;
OVERRIDE           90 Source/web/WebPluginContainerImpl.h     virtual void hide() OVERRIDE;
OVERRIDE           91 Source/web/WebPluginContainerImpl.h     virtual void handleEvent(WebCore::Event*) OVERRIDE;
OVERRIDE           92 Source/web/WebPluginContainerImpl.h     virtual void frameRectsChanged() OVERRIDE;
OVERRIDE           93 Source/web/WebPluginContainerImpl.h     virtual void setParentVisible(bool) OVERRIDE;
OVERRIDE           94 Source/web/WebPluginContainerImpl.h     virtual void setParent(WebCore::Widget*) OVERRIDE;
OVERRIDE           95 Source/web/WebPluginContainerImpl.h     virtual void widgetPositionsUpdated() OVERRIDE;
OVERRIDE           96 Source/web/WebPluginContainerImpl.h     virtual bool isPluginContainer() const OVERRIDE { return true; }
OVERRIDE           97 Source/web/WebPluginContainerImpl.h     virtual void eventListenersRemoved() OVERRIDE;
OVERRIDE           98 Source/web/WebPluginContainerImpl.h     virtual bool pluginShouldPersist() const OVERRIDE;
OVERRIDE          101 Source/web/WebPluginContainerImpl.h     virtual WebElement element() OVERRIDE;
OVERRIDE          102 Source/web/WebPluginContainerImpl.h     virtual void invalidate() OVERRIDE;
OVERRIDE          103 Source/web/WebPluginContainerImpl.h     virtual void invalidateRect(const WebRect&) OVERRIDE;
OVERRIDE          104 Source/web/WebPluginContainerImpl.h     virtual void scrollRect(int dx, int dy, const WebRect&) OVERRIDE;
OVERRIDE          105 Source/web/WebPluginContainerImpl.h     virtual void reportGeometry() OVERRIDE;
OVERRIDE          106 Source/web/WebPluginContainerImpl.h     virtual void allowScriptObjects() OVERRIDE;
OVERRIDE          107 Source/web/WebPluginContainerImpl.h     virtual void clearScriptObjects() OVERRIDE;
OVERRIDE          108 Source/web/WebPluginContainerImpl.h     virtual NPObject* scriptableObjectForElement() OVERRIDE;
OVERRIDE          109 Source/web/WebPluginContainerImpl.h     virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) OVERRIDE;
OVERRIDE          110 Source/web/WebPluginContainerImpl.h     virtual void loadFrameRequest(const WebURLRequest&, const WebString& target, bool notifyNeeded, void* notifyData) OVERRIDE;
OVERRIDE          111 Source/web/WebPluginContainerImpl.h     virtual void zoomLevelChanged(double zoomLevel) OVERRIDE;
OVERRIDE          112 Source/web/WebPluginContainerImpl.h     virtual bool isRectTopmost(const WebRect&) OVERRIDE;
OVERRIDE          113 Source/web/WebPluginContainerImpl.h     virtual void requestTouchEventType(TouchEventRequestType) OVERRIDE;
OVERRIDE          114 Source/web/WebPluginContainerImpl.h     virtual void setWantsWheelEvents(bool) OVERRIDE;
OVERRIDE          115 Source/web/WebPluginContainerImpl.h     virtual WebPoint windowToLocalPoint(const WebPoint&) OVERRIDE;
OVERRIDE          116 Source/web/WebPluginContainerImpl.h     virtual WebPoint localToWindowPoint(const WebPoint&) OVERRIDE;
OVERRIDE          119 Source/web/WebPluginContainerImpl.h     virtual WebPlugin* plugin() OVERRIDE { return m_webPlugin; }
OVERRIDE          120 Source/web/WebPluginContainerImpl.h     virtual void setPlugin(WebPlugin*) OVERRIDE;
OVERRIDE          122 Source/web/WebPluginContainerImpl.h     virtual float deviceScaleFactor() OVERRIDE;
OVERRIDE          123 Source/web/WebPluginContainerImpl.h     virtual float pageScaleFactor() OVERRIDE;
OVERRIDE          124 Source/web/WebPluginContainerImpl.h     virtual float pageZoomFactor() OVERRIDE;
OVERRIDE          151 Source/web/WebPluginContainerImpl.h     virtual void didReceiveResponse(const WebCore::ResourceResponse&) OVERRIDE;
OVERRIDE          152 Source/web/WebPluginContainerImpl.h     virtual void didReceiveData(const char *data, int dataLength) OVERRIDE;
OVERRIDE          153 Source/web/WebPluginContainerImpl.h     virtual void didFinishLoading() OVERRIDE;
OVERRIDE          154 Source/web/WebPluginContainerImpl.h     virtual void didFailLoading(const WebCore::ResourceError&) OVERRIDE;
OVERRIDE           59 Source/web/WebPluginScrollbarImpl.h     virtual bool isOverlay() const OVERRIDE;
OVERRIDE           60 Source/web/WebPluginScrollbarImpl.h     virtual int value() const OVERRIDE;
OVERRIDE           61 Source/web/WebPluginScrollbarImpl.h     virtual WebPoint location() const OVERRIDE;
OVERRIDE           62 Source/web/WebPluginScrollbarImpl.h     virtual WebSize size() const OVERRIDE;
OVERRIDE           63 Source/web/WebPluginScrollbarImpl.h     virtual bool enabled() const OVERRIDE;
OVERRIDE           64 Source/web/WebPluginScrollbarImpl.h     virtual int maximum() const OVERRIDE;
OVERRIDE           65 Source/web/WebPluginScrollbarImpl.h     virtual int totalSize() const OVERRIDE;
OVERRIDE           66 Source/web/WebPluginScrollbarImpl.h     virtual bool isScrollViewScrollbar() const OVERRIDE;
OVERRIDE           67 Source/web/WebPluginScrollbarImpl.h     virtual bool isScrollableAreaActive() const OVERRIDE;
OVERRIDE           68 Source/web/WebPluginScrollbarImpl.h     virtual void getTickmarks(WebVector<WebRect>& tickmarks) const OVERRIDE;
OVERRIDE           69 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::ScrollbarControlSize controlSize() const OVERRIDE;
OVERRIDE           70 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::ScrollbarPart pressedPart() const OVERRIDE;
OVERRIDE           71 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::ScrollbarPart hoveredPart() const OVERRIDE;
OVERRIDE           72 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
OVERRIDE           73 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::Orientation orientation() const OVERRIDE;
OVERRIDE           74 Source/web/WebPluginScrollbarImpl.h     virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
OVERRIDE           75 Source/web/WebPluginScrollbarImpl.h     virtual bool isCustomScrollbar() const OVERRIDE;
OVERRIDE           78 Source/web/WebPluginScrollbarImpl.h     virtual void setLocation(const WebRect&) OVERRIDE;
OVERRIDE           79 Source/web/WebPluginScrollbarImpl.h     virtual void setValue(int position) OVERRIDE;
OVERRIDE           80 Source/web/WebPluginScrollbarImpl.h     virtual void setDocumentSize(int) OVERRIDE;
OVERRIDE           81 Source/web/WebPluginScrollbarImpl.h     virtual void scroll(ScrollDirection, ScrollGranularity, float multiplier) OVERRIDE;
OVERRIDE           82 Source/web/WebPluginScrollbarImpl.h     virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
OVERRIDE           83 Source/web/WebPluginScrollbarImpl.h     virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
OVERRIDE           84 Source/web/WebPluginScrollbarImpl.h     virtual bool isAlphaLocked() const OVERRIDE;
OVERRIDE           85 Source/web/WebPluginScrollbarImpl.h     virtual void setIsAlphaLocked(bool) OVERRIDE;
OVERRIDE           67 Source/web/WebPopupMenuImpl.h     virtual void close() OVERRIDE FINAL;
OVERRIDE           68 Source/web/WebPopupMenuImpl.h     virtual WebSize size() OVERRIDE FINAL { return m_size; }
OVERRIDE           69 Source/web/WebPopupMenuImpl.h     virtual void willStartLiveResize() OVERRIDE FINAL;
OVERRIDE           70 Source/web/WebPopupMenuImpl.h     virtual void resize(const WebSize&) OVERRIDE FINAL;
OVERRIDE           71 Source/web/WebPopupMenuImpl.h     virtual void willEndLiveResize() OVERRIDE FINAL;
OVERRIDE           72 Source/web/WebPopupMenuImpl.h     virtual void animate(double frameBeginTime) OVERRIDE FINAL;
OVERRIDE           73 Source/web/WebPopupMenuImpl.h     virtual void layout() OVERRIDE FINAL;
OVERRIDE           74 Source/web/WebPopupMenuImpl.h     virtual void enterForceCompositingMode(bool enable) OVERRIDE FINAL;
OVERRIDE           75 Source/web/WebPopupMenuImpl.h     virtual void didExitCompositingMode() OVERRIDE FINAL;
OVERRIDE           76 Source/web/WebPopupMenuImpl.h     virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE FINAL;
OVERRIDE           77 Source/web/WebPopupMenuImpl.h     virtual void themeChanged() OVERRIDE FINAL;
OVERRIDE           78 Source/web/WebPopupMenuImpl.h     virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE FINAL;
OVERRIDE           79 Source/web/WebPopupMenuImpl.h     virtual void mouseCaptureLost() OVERRIDE FINAL;
OVERRIDE           80 Source/web/WebPopupMenuImpl.h     virtual void setFocus(bool enable) OVERRIDE FINAL;
OVERRIDE           84 Source/web/WebPopupMenuImpl.h         int selectionStart, int selectionEnd) OVERRIDE FINAL;
OVERRIDE           85 Source/web/WebPopupMenuImpl.h     virtual bool confirmComposition() OVERRIDE FINAL;
OVERRIDE           86 Source/web/WebPopupMenuImpl.h     virtual bool confirmComposition(ConfirmCompositionBehavior selectionBehavior) OVERRIDE FINAL;
OVERRIDE           87 Source/web/WebPopupMenuImpl.h     virtual bool confirmComposition(const WebString& text) OVERRIDE FINAL;
OVERRIDE           88 Source/web/WebPopupMenuImpl.h     virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE FINAL;
OVERRIDE           89 Source/web/WebPopupMenuImpl.h     virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE FINAL;
OVERRIDE           90 Source/web/WebPopupMenuImpl.h     virtual void setTextDirection(WebTextDirection) OVERRIDE FINAL;
OVERRIDE           91 Source/web/WebPopupMenuImpl.h     virtual bool isAcceleratedCompositingActive() const OVERRIDE FINAL { return false; }
OVERRIDE           92 Source/web/WebPopupMenuImpl.h     virtual bool isPopupMenu() const OVERRIDE FINAL { return true; }
OVERRIDE           93 Source/web/WebPopupMenuImpl.h     virtual void willCloseLayerTreeView() OVERRIDE FINAL;
OVERRIDE           96 Source/web/WebPopupMenuImpl.h     virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebFloatRect& opaque) OVERRIDE FINAL;
OVERRIDE          121 Source/web/WebPopupMenuImpl.h     virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE FINAL;
OVERRIDE          122 Source/web/WebPopupMenuImpl.h     virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE FINAL;
OVERRIDE          123 Source/web/WebPopupMenuImpl.h     virtual void scheduleAnimation() OVERRIDE FINAL;
OVERRIDE          126 Source/web/WebPopupMenuImpl.h         const WebCore::IntRect& clipRect) OVERRIDE FINAL;
OVERRIDE          127 Source/web/WebPopupMenuImpl.h     virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE FINAL;
OVERRIDE          128 Source/web/WebPopupMenuImpl.h     virtual WebScreenInfo screenInfo() const OVERRIDE FINAL;
OVERRIDE          131 Source/web/WebPopupMenuImpl.h     virtual void popupClosed(WebCore::FramelessScrollView*) OVERRIDE FINAL;
OVERRIDE           48 Source/web/WebSettingsImpl.h     virtual bool mainFrameResizesAreOrientationChanges() const OVERRIDE;
OVERRIDE           49 Source/web/WebSettingsImpl.h     virtual bool shrinksViewportContentToFit() const OVERRIDE;
OVERRIDE           50 Source/web/WebSettingsImpl.h     virtual bool scrollAnimatorEnabled() const OVERRIDE;
OVERRIDE           51 Source/web/WebSettingsImpl.h     virtual bool touchEditingEnabled() const OVERRIDE;
OVERRIDE           52 Source/web/WebSettingsImpl.h     virtual bool viewportEnabled() const OVERRIDE;
OVERRIDE           53 Source/web/WebSettingsImpl.h     virtual bool viewportMetaEnabled() const OVERRIDE;
OVERRIDE           54 Source/web/WebSettingsImpl.h     virtual void setAccelerated2dCanvasEnabled(bool) OVERRIDE;
OVERRIDE           55 Source/web/WebSettingsImpl.h     virtual void setAccelerated2dCanvasMSAASampleCount(int) OVERRIDE;
OVERRIDE           56 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingEnabled(bool) OVERRIDE;
OVERRIDE           57 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingFor3DTransformsEnabled(bool) OVERRIDE;
OVERRIDE           58 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForAnimationEnabled(bool) OVERRIDE;
OVERRIDE           59 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForCanvasEnabled(bool) OVERRIDE;
OVERRIDE           60 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForFiltersEnabled(bool) OVERRIDE;
OVERRIDE           61 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForFixedPositionEnabled(bool) OVERRIDE;
OVERRIDE           62 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForOverflowScrollEnabled(bool) OVERRIDE;
OVERRIDE           63 Source/web/WebSettingsImpl.h     virtual void setCompositorDrivenAcceleratedScrollingEnabled(bool) OVERRIDE;
OVERRIDE           64 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForFixedRootBackgroundEnabled(bool) OVERRIDE;
OVERRIDE           65 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForGpuRasterizationHintEnabled(bool) OVERRIDE;
OVERRIDE           66 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForPluginsEnabled(bool) OVERRIDE;
OVERRIDE           67 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForScrollableFramesEnabled(bool) OVERRIDE;
OVERRIDE           68 Source/web/WebSettingsImpl.h     virtual void setAcceleratedCompositingForVideoEnabled(bool) OVERRIDE;
OVERRIDE           69 Source/web/WebSettingsImpl.h     virtual void setAllowDisplayOfInsecureContent(bool) OVERRIDE;
OVERRIDE           70 Source/web/WebSettingsImpl.h     virtual void setAllowFileAccessFromFileURLs(bool) OVERRIDE;
OVERRIDE           71 Source/web/WebSettingsImpl.h     virtual void setAllowCustomScrollbarInMainFrame(bool) OVERRIDE;
OVERRIDE           72 Source/web/WebSettingsImpl.h     virtual void setAllowRunningOfInsecureContent(bool) OVERRIDE;
OVERRIDE           73 Source/web/WebSettingsImpl.h     virtual void setAllowScriptsToCloseWindows(bool) OVERRIDE;
OVERRIDE           74 Source/web/WebSettingsImpl.h     virtual void setAllowUniversalAccessFromFileURLs(bool) OVERRIDE;
OVERRIDE           75 Source/web/WebSettingsImpl.h     virtual void setAntialiased2dCanvasEnabled(bool) OVERRIDE;
OVERRIDE           76 Source/web/WebSettingsImpl.h     virtual void setAsynchronousSpellCheckingEnabled(bool) OVERRIDE;
OVERRIDE           77 Source/web/WebSettingsImpl.h     virtual void setAutoZoomFocusedNodeToLegibleScale(bool) OVERRIDE;
OVERRIDE           78 Source/web/WebSettingsImpl.h     virtual void setCaretBrowsingEnabled(bool) OVERRIDE;
OVERRIDE           79 Source/web/WebSettingsImpl.h     virtual void setClobberUserAgentInitialScaleQuirk(bool) OVERRIDE;
OVERRIDE           80 Source/web/WebSettingsImpl.h     virtual void setCompositedScrollingForFramesEnabled(bool) OVERRIDE;
OVERRIDE           81 Source/web/WebSettingsImpl.h     virtual void setCompositorTouchHitTesting(bool) OVERRIDE;
OVERRIDE           82 Source/web/WebSettingsImpl.h     virtual void setContainerCullingEnabled(bool) OVERRIDE;
OVERRIDE           83 Source/web/WebSettingsImpl.h     virtual void setCookieEnabled(bool) OVERRIDE;
OVERRIDE           84 Source/web/WebSettingsImpl.h     virtual void setNavigateOnDragDrop(bool) OVERRIDE;
OVERRIDE           85 Source/web/WebSettingsImpl.h     virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE           86 Source/web/WebSettingsImpl.h     virtual void setDNSPrefetchingEnabled(bool) OVERRIDE;
OVERRIDE           87 Source/web/WebSettingsImpl.h     virtual void setDOMPasteAllowed(bool) OVERRIDE;
OVERRIDE           88 Source/web/WebSettingsImpl.h     virtual void setDefaultFixedFontSize(int) OVERRIDE;
OVERRIDE           89 Source/web/WebSettingsImpl.h     virtual void setDefaultFontSize(int) OVERRIDE;
OVERRIDE           90 Source/web/WebSettingsImpl.h     virtual void setDefaultTextEncodingName(const WebString&) OVERRIDE;
OVERRIDE           91 Source/web/WebSettingsImpl.h     virtual void setDefaultVideoPosterURL(const WebString&) OVERRIDE;
OVERRIDE           92 Source/web/WebSettingsImpl.h     virtual void setDeferredFiltersEnabled(bool) OVERRIDE;
OVERRIDE           93 Source/web/WebSettingsImpl.h     virtual void setDeferredImageDecodingEnabled(bool) OVERRIDE;
OVERRIDE           94 Source/web/WebSettingsImpl.h     virtual void setDeviceScaleAdjustment(float) OVERRIDE;
OVERRIDE           95 Source/web/WebSettingsImpl.h     virtual void setDeviceSupportsMouse(bool) OVERRIDE;
OVERRIDE           96 Source/web/WebSettingsImpl.h     virtual void setDeviceSupportsTouch(bool) OVERRIDE;
OVERRIDE           97 Source/web/WebSettingsImpl.h     virtual void setDoubleTapToZoomEnabled(bool) OVERRIDE;
OVERRIDE           98 Source/web/WebSettingsImpl.h     virtual void setDownloadableBinaryFontsEnabled(bool) OVERRIDE;
OVERRIDE           99 Source/web/WebSettingsImpl.h     virtual void setEditableLinkBehaviorNeverLive() OVERRIDE;
OVERRIDE          100 Source/web/WebSettingsImpl.h     virtual void setEditingBehavior(EditingBehavior) OVERRIDE;
OVERRIDE          101 Source/web/WebSettingsImpl.h     virtual void setEnableScrollAnimator(bool) OVERRIDE;
OVERRIDE          102 Source/web/WebSettingsImpl.h     virtual void setEnableTouchAdjustment(bool) OVERRIDE;
OVERRIDE          103 Source/web/WebSettingsImpl.h     virtual void setRegionBasedColumnsEnabled(bool) OVERRIDE;
OVERRIDE          104 Source/web/WebSettingsImpl.h     virtual void setExperimentalWebGLEnabled(bool) OVERRIDE;
OVERRIDE          105 Source/web/WebSettingsImpl.h     virtual void setExperimentalWebSocketEnabled(bool) OVERRIDE;
OVERRIDE          106 Source/web/WebSettingsImpl.h     virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          107 Source/web/WebSettingsImpl.h     virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          108 Source/web/WebSettingsImpl.h     virtual void setForceCompositingMode(bool) OVERRIDE;
OVERRIDE          109 Source/web/WebSettingsImpl.h     virtual void setGestureTapHighlightEnabled(bool) OVERRIDE;
OVERRIDE          110 Source/web/WebSettingsImpl.h     virtual void setHyperlinkAuditingEnabled(bool) OVERRIDE;
OVERRIDE          111 Source/web/WebSettingsImpl.h     virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) OVERRIDE;
OVERRIDE          112 Source/web/WebSettingsImpl.h     virtual void setImagesEnabled(bool) OVERRIDE;
OVERRIDE          113 Source/web/WebSettingsImpl.h     virtual void setJavaEnabled(bool) OVERRIDE;
OVERRIDE          114 Source/web/WebSettingsImpl.h     virtual void setJavaScriptCanAccessClipboard(bool) OVERRIDE;
OVERRIDE          115 Source/web/WebSettingsImpl.h     virtual void setJavaScriptCanOpenWindowsAutomatically(bool) OVERRIDE;
OVERRIDE          116 Source/web/WebSettingsImpl.h     virtual void setJavaScriptEnabled(bool) OVERRIDE;
OVERRIDE          117 Source/web/WebSettingsImpl.h     virtual void setLayerSquashingEnabled(bool) OVERRIDE;
OVERRIDE          118 Source/web/WebSettingsImpl.h     virtual void setLoadsImagesAutomatically(bool) OVERRIDE;
OVERRIDE          119 Source/web/WebSettingsImpl.h     virtual void setLoadWithOverviewMode(bool) OVERRIDE;
OVERRIDE          120 Source/web/WebSettingsImpl.h     virtual void setLocalStorageEnabled(bool) OVERRIDE;
OVERRIDE          121 Source/web/WebSettingsImpl.h     virtual void setMainFrameClipsContent(bool) OVERRIDE;
OVERRIDE          122 Source/web/WebSettingsImpl.h     virtual void setMainFrameResizesAreOrientationChanges(bool) OVERRIDE;
OVERRIDE          123 Source/web/WebSettingsImpl.h     virtual void setMaxTouchPoints(int) OVERRIDE;
OVERRIDE          124 Source/web/WebSettingsImpl.h     virtual void setMediaPlaybackRequiresUserGesture(bool) OVERRIDE;
OVERRIDE          125 Source/web/WebSettingsImpl.h     virtual void setMinimumAccelerated2dCanvasSize(int) OVERRIDE;
OVERRIDE          126 Source/web/WebSettingsImpl.h     virtual void setMinimumFontSize(int) OVERRIDE;
OVERRIDE          127 Source/web/WebSettingsImpl.h     virtual void setMinimumLogicalFontSize(int) OVERRIDE;
OVERRIDE          128 Source/web/WebSettingsImpl.h     virtual void setMockScrollbarsEnabled(bool) OVERRIDE;
OVERRIDE          129 Source/web/WebSettingsImpl.h     virtual void setNeedsSiteSpecificQuirks(bool) OVERRIDE;
OVERRIDE          130 Source/web/WebSettingsImpl.h     virtual void setOfflineWebApplicationCacheEnabled(bool) OVERRIDE;
OVERRIDE          131 Source/web/WebSettingsImpl.h     virtual void setOpenGLMultisamplingEnabled(bool) OVERRIDE;
OVERRIDE          132 Source/web/WebSettingsImpl.h     virtual void setPasswordEchoDurationInSeconds(double) OVERRIDE;
OVERRIDE          133 Source/web/WebSettingsImpl.h     virtual void setPasswordEchoEnabled(bool) OVERRIDE;
OVERRIDE          134 Source/web/WebSettingsImpl.h     virtual void setPerTilePaintingEnabled(bool) OVERRIDE;
OVERRIDE          135 Source/web/WebSettingsImpl.h     virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          136 Source/web/WebSettingsImpl.h     virtual void setPinchOverlayScrollbarThickness(int) OVERRIDE;
OVERRIDE          137 Source/web/WebSettingsImpl.h     virtual void setPinchVirtualViewportEnabled(bool) OVERRIDE;
OVERRIDE          138 Source/web/WebSettingsImpl.h     virtual void setPluginsEnabled(bool) OVERRIDE;
OVERRIDE          139 Source/web/WebSettingsImpl.h     virtual void setPrivilegedWebGLExtensionsEnabled(bool) OVERRIDE;
OVERRIDE          140 Source/web/WebSettingsImpl.h     virtual void setRenderVSyncNotificationEnabled(bool) OVERRIDE;
OVERRIDE          141 Source/web/WebSettingsImpl.h     virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) OVERRIDE;
OVERRIDE          142 Source/web/WebSettingsImpl.h     virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          143 Source/web/WebSettingsImpl.h     virtual void setSelectTrailingWhitespaceEnabled(bool OVERRIDE);
OVERRIDE          144 Source/web/WebSettingsImpl.h     virtual void setSelectionIncludesAltImageText(bool) OVERRIDE;
OVERRIDE          145 Source/web/WebSettingsImpl.h     virtual void setSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          146 Source/web/WebSettingsImpl.h     virtual void setShouldPrintBackgrounds(bool) OVERRIDE;
OVERRIDE          147 Source/web/WebSettingsImpl.h     virtual void setShouldClearDocumentBackground(bool) OVERRIDE;
OVERRIDE          148 Source/web/WebSettingsImpl.h     virtual void setShouldRespectImageOrientation(bool) OVERRIDE;
OVERRIDE          149 Source/web/WebSettingsImpl.h     virtual void setShowFPSCounter(bool) OVERRIDE;
OVERRIDE          150 Source/web/WebSettingsImpl.h     virtual void setShowPaintRects(bool) OVERRIDE;
OVERRIDE          151 Source/web/WebSettingsImpl.h     virtual void setShrinksStandaloneImagesToFit(bool) OVERRIDE;
OVERRIDE          152 Source/web/WebSettingsImpl.h     virtual void setShrinksViewportContentToFit(bool) OVERRIDE;
OVERRIDE          153 Source/web/WebSettingsImpl.h     virtual void setSmartInsertDeleteEnabled(bool) OVERRIDE;
OVERRIDE          154 Source/web/WebSettingsImpl.h     virtual void setSpatialNavigationEnabled(bool) OVERRIDE;
OVERRIDE          155 Source/web/WebSettingsImpl.h     virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
OVERRIDE          156 Source/web/WebSettingsImpl.h     virtual void setSupportDeprecatedTargetDensityDPI(bool) OVERRIDE;
OVERRIDE          157 Source/web/WebSettingsImpl.h     virtual void setSupportsMultipleWindows(bool) OVERRIDE;
OVERRIDE          158 Source/web/WebSettingsImpl.h     virtual void setSyncXHRInDocumentsEnabled(bool) OVERRIDE;
OVERRIDE          159 Source/web/WebSettingsImpl.h     virtual void setTextAreasAreResizable(bool) OVERRIDE;
OVERRIDE          160 Source/web/WebSettingsImpl.h     virtual void setTextAutosizingEnabled(bool) OVERRIDE;
OVERRIDE          161 Source/web/WebSettingsImpl.h     virtual void setAccessibilityFontScaleFactor(float) OVERRIDE;
OVERRIDE          162 Source/web/WebSettingsImpl.h     virtual void setTouchDragDropEnabled(bool) OVERRIDE;
OVERRIDE          163 Source/web/WebSettingsImpl.h     virtual void setTouchEditingEnabled(bool) OVERRIDE;
OVERRIDE          164 Source/web/WebSettingsImpl.h     virtual void setThreadedHTMLParser(bool) OVERRIDE;
OVERRIDE          165 Source/web/WebSettingsImpl.h     virtual void setUnifiedTextCheckerEnabled(bool) OVERRIDE;
OVERRIDE          166 Source/web/WebSettingsImpl.h     virtual void setUnsafePluginPastingEnabled(bool) OVERRIDE;
OVERRIDE          167 Source/web/WebSettingsImpl.h     virtual void setUsesEncodingDetector(bool) OVERRIDE;
OVERRIDE          168 Source/web/WebSettingsImpl.h     virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) OVERRIDE;
OVERRIDE          169 Source/web/WebSettingsImpl.h     virtual void setUseSolidColorScrollbars(bool) OVERRIDE;
OVERRIDE          170 Source/web/WebSettingsImpl.h     virtual void setUseWideViewport(bool) OVERRIDE;
OVERRIDE          171 Source/web/WebSettingsImpl.h     virtual void setValidationMessageTimerMagnification(int) OVERRIDE;
OVERRIDE          172 Source/web/WebSettingsImpl.h     virtual void setViewportEnabled(bool) OVERRIDE;
OVERRIDE          173 Source/web/WebSettingsImpl.h     virtual void setViewportMetaEnabled(bool) OVERRIDE;
OVERRIDE          174 Source/web/WebSettingsImpl.h     virtual void setViewportMetaLayoutSizeQuirk(bool) OVERRIDE;
OVERRIDE          175 Source/web/WebSettingsImpl.h     virtual void setViewportMetaMergeContentQuirk(bool) OVERRIDE;
OVERRIDE          176 Source/web/WebSettingsImpl.h     virtual void setViewportMetaNonUserScalableQuirk(bool) OVERRIDE;
OVERRIDE          177 Source/web/WebSettingsImpl.h     virtual void setViewportMetaZeroValuesQuirk(bool) OVERRIDE;
OVERRIDE          178 Source/web/WebSettingsImpl.h     virtual void setWebAudioEnabled(bool) OVERRIDE;
OVERRIDE          179 Source/web/WebSettingsImpl.h     virtual void setWebGLErrorsToConsoleEnabled(bool) OVERRIDE;
OVERRIDE          180 Source/web/WebSettingsImpl.h     virtual void setWebSecurityEnabled(bool) OVERRIDE;
OVERRIDE          181 Source/web/WebSettingsImpl.h     virtual void setWideViewportQuirkEnabled(bool) OVERRIDE;
OVERRIDE          182 Source/web/WebSettingsImpl.h     virtual void setXSSAuditorEnabled(bool) OVERRIDE;
OVERRIDE          185 Source/web/WebSettingsImpl.h     virtual void setVisualWordMovementEnabled(bool) OVERRIDE { }
OVERRIDE           99 Source/web/WebSharedWorkerImpl.cpp     void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) OVERRIDE
OVERRIDE          106 Source/web/WebSharedWorkerImpl.cpp     virtual void notifyFinished() OVERRIDE
OVERRIDE           77 Source/web/WebSharedWorkerImpl.h         const WTF::String&, int, int, const WTF::String&) OVERRIDE;
OVERRIDE           80 Source/web/WebSharedWorkerImpl.h         const WTF::String&, int, const WTF::String&) OVERRIDE;
OVERRIDE           81 Source/web/WebSharedWorkerImpl.h     virtual void postMessageToPageInspector(const WTF::String&) OVERRIDE;
OVERRIDE           82 Source/web/WebSharedWorkerImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
OVERRIDE           83 Source/web/WebSharedWorkerImpl.h     virtual void workerGlobalScopeStarted(WebCore::WorkerGlobalScope*) OVERRIDE;
OVERRIDE           84 Source/web/WebSharedWorkerImpl.h     virtual void workerGlobalScopeClosed() OVERRIDE;
OVERRIDE           85 Source/web/WebSharedWorkerImpl.h     virtual void workerGlobalScopeDestroyed() OVERRIDE;
OVERRIDE           88 Source/web/WebSharedWorkerImpl.h     virtual void postTaskToLoader(PassOwnPtr<WebCore::ExecutionContextTask>) OVERRIDE;
OVERRIDE           89 Source/web/WebSharedWorkerImpl.h     virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<WebCore::ExecutionContextTask>) OVERRIDE;
OVERRIDE           92 Source/web/WebSharedWorkerImpl.h     virtual WebApplicationCacheHost* createApplicationCacheHost(WebLocalFrame*, WebApplicationCacheHostClient*) OVERRIDE;
OVERRIDE           93 Source/web/WebSharedWorkerImpl.h     virtual void didFinishDocumentLoad(WebLocalFrame*) OVERRIDE;
OVERRIDE           96 Source/web/WebSharedWorkerImpl.h     virtual void startWorkerContext(const WebURL&, const WebString& name, const WebString& contentSecurityPolicy, WebContentSecurityPolicyType) OVERRIDE;
OVERRIDE           97 Source/web/WebSharedWorkerImpl.h     virtual void connect(WebMessagePortChannel*) OVERRIDE;
OVERRIDE           98 Source/web/WebSharedWorkerImpl.h     virtual void terminateWorkerContext() OVERRIDE;
OVERRIDE           99 Source/web/WebSharedWorkerImpl.h     virtual void clientDestroyed() OVERRIDE;
OVERRIDE          101 Source/web/WebSharedWorkerImpl.h     virtual void pauseWorkerContextOnStart() OVERRIDE;
OVERRIDE          102 Source/web/WebSharedWorkerImpl.h     virtual void resumeWorkerContext() OVERRIDE;
OVERRIDE          103 Source/web/WebSharedWorkerImpl.h     virtual void attachDevTools() OVERRIDE;
OVERRIDE          104 Source/web/WebSharedWorkerImpl.h     virtual void reattachDevTools(const WebString& savedState) OVERRIDE;
OVERRIDE          105 Source/web/WebSharedWorkerImpl.h     virtual void detachDevTools() OVERRIDE;
OVERRIDE          106 Source/web/WebSharedWorkerImpl.h     virtual void dispatchDevToolsMessage(const WebString&) OVERRIDE;
OVERRIDE           56 Source/web/WebSocketImpl.h     virtual BinaryType binaryType() const OVERRIDE;
OVERRIDE           57 Source/web/WebSocketImpl.h     virtual bool setBinaryType(BinaryType) OVERRIDE;
OVERRIDE           58 Source/web/WebSocketImpl.h     virtual void connect(const WebURL&, const WebString& protocol) OVERRIDE;
OVERRIDE           59 Source/web/WebSocketImpl.h     virtual WebString subprotocol() OVERRIDE;
OVERRIDE           60 Source/web/WebSocketImpl.h     virtual WebString extensions() OVERRIDE;
OVERRIDE           61 Source/web/WebSocketImpl.h     virtual bool sendText(const WebString&) OVERRIDE;
OVERRIDE           62 Source/web/WebSocketImpl.h     virtual bool sendArrayBuffer(const WebArrayBuffer&) OVERRIDE;
OVERRIDE           63 Source/web/WebSocketImpl.h     virtual unsigned long bufferedAmount() const OVERRIDE;
OVERRIDE           64 Source/web/WebSocketImpl.h     virtual void close(int code, const WebString& reason) OVERRIDE;
OVERRIDE           65 Source/web/WebSocketImpl.h     virtual void fail(const WebString& reason) OVERRIDE;
OVERRIDE           66 Source/web/WebSocketImpl.h     virtual void disconnect() OVERRIDE;
OVERRIDE           69 Source/web/WebSocketImpl.h     virtual void didConnect() OVERRIDE;
OVERRIDE           70 Source/web/WebSocketImpl.h     virtual void didReceiveMessage(const String& message) OVERRIDE;
OVERRIDE           71 Source/web/WebSocketImpl.h     virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) OVERRIDE;
OVERRIDE           72 Source/web/WebSocketImpl.h     virtual void didReceiveMessageError() OVERRIDE;
OVERRIDE           73 Source/web/WebSocketImpl.h     virtual void didUpdateBufferedAmount(unsigned long bufferedAmount) OVERRIDE;
OVERRIDE           74 Source/web/WebSocketImpl.h     virtual void didStartClosingHandshake() OVERRIDE;
OVERRIDE           75 Source/web/WebSocketImpl.h     virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
OVERRIDE           49 Source/web/WebTextCheckingCompletionImpl.h     virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) OVERRIDE;
OVERRIDE           50 Source/web/WebTextCheckingCompletionImpl.h     virtual void didCancelCheckingText() OVERRIDE;
OVERRIDE          121 Source/web/WebViewImpl.h     virtual void close() OVERRIDE;
OVERRIDE          122 Source/web/WebViewImpl.h     virtual WebSize size() OVERRIDE;
OVERRIDE          123 Source/web/WebViewImpl.h     virtual void willStartLiveResize() OVERRIDE;
OVERRIDE          124 Source/web/WebViewImpl.h     virtual void resize(const WebSize&) OVERRIDE;
OVERRIDE          125 Source/web/WebViewImpl.h     virtual void willEndLiveResize() OVERRIDE;
OVERRIDE          126 Source/web/WebViewImpl.h     virtual void willEnterFullScreen() OVERRIDE;
OVERRIDE          127 Source/web/WebViewImpl.h     virtual void didEnterFullScreen() OVERRIDE;
OVERRIDE          128 Source/web/WebViewImpl.h     virtual void willExitFullScreen() OVERRIDE;
OVERRIDE          129 Source/web/WebViewImpl.h     virtual void didExitFullScreen() OVERRIDE;
OVERRIDE          130 Source/web/WebViewImpl.h     virtual void animate(double) OVERRIDE;
OVERRIDE          131 Source/web/WebViewImpl.h     virtual void layout() OVERRIDE;
OVERRIDE          132 Source/web/WebViewImpl.h     virtual void enterForceCompositingMode(bool enable) OVERRIDE;
OVERRIDE          133 Source/web/WebViewImpl.h     virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
OVERRIDE          134 Source/web/WebViewImpl.h     virtual bool isTrackingRepaints() const OVERRIDE;
OVERRIDE          135 Source/web/WebViewImpl.h     virtual void themeChanged() OVERRIDE;
OVERRIDE          136 Source/web/WebViewImpl.h     virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
OVERRIDE          137 Source/web/WebViewImpl.h     virtual void setCursorVisibilityState(bool isVisible) OVERRIDE;
OVERRIDE          138 Source/web/WebViewImpl.h     virtual bool hasTouchEventHandlersAt(const WebPoint&) OVERRIDE;
OVERRIDE          139 Source/web/WebViewImpl.h     virtual void applyScrollAndScale(const WebSize&, float) OVERRIDE;
OVERRIDE          140 Source/web/WebViewImpl.h     virtual void mouseCaptureLost() OVERRIDE;
OVERRIDE          141 Source/web/WebViewImpl.h     virtual void setFocus(bool enable) OVERRIDE;
OVERRIDE          146 Source/web/WebViewImpl.h         int selectionEnd) OVERRIDE;
OVERRIDE          147 Source/web/WebViewImpl.h     virtual bool confirmComposition() OVERRIDE;
OVERRIDE          148 Source/web/WebViewImpl.h     virtual bool confirmComposition(ConfirmCompositionBehavior selectionBehavior) OVERRIDE;
OVERRIDE          149 Source/web/WebViewImpl.h     virtual bool confirmComposition(const WebString& text) OVERRIDE;
OVERRIDE          150 Source/web/WebViewImpl.h     virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE;
OVERRIDE          151 Source/web/WebViewImpl.h     virtual WebTextInputInfo textInputInfo() OVERRIDE;
OVERRIDE          152 Source/web/WebViewImpl.h     virtual WebColor backgroundColor() const OVERRIDE;
OVERRIDE          153 Source/web/WebViewImpl.h     virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
OVERRIDE          154 Source/web/WebViewImpl.h     virtual void didShowCandidateWindow() OVERRIDE;
OVERRIDE          155 Source/web/WebViewImpl.h     virtual void didUpdateCandidateWindow() OVERRIDE;
OVERRIDE          156 Source/web/WebViewImpl.h     virtual void didHideCandidateWindow() OVERRIDE;
OVERRIDE          157 Source/web/WebViewImpl.h     virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const OVERRIDE;
OVERRIDE          158 Source/web/WebViewImpl.h     virtual bool isSelectionAnchorFirst() const OVERRIDE;
OVERRIDE          159 Source/web/WebViewImpl.h     virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE;
OVERRIDE          160 Source/web/WebViewImpl.h     virtual void setTextDirection(WebTextDirection) OVERRIDE;
OVERRIDE          161 Source/web/WebViewImpl.h     virtual bool isAcceleratedCompositingActive() const OVERRIDE;
OVERRIDE          162 Source/web/WebViewImpl.h     virtual void willCloseLayerTreeView() OVERRIDE;
OVERRIDE          163 Source/web/WebViewImpl.h     virtual void didAcquirePointerLock() OVERRIDE;
OVERRIDE          164 Source/web/WebViewImpl.h     virtual void didNotAcquirePointerLock() OVERRIDE;
OVERRIDE          165 Source/web/WebViewImpl.h     virtual void didLosePointerLock() OVERRIDE;
OVERRIDE          166 Source/web/WebViewImpl.h     virtual void didChangeWindowResizerRect() OVERRIDE;
OVERRIDE          167 Source/web/WebViewImpl.h     virtual void didExitCompositingMode() OVERRIDE;
OVERRIDE          170 Source/web/WebViewImpl.h     virtual void setMainFrame(WebFrame*) OVERRIDE;
OVERRIDE          171 Source/web/WebViewImpl.h     virtual void setAutofillClient(WebAutofillClient*) OVERRIDE;
OVERRIDE          172 Source/web/WebViewImpl.h     virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) OVERRIDE;
OVERRIDE          173 Source/web/WebViewImpl.h     virtual void setPrerendererClient(WebPrerendererClient*) OVERRIDE;
OVERRIDE          174 Source/web/WebViewImpl.h     virtual void setSpellCheckClient(WebSpellCheckClient*) OVERRIDE;
OVERRIDE          175 Source/web/WebViewImpl.h     virtual void setPasswordGeneratorClient(WebPasswordGeneratorClient*) OVERRIDE;
OVERRIDE          176 Source/web/WebViewImpl.h     virtual WebSettings* settings() OVERRIDE;
OVERRIDE          177 Source/web/WebViewImpl.h     virtual WebString pageEncoding() const OVERRIDE;
OVERRIDE          178 Source/web/WebViewImpl.h     virtual void setPageEncoding(const WebString&) OVERRIDE;
OVERRIDE          179 Source/web/WebViewImpl.h     virtual bool isTransparent() const OVERRIDE;
OVERRIDE          180 Source/web/WebViewImpl.h     virtual void setIsTransparent(bool value) OVERRIDE;
OVERRIDE          181 Source/web/WebViewImpl.h     virtual void setBaseBackgroundColor(WebColor) OVERRIDE;
OVERRIDE          182 Source/web/WebViewImpl.h     virtual bool tabsToLinks() const OVERRIDE;
OVERRIDE          183 Source/web/WebViewImpl.h     virtual void setTabsToLinks(bool value) OVERRIDE;
OVERRIDE          184 Source/web/WebViewImpl.h     virtual bool tabKeyCyclesThroughElements() const OVERRIDE;
OVERRIDE          185 Source/web/WebViewImpl.h     virtual void setTabKeyCyclesThroughElements(bool value) OVERRIDE;
OVERRIDE          186 Source/web/WebViewImpl.h     virtual bool isActive() const OVERRIDE;
OVERRIDE          187 Source/web/WebViewImpl.h     virtual void setIsActive(bool value) OVERRIDE;
OVERRIDE          188 Source/web/WebViewImpl.h     virtual void setDomainRelaxationForbidden(bool, const WebString& scheme) OVERRIDE;
OVERRIDE          189 Source/web/WebViewImpl.h     virtual void setWindowFeatures(const WebWindowFeatures&) OVERRIDE;
OVERRIDE          190 Source/web/WebViewImpl.h     virtual WebFrame* mainFrame() OVERRIDE;
OVERRIDE          192 Source/web/WebViewImpl.h         const WebString& name, WebFrame* relativeToFrame) OVERRIDE;
OVERRIDE          193 Source/web/WebViewImpl.h     virtual WebFrame* focusedFrame() OVERRIDE;
OVERRIDE          194 Source/web/WebViewImpl.h     virtual void setFocusedFrame(WebFrame*) OVERRIDE;
OVERRIDE          195 Source/web/WebViewImpl.h     virtual void setInitialFocus(bool reverse) OVERRIDE;
OVERRIDE          196 Source/web/WebViewImpl.h     virtual void clearFocusedElement() OVERRIDE;
OVERRIDE          197 Source/web/WebViewImpl.h     virtual void scrollFocusedNodeIntoView() OVERRIDE;
OVERRIDE          198 Source/web/WebViewImpl.h     virtual void scrollFocusedNodeIntoRect(const WebRect&) OVERRIDE;
OVERRIDE          199 Source/web/WebViewImpl.h     virtual void zoomToFindInPageRect(const WebRect&) OVERRIDE;
OVERRIDE          200 Source/web/WebViewImpl.h     virtual void advanceFocus(bool reverse) OVERRIDE;
OVERRIDE          201 Source/web/WebViewImpl.h     virtual double zoomLevel() OVERRIDE;
OVERRIDE          202 Source/web/WebViewImpl.h     virtual double setZoomLevel(double) OVERRIDE;
OVERRIDE          203 Source/web/WebViewImpl.h     virtual void zoomLimitsChanged(double minimumZoomLevel, double maximumZoomLevel) OVERRIDE;
OVERRIDE          204 Source/web/WebViewImpl.h     virtual float textZoomFactor() OVERRIDE;
OVERRIDE          205 Source/web/WebViewImpl.h     virtual float setTextZoomFactor(float) OVERRIDE;
OVERRIDE          206 Source/web/WebViewImpl.h     virtual void setInitialPageScaleOverride(float) OVERRIDE;
OVERRIDE          207 Source/web/WebViewImpl.h     virtual bool zoomToMultipleTargetsRect(const WebRect&) OVERRIDE;
OVERRIDE          208 Source/web/WebViewImpl.h     virtual float pageScaleFactor() const OVERRIDE;
OVERRIDE          209 Source/web/WebViewImpl.h     virtual void setPageScaleFactorPreservingScrollOffset(float) OVERRIDE;
OVERRIDE          210 Source/web/WebViewImpl.h     virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) OVERRIDE;
OVERRIDE          211 Source/web/WebViewImpl.h     virtual void setPageScaleFactorLimits(float minPageScale, float maxPageScale) OVERRIDE;
OVERRIDE          212 Source/web/WebViewImpl.h     virtual float minimumPageScaleFactor() const OVERRIDE;
OVERRIDE          213 Source/web/WebViewImpl.h     virtual float maximumPageScaleFactor() const OVERRIDE;
OVERRIDE          214 Source/web/WebViewImpl.h     virtual void saveScrollAndScaleState() OVERRIDE;
OVERRIDE          215 Source/web/WebViewImpl.h     virtual void restoreScrollAndScaleState() OVERRIDE;
OVERRIDE          216 Source/web/WebViewImpl.h     virtual void resetScrollAndScaleState() OVERRIDE;
OVERRIDE          217 Source/web/WebViewImpl.h     virtual void setIgnoreViewportTagScaleLimits(bool) OVERRIDE;
OVERRIDE          218 Source/web/WebViewImpl.h     virtual WebSize contentsPreferredMinimumSize() OVERRIDE;
OVERRIDE          220 Source/web/WebViewImpl.h     virtual float deviceScaleFactor() const OVERRIDE;
OVERRIDE          221 Source/web/WebViewImpl.h     virtual void setDeviceScaleFactor(float) OVERRIDE;
OVERRIDE          223 Source/web/WebViewImpl.h     virtual void setFixedLayoutSize(const WebSize&) OVERRIDE;
OVERRIDE          227 Source/web/WebViewImpl.h         const WebSize& maxSize) OVERRIDE;
OVERRIDE          228 Source/web/WebViewImpl.h     virtual void disableAutoResizeMode() OVERRIDE;
OVERRIDE          231 Source/web/WebViewImpl.h         const WebPoint& location) OVERRIDE;
OVERRIDE          234 Source/web/WebViewImpl.h         const WebPoint&) OVERRIDE;
OVERRIDE          235 Source/web/WebViewImpl.h     virtual WebHitTestResult hitTestResultAt(const WebPoint&) OVERRIDE;
OVERRIDE          236 Source/web/WebViewImpl.h     virtual void copyImageAt(const WebPoint&) OVERRIDE;
OVERRIDE          240 Source/web/WebViewImpl.h         WebDragOperation) OVERRIDE;
OVERRIDE          244 Source/web/WebViewImpl.h         WebDragOperation) OVERRIDE;
OVERRIDE          245 Source/web/WebViewImpl.h     virtual void dragSourceSystemDragEnded() OVERRIDE;
OVERRIDE          251 Source/web/WebViewImpl.h         int keyModifiers) OVERRIDE;
OVERRIDE          256 Source/web/WebViewImpl.h         int keyModifiers) OVERRIDE;
OVERRIDE          257 Source/web/WebViewImpl.h     virtual void dragTargetDragLeave() OVERRIDE;
OVERRIDE          261 Source/web/WebViewImpl.h         int keyModifiers) OVERRIDE;
OVERRIDE          262 Source/web/WebViewImpl.h     virtual void spellingMarkers(WebVector<uint32_t>* markers) OVERRIDE;
OVERRIDE          263 Source/web/WebViewImpl.h     virtual unsigned long createUniqueIdentifierForRequest() OVERRIDE;
OVERRIDE          264 Source/web/WebViewImpl.h     virtual void inspectElementAt(const WebPoint&) OVERRIDE;
OVERRIDE          265 Source/web/WebViewImpl.h     virtual WebString inspectorSettings() const OVERRIDE;
OVERRIDE          266 Source/web/WebViewImpl.h     virtual void setInspectorSettings(const WebString&) OVERRIDE;
OVERRIDE          267 Source/web/WebViewImpl.h     virtual bool inspectorSetting(const WebString& key, WebString* value) const OVERRIDE;
OVERRIDE          268 Source/web/WebViewImpl.h     virtual void setInspectorSetting(const WebString& key, const WebString& value) OVERRIDE;
OVERRIDE          269 Source/web/WebViewImpl.h     virtual void setCompositorDeviceScaleFactorOverride(float) OVERRIDE;
OVERRIDE          270 Source/web/WebViewImpl.h     virtual void setRootLayerTransform(const WebSize& offset, float scale) OVERRIDE;
OVERRIDE          271 Source/web/WebViewImpl.h     virtual WebDevToolsAgent* devToolsAgent() OVERRIDE;
OVERRIDE          272 Source/web/WebViewImpl.h     virtual WebAXObject accessibilityObject() OVERRIDE;
OVERRIDE          276 Source/web/WebViewImpl.h                                     unsigned inactiveForegroundColor) OVERRIDE;
OVERRIDE          277 Source/web/WebViewImpl.h     virtual void performCustomContextMenuAction(unsigned action) OVERRIDE;
OVERRIDE          278 Source/web/WebViewImpl.h     virtual void showContextMenu() OVERRIDE;
OVERRIDE          279 Source/web/WebViewImpl.h     virtual WebString getSmartClipData(WebRect) OVERRIDE;
OVERRIDE          280 Source/web/WebViewImpl.h     virtual void hidePopups() OVERRIDE;
OVERRIDE          281 Source/web/WebViewImpl.h     virtual void addPageOverlay(WebPageOverlay*, int /* zOrder */) OVERRIDE;
OVERRIDE          282 Source/web/WebViewImpl.h     virtual void removePageOverlay(WebPageOverlay*) OVERRIDE;
OVERRIDE          283 Source/web/WebViewImpl.h     virtual void transferActiveWheelFlingAnimation(const WebActiveWheelFlingParameters&) OVERRIDE;
OVERRIDE          284 Source/web/WebViewImpl.h     virtual bool endActiveFlingAnimation() OVERRIDE;
OVERRIDE          285 Source/web/WebViewImpl.h     virtual void setShowPaintRects(bool) OVERRIDE;
OVERRIDE          287 Source/web/WebViewImpl.h     virtual void setShowFPSCounter(bool) OVERRIDE;
OVERRIDE          288 Source/web/WebViewImpl.h     virtual void setContinuousPaintingEnabled(bool) OVERRIDE;
OVERRIDE          289 Source/web/WebViewImpl.h     virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
OVERRIDE          290 Source/web/WebViewImpl.h     virtual void getSelectionRootBounds(WebRect& bounds) const OVERRIDE;
OVERRIDE          362 Source/web/WebViewImpl.h     virtual bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) OVERRIDE;
OVERRIDE          363 Source/web/WebViewImpl.h     virtual void scrollBy(const WebFloatSize& delta) OVERRIDE;
OVERRIDE          436 Source/web/WebViewImpl.h     virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRootView) OVERRIDE;
OVERRIDE          437 Source/web/WebViewImpl.h     virtual void closePagePopup(WebCore::PagePopup*) OVERRIDE;
OVERRIDE          456 Source/web/WebViewImpl.h     virtual void setVisibilityState(WebPageVisibilityState, bool) OVERRIDE;
OVERRIDE          590 Source/web/WebViewImpl.h     virtual void handleMouseLeave(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
OVERRIDE          591 Source/web/WebViewImpl.h     virtual void handleMouseDown(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
OVERRIDE          592 Source/web/WebViewImpl.h     virtual void handleMouseUp(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
OVERRIDE          593 Source/web/WebViewImpl.h     virtual bool handleMouseWheel(WebCore::LocalFrame&, const WebMouseWheelEvent&) OVERRIDE;
OVERRIDE          594 Source/web/WebViewImpl.h     virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
OVERRIDE          595 Source/web/WebViewImpl.h     virtual bool handleKeyEvent(const WebKeyboardEvent&) OVERRIDE;
OVERRIDE          596 Source/web/WebViewImpl.h     virtual bool handleCharEvent(const WebKeyboardEvent&) OVERRIDE;
OVERRIDE           54 Source/web/WorkerGlobalScopeProxyProviderImpl.h     virtual WebCore::WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(WebCore::Worker*) OVERRIDE;
OVERRIDE           51 Source/web/tests/FakeWebPlugin.h     virtual bool initialize(blink::WebPluginContainer*) OVERRIDE;
OVERRIDE           52 Source/web/tests/FakeWebPlugin.h     virtual void destroy() OVERRIDE;
OVERRIDE           53 Source/web/tests/FakeWebPlugin.h     virtual NPObject* scriptableObject() OVERRIDE { return 0; }
OVERRIDE           54 Source/web/tests/FakeWebPlugin.h     virtual bool canProcessDrag() const OVERRIDE { return false; }
OVERRIDE           55 Source/web/tests/FakeWebPlugin.h     virtual void paint(blink::WebCanvas*, const blink::WebRect&) OVERRIDE { }
OVERRIDE           56 Source/web/tests/FakeWebPlugin.h     virtual void updateGeometry(const blink::WebRect& frameRect, const blink::WebRect& clipRect, const blink::WebVector<blink::WebRect>& cutOutsRects, bool isVisible) OVERRIDE { }
OVERRIDE           57 Source/web/tests/FakeWebPlugin.h     virtual void updateFocus(bool) OVERRIDE { }
OVERRIDE           58 Source/web/tests/FakeWebPlugin.h     virtual void updateVisibility(bool) OVERRIDE { }
OVERRIDE           59 Source/web/tests/FakeWebPlugin.h     virtual bool acceptsInputEvents() OVERRIDE { return true; }
OVERRIDE           60 Source/web/tests/FakeWebPlugin.h     virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { return false; }
OVERRIDE           61 Source/web/tests/FakeWebPlugin.h     virtual bool handleDragStatusUpdate(blink::WebDragStatus, const blink::WebDragData&, blink::WebDragOperationsMask, const blink::WebPoint& position, const blink::WebPoint& screenPosition) OVERRIDE { return false; }
OVERRIDE           62 Source/web/tests/FakeWebPlugin.h     virtual void didReceiveResponse(const blink::WebURLResponse&) OVERRIDE { }
OVERRIDE           63 Source/web/tests/FakeWebPlugin.h     virtual void didReceiveData(const char* data, int dataLength) OVERRIDE { }
OVERRIDE           64 Source/web/tests/FakeWebPlugin.h     virtual void didFinishLoading() OVERRIDE { }
OVERRIDE           65 Source/web/tests/FakeWebPlugin.h     virtual void didFailLoading(const blink::WebURLError&) OVERRIDE { }
OVERRIDE           66 Source/web/tests/FakeWebPlugin.h     virtual void didFinishLoadingFrameRequest(const blink::WebURL&, void* notifyData) OVERRIDE { }
OVERRIDE           67 Source/web/tests/FakeWebPlugin.h     virtual void didFailLoadingFrameRequest(const blink::WebURL&, void* notifyData, const blink::WebURLError&) OVERRIDE { }
OVERRIDE           68 Source/web/tests/FakeWebPlugin.h     virtual bool isPlaceholder() OVERRIDE { return false; }
OVERRIDE           51 Source/web/tests/FrameLoaderClientImplTest.cpp     WebString userAgentOverride(WebLocalFrame* frame, const WebURL& url) OVERRIDE
OVERRIDE           78 Source/web/tests/FrameTestHelpers.h     virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE;
OVERRIDE           79 Source/web/tests/FrameTestHelpers.h     virtual void frameDetached(WebFrame*) OVERRIDE;
OVERRIDE          139 Source/web/tests/LinkHighlightTest.cpp     virtual void initializeLayerTreeView() OVERRIDE
OVERRIDE          145 Source/web/tests/LinkHighlightTest.cpp     virtual WebLayerTreeView* layerTreeView() OVERRIDE
OVERRIDE           99 Source/web/tests/ListenerLeakTest.cpp     virtual void TearDown() OVERRIDE
OVERRIDE           36 Source/web/tests/PopupContainerTest.cpp     virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; }
OVERRIDE           37 Source/web/tests/PopupContainerTest.cpp     virtual int popupContentHeight() const OVERRIDE { return height; }
OVERRIDE           40 Source/web/tests/PopupContainerTest.cpp     virtual void layout() OVERRIDE
OVERRIDE           48 Source/web/tests/PopupContainerTest.cpp     virtual void setMaxWidthAndLayout(int max) OVERRIDE
OVERRIDE           97 Source/web/tests/PrerenderingTest.cpp     virtual void willAddPrerender(WebPrerender* prerender) OVERRIDE
OVERRIDE          158 Source/web/tests/PrerenderingTest.cpp     virtual void add(const WebPrerender& prerender) OVERRIDE
OVERRIDE          163 Source/web/tests/PrerenderingTest.cpp     virtual void cancel(const WebPrerender& prerender) OVERRIDE
OVERRIDE          168 Source/web/tests/PrerenderingTest.cpp     virtual void abandon(const WebPrerender& prerender) OVERRIDE
OVERRIDE           70 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
OVERRIDE           71 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; }
OVERRIDE           72 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual IntPoint scrollPosition() const OVERRIDE { return IntPoint(); }
OVERRIDE           73 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual int visibleHeight() const OVERRIDE { return 768; }
OVERRIDE           74 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual int visibleWidth() const OVERRIDE { return 1024; }
OVERRIDE           75 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual bool scrollAnimatorEnabled() const OVERRIDE { return m_scrollAnimatorEnabled; }
OVERRIDE           76 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
OVERRIDE          123 Source/web/tests/WebFrameTest.cpp     virtual void initializeLayerTreeView() OVERRIDE
OVERRIDE          129 Source/web/tests/WebFrameTest.cpp     virtual WebLayerTreeView* layerTreeView() OVERRIDE
OVERRIDE          134 Source/web/tests/WebFrameTest.cpp     virtual bool enterFullScreen() OVERRIDE { return true; }
OVERRIDE          356 Source/web/tests/WebFrameTest.cpp     virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) OVERRIDE;
OVERRIDE          668 Source/web/tests/WebFrameTest.cpp     virtual WebScreenInfo screenInfo() OVERRIDE { return m_screenInfo; }
OVERRIDE         2669 Source/web/tests/WebFrameTest.cpp         WebNavigationPolicy defaultPolicy, bool isRedirect) OVERRIDE
OVERRIDE         2849 Source/web/tests/WebFrameTest.cpp     virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
OVERRIDE         2854 Source/web/tests/WebFrameTest.cpp     virtual void willReleaseScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId) OVERRIDE
OVERRIDE         3123 Source/web/tests/WebFrameTest.cpp     virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
OVERRIDE         3149 Source/web/tests/WebFrameTest.cpp     virtual void reportFindInPageMatchCount(int, int count, bool finalUpdate) OVERRIDE
OVERRIDE         3839 Source/web/tests/WebFrameTest.cpp     virtual bool didTapMultipleTargets(const WebGestureEvent&, const WebVector<WebRect>& targetRects) OVERRIDE
OVERRIDE         4128 Source/web/tests/WebFrameTest.cpp     virtual void didCommitProvisionalLoad(WebLocalFrame*, bool) OVERRIDE
OVERRIDE         4134 Source/web/tests/WebFrameTest.cpp     virtual void didCreateDocumentElement(WebLocalFrame*) OVERRIDE
OVERRIDE         4139 Source/web/tests/WebFrameTest.cpp     virtual void willInsertBody(WebLocalFrame*) OVERRIDE
OVERRIDE         4186 Source/web/tests/WebFrameTest.cpp     virtual void requestCheckingOfText(const blink::WebString&, const blink::WebVector<uint32_t>&, const blink::WebVector<unsigned>&, blink::WebTextCheckingCompletion* completion) OVERRIDE
OVERRIDE         4296 Source/web/tests/WebFrameTest.cpp         blink::WebTextCheckingCompletion* completion) OVERRIDE
OVERRIDE         4622 Source/web/tests/WebFrameTest.cpp     virtual void didChangeScrollOffset(WebLocalFrame* frame) OVERRIDE
OVERRIDE         4772 Source/web/tests/WebFrameTest.cpp         const WebString&, WebNavigationPolicy, bool) OVERRIDE
OVERRIDE         4787 Source/web/tests/WebFrameTest.cpp         WebNavigationType, WebNavigationPolicy policy, bool) OVERRIDE
OVERRIDE         4938 Source/web/tests/WebFrameTest.cpp     virtual void frameDetached(WebFrame* frame) OVERRIDE
OVERRIDE         4945 Source/web/tests/WebFrameTest.cpp     virtual void willSendRequest(WebLocalFrame* frame, unsigned, WebURLRequest& request, const WebURLResponse&) OVERRIDE
OVERRIDE         5074 Source/web/tests/WebFrameTest.cpp     virtual void didStartLoading(bool toDifferentDocument) OVERRIDE
OVERRIDE         5081 Source/web/tests/WebFrameTest.cpp     virtual void didStopLoading() OVERRIDE
OVERRIDE         5278 Source/web/tests/WebFrameTest.cpp     virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE
OVERRIDE         5284 Source/web/tests/WebFrameTest.cpp     virtual void frameDetached(WebFrame* frame) OVERRIDE
OVERRIDE           25 Source/web/tests/WebHelperPluginTest.cpp     virtual bool isPlaceholder() OVERRIDE { return true; }
OVERRIDE           33 Source/web/tests/WebHelperPluginTest.cpp     virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
OVERRIDE           46 Source/web/tests/WebHelperPluginTest.cpp     virtual void SetUp() OVERRIDE
OVERRIDE           88 Source/web/tests/WebPluginContainerTest.cpp     virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
OVERRIDE          162 Source/web/tests/WebViewTest.cpp     virtual void initializeLayerTreeView() OVERRIDE
OVERRIDE          168 Source/web/tests/WebViewTest.cpp     virtual WebLayerTreeView* layerTreeView() OVERRIDE
OVERRIDE          190 Source/web/tests/WebViewTest.cpp     virtual bool openDateTimeChooser(const WebDateTimeChooserParams&, WebDateTimeChooserCompletion* chooser_completion) OVERRIDE
OVERRIDE          902 Source/web/tests/WebViewTest.cpp     virtual WebContentDetectionResult detectContentAround(const WebHitTestResult& hitTest) OVERRIDE
OVERRIDE          908 Source/web/tests/WebViewTest.cpp     virtual void scheduleContentIntent(const WebURL& url) OVERRIDE
OVERRIDE          913 Source/web/tests/WebViewTest.cpp     virtual void cancelScheduledContentIntents() OVERRIDE
OVERRIDE         1138 Source/web/tests/WebViewTest.cpp     virtual void setIgnoreTextChanges(bool ignore) OVERRIDE { m_ignoreTextChanges = ignore; }
OVERRIDE         1139 Source/web/tests/WebViewTest.cpp     virtual void textFieldDidChange(const WebFormControlElement&) OVERRIDE
OVERRIDE         1276 Source/web/tests/WebViewTest.cpp     virtual WebView* createView(WebLocalFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString& name, WebNavigationPolicy, bool) OVERRIDE
OVERRIDE         1282 Source/web/tests/WebViewTest.cpp     virtual void didFocus() OVERRIDE
OVERRIDE         1461 Source/web/tests/WebViewTest.cpp     virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE;
OVERRIDE         1518 Source/web/tests/WebViewTest.cpp     virtual void hasTouchEventHandlers(bool state) OVERRIDE
OVERRIDE           49 Source/wtf/FilePrintStream.h     virtual void vprintf(const char* format, va_list) OVERRIDE WTF_ATTRIBUTE_PRINTF(2, 0);
OVERRIDE           50 Source/wtf/FilePrintStream.h     virtual void flush() OVERRIDE;
OVERRIDE           57 Source/wtf/Float32Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           57 Source/wtf/Float64Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE          380 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          398 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          418 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          440 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          464 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          490 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE          518 Source/wtf/Functional.h     virtual typename FunctionWrapper::ResultType operator()() OVERRIDE
OVERRIDE           51 Source/wtf/Int16Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           50 Source/wtf/Int32Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           52 Source/wtf/Int8Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           63 Source/wtf/TypedArrayBase.h     virtual unsigned byteLength() const OVERRIDE FINAL
OVERRIDE          140 Source/wtf/TypedArrayBase.h     virtual void neuter() OVERRIDE FINAL
OVERRIDE           52 Source/wtf/Uint16Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           52 Source/wtf/Uint32Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           52 Source/wtf/Uint8Array.h     virtual ViewType type() const OVERRIDE
OVERRIDE           57 Source/wtf/Uint8ClampedArray.h     virtual ViewType type() const OVERRIDE
OVERRIDE           51 Source/wtf/text/TextCodecICU.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
OVERRIDE           52 Source/wtf/text/TextCodecICU.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           53 Source/wtf/text/TextCodecICU.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           39 Source/wtf/text/TextCodecLatin1.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
OVERRIDE           40 Source/wtf/text/TextCodecLatin1.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           41 Source/wtf/text/TextCodecLatin1.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           40 Source/wtf/text/TextCodecUTF16.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
OVERRIDE           41 Source/wtf/text/TextCodecUTF16.h         virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           42 Source/wtf/text/TextCodecUTF16.h         virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           42 Source/wtf/text/TextCodecUTF8.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
OVERRIDE           43 Source/wtf/text/TextCodecUTF8.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           44 Source/wtf/text/TextCodecUTF8.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           39 Source/wtf/text/TextCodecUserDefined.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
OVERRIDE           40 Source/wtf/text/TextCodecUserDefined.h         virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           41 Source/wtf/text/TextCodecUserDefined.h         virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
OVERRIDE           53 public/web/WebMIDIClientMock.h     virtual void requestSysexPermission(const WebMIDIPermissionRequest&) OVERRIDE;
OVERRIDE           54 public/web/WebMIDIClientMock.h     virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) OVERRIDE;