Searched refs:atom_cache_ (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/base/x/
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");
H A Dselection_utils.cc156 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) {
164 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) {
170 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) {
200 if (type_ == atom_cache_.GetAtom(kUtf8String) ||
201 type_ == atom_cache_.GetAtom(kText) ||
202 type_ == atom_cache_.GetAtom(kTextPlainUtf8)) {
204 } else if (type_ == atom_cache_.GetAtom(kString) ||
205 type_ == atom_cache_.GetAtom(kTextPlain)) {
222 if (type_ == atom_cache_.GetAtom(Clipboard::kMimeTypeHTML)) {
H A Dselection_owner.cc107 atom_cache_(x_display_, kAtomsToCache) {
155 if (requested_target == atom_cache_.GetAtom(kMultiple)) {
178 atom_cache_.GetAtom(kAtomPair),
221 XAtom multiple_atom = atom_cache_.GetAtom(kMultiple);
222 XAtom save_targets_atom = atom_cache_.GetAtom(kSaveTargets);
223 XAtom targets_atom = atom_cache_.GetAtom(kTargets);
254 atom_cache_.GetAtom(kIncr),
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.cc71 atom_cache_(x_display_, kAtomsToCache) {
72 x_property_ = atom_cache_.GetAtom(kChromeSelection);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
H A Dselection_utils.h126 X11AtomCache atom_cache_; member in class:ui::SelectionData
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc55 atom_cache_(x_display_, kAtomsToCache),
58 atom_cache_.GetAtom(kDndSelection)) {
60 atom_cache_.allow_uncached_atoms();
77 atom_cache_(x_display_, kAtomsToCache),
80 atom_cache_.GetAtom(kDndSelection)) {
82 atom_cache_.allow_uncached_atoms();
119 format_map_.Insert(atom_cache_.GetAtom(kRendererTaint),
125 return format_map_.find(atom_cache_.GetAtom(kRendererTaint)) !=
137 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
138 format_map_.Insert(atom_cache_
[all...]
H A Dos_exchange_data_provider_aurax11.h133 X11AtomCache atom_cache_; member in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/views/widget/desktop_aura/
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...]
H A Dx11_window_event_filter.h60 ui::X11AtomCache atom_cache_; member in class:views::X11WindowEventFilter
H A Ddesktop_window_tree_host_x11.cc135 atom_cache_(xdisplay_, kAtomsToCache),
531 atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN"),
552 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
553 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
566 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
567 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
588 atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"),
598 atom_cache_.GetAtom("_NET_WM_STATE_STICKY"),
613 xevent.xclient.message_type = atom_cache_.GetAtom("_NET_WM_DESKTOP");
632 atom_cache_
[all...]
H A Dx11_desktop_handler.cc49 atom_cache_(xdisplay_, kAtomsToCache),
62 ui::WmSupportsHint(atom_cache_.GetAtom("_NET_ACTIVE_WINDOW"));
92 xclient.xclient.message_type = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
158 ::Atom active_window_atom = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
H A Dx11_desktop_handler.h100 ui::X11AtomCache atom_cache_; member in class:views::X11DesktopHandler
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 Dx11_window_event_filter.cc55 atom_cache_(xdisplay_, kAtomsToCache),
226 event.xclient.message_type = atom_cache_.GetAtom("_NET_WM_MOVERESIZE");
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
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc33 atom_cache_.reset(new ui::X11AtomCache(display, kAtomsToCache));
73 event->xproperty.atom != atom_cache_->GetAtom(property_) ||
H A Dx11_property_change_waiter.h57 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::X11PropertyChangeWaiter
/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...]
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc48 atom_cache_(xdisplay_, kAtomsToCache),
163 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
164 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
179 atom_cache_.GetAtom("_NET_WM_PID"),
335 if (message == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
337 } else if (message == atom_cache_.GetAtom("_NET_WM_PING")) {
H A Dx11_window.h55 X11AtomCache atom_cache_; member in class:ui::X11Window
/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
H A Dwindow_tree_host_x11.cc245 atom_cache_(xdisplay_, kAtomsToCache) {
280 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
281 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
295 atom_cache_.GetAtom("_NET_WM_PID"),
302 atom_cache_.allow_uncached_atoms();
445 if (message_type == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
448 } else if (message_type == atom_cache_.GetAtom("_NET_WM_PING")) {

Completed in 1820 milliseconds

12