Searched defs:atom_cache_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_utils.h126 X11AtomCache atom_cache_; member in class:ui::SelectionData
H A Dselection_owner.h130 X11AtomCache atom_cache_; member in class:ui::SelectionOwner
H A Dselection_requestor.h151 X11AtomCache atom_cache_; member in class:ui::SelectionRequestor
H A Dselection_requestor_unittest.cc35 atom_cache_(gfx::GetXDisplay(), kAtomsToCache) {
36 atom_cache_.allow_uncached_atoms();
51 atom_cache_.GetAtom("STRING"),
104 X11AtomCache atom_cache_; member in class:ui::SelectionRequestorTest
136 XAtom selection = atom_cache_.GetAtom("FAKE_SELECTION");
138 XAtom target1 = atom_cache_.GetAtom("TARGET1");
139 XAtom target2 = atom_cache_.GetAtom("TARGET2");
145 base::Unretained(&atom_cache_),
162 requestor_.get(), &atom_cache_, selection, target1, "Data1");
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.h55 X11AtomCache atom_cache_; member in class:ui::X11Window
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.h57 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::X11PropertyChangeWaiter
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.h60 ui::X11AtomCache atom_cache_; member in class:views::X11WindowEventFilter
H A Dx11_desktop_handler.h100 ui::X11AtomCache atom_cache_; member in class:views::X11DesktopHandler
H A Ddesktop_drag_drop_client_aurax11.h205 ui::X11AtomCache atom_cache_; member in class:views::DesktopDragDropClientAuraX11
H A Ddesktop_window_tree_host_x11.h251 ui::X11AtomCache atom_cache_; member in class:views::DesktopWindowTreeHostX11
H A Ddesktop_window_tree_host_x11_unittest.cc48 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache));
62 atom_cache_->GetAtom(hint_));
69 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::__anon17148::WMStateWaiter
H A Dx11_topmost_window_finder_interactive_uitest.cc46 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache));
60 atom_cache_->GetAtom("_NET_WM_STATE_HIDDEN"));
66 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::__anon17150::MinimizeWaiter
H A Ddesktop_drag_drop_client_aurax11_unittest.cc174 ui::X11AtomCache atom_cache_; member in class:views::__anon17134::TestDragDropClient
260 atom_cache_(gfx::GetXDisplay(), kAtomsToCache) {
267 return atom_cache_.GetAtom(name);
272 return event.message_type == atom_cache_.GetAtom(type);
288 event.message_type = atom_cache_.GetAtom("XdndStatus");
303 event.message_type = atom_cache_.GetAtom("XdndFinished");
H A Ddesktop_drag_drop_client_aurax11.cc151 ui::X11AtomCache* atom_cache_; member in class:views::DesktopDragDropClientAuraX11::X11DragContext
198 : atom_cache_(atom_cache),
282 atom_cache_->GetAtom(kXdndSelection),
284 atom_cache_->GetAtom(kChromiumDragReciever),
297 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
348 if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy))
350 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove))
352 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink))
364 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
381 atom_cache_(xdisplay
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h133 X11AtomCache atom_cache_; member in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h73 ui::X11AtomCache* atom_cache() { return &atom_cache_; }
103 ui::X11AtomCache atom_cache_; member in class:aura::WindowTreeHostX11
/external/chromium_org/ui/events/x/
H A Ddevice_data_manager_x11.h304 X11AtomCache atom_cache_; member in class:ui::DeviceDataManagerX11
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc156 X11AtomCache* atom_cache_; member in class:ui::__anon16618::TargetList
162 atom_cache_(atom_cache) {
166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
234 X11AtomCache* atom_cache() { return &atom_cache_; }
303 X11AtomCache atom_cache_; member in class:ui::Clipboard::AuraX11Details
330 atom_cache_(x_display_, kAtomsToCache),
332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
335 atom_cache_.allow_uncached_atoms();
360 return atom_cache_
[all...]

Completed in 214 milliseconds