HomeSort by relevance Sort by last modified time
    Searched defs:htmlText (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObjectLegacy.cpp 159 String htmlText;
161 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL);
162 success = !htmlText.isEmpty();
163 return htmlText;
ChromiumDataObject.cpp 161 String htmlText;
163 PlatformBridge::clipboardReadHTML(buffer, &htmlText, &sourceURL);
164 success = !htmlText.isEmpty();
165 return htmlText;
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 160 WebString WebDragData::htmlText() const
167 void WebDragData::setHTMLText(const WebString& htmlText)
170 m_private->setData(mimeTypeTextHTML, htmlText);
  /frameworks/base/core/java/android/content/
ClipData.java 207 public Item(CharSequence text, String htmlText) {
209 mHtmlText = htmlText;
251 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) {
252 if (htmlText != null && text == null) {
257 mHtmlText = htmlText;
391 String htmlText = getHtmlText();
392 if (htmlText != null) {
394 CharSequence newText = Html.fromHtml(htmlText);
438 String htmlText = getHtmlText();
439 if (htmlText != null)
    [all...]
Intent.java     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 197 milliseconds