Searched refs:plainText (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/qt/
H A DPlainTextControllerQt.cpp41 QString PlainTextController::plainText(const QVariant& range) function in class:PlainTextController
43 return DumpRenderTreeSupportQt::plainText(range);
H A DPlainTextControllerQt.h44 QString plainText(const QVariant& range);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DPlainTextController.h45 void plainText(const CppArgumentList&, CppVariant*);
H A DPlainTextController.cpp48 bindMethod("plainText", &PlainTextController::plainText);
54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result) function in class:PlainTextController
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMSyntaxHighlighter.js61 var plainText = line.substring(plainTextStart, column);
62 node.appendChild(document.createTextNode(plainText));
72 var plainText = line.substring(plainTextStart, line.length);
73 node.appendChild(document.createTextNode(plainText));
/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/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/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/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);
/external/chromium/webkit/glue/
H A Dwebdropdata.cc23 plain_text(drag_data.plainText()),
/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);
H A Dcrypto-md5.js258 var plainText = "Rebellious subjects, enemies to peace,\n\
283 plainText += plainText;
286 var md5Output = hex_md5(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);
H A Dcrypto-md5.js258 var plainText = "Rebellious subjects, enemies to peace,\n\
283 plainText += plainText;
286 var md5Output = hex_md5(plainText);
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionCommand.cpp86 m_corrected = plainText(m_rangeToBeCorrected.get());
H A DSpellingCorrectionController.cpp134 String wordText = plainText(currentWord.toNormalizedRange().get());
159 m_correctionPanelInfo.replacedString = plainText(rangeToReplace.get());
231 String newText = plainText(replacementRange.get());
296 m_correctionPanelInfo.replacedString = plainText(m_correctionPanelInfo.rangeToBeReplaced.get());
303 if (plainText(m_correctionPanelInfo.rangeToBeReplaced.get()) != m_correctionPanelInfo.replacedString)
305 String paragraphText = plainText(TextCheckingParagraph(m_correctionPanelInfo.rangeToBeReplaced).paragraphRange().get());
329 String currentWord = plainText(m_correctionPanelInfo.rangeToBeReplaced.get());
395 String currentWord = plainText(wordRange.get());
437 recordAutocorrectionResponseReversed(replacedString, plainText(replacementRange.get()));
/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp75 String Pasteboard::plainText(Frame* 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
H A DWebDragData.h86 WEBKIT_API WebString plainText() const;
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetters.java35 String plainText = colorTags.getPlainText();
40 if (text != null && plainText.length() > 0) {
42 for (int i = 0; i < plainText.length(); i++) {
43 l = l.addNextCharacter(plainText.charAt(i));
60 setColor(end.start, plainText.length(), end.color);
/external/webkit/Source/WebCore/platform/
H A DPasteboard.h108 String plainText(Frame* = 0);
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp146 String Pasteboard::plainText(Frame*) function in class: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/qt/
H A DPasteboardQt.cpp92 String Pasteboard::plainText(Frame*) function in class:WebCore::Pasteboard

Completed in 424 milliseconds

123