Home
last modified time | relevance | path

Searched refs:htmlText (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.rb735 htmlText = header_tags[0..1].join("\n\t")
736 htmlText << buildRedirect(@test_num, @subtest_data, @lookup_mode, @stop_num)
737htmlText << "<title>[#{@test_num}:#{@subtest_data}] iExploder #{$VERSION} - #{generateGarbageText(…
743htmlText << "\n<!-- iExploder #{$VERSION} | test #{@test_num}:#{@subtest_data} at #{Time.now} -->\…
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
/external/jdiff/src/jdiff/
DAPI.java274 public static String stuffHTMLTags(String htmlText) { in stuffHTMLTags() argument
275 if (htmlText.indexOf("]]>") != -1) { in stuffHTMLTags()
279 return "<![CDATA[" + htmlText + "]]>"; in stuffHTMLTags()
292 public static String hideHTMLTags(String htmlText) { in hideHTMLTags() argument
293 StringBuffer sb = new StringBuffer(htmlText); in hideHTMLTags()
385 public static String convertHTMLTagsToXHTML(String htmlText) { in convertHTMLTagsToXHTML() argument
386 StringBuffer sb = new StringBuffer(htmlText); in convertHTMLTagsToXHTML()
398 htmlText.indexOf("</" + tag + ">", i) == -1) in convertHTMLTagsToXHTML()
/external/webkit/Source/WebCore/platform/chromium/
DChromiumDataObjectLegacy.cpp159 String htmlText; in getData() local
161 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL); in getData()
162 success = !htmlText.isEmpty(); in getData()
163 return htmlText; in getData()
DChromiumDataObject.cpp161 String htmlText; in getData() local
163 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL); in getData()
164 success = !htmlText.isEmpty(); in getData()
165 return htmlText; in getData()
/external/webkit/Source/WebKit/chromium/src/
DWebDragData.cpp160 WebString WebDragData::htmlText() const in htmlText() function in WebKit::WebDragData
167 void WebDragData::setHTMLText(const WebString& htmlText) in setHTMLText() argument
170 m_private->setData(mimeTypeTextHTML, htmlText); in setHTMLText()
DPlatformBridge.cpp169 String* htmlText, KURL* sourceURL) in clipboardReadHTML() argument
172 *htmlText = webKitClient()->clipboard()->readHTML( in clipboardReadHTML()
183 void PlatformBridge::clipboardWriteSelection(const String& htmlText, in clipboardWriteSelection() argument
189 htmlText, sourceURL, plainText, writeSmartPaste); in clipboardWriteSelection()
/external/webkit/Source/WebKit/chromium/public/
DWebClipboard.h71 const WebString& htmlText, const WebURL&, in writeHTML() argument
DWebDragData.h89 WEBKIT_API WebString htmlText() const;
/external/chromium/webkit/glue/
Dwebdropdata.cc24 text_html(drag_data.htmlText()), in WebDropData()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-167488 (WebKit::WebDragData::htmlText):
29230 (WebKit::WebDragData::htmlText):