/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 159 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 …]
|
D | SpellingCorrectionController.h | 63 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…
|
D | Editor.cpp | 2235 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 …]
|
D | Editor.h | 256 void changeBackToReplacedString(const String& replacedString);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | CorrectionPanel.h | 42 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 45 …dAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String&…
|
D | CorrectionPanel.mm | 64 …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/ |
D | CorrectionPanel.h | 41 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 44 …AutocorrectionResponse(WebView*, NSCorrectionResponse, const String& replacedString, const String&…
|
D | CorrectionPanel.mm | 58 …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…
|
D | WebEditorClient.h | 143 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 146 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
|
D | WebEditorClient.mm | 888 …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/ |
D | Matcher2Test.java | 224 String replacedString = "me"; in testReplacementBackSlash() local 226 Pattern pat = Pattern.compile(replacedString); in testReplacementBackSlash()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PageClientImpl.h | 113 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 116 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
|
D | PageClientImpl.mm | 409 …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/ |
D | EditorClient.h | 167 …nelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 170 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
|
D | ContextMenuController.cpp | 413 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/ |
D | PageClient.h | 140 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 143 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
|
D | WebPageProxy.messages.in | 231 …_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/ |
D | WebEditorClientMac.mm | 248 …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/ |
D | WebEditorClient.h | 150 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&… 153 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
|
/external/webkit/Source/WebCore/platform/ |
D | LocalizedStrings.cpp | 379 String contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument 381 … return platformStrategies()->localizationStrategy()->contextMenuItemTagChangeBack(replacedString); in contextMenuItemTagChangeBack()
|
D | LocalizedStrings.h | 116 String contextMenuItemTagChangeBack(const String& replacedString);
|
D | DefaultLocalizationStrategy.cpp | 500 String DefaultLocalizationStrategy::contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument 503 return replacedString; in contextMenuItemTagChangeBack()
|
D | LocalizationStrategy.h | 120 virtual String contextMenuItemTagChangeBack(const String& replacedString) = 0;
|
D | DefaultLocalizationStrategy.h | 119 virtual String contextMenuItemTagChangeBack(const String& replacedString);
|
/external/webkit/Source/WebCore/rendering/ |
D | HitTestResult.h | 79 String replacedString() const;
|