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

  /external/chromium_org/ui/base/x/
selection_owner.h 43 void TakeOwnershipOfSelection(const SelectionFormatMap& data);
selection_owner.cc 49 void SelectionOwner::TakeOwnershipOfSelection(
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 49 void TakeOwnershipOfSelection() const;
os_exchange_data_provider_aurax11.cc 90 void OSExchangeDataProviderAuraX11::TakeOwnershipOfSelection() const {
91 selection_owner_.TakeOwnershipOfSelection(format_map_);
101 // ours has been modified since TakeOwnershipOfSelection() was called.
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 246 // InsertMapping writes to. Then we commit it in TakeOwnershipOfSelection,
256 void TakeOwnershipOfSelection(Buffer buffer);
380 void Clipboard::AuraX11Details::TakeOwnershipOfSelection(Buffer buffer) {
382 return clipboard_owner_.TakeOwnershipOfSelection(clipboard_data_);
384 return primary_owner_.TakeOwnershipOfSelection(clipboard_data_);
541 aurax11_details_->TakeOwnershipOfSelection(buffer);
549 aurax11_details_->TakeOwnershipOfSelection(BUFFER_SELECTION);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 579 source_provider_->TakeOwnershipOfSelection();

Completed in 278 milliseconds