Searched defs:htmlText (Results 1 - 8 of 8) 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/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/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
/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/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 240 milliseconds