Searched refs:htmlText (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DChromiumDataObject.cpp161 String htmlText; local
163 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL);
164 success = !htmlText.isEmpty();
165 return htmlText;
H A DChromiumDataObjectLegacy.cpp159 String htmlText; local
161 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL);
162 success = !htmlText.isEmpty();
163 return htmlText;
/external/webkit/Source/WebKit/chromium/src/
H A DWebDragData.cpp160 WebString WebDragData::htmlText() const function in class:WebKit::WebDragData
167 void WebDragData::setHTMLText(const WebString& htmlText) argument
170 m_private->setData(mimeTypeTextHTML, htmlText);
H A DPlatformBridge.cpp169 String* htmlText, KURL* sourceURL)
172 *htmlText = webKitClient()->clipboard()->readHTML(
183 void PlatformBridge::clipboardWriteSelection(const String& htmlText, argument
189 htmlText, sourceURL, plainText, writeSmartPaste);
167 clipboardReadHTML( PasteboardPrivate::ClipboardBuffer buffer, String* htmlText, KURL* sourceURL) argument
/external/jdiff/src/jdiff/
H A DAPI.java274 public static String stuffHTMLTags(String htmlText) { argument
275 if (htmlText.indexOf("]]>") != -1) {
279 return "<![CDATA[" + htmlText + "]]>";
292 public static String hideHTMLTags(String htmlText) { argument
293 StringBuffer sb = new StringBuffer(htmlText);
385 public static String convertHTMLTagsToXHTML(String htmlText) { argument
386 StringBuffer sb = new StringBuffer(htmlText);
398 htmlText.indexOf("</" + tag + ">", i) == -1)
/external/chromium/webkit/glue/
H A Dwebdropdata.cc24 text_html(drag_data.htmlText()),
/external/webkit/Source/WebKit/chromium/public/
H A DWebClipboard.h71 const WebString& htmlText, const WebURL&,
70 writeHTML( const WebString& htmlText, const WebURL&, const WebString& plainText, bool writeSmartPaste) argument
H A DWebDragData.h89 WEBKIT_API WebString htmlText() const;
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb735 htmlText = header_tags[0..1].join("\n\t")
736 htmlText << buildRedirect(@test_num, @subtest_data, @lookup_mode, @stop_num)
737 htmlText << "<title>[#{@test_num}:#{@subtest_data}] iExploder #{$VERSION} - #{generateGarbageText()}</title>\n"
743 htmlText << "\n<!-- iExploder #{$VERSION} | test #{@test_num}:#{@subtest_data} at #{Time.now} -->\n"
744 htmlText << "<!-- browser: #{show_browser} -->\n"
745 htmlText << header_tags[2..-1].join("\n\t")
746 htmlText << "\n</head>\n\n"
747 htmlText << body_tags.join("\n")
748 htmlText << "</body>\n</html>"
749 return htmlText
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 286 milliseconds