Searched defs:TakeOwnershipOfSelection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc96 void OSExchangeDataProviderAuraX11::TakeOwnershipOfSelection() const { function in class:ui::OSExchangeDataProviderAuraX11
97 selection_owner_.TakeOwnershipOfSelection(format_map_);
107 // ours has been modified since TakeOwnershipOfSelection() was called.
/external/chromium_org/ui/base/x/
H A Dselection_owner.cc125 void SelectionOwner::TakeOwnershipOfSelection( function in class:ui::SelectionOwner
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc249 // InsertMapping writes to. Then we commit it in TakeOwnershipOfSelection,
259 void TakeOwnershipOfSelection(ClipboardType type);
383 void Clipboard::AuraX11Details::TakeOwnershipOfSelection(ClipboardType type) { function in class:ui::Clipboard::AuraX11Details
385 return clipboard_owner_.TakeOwnershipOfSelection(clipboard_data_);
387 return primary_owner_.TakeOwnershipOfSelection(clipboard_data_);
594 aurax11_details_->TakeOwnershipOfSelection(type);
606 aurax11_details_->TakeOwnershipOfSelection(CLIPBOARD_TYPE_SELECTION);

Completed in 116 milliseconds