Home
last modified time | relevance | path

Searched refs:replacedString (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp159 m_correctionPanelInfo.replacedString = plainText(rangeToReplace.get()); in show()
163 …(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, replacement, … in show()
243 description = m_correctionPanelInfo.replacedString; in applyCorrectionPanelInfo()
296 … m_correctionPanelInfo.replacedString = plainText(m_correctionPanelInfo.rangeToBeReplaced.get()); in correctionPanelTimerFired()
299 …(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, m_correctionP… in correctionPanelTimerFired()
303 … (plainText(m_correctionPanelInfo.rangeToBeReplaced.get()) != m_correctionPanelInfo.replacedString) in correctionPanelTimerFired()
307 …textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions); in correctionPanelTimerFired()
317 …(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, topSuggestion… in correctionPanelTimerFired()
331 if (currentWord != m_correctionPanelInfo.replacedString) in handleCorrectionPanelResult()
342 …addMarker(replacedRange, DocumentMarker::RejectedCorrection, m_correctionPanelInfo.replacedString); in handleCorrectionPanelResult()
[all …]
DSpellingCorrectionController.h63 String replacedString; member
114 …ponseReversed(const String& replacedString, PassRefPtr<Range> replacementRange) UNLESS_ENABLED({ U…
116 …e> replacedRange, const String& replacedString) UNLESS_ENABLED({ UNUSED_PARAM(replacedRange); UNUS…
121 …void recordAutocorrectionResponseReversed(const String& replacedString, const String& replacementS…
DEditor.cpp2235 String replacedString; in markAllMisspellingsAndBadGrammarInRanges() local
2239 replacedString = plainText(rangeToReplace.get()); in markAllMisspellingsAndBadGrammarInRanges()
2243 …ecordSpellcheckerResponseForModifiedCorrection(rangeToReplace.get(), replacedString, result->repla… in markAllMisspellingsAndBadGrammarInRanges()
2297 …tor->markCorrection(spellingParagraph.subrange(resultLocation, replacementLength), replacedString); in markAllMisspellingsAndBadGrammarInRanges()
2324 void Editor::changeBackToReplacedString(const String& replacedString) in changeBackToReplacedString() argument
2327 if (replacedString.isEmpty()) in changeBackToReplacedString()
2331 if (!shouldInsertText(replacedString, selection.get(), EditorInsertActionPasted)) in changeBackToReplacedString()
2334 m_spellingCorrector->recordAutocorrectionResponseReversed(replacedString, selection); in changeBackToReplacedString()
2336 replaceSelectionWithText(replacedString, false, false); in changeBackToReplacedString()
2337 …RefPtr<Range> changedRange = paragraph.subrange(paragraph.checkingStart(), replacedString.length()… in changeBackToReplacedString()
[all …]
DEditor.h256 void changeBackToReplacedString(const String& replacedString);
/external/webkit/Source/WebKit2/UIProcess/mac/
DCorrectionPanel.h42 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
45 …dAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String&…
DCorrectionPanel.mm64 …pe type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
71 NSString* replacedStringAsNSString = replacedString;
120 …nResponse(WKView* view, NSCorrectionResponse response, const String& replacedString, const String&…
122 …cker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil i…
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DCorrectionPanel.h41 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
44 …AutocorrectionResponse(WebView*, NSCorrectionResponse, const String& replacedString, const String&…
DCorrectionPanel.mm58 …pe type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
65 NSString* replacedStringAsNSString = replacedString;
113 …Response(WebView* view, NSCorrectionResponse response, const String& replacedString, const String&…
115 …cker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil i…
DWebEditorClient.h143 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
146 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
DWebEditorClient.mm888 …nelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
890 …m_correctionPanel.show(m_webView, panelType, boundingBoxOfReplacedString, replacedString, replacem…
903 …EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String&…
906 …CorrectionPanel::recordAutocorrectionResponse(m_webView, response, replacedString, replacementStri…
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcher2Test.java224 String replacedString = "me"; in testReplacementBackSlash() local
226 Pattern pat = Pattern.compile(replacedString); in testReplacementBackSlash()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h113 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
116 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
DPageClientImpl.mm409 …pe type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
414 …m_correctionPanel.show(m_wkView, type, boundingBoxOfReplacedString, replacedString, replacementStr…
434 …EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String&…
438 …CorrectionPanel::recordAutocorrectionResponse(m_wkView, response, replacedString, replacementStrin…
/external/webkit/Source/WebCore/page/
DEditorClient.h167 …nelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
170 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
DContextMenuController.cpp413 frame->editor()->changeBackToReplacedString(m_hitTestResult.replacedString()); in contextMenuItemSelected()
870 String replacedString = m_hitTestResult.replacedString(); in populate() local
871 if (!replacedString.isEmpty()) { in populate()
872 …uItem item(ActionType, ContextMenuItemTagChangeBack, contextMenuItemTagChangeBack(replacedString)); in populate()
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h140 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
143 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
DWebPageProxy.messages.in231 …_t panelType, WebCore::FloatRect boundingBoxOfReplacedString, String replacedString, String replac…
234 …RecordAutocorrectionResponse(int32_t responseType, String replacedString, String replacementString…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm248 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
250 …WebPageProxy::ShowCorrectionPanel(type, boundingBoxOfReplacedString, replacedString, replacementSt…
265 …EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String&…
267 …m_page->send(Messages::WebPageProxy::RecordAutocorrectionResponse(responseType, replacedString, re…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h150 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
153 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
/external/webkit/Source/WebCore/platform/
DLocalizedStrings.cpp379 String contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument
381 … return platformStrategies()->localizationStrategy()->contextMenuItemTagChangeBack(replacedString); in contextMenuItemTagChangeBack()
DLocalizedStrings.h116 String contextMenuItemTagChangeBack(const String& replacedString);
DDefaultLocalizationStrategy.cpp500 String DefaultLocalizationStrategy::contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument
503 return replacedString; in contextMenuItemTagChangeBack()
DLocalizationStrategy.h120 virtual String contextMenuItemTagChangeBack(const String& replacedString) = 0;
DDefaultLocalizationStrategy.h119 virtual String contextMenuItemTagChangeBack(const String& replacedString);
/external/webkit/Source/WebCore/rendering/
DHitTestResult.h79 String replacedString() const;

12