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 521 : aurax11_details_(new AuraX11Details) {
537 aurax11_details_->CreateNewClipboardData();
542 aurax11_details_->TakeOwnershipOfSelection(type);
547 aurax11_details_->CreateNewClipboardData();
550 aurax11_details_->TakeOwnershipOfSelection(CLIPBOARD_TYPE_SELECTION);
560 TargetList target_list = aurax11_details_->WaitAndGetTargetsList(type);
567 aurax11_details_->Clear(type);
579 TargetList target_list = aurax11_details_->WaitAndGetTargetsList(type);
593 SelectionData data(aurax11_details_->RequestAndWaitForTypes(
594 type, aurax11_details_->GetAtomsForFormat(GetWebCustomDataFormatType())))
    [all...]
clipboard.h 392 scoped_ptr<AuraX11Details> aurax11_details_; member in class:ui::Clipboard

Completed in 191 milliseconds