Home
last modified time | relevance | path

Searched refs:respondToChangedContents (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEditorClient.h43 virtual void respondToChangedContents() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DEditorClientImpl.h51 virtual void respondToChangedContents() OVERRIDE;
DEditorClientImpl.cpp57 void EditorClientImpl::respondToChangedContents() in respondToChangedContents() function in blink::EditorClientImpl
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp530 void Editor::respondToChangedContents(const VisibleSelection& endingSelection) in respondToChangedContents() function in WebCore::Editor
539 client().respondToChangedContents(); in respondToChangedContents()
709 respondToChangedContents(newSelection); in appliedEditing()
727 respondToChangedContents(newSelection); in unappliedEditing()
743 respondToChangedContents(newSelection); in reappliedEditing()
DEditor.h109 void respondToChangedContents(const VisibleSelection& endingSelection);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h286 virtual void respondToChangedContents() OVERRIDE { } in respondToChangedContents() function