Searched refs:htmlText (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | iexploder.rb | 735 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(… 743 …htmlText << "\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/ |
D | API.java | 274 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/ |
D | ChromiumDataObjectLegacy.cpp | 159 String htmlText; in getData() local 161 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL); in getData() 162 success = !htmlText.isEmpty(); in getData() 163 return htmlText; in getData()
|
D | ChromiumDataObject.cpp | 161 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/ |
D | WebDragData.cpp | 160 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()
|
D | PlatformBridge.cpp | 169 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/ |
D | WebClipboard.h | 71 const WebString& htmlText, const WebURL&, in writeHTML() argument
|
D | WebDragData.h | 89 WEBKIT_API WebString htmlText() const;
|
/external/chromium/webkit/glue/ |
D | webdropdata.cc | 24 text_html(drag_data.htmlText()), in WebDropData()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 7488 (WebKit::WebDragData::htmlText): 29230 (WebKit::WebDragData::htmlText):
|