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

  /external/chromium_org/ui/base/x/
selection_owner.cc 49 void SelectionOwner::TakeOwnershipOfSelection(
  /external/chromium_org/ui/base/dragdrop/
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);

Completed in 107 milliseconds