Searched refs:htmlText (Results 1 – 8 of 8) sorted by relevance
274 public static String stuffHTMLTags(String htmlText) { in stuffHTMLTags() argument275 if (htmlText.indexOf("]]>") != -1) { in stuffHTMLTags()279 return "<![CDATA[" + htmlText + "]]>"; in stuffHTMLTags()292 public static String hideHTMLTags(String htmlText) { in hideHTMLTags() argument293 StringBuffer sb = new StringBuffer(htmlText); in hideHTMLTags()385 public static String convertHTMLTagsToXHTML(String htmlText) { in convertHTMLTagsToXHTML() argument386 StringBuffer sb = new StringBuffer(htmlText); in convertHTMLTagsToXHTML()398 htmlText.indexOf("</" + tag + ">", i) == -1) in convertHTMLTagsToXHTML()
87 String htmlText = clip.getItemAt(0).getHtmlText(); in testCopyDocumentFragment() local89 assertNotNull(htmlText); in testCopyDocumentFragment()90 assertTrue(htmlText.contains(EXPECTED_HTML_NEEDLE)); in testCopyDocumentFragment()
129 void MockWebClipboardImpl::writeHTML(const blink::WebString& htmlText, in writeHTML() argument135 m_htmlText = htmlText; in writeHTML()
45 const blink::WebString& htmlText, const blink::WebURL& url,
32 virtual void writeHTML(const blink::WebString& htmlText,
180 void WebClipboardImpl::writeHTML(const blink::WebString& htmlText, in writeHTML() argument192 text_data->data = Array<uint8_t>::From(htmlText).Pass(); in writeHTML()
86 const WebString& htmlText, const WebURL&, in writeHTML() argument
115 cpp_quote("// get_innerHTML(/* [out] */ BSTR *htmlText);")125 cpp_quote("// get_language(/* [out] */ BSTR *htmlText);")