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

/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc242 ::Atom GetCopyPasteSelection() const;
364 return GetCopyPasteSelection();
369 ::Atom Clipboard::AuraX11Details::GetCopyPasteSelection() const { function in class:ui::Clipboard::AuraX11Details
378 DCHECK_EQ(GetCopyPasteSelection(), atom);
511 ::Atom selection = GetCopyPasteSelection();
543 DCHECK_EQ(GetCopyPasteSelection(), xev->xselectionrequest.selection);
552 else if (selection == GetCopyPasteSelection())
564 DCHECK_EQ(GetCopyPasteSelection(), xev->xselection.selection);

Completed in 48 milliseconds