Searched refs:wholeText (Results 1 – 17 of 17) sorted by relevance
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | textreplacewholetext03.js | 92 var wholeText; 101 wholeText = replacedText.wholeText; 103 assertEquals("textreplacewholetext03"," a b c b ",wholeText);
|
D | textreplacewholetext01.js | 95 var wholeText; 107 wholeText = replacedText.wholeText; 109 assertEquals("textreplacewholetext01_1","New Content",wholeText);
|
D | textwholetext02.js | 93 var wholeText; 107 wholeText = textNode.wholeText; 109 assertEquals("textwholetext02","Margaret MartinNew Text",wholeText);
|
D | textreplacewholetext05.js | 95 var wholeText; 112 wholeText = replacedText.wholeText; 114 assertEquals("textreplacewholetext05","New Text and Cdata",wholeText);
|
D | textreplacewholetext04.js | 91 var wholeText;
|
D | textwholetext01.js | 103 nameWholeText = textNode.wholeText;
|
D | textwholetext03.js | 105 combinedText = text1.wholeText;
|
/external/webkit/LayoutTests/fast/dom/Text/ |
D | replaceWholeText-expected.txt | 1 Test wholeText and replaceWholeText 6 PASS textB.wholeText is 'AB' 8 PASS textB.wholeText is 'XYZ'
|
/external/webkit/Source/WebCore/dom/ |
D | Text.h | 41 String wholeText() const;
|
D | Text.idl | 30 readonly attribute DOMString wholeText;
|
D | Text.cpp | 115 String Text::wholeText() const in wholeText() function in WebCore::Text
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 354 QString wholeText = fromRawDataWithoutRef(sanitized); in selectionRectForSimpleText() local 355 …QString selectedText = fromRawDataWithoutRef(sanitized, from, qMin(to - from, wholeText.length() -… in selectionRectForSimpleText() 357 int startX = QFontMetrics(font()).width(wholeText, from, Qt::TextBypassShaping); in selectionRectForSimpleText()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 330 @property(readonly, copy) NSString *wholeText AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 20106 (TextImpl::wholeText): 26382 (TextImpl::wholeText):
|
D | ChangeLog-2008-08-10 | 51917 Add support for Text.wholeText and Text.replaceWholeText 51931 (WebCore::Text::wholeText):
|
D | ChangeLog-2010-12-06 | 43538 Add additional check to Text::wholeText. 43542 (WebCore::Text::wholeText):
|
D | ChangeLog-2009-06-16 | 4878 (WebCore::Text::wholeText):
|