HomeSort by relevance Sort by last modified time
    Searched defs:plainText (Results 1 - 18 of 18) sorted by null

  /external/webkit/Tools/DumpRenderTree/qt/
PlainTextControllerQt.cpp 41 QString PlainTextController::plainText(const QVariant& range)
43 return DumpRenderTreeSupportQt::plainText(range);
  /external/webkit/Tools/DumpRenderTree/chromium/
PlainTextController.cpp 48 bindMethod("plainText", &PlainTextController::plainText);
54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result)
  /external/webkit/Source/WebCore/platform/brew/
PasteboardBrew.cpp 81 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebCore/platform/efl/
PasteboardEfl.cpp 87 String Pasteboard::plainText(Frame*)
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 75 String Pasteboard::plainText(Frame* frame)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 205 var plainText = "Two households, both alike in dignity,\n\
221 plainText += plainText;
224 var sha1Output = hex_sha1(plainText);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 205 var plainText = "Two households, both alike in dignity,\n\
221 plainText += plainText;
224 var sha1Output = hex_sha1(plainText);
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 88 String plainText = frame->editor()->selectedText();
90 replaceNewlinesWithWindowsStyleNewlines(plainText);
92 replaceNBSPWithSpace(plainText);
94 PlatformBridge::clipboardWriteSelection(html, url, plainText, canSmartCopyOrDelete);
100 String plainText(text);
101 replaceNewlinesWithWindowsStyleNewlines(plainText);
102 PlatformBridge::clipboardWritePlainText(plainText);
161 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 151 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 133 String Pasteboard::plainText(Frame* frame)
183 BString plainText(buffer, bufferLength);
186 RefPtr<DocumentFragment> fragment = createFragmentFromText(context.get(), plainText);
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 92 String Pasteboard::plainText(Frame*)
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java 33 private final String plainText = "abcde";
45 new ByteArrayInputStream(plainText.getBytes("UTF-8")), cipher);
55 assertEquals(plainText, new String(bytes, "UTF-8"));
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 254 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 235 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 147 WebString WebDragData::plainText() const
154 void WebDragData::setPlainText(const WebString& plainText)
157 m_private->setData(mimeTypeTextPlain, plainText);
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 153 String Pasteboard::plainText(Frame*)
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 935 QString DumpRenderTreeSupportQt::plainText(const QVariant& range)
    [all...]

Completed in 997 milliseconds