Home
last modified time | relevance | path

Searched defs:plainText (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
DPasteboard.cpp73 String plainText(text); in writePlainText() local
108 String Pasteboard::plainText() in plainText() function in WebCore::Pasteboard
128 void Pasteboard::writeHTML(const String& markup, const KURL& documentURL, const String& plainText, … in writeHTML()
/external/chromium_org/third_party/WebKit/public/platform/
DWebClipboard.h87 const WebString& plainText, bool writeSmartPaste) { } in writeHTML()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dcrypto-sha1.js205 var plainText = "Two households, both alike in dignity,\n\ variable
Dcrypto-aes.js385 var plainText = "ROMEO: But, soft! what light through yonder window breaks?\n\ variable
Dcrypto-md5.js258 var plainText = "Rebellious subjects, enemies to peace,\n\ variable
/external/chromium_org/content/test/
Dmock_webclipboard_impl.cc140 const blink::WebString& plainText, in writeHTML()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dcrypto-sha1.js205 var plainText = "Two households, both alike in dignity,\n\ variable
Dcrypto-aes.js385 var plainText = "ROMEO: But, soft! what light through yonder window breaks?\n\ variable
Dcrypto-md5.js258 var plainText = "Rebellious subjects, enemies to peace,\n\ variable
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dcrypto-sha1.js205 var plainText = "Two households, both alike in dignity,\n\ variable
Dcrypto-aes.js385 var plainText = "ROMEO: But, soft! what light through yonder window breaks?\n\ variable
Dcrypto-md5.js258 var plainText = "Rebellious subjects, enemies to peace,\n\ variable
/external/chromium_org/v8/test/mjsunit/
Dmd5.js180 var plainText = "Rebellious subjects, enemies to peace,\n\ variable
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetters.java35 String plainText = colorTags.getPlainText(); in setText() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp420 …::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText) in writeSelectionToPasteboard()
936 String plainText = m_frame.selectedTextForClipboard(); in cut() local
DTextIterator.cpp2000 String plainText(const Range* r, TextIteratorBehaviorFlags behavior) in plainText() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp303 String RenderText::plainText() const in plainText() function in WebCore::RenderText