Searched defs:plainText (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DPlainTextControllerQt.cpp41 QString PlainTextController::plainText(const QVariant& range) function in class:PlainTextController
43 return DumpRenderTreeSupportQt::plainText(range);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DPlainTextController.cpp48 bindMethod("plainText", &PlainTextController::plainText);
54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result) function in class:PlainTextController
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-sha1.js205 var plainText = "Two households, both alike in dignity,\n\ variable
221 plainText += plainText;
224 var sha1Output = hex_sha1(plainText);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-sha1.js205 var plainText = "Two households, both alike in dignity,\n\ variable
221 plainText += plainText;
224 var sha1Output = hex_sha1(plainText);
/external/webkit/Source/WebCore/platform/brew/
H A DPasteboardBrew.cpp81 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/efl/
H A DPasteboardEfl.cpp87 String Pasteboard::plainText(Frame*) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp75 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp88 String plainText = frame->editor()->selectedText(); local
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) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardGtk.cpp151 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/haiku/
H A DPasteboardHaiku.cpp133 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
183 BString plainText(buffer, bufferLength);
186 RefPtr<DocumentFragment> fragment = createFragmentFromText(context.get(), plainText);
/external/webkit/Source/WebCore/platform/qt/
H A DPasteboardQt.cpp92 String Pasteboard::plainText(Frame*) function in class:WebCore::Pasteboard
/external/webkit/Source/WebKit/chromium/public/
H A DWebClipboard.h72 const WebString& plainText, bool writeSmartPaste) { }
70 writeHTML( const WebString& htmlText, const WebURL&, const WebString& plainText, bool writeSmartPaste) argument
/external/webkit/Source/WebCore/platform/win/
H A DPasteboardWin.cpp254 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/wince/
H A DPasteboardWinCE.cpp235 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebKit/chromium/src/
H A DWebDragData.cpp147 WebString WebDragData::plainText() const function in class:WebKit::WebDragData
154 void WebDragData::setPlainText(const WebString& plainText) argument
157 m_private->setData(mimeTypeTextPlain, plainText);
H A DPlatformBridge.cpp185 const String& plainText,
189 htmlText, sourceURL, plainText, writeSmartPaste);
192 void PlatformBridge::clipboardWritePlainText(const String& plainText) argument
194 webKitClient()->clipboard()->writePlainText(plainText);
183 clipboardWriteSelection(const String& htmlText, const KURL& sourceURL, const String& plainText, bool writeSmartPaste) argument
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp146 String Pasteboard::plainText(Frame*) function in class:Pasteboard
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2553 String plainText(const Range* r, TextIteratorBehavior defaultBehavior) function in namespace:WebCore
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp935 QString DumpRenderTreeSupportQt::plainText(const QVariant& range) function in class:DumpRenderTreeSupportQt
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 541 milliseconds