HomeSort by relevance Sort by last modified time
    Searched refs:atom_cache_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ui/base/x/
selection_requestor_unittest.cc 35 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");
selection_utils.cc 156 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)) {
selection_owner.cc 107 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),
selection_owner.h 130 X11AtomCache atom_cache_; member in class:ui::SelectionOwner
selection_requestor.h 151 X11AtomCache atom_cache_; member in class:ui::SelectionRequestor
selection_requestor.cc 71 atom_cache_(x_display_, kAtomsToCache) {
72 x_property_ = atom_cache_.GetAtom(kChromeSelection);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
selection_utils.h 126 X11AtomCache atom_cache_; member in class:ui::SelectionData
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 55 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_.GetAtom(kText), mem)
    [all...]
os_exchange_data_provider_aurax11.h 133 X11AtomCache atom_cache_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 151 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_, kAtomsToCache)
    [all...]
x11_window_event_filter.h 60 ui::X11AtomCache atom_cache_; member in class:views::X11WindowEventFilter
desktop_window_tree_host_x11.cc 135 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_.GetAtom("_NET_WM_NAME")
    [all...]
x11_desktop_handler.cc 49 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");
x11_desktop_handler.h 100 ui::X11AtomCache atom_cache_; member in class:views::X11DesktopHandler
desktop_drag_drop_client_aurax11_unittest.cc 174 ui::X11AtomCache atom_cache_; member in class:views::__anon21752::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");
x11_window_event_filter.cc 55 atom_cache_(xdisplay_, kAtomsToCache),
226 event.xclient.message_type = atom_cache_.GetAtom("_NET_WM_MOVERESIZE");
desktop_window_tree_host_x11_unittest.cc 48 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::__anon21766::WMStateWaiter
x11_topmost_window_finder_interactive_uitest.cc 46 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::__anon21768::MinimizeWaiter
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 57 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::X11PropertyChangeWaiter
x11_property_change_waiter.cc 33 atom_cache_.reset(new ui::X11AtomCache(display, kAtomsToCache));
73 event->xproperty.atom != atom_cache_->GetAtom(property_) ||
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 73 ui::X11AtomCache* atom_cache() { return &atom_cache_; }
103 ui::X11AtomCache atom_cache_; member in class:aura::WindowTreeHostX11
window_tree_host_x11.cc 245 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")) {
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 156 X11AtomCache* atom_cache_; member in class:ui::__anon21236::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_.GetAtom(kClipboard)
    [all...]
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 48 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")) {
x11_window.h 55 X11AtomCache atom_cache_; member in class:ui::X11Window

Completed in 654 milliseconds

1 2