Searched refs:wholeText (Results 1 - 12 of 12) sorted by relevance
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
H A D | textreplacewholetext03.js | 80 wholeText of the returned Text node. 92 var wholeText; 101 wholeText = replacedText.wholeText; 103 assertEquals("textreplacewholetext03"," a b c b ",wholeText);
|
H A D | textreplacewholetext01.js | 80 verifying the values returned by wholeText 95 var wholeText; 107 wholeText = replacedText.wholeText; 109 assertEquals("textreplacewholetext01_1","New Content",wholeText);
|
H A D | textreplacewholetext05.js | 80 verifying the values returned by wholeText. 95 var wholeText; 112 wholeText = replacedText.wholeText; 114 assertEquals("textreplacewholetext05","New Text and Cdata",wholeText);
|
H A D | textwholetext02.js | 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);
|
H A D | textreplacewholetext04.js | 91 var wholeText;
|
H A D | textwholetext01.js | 83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Text3-wholeText 103 nameWholeText = textNode.wholeText;
|
H A D | textwholetext03.js | 83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Text3-wholeText 105 combinedText = text1.wholeText;
|
/external/webkit/Source/WebCore/dom/ |
H A D | Text.idl | 30 readonly attribute DOMString wholeText;
|
H A D | Text.h | 41 String wholeText() const;
|
H A D | Text.cpp | 115 String Text::wholeText() const function in class:WebCore::Text
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
H A D | FontQt.cpp | 354 QString wholeText = fromRawDataWithoutRef(sanitized); local 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/ |
H A D | PublicDOMInterfaces.h | 330 @property(readonly, copy) NSString *wholeText AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
Completed in 165 milliseconds