Searched refs:TakeOwnershipOfSelection (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_owner.h43 void TakeOwnershipOfSelection(const SelectionFormatMap& data);
H A Dselection_owner.cc49 void SelectionOwner::TakeOwnershipOfSelection( function in class:ui::SelectionOwner
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h49 void TakeOwnershipOfSelection() const;
H A Dos_exchange_data_provider_aurax11.cc90 void OSExchangeDataProviderAuraX11::TakeOwnershipOfSelection() const { function in class:ui::OSExchangeDataProviderAuraX11
91 selection_owner_.TakeOwnershipOfSelection(format_map_);
101 // ours has been modified since TakeOwnershipOfSelection() was called.
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc246 // InsertMapping writes to. Then we commit it in TakeOwnershipOfSelection,
256 void TakeOwnershipOfSelection(Buffer buffer);
380 void Clipboard::AuraX11Details::TakeOwnershipOfSelection(Buffer buffer) { function in class:ui::Clipboard::AuraX11Details
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/
H A Ddesktop_drag_drop_client_aurax11.cc579 source_provider_->TakeOwnershipOfSelection();

Completed in 232 milliseconds