HomeSort by relevance Sort by last modified time
    Searched refs:originalText (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderQuote.h 41 virtual PassRefPtr<StringImpl> originalText() const;
RenderCombineText.cpp 44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
76 length = originalText()->length();
77 characters = originalText()->characters();
RenderCounter.h 46 virtual PassRefPtr<StringImpl> originalText() const;
RenderTextFragment.h 51 virtual PassRefPtr<StringImpl> originalText() const;
RenderTextFragment.cpp 52 PassRefPtr<StringImpl> RenderTextFragment::originalText() const
RenderText.h 45 virtual PassRefPtr<StringImpl> originalText() const;
RenderQuote.cpp 239 PassRefPtr<StringImpl> RenderQuote::originalText() const
275 setTextInternal(originalText());
RenderCounter.cpp 475 PassRefPtr<StringImpl> RenderCounter::originalText() const
512 setTextInternal(originalText());
RenderText.cpp 175 if (RefPtr<StringImpl> textToTransform = originalText())
267 PassRefPtr<StringImpl> RenderText::originalText() const
    [all...]
RenderObject.cpp 325 RefPtr<StringImpl> textToTransform = toRenderText(newChild)->originalText();
    [all...]
RenderBlock.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 295 final String originalText = data.getData().getText();
297 if (isInlineWhitespace(originalText)) {
303 if (startsWithNewline(originalText)) {
322 maybeChompWhitespace = endsWithNewline(originalText);
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 296 WebInspector.FormattedSourceMapping = function(scripts, originalText, formattedText, mapping)
299 this._originalLineEndings = originalText.lineEndings();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 133 SuggestionsGatherer(final String originalText, final double suggestionThreshold,
135 mOriginalText = originalText;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 98 setText(applySVGWhitespaceRules(originalText(), true), true);
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 409 milliseconds