HomeSort by relevance Sort by last modified time
    Searched refs:replacedString (Results 26 - 30 of 30) sorted by null

12

  /external/webkit/Source/WebCore/editing/
Editor.h 256 void changeBackToReplacedString(const String& replacedString);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 696 void showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
699 void recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString);
    [all...]
WebPageProxy.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 666 String replacedString = s.subSequence(start,
668 if (replaceButOne.equals(replacedString)) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 212 String HitTestResult::replacedString() const

Completed in 100 milliseconds

12