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

  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 580 : aurax11_details_(new AuraX11Details) {
587 aurax11_details_->StoreCopyPasteDataAndWait();
594 aurax11_details_->CreateNewClipboardData();
599 aurax11_details_->TakeOwnershipOfSelection(type);
604 aurax11_details_->CreateNewClipboardData();
611 aurax11_details_->TakeOwnershipOfSelection(CLIPBOARD_TYPE_SELECTION);
621 TargetList target_list = aurax11_details_->WaitAndGetTargetsList(type);
632 aurax11_details_->Clear(type);
644 TargetList target_list = aurax11_details_->WaitAndGetTargetsList(type);
658 SelectionData data(aurax11_details_->RequestAndWaitForTypes
    [all...]
clipboard.h 366 scoped_ptr<AuraX11Details> aurax11_details_; member in class:ui::Clipboard

Completed in 56 milliseconds