OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(ClipboardType type);
381
void Clipboard::AuraX11Details::
TakeOwnershipOfSelection
(ClipboardType type) {
383
return clipboard_owner_.
TakeOwnershipOfSelection
(clipboard_data_);
385
return primary_owner_.
TakeOwnershipOfSelection
(clipboard_data_);
542
aurax11_details_->
TakeOwnershipOfSelection
(type);
550
aurax11_details_->
TakeOwnershipOfSelection
(CLIPBOARD_TYPE_SELECTION);
Completed in 496 milliseconds