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

  /external/chromium_org/ui/base/clipboard/
clipboard_types.h 15 CLIPBOARD_TYPE_SELECTION,
clipboard_unittest.cc 178 CLIPBOARD_TYPE_SELECTION);
186 CLIPBOARD_TYPE_SELECTION));
191 CLIPBOARD_TYPE_SELECTION));
198 clipboard().ReadHTML(CLIPBOARD_TYPE_SELECTION,
337 clipboard().ReadAsciiText(CLIPBOARD_TYPE_SELECTION, &ascii_text);
724 // TODO(dcheng): Add a version to test CLIPBOARD_TYPE_SELECTION.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 886 // Set the CLIPBOARD_TYPE_SELECTION to the ui::Clipboard.
889 ui::CLIPBOARD_TYPE_SELECTION);
    [all...]

Completed in 673 milliseconds