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

  /external/webkit/LayoutTests/fast/dom/Text/script-tests/
replaceWholeText.js 1 description("Test wholeText and replaceWholeText")
10 shouldBe("textB.wholeText", "'AB'");
13 shouldBe("textB.wholeText", "'XYZ'");
  /external/webkit/Source/WebCore/dom/
Text.idl 30 readonly attribute DOMString wholeText;
Text.h 41 String wholeText() const;
Text.cpp 115 String Text::wholeText() const
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext01.js 80 verifying the values returned by wholeText
95 var wholeText;
107 wholeText = replacedText.wholeText;
109 assertEquals("textreplacewholetext01_1","New Content",wholeText);
textreplacewholetext03.js 80 wholeText of the returned Text node.
92 var wholeText;
101 wholeText = replacedText.wholeText;
103 assertEquals("textreplacewholetext03"," a b c b ",wholeText);
textwholetext02.js 78 Invoke wholetext on an existing Text Node that contains whitespace and and verify if
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Text3-wholeText
93 var wholeText;
107 wholeText = textNode.wholeText;
109 assertEquals("textwholetext02","Margaret MartinNew Text",wholeText);
textreplacewholetext05.js 80 verifying the values returned by wholeText.
95 var wholeText;
112 wholeText = replacedText.wholeText;
114 assertEquals("textreplacewholetext05","New Text and Cdata",wholeText);
textwholetext01.js 78 Invoke wholetext on an existing Text Node that contains whitespace and verify if
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Text3-wholeText
103 nameWholeText = textNode.wholeText;
textwholetext03.js 78 Invoke wholetext on two newly created text nodes and verify if the value returned
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Text3-wholeText
105 combinedText = text1.wholeText;
textreplacewholetext04.js 91 var wholeText;
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 354 QString wholeText = fromRawDataWithoutRef(sanitized);
355 QString selectedText = fromRawDataWithoutRef(sanitized, from, qMin(to - from, wholeText.length() - from));
357 int startX = QFontMetrics(font()).width(wholeText, from, Qt::TextBypassShaping);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 330 @property(readonly, copy) NSString *wholeText AVAILABLE_IN_WEBKIT_VERSION_4_0;
    [all...]

Completed in 1833 milliseconds