HomeSort by relevance Sort by last modified time
    Searched refs:clip_text (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
render_view_impl_android.cc 70 blink::WebString clip_text; local
73 webview()->extractSmartClipData(rect, clip_text, clip_html, clip_rect);
75 routing_id_, clip_text, clip_html, clip_rect));
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 96 mDataText = (TextView)findViewById(R.id.clip_text);

Completed in 52 milliseconds