Searched defs:rangeToReplace (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageEditorClient.cpp | 57 …ndlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToReplace, EditorIns… in shouldInsertNode() 67 …geEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* rangeToReplace, EditorIns… in shouldInsertText()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 136 bool WebEditorClient::shouldInsertNode(Node* node, Range* rangeToReplace, EditorInsertAction action) in shouldInsertNode() 143 bool WebEditorClient::shouldInsertText(const String& text, Range* rangeToReplace, EditorInsertActio… in shouldInsertText()
|
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 154 void SpellingCorrectionController::show(PassRefPtr<Range> rangeToReplace, const String& replacement) in show()
|
D | Editor.cpp | 2228 RefPtr<Range> rangeToReplace = spellingParagraph.subrange(resultLocation, resultLength); in markAllMisspellingsAndBadGrammarInRanges() local
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.cpp | 840 …ertNode(WKBundlePageRef page, WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeToReplace, W… in shouldInsertNode() 845 …:shouldInsertText(WKBundlePageRef page, WKStringRef text, WKBundleRangeHandleRef rangeToReplace, W… in shouldInsertText() 905 …dBundlePage::shouldInsertNode(WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeToReplace, W… in shouldInsertNode() 921 bool InjectedBundlePage::shouldInsertText(WKStringRef text, WKBundleRangeHandleRef rangeToReplace, … in shouldInsertText()
|