Home
last modified time | relevance | path

Searched defs:rangeToReplace (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp57 …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/
DWebEditorClient.cpp136 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/
DSpellingCorrectionController.cpp154 void SpellingCorrectionController::show(PassRefPtr<Range> rangeToReplace, const String& replacement) in show()
DEditor.cpp2228 RefPtr<Range> rangeToReplace = spellingParagraph.subrange(resultLocation, resultLength); in markAllMisspellingsAndBadGrammarInRanges() local
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp840 …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()