GetAtom           144 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc                   atom_cache_.GetAtom("_NET_WM_STATE_HIDDEN")) !=
GetAtom           330 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc       x_event->xproperty.atom == atom_cache_.GetAtom("_NET_WM_STATE") &&
GetAtom           338 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc                   atom_cache_.GetAtom("_NET_WM_STATE_HIDDEN"));
GetAtom           290 ui/aura/window_tree_host_x11.cc   protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
GetAtom           291 ui/aura/window_tree_host_x11.cc   protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
GetAtom           305 ui/aura/window_tree_host_x11.cc                   atom_cache_.GetAtom("_NET_WM_PID"),
GetAtom           431 ui/aura/window_tree_host_x11.cc       if (message_type == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
GetAtom           434 ui/aura/window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("_NET_WM_PING")) {
GetAtom           839 ui/aura/window_tree_host_x11.cc       xdisplay_, atom_cache_.GetAtom("WM_S0")) != None;
GetAtom           880 ui/aura/window_tree_host_x11.cc   Atom prop = atom_cache_.GetAtom("Tap Paused");
GetAtom           176 ui/base/clipboard/clipboard_aurax11.cc   ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
GetAtom           325 ui/base/clipboard/clipboard_aurax11.cc                            atom_cache_.GetAtom(kClipboard)),
GetAtom           327 ui/base/clipboard/clipboard_aurax11.cc       clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
GetAtom           347 ui/base/clipboard/clipboard_aurax11.cc     return atom_cache_.GetAtom(kClipboard);
GetAtom           357 ui/base/clipboard/clipboard_aurax11.cc   DCHECK_EQ(atom_cache_.GetAtom(kClipboard), atom);
GetAtom           377 ui/base/clipboard/clipboard_aurax11.cc   ::Atom atom_key = atom_cache_.GetAtom(key.c_str());
GetAtom           433 ui/base/clipboard/clipboard_aurax11.cc     if (receiver->PerformBlockingConvertSelection(atom_cache_.GetAtom(kTargets),
GetAtom           477 ui/base/clipboard/clipboard_aurax11.cc   atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
GetAtom            58 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc                        atom_cache_.GetAtom(kDndSelection)) {
GetAtom            80 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc                        atom_cache_.GetAtom(kDndSelection)) {
GetAtom           119 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(kRendererTaint),
GetAtom           125 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   return format_map_.find(atom_cache_.GetAtom(kRendererTaint)) !=
GetAtom           134 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
GetAtom           135 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(kText), mem);
GetAtom           136 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(kString), mem);
GetAtom           137 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(kUtf8String), mem);
GetAtom           155 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     format_map_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem);
GetAtom           164 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     format_map_.Insert(atom_cache_.GetAtom(kNetscapeURL),
GetAtom           193 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeURIList), mem);
GetAtom           207 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(format.ToString().c_str()), mem);
GetAtom           246 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) {
GetAtom           262 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     } else if (data.GetType() == atom_cache_.GetAtom(
GetAtom           318 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   requested_types.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
GetAtom           352 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) {
GetAtom           355 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     } else if (data.GetType() == atom_cache_.GetAtom(
GetAtom           401 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   url_atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
GetAtom           432 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc       atom_cache_.GetAtom("XdndDirectSave0"),
GetAtom           437 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc       atom_cache_.GetAtom("application/octet-stream"),
GetAtom           453 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML), mem);
GetAtom           459 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   url_atoms.push_back(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML));
GetAtom           475 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   url_atoms.push_back(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML));
GetAtom            35 ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc         provider.atom_cache_.GetAtom(ui::Clipboard::kMimeTypeURIList),
GetAtom            41 ui/base/x/active_window_watcher_x.cc   return GetAtom(kNetActiveWindow);
GetAtom            73 ui/base/x/active_window_watcher_x.cc                      GetAtom(kNetActiveWindow),
GetAtom            79 ui/base/x/selection_owner.cc   Atom targets_atom = atom_cache_.GetAtom(kTargets);
GetAtom            92 ui/base/x/selection_owner.cc   } else if (event.target == atom_cache_.GetAtom(kMultiple)) {
GetAtom            43 ui/base/x/selection_requestor.cc   Atom property_to_set = atom_cache_.GetAtom(kChromeSelection);
GetAtom            38 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kUtf8String));
GetAtom            39 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kString));
GetAtom            40 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kText));
GetAtom            41 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kTextPlain));
GetAtom            42 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kTextPlainUtf8));
GetAtom            48 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
GetAtom            49 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kMimeTypeMozillaURL));
GetAtom            55 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
GetAtom           200 ui/base/x/selection_utils.cc   if (type_ == atom_cache_.GetAtom(kUtf8String) ||
GetAtom           201 ui/base/x/selection_utils.cc       type_ == atom_cache_.GetAtom(kText) ||
GetAtom           202 ui/base/x/selection_utils.cc       type_ == atom_cache_.GetAtom(kTextPlainUtf8)) {
GetAtom           204 ui/base/x/selection_utils.cc   } else if (type_ == atom_cache_.GetAtom(kString) ||
GetAtom           205 ui/base/x/selection_utils.cc              type_ == atom_cache_.GetAtom(kTextPlain)) {
GetAtom           222 ui/base/x/selection_utils.cc   if (type_ == atom_cache_.GetAtom(Clipboard::kMimeTypeHTML)) {
GetAtom            40 ui/base/x/work_area_watcher_x.cc   return GetAtom(kNetWorkArea);
GetAtom            18 ui/base/x/x11_menu_list.cc     : menu_type_atom_(GetAtom("_NET_WM_WINDOW_TYPE_MENU")) {
GetAtom           124 ui/base/x/x11_util.cc   Atom property_atom = GetAtom(property_name.c_str());
GetAtom           566 ui/base/x/x11_util.cc       GetAtom("_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED"),
GetAtom           606 ui/base/x/x11_util.cc     Atom hidden_atom = GetAtom("_NET_WM_STATE_HIDDEN");
GetAtom           914 ui/base/x/x11_util.cc   Atom name_atom = GetAtom(name.c_str());
GetAtom           915 ui/base/x/x11_util.cc   Atom type_atom = GetAtom(type.c_str());
GetAtom           939 ui/base/x/x11_util.cc   Atom name_atom = GetAtom(name.c_str());
GetAtom           940 ui/base/x/x11_util.cc   Atom type_atom = GetAtom(type.c_str());
GetAtom          1000 ui/base/x/x11_util.cc     XDeleteProperty(display, window, GetAtom("WM_WINDOW_ROLE"));
GetAtom          1003 ui/base/x/x11_util.cc     XChangeProperty(display, window, GetAtom("WM_WINDOW_ROLE"), XA_STRING, 8,
GetAtom          1357 ui/base/x/x11_util.cc   event.xclient.message_type = GetAtom("_NET_WM_DESKTOP");
GetAtom          1379 ui/base/x/x11_util.cc     Atom atom = GetAtom("_NET_WM_STATE_FULLSCREEN");
GetAtom           212 ui/base/x/x11_util.h Atom GetAtom(const char* atom_name);
GetAtom           208 ui/events/x/device_data_manager.cc     atoms[data_type] = atom_cache_.GetAtom(kCachedAtoms[data_type]);
GetAtom            32 ui/gfx/x/x11_atom_cache.h   ::Atom GetAtom(const char*) const;
GetAtom           329 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                     atom_cache_->GetAtom(kXdndSelection),
GetAtom           331 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                     atom_cache_->GetAtom(kChromiumDragReciever),
GetAtom           340 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
GetAtom           393 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy))
GetAtom           395 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove))
GetAtom           397 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink))
GetAtom           404 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc       event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
GetAtom           438 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
GetAtom           600 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndFinished");
GetAtom           643 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     actions.push_back(atom_cache_.GetAtom(kXdndActionDirectSave));
GetAtom           646 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc         atom_cache_.GetAtom(kXdndDirectSave0),
GetAtom           647 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc         atom_cache_.GetAtom(ui::Clipboard::kMimeTypeText),
GetAtom           671 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList"));
GetAtom           672 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom(kXdndDirectSave0));
GetAtom           712 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                 atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_MENU"));
GetAtom           845 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     return atom_cache_.GetAtom(kXdndActionCopy);
GetAtom           847 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     return atom_cache_.GetAtom(kXdndActionMove);
GetAtom           849 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     return atom_cache_.GetAtom(kXdndActionLink);
GetAtom           855 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (atom == atom_cache_.GetAtom(kXdndActionCopy))
GetAtom           857 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (atom == atom_cache_.GetAtom(kXdndActionMove))
GetAtom           859 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (atom == atom_cache_.GetAtom(kXdndActionLink))
GetAtom           868 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     operations.push_back(atom_cache_.GetAtom(kXdndActionCopy));
GetAtom           870 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     operations.push_back(atom_cache_.GetAtom(kXdndActionMove));
GetAtom           872 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     operations.push_back(atom_cache_.GetAtom(kXdndActionLink));
GetAtom           900 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndStatus");
GetAtom           916 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndEnter");
GetAtom           949 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndLeave");
GetAtom           968 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndPosition");
GetAtom           982 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   xev.xclient.message_type = atom_cache_.GetAtom("XdndDrop");
GetAtom          1001 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     if (message_type == atom_cache_.GetAtom("XdndEnter")) {
GetAtom          1004 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     } else if (message_type == atom_cache_.GetAtom("XdndLeave")) {
GetAtom          1007 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     } else if (message_type == atom_cache_.GetAtom("XdndPosition")) {
GetAtom          1010 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     } else if (message_type == atom_cache_.GetAtom("XdndStatus")) {
GetAtom          1013 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     } else if (message_type == atom_cache_.GetAtom("XdndFinished")) {
GetAtom          1016 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     } else if (message_type == atom_cache_.GetAtom("XdndDrop")) {
GetAtom            64 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc         event->xproperty.atom == atom_cache_->GetAtom("_NET_ACTIVE_WINDOW") &&
GetAtom           489 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
GetAtom           490 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
GetAtom           500 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
GetAtom           501 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
GetAtom           520 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"),
GetAtom           530 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_STICKY"),
GetAtom           541 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                   atom_cache_.GetAtom("_NET_WM_NAME"),
GetAtom           542 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                   atom_cache_.GetAtom("UTF8_STRING"),
GetAtom           615 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                  atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN"),
GetAtom           631 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     atom_cache_.GetAtom("_NET_WM_WINDOW_OPACITY"));
GetAtom           634 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     atom_cache_.GetAtom("_NET_WM_WINDOW_OPACITY"),
GetAtom           660 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("_NET_WM_ICON"));
GetAtom           948 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_MENU");
GetAtom           951 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_TOOLTIP");
GetAtom           955 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_NOTIFICATION");
GetAtom           959 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_DND");
GetAtom           962 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_NORMAL");
GetAtom          1000 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
GetAtom          1001 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
GetAtom          1015 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                   atom_cache_.GetAtom("_NET_WM_PID"),
GetAtom          1023 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                   atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE"),
GetAtom          1037 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         atom_cache_.GetAtom("_NET_WM_STATE_SKIP_TASKBAR"));
GetAtom          1044 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     state_atom_list.push_back(atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"));
GetAtom          1047 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     state_atom_list.push_back(atom_cache_.GetAtom("_NET_WM_STATE_STICKY"));
GetAtom          1102 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       xdisplay_, atom_cache_.GetAtom("WM_S0")) != None;
GetAtom          1112 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   xclient.xclient.message_type = atom_cache_.GetAtom("_NET_WM_STATE");
GetAtom          1127 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   return window_properties_.find(atom_cache_.GetAtom(property)) !=
GetAtom          1286 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     atom_cache_.GetAtom("_NET_WM_USER_TIME"),
GetAtom          1297 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         xdisplay_, xwindow_, atom_cache_.GetAtom("_NET_WM_USER_TIME"));
GetAtom          1480 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       if (message_type == atom_cache_.GetAtom("WM_PROTOCOLS")) {
GetAtom          1482 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         if (protocol == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
GetAtom          1485 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         } else if (protocol == atom_cache_.GetAtom("_NET_WM_PING")) {
GetAtom          1495 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndEnter")) {
GetAtom          1497 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndLeave")) {
GetAtom          1499 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndPosition")) {
GetAtom          1501 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndStatus")) {
GetAtom          1503 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndFinished")) {
GetAtom          1505 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       } else if (message_type == atom_cache_.GetAtom("XdndDrop")) {
GetAtom          1549 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       ::Atom state = atom_cache_.GetAtom("_NET_WM_STATE");
GetAtom            78 ui/views/widget/desktop_aura/x11_desktop_handler.cc     xclient.xclient.message_type = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
GetAtom           131 ui/views/widget/desktop_aura/x11_desktop_handler.cc       ::Atom active_window_atom = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
GetAtom            82 ui/views/widget/desktop_aura/x11_window_event_filter.cc   ::Atom hint_atom = atom_cache_.GetAtom("_MOTIF_WM_HINTS");
GetAtom           189 ui/views/widget/desktop_aura/x11_window_event_filter.cc   event.xclient.message_type = atom_cache_.GetAtom("_NET_WM_MOVERESIZE");