Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: Source/core/editing/Editor.h

Issue 26237004: Remove unused editing related member functions from WebViewClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-10-09T17:59:14 Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/Editor.h
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
index 8f00798628da411faed371de5a1e95a815ed5a0b..0492564b28221eb4112c930430a947a38ad6fa41 100644
--- a/Source/core/editing/Editor.h
+++ b/Source/core/editing/Editor.h
@@ -107,10 +107,7 @@ public:
void outdent();
void transpose();
- bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
- bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
bool shouldDeleteRange(Range*) const;
- bool shouldApplyStyle(StylePropertySet*, Range*);
void respondToChangedContents(const VisibleSelection& endingSelection);
@@ -202,9 +199,6 @@ public:
void advanceToNextMisspelling(bool startBeforeSelection = false);
void showSpellingGuessPanel();
- bool shouldBeginEditing(Range*);
- bool shouldEndEditing(Range*);
-
void clearUndoRedoOperations();
bool canUndo();
void undo();
@@ -212,7 +206,6 @@ public:
void redo();
void didBeginEditing(Element*);
- void didEndEditing();
void setBaseWritingDirection(WritingDirection);
@@ -265,7 +258,6 @@ public:
IntRect firstRectForRange(Range*) const;
void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
- bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
void spellCheckAfterBlur();
void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence);
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698