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

  /external/chromium_org/ui/base/x/
selection_utils.h 22 class SelectionData;
69 ui::SelectionData GetFirstOf(
88 class UI_EXPORT SelectionData {
91 SelectionData();
92 SelectionData(::Atom type,
94 SelectionData(const SelectionData& rhs);
95 ~SelectionData();
96 SelectionData& operator=(const SelectionData& rhs)
    [all...]
selection_utils.cc 108 ui::SelectionData SelectionFormatMap::GetFirstOf(
114 return SelectionData(data_it->first, data_it->second);
118 return SelectionData();
131 SelectionData::SelectionData()
136 SelectionData::SelectionData(
144 SelectionData::SelectionData(const SelectionData& rhs
    [all...]
selection_requestor.h 23 class SelectionData;
53 SelectionData RequestAndWaitForTypes(const std::vector< ::Atom>& types);
selection_requestor.cc 73 SelectionData SelectionRequestor::RequestAndWaitForTypes(
86 return SelectionData(type, data);
90 return SelectionData();
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 169 ui::SelectionData data(format_map_.GetFirstOf(requested_types));
187 ui::SelectionData data(format_map_.GetFirstOf(requested_types));
249 ui::SelectionData data(format_map_.GetFirstOf(requested_types));
311 ui::SelectionData data(format_map_.GetFirstOf(requested_types));
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 266 ui::SelectionData RequestAndWaitForTypes(ClipboardType type,
388 SelectionData Clipboard::AuraX11Details::RequestAndWaitForTypes(
401 return SelectionData(format_map_it->first, format_map_it->second);
412 return SelectionData();
593 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
602 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
613 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
633 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
647 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
656 SelectionData data(aurax11_details_->RequestAndWaitForTypes
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 197 milliseconds