Atom              116 chrome/browser/fullscreen_gtk.cc   static Atom desktop_atom = gdk_x11_get_xatom_by_name_for_display(
Atom              119 chrome/browser/fullscreen_gtk.cc   std::vector<Atom> atom_properties;
Atom              138 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   std::vector< ::Atom> supported_atoms;
Atom              327 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   std::vector< ::Atom> atom_list;
Atom              335 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc     std::vector< ::Atom>::iterator it =
Atom               98 mojo/services/native_viewport/native_viewport_x11.cc           Atom protocol = static_cast<Atom>(event->xclient.data.l[0]);
Atom              111 mojo/services/native_viewport/native_viewport_x11.cc   Atom atom_wm_protocols_;
Atom              112 mojo/services/native_viewport/native_viewport_x11.cc   Atom atom_wm_delete_window_;
Atom               70 remoting/host/linux/x_server_clipboard.cc   Atom atoms[kNumAtomNames];
Atom              140 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::OnSetSelectionOwnerNotify(Atom selection,
Atom              174 remoting/host/linux/x_server_clipboard.cc     Atom type;
Atom              195 remoting/host/linux/x_server_clipboard.cc     Atom type;
Atom              253 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::SendTargetsResponse(Window requestor, Atom property) {
Atom              256 remoting/host/linux/x_server_clipboard.cc   Atom targets[3];
Atom              264 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::SendTimestampResponse(Window requestor, Atom property) {
Atom              277 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::SendStringResponse(Window requestor, Atom property,
Atom              278 remoting/host/linux/x_server_clipboard.cc                                           Atom target) {
Atom              290 remoting/host/linux/x_server_clipboard.cc                                              Atom type,
Atom              352 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::RequestSelectionTargets(Atom selection) {
Atom              357 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::RequestSelectionString(Atom selection, Atom target) {
Atom              362 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::AssertSelectionOwnership(Atom selection) {
Atom              371 remoting/host/linux/x_server_clipboard.cc bool XServerClipboard::IsSelectionOwner(Atom selection) {
Atom               55 remoting/host/linux/x_server_clipboard.h   void OnSetSelectionOwnerNotify(Atom selection, Time timestamp);
Atom               65 remoting/host/linux/x_server_clipboard.h   void SendTargetsResponse(Window requestor, Atom property);
Atom               66 remoting/host/linux/x_server_clipboard.h   void SendTimestampResponse(Window requestor, Atom property);
Atom               67 remoting/host/linux/x_server_clipboard.h   void SendStringResponse(Window requestor, Atom property, Atom target);
Atom               75 remoting/host/linux/x_server_clipboard.h                              Atom type,
Atom               97 remoting/host/linux/x_server_clipboard.h   void RequestSelectionTargets(Atom selection);
Atom               98 remoting/host/linux/x_server_clipboard.h   void RequestSelectionString(Atom selection, Atom target);
Atom              101 remoting/host/linux/x_server_clipboard.h   void AssertSelectionOwnership(Atom selection);
Atom              102 remoting/host/linux/x_server_clipboard.h   bool IsSelectionOwner(Atom selection);
Atom              117 remoting/host/linux/x_server_clipboard.h   Atom clipboard_atom_;
Atom              118 remoting/host/linux/x_server_clipboard.h   Atom large_selection_atom_;
Atom              119 remoting/host/linux/x_server_clipboard.h   Atom selection_string_atom_;
Atom              120 remoting/host/linux/x_server_clipboard.h   Atom targets_atom_;
Atom              121 remoting/host/linux/x_server_clipboard.h   Atom timestamp_atom_;
Atom              122 remoting/host/linux/x_server_clipboard.h   Atom utf8_string_atom_;
Atom              126 remoting/host/linux/x_server_clipboard.h   std::set<Atom> selections_owned_;
Atom              134 remoting/host/linux/x_server_clipboard.h   Atom large_selection_property_;
Atom               71 ui/aura/test/ui_controls_factory_aurax11.cc Atom MarkerEventAtom() {
Atom              289 ui/aura/window_tree_host_x11.cc   ::Atom protocols[2];
Atom              430 ui/aura/window_tree_host_x11.cc       Atom message_type = static_cast<Atom>(xev->xclient.data.l[0]);
Atom              880 ui/aura/window_tree_host_x11.cc   Atom prop = atom_cache_.GetAtom("Tap Paused");
Atom              888 ui/aura/window_tree_host_x11.cc       Atom old_type;
Atom               80 ui/base/clipboard/clipboard_aurax11.cc   Atom clipboard_atom_;
Atom              142 ui/base/clipboard/clipboard_aurax11.cc   typedef std::vector< ::Atom> AtomVector;
Atom              150 ui/base/clipboard/clipboard_aurax11.cc   bool ContainsAtom(::Atom atom) const;
Atom              164 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
Atom              165 ui/base/clipboard/clipboard_aurax11.cc   for (std::vector< ::Atom>::const_iterator it = atoms.begin();
Atom              176 ui/base/clipboard/clipboard_aurax11.cc   ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
Atom              180 ui/base/clipboard/clipboard_aurax11.cc bool TargetList::ContainsAtom(::Atom atom) const {
Atom              236 ui/base/clipboard/clipboard_aurax11.cc   ::Atom LookupSelectionForClipboardType(ClipboardType type) const;
Atom              242 ui/base/clipboard/clipboard_aurax11.cc   const SelectionFormatMap& LookupStorageForAtom(::Atom atom);
Atom              267 ui/base/clipboard/clipboard_aurax11.cc                                            const std::vector< ::Atom>& types);
Atom              276 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> GetTextAtoms() const;
Atom              279 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> GetAtomsForFormat(const Clipboard::FormatType& format);
Atom              344 ui/base/clipboard/clipboard_aurax11.cc ::Atom Clipboard::AuraX11Details::LookupSelectionForClipboardType(
Atom              353 ui/base/clipboard/clipboard_aurax11.cc     ::Atom atom) {
Atom              377 ui/base/clipboard/clipboard_aurax11.cc   ::Atom atom_key = atom_cache_.GetAtom(key.c_str());
Atom              390 ui/base/clipboard/clipboard_aurax11.cc     const std::vector< ::Atom>& types) {
Atom              391 ui/base/clipboard/clipboard_aurax11.cc   ::Atom selection_name = LookupSelectionForClipboardType(type);
Atom              397 ui/base/clipboard/clipboard_aurax11.cc     for (std::vector< ::Atom>::const_iterator it = types.begin();
Atom              407 ui/base/clipboard/clipboard_aurax11.cc     std::vector< ::Atom> intersection;
Atom              417 ui/base/clipboard/clipboard_aurax11.cc   ::Atom selection_name = LookupSelectionForClipboardType(type);
Atom              418 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> out;
Atom              430 ui/base/clipboard/clipboard_aurax11.cc     ::Atom out_type = None;
Atom              439 ui/base/clipboard/clipboard_aurax11.cc         const ::Atom* atom_array =
Atom              440 ui/base/clipboard/clipboard_aurax11.cc             reinterpret_cast<const ::Atom*>(data->front());
Atom              451 ui/base/clipboard/clipboard_aurax11.cc       std::vector< ::Atom> types = GetTextAtoms();
Atom              452 ui/base/clipboard/clipboard_aurax11.cc       for (std::vector< ::Atom>::const_iterator it = types.begin();
Atom              454 ui/base/clipboard/clipboard_aurax11.cc         ::Atom type = None;
Atom              470 ui/base/clipboard/clipboard_aurax11.cc std::vector< ::Atom> Clipboard::AuraX11Details::GetTextAtoms() const {
Atom              474 ui/base/clipboard/clipboard_aurax11.cc std::vector< ::Atom> Clipboard::AuraX11Details::GetAtomsForFormat(
Atom              476 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> atoms;
Atom               52 ui/base/clipboard/clipboard_gtk.cc   Atom clipboard_atom_;
Atom              101 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc     std::vector<Atom>* targets) const {
Atom              218 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
Atom              219 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              236 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms = ui::GetURLAtomsFrom(&atom_cache_);
Atom              237 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              293 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms = ui::GetURIListAtomsFrom(&atom_cache_);
Atom              294 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              317 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              333 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
Atom              334 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              341 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms = ui::GetURLAtomsFrom(&atom_cache_);
Atom              342 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              373 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms = ui::GetURIListAtomsFrom(&atom_cache_);
Atom              374 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              400 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms;
Atom              402 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              458 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms;
Atom              460 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              474 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> url_atoms;
Atom              476 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc   std::vector< ::Atom> requested_types;
Atom              524 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc std::vector< ::Atom> OSExchangeDataProviderAuraX11::GetTargets() const {
Atom               54 ui/base/dragdrop/os_exchange_data_provider_aurax11.h   void RetrieveTargets(std::vector<Atom>* targets) const;
Atom              112 ui/base/dragdrop/os_exchange_data_provider_aurax11.h   std::vector< ::Atom> GetTargets() const;
Atom               40 ui/base/x/active_window_watcher_x.cc Atom ActiveWindowWatcherX::GetPropertyAtom() {
Atom               66 ui/base/x/active_window_watcher_x.cc   Atom type = None;
Atom               45 ui/base/x/active_window_watcher_x.h   static Atom GetPropertyAtom();
Atom               30 ui/base/x/selection_owner.cc                                Atom selection_name)
Atom               45 ui/base/x/selection_owner.cc void SelectionOwner::RetrieveTargets(std::vector<Atom>* targets) {
Atom               79 ui/base/x/selection_owner.cc   Atom targets_atom = atom_cache_.GetAtom(kTargets);
Atom               83 ui/base/x/selection_owner.cc     std::vector<Atom> targets;
Atom               32 ui/base/x/selection_owner.h                  ::Atom selection_name);
Atom               39 ui/base/x/selection_owner.h   void RetrieveTargets(std::vector<Atom>* targets);
Atom               61 ui/base/x/selection_owner.h   ::Atom selection_name_;
Atom               27 ui/base/x/selection_requestor.cc                                        Atom selection_name)
Atom               37 ui/base/x/selection_requestor.cc     Atom target,
Atom               41 ui/base/x/selection_requestor.cc     Atom* out_type) {
Atom               43 ui/base/x/selection_requestor.cc   Atom property_to_set = atom_cache_.GetAtom(kChromeSelection);
Atom               81 ui/base/x/selection_requestor.cc     const std::vector< ::Atom>& types) {
Atom               82 ui/base/x/selection_requestor.cc   for (std::vector< ::Atom>::const_iterator it = types.begin();
Atom               86 ui/base/x/selection_requestor.cc     ::Atom type = None;
Atom              129 ui/base/x/selection_requestor.cc SelectionRequestor::PendingRequest::PendingRequest(Atom target,
Atom               36 ui/base/x/selection_requestor.h                      ::Atom selection_name);
Atom               45 ui/base/x/selection_requestor.h       ::Atom target,
Atom               49 ui/base/x/selection_requestor.h       ::Atom* out_type);
Atom               53 ui/base/x/selection_requestor.h   SelectionData RequestAndWaitForTypes(const std::vector< ::Atom>& types);
Atom               65 ui/base/x/selection_requestor.h   ::Atom selection_name_;
Atom               69 ui/base/x/selection_requestor.h     PendingRequest(Atom target, base::Closure quit_closure);
Atom               74 ui/base/x/selection_requestor.h     ::Atom target;
Atom               83 ui/base/x/selection_requestor.h     ::Atom returned_property;
Atom               36 ui/base/x/selection_utils.cc std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache) {
Atom               37 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
Atom               46 ui/base/x/selection_utils.cc std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache* atom_cache) {
Atom               47 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
Atom               53 ui/base/x/selection_utils.cc std::vector< ::Atom> GetURIListAtomsFrom(const X11AtomCache* atom_cache) {
Atom               54 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
Atom               59 ui/base/x/selection_utils.cc void GetAtomIntersection(const std::vector< ::Atom>& desired,
Atom               60 ui/base/x/selection_utils.cc                          const std::vector< ::Atom>& offered,
Atom               61 ui/base/x/selection_utils.cc                          std::vector< ::Atom>* output) {
Atom               62 ui/base/x/selection_utils.cc   for (std::vector< ::Atom>::const_iterator it = desired.begin();
Atom               64 ui/base/x/selection_utils.cc     std::vector< ::Atom>::const_iterator jt =
Atom              125 ui/base/x/selection_utils.cc     ::Atom atom,
Atom              132 ui/base/x/selection_utils.cc     const std::vector< ::Atom>& requested_types) const {
Atom              133 ui/base/x/selection_utils.cc   for (std::vector< ::Atom>::const_iterator it = requested_types.begin();
Atom              144 ui/base/x/selection_utils.cc std::vector< ::Atom> SelectionFormatMap::GetTypes() const {
Atom              145 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
Atom              160 ui/base/x/selection_utils.cc     ::Atom type,
Atom              187 ui/base/x/selection_utils.cc ::Atom SelectionData::GetType() const {
Atom               31 ui/base/x/selection_utils.h UI_BASE_EXPORT std::vector< ::Atom> GetTextAtomsFrom(
Atom               34 ui/base/x/selection_utils.h UI_BASE_EXPORT std::vector< ::Atom> GetURLAtomsFrom(
Atom               37 ui/base/x/selection_utils.h UI_BASE_EXPORT std::vector< ::Atom> GetURIListAtomsFrom(
Atom               41 ui/base/x/selection_utils.h UI_BASE_EXPORT void GetAtomIntersection(const std::vector< ::Atom>& desired,
Atom               42 ui/base/x/selection_utils.h                                         const std::vector< ::Atom>& offered,
Atom               43 ui/base/x/selection_utils.h                                         std::vector< ::Atom>* output);
Atom               74 ui/base/x/selection_utils.h   void Insert(::Atom atom, const scoped_refptr<base::RefCountedMemory>& item);
Atom               78 ui/base/x/selection_utils.h       const std::vector< ::Atom>& requested_types) const;
Atom               81 ui/base/x/selection_utils.h   std::vector< ::Atom> GetTypes() const;
Atom               86 ui/base/x/selection_utils.h   const_iterator find(::Atom atom) const { return data_.find(atom); }
Atom              100 ui/base/x/selection_utils.h   SelectionData(::Atom type,
Atom              107 ui/base/x/selection_utils.h   ::Atom GetType() const;
Atom              123 ui/base/x/selection_utils.h   ::Atom type_;
Atom               39 ui/base/x/work_area_watcher_x.cc Atom WorkAreaWatcherX::GetPropertyAtom() {
Atom               40 ui/base/x/work_area_watcher_x.h   static Atom GetPropertyAtom();
Atom               28 ui/base/x/x11_menu_list.cc       static_cast<Atom>(value) != menu_type_atom_) {
Atom               42 ui/base/x/x11_menu_list.h   ::Atom menu_type_atom_;
Atom              122 ui/base/x/x11_util.cc                  Atom* type, int* format, unsigned long* num_items,
Atom              124 ui/base/x/x11_util.cc   Atom property_atom = GetAtom(property_name.c_str());
Atom              604 ui/base/x/x11_util.cc   std::vector<Atom> wm_states;
Atom              606 ui/base/x/x11_util.cc     Atom hidden_atom = GetAtom("_NET_WM_STATE_HIDDEN");
Atom              711 ui/base/x/x11_util.cc   Atom type = None;
Atom              726 ui/base/x/x11_util.cc                            Atom property,
Atom              730 ui/base/x/x11_util.cc                            Atom* out_type) {
Atom              734 ui/base/x/x11_util.cc   Atom prop_type = None;
Atom              784 ui/base/x/x11_util.cc   Atom type = None;
Atom              805 ui/base/x/x11_util.cc   Atom type = None;
Atom              828 ui/base/x/x11_util.cc   Atom type = None;
Atom              855 ui/base/x/x11_util.cc                           std::vector<Atom>* value) {
Atom              856 ui/base/x/x11_util.cc   Atom type = None;
Atom              872 ui/base/x/x11_util.cc   Atom* atom_properties = reinterpret_cast<Atom*>(properties);
Atom              881 ui/base/x/x11_util.cc   Atom type = None;
Atom              914 ui/base/x/x11_util.cc   Atom name_atom = GetAtom(name.c_str());
Atom              915 ui/base/x/x11_util.cc   Atom type_atom = GetAtom(type.c_str());
Atom              937 ui/base/x/x11_util.cc                           const std::vector<Atom>& value) {
Atom              939 ui/base/x/x11_util.cc   Atom name_atom = GetAtom(name.c_str());
Atom              940 ui/base/x/x11_util.cc   Atom type_atom = GetAtom(type.c_str());
Atom              943 ui/base/x/x11_util.cc   scoped_ptr<Atom[]> data(new Atom[value.size()]);
Atom              960 ui/base/x/x11_util.cc                        Atom property,
Atom              961 ui/base/x/x11_util.cc                        Atom type,
Atom              975 ui/base/x/x11_util.cc Atom GetAtom(const char* name) {
Atom             1150 ui/base/x/x11_util.cc   Atom type;
Atom             1375 ui/base/x/x11_util.cc   std::vector<Atom> supported_atoms;
Atom             1379 ui/base/x/x11_util.cc     Atom atom = GetAtom("_NET_WM_STATE_FULLSCREEN");
Atom             1383 ui/base/x/x11_util.cc       std::vector<Atom> atom_properties;
Atom              166 ui/base/x/x11_util.h     Atom property,
Atom              170 ui/base/x/x11_util.h     Atom* out_type);
Atom              188 ui/base/x/x11_util.h                                          std::vector<Atom>* value);
Atom              205 ui/base/x/x11_util.h                                          const std::vector<Atom>& value);
Atom              207 ui/base/x/x11_util.h                                       Atom property,
Atom              208 ui/base/x/x11_util.h                                       Atom type,
Atom              212 ui/base/x/x11_util.h Atom GetAtom(const char* atom_name);
Atom              434 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom actual_type = None;
Atom              438 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom prop = XInternAtom(display_, kContentProtectionAtomName, False);
Atom              462 ui/display/chromeos/x11/native_display_delegate_x11.cc     Atom value = reinterpret_cast<Atom*>(values)[0];
Atom              489 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom name = XInternAtom(display_, kContentProtectionAtomName, False);
Atom              490 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom value = None;
Atom              567 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom scaling_prop = XInternAtom(display_, "scaling mode", False);
Atom              568 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom full_aspect_atom = XInternAtom(display_, "Full aspect", False);
Atom              573 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom* props = XRRListOutputProperties(display_, id, &nprop);
Atom              575 ui/display/chromeos/x11/native_display_delegate_x11.cc     Atom prop = props[j];
Atom              581 ui/display/chromeos/x11/native_display_delegate_x11.cc       Atom actual_type;
Atom              599 ui/display/chromeos/x11/native_display_delegate_x11.cc         Atom value = reinterpret_cast<Atom*>(values)[0];
Atom               27 ui/display/chromeos/x11/touchscreen_delegate_x11.cc   Atom valuator_x = XInternAtom(display_, "Abs MT Position X", False);
Atom               28 ui/display/chromeos/x11/touchscreen_delegate_x11.cc   Atom valuator_y = XInternAtom(display_, "Abs MT Position Y", False);
Atom              140 ui/display/chromeos/x11/touchscreen_delegate_x11.cc   Atom prop = XInternAtom(display_, "Coordinate Transformation Matrix", False);
Atom              141 ui/display/chromeos/x11/touchscreen_delegate_x11.cc   Atom float_atom = XInternAtom(display_, "FLOAT", False);
Atom              143 ui/display/chromeos/x11/touchscreen_delegate_x11.cc     Atom type;
Atom               37 ui/display/x11/edid_parser_x11.cc   static Atom edid_property = XInternAtom(
Atom               43 ui/display/x11/edid_parser_x11.cc   Atom* properties = XRRListOutputProperties(display, output, &num_properties);
Atom               54 ui/display/x11/edid_parser_x11.cc   Atom actual_type;
Atom              195 ui/events/x/device_data_manager.cc   Atom xi_touchpad = XInternAtom(display, XI_TOUCHPAD, false);
Atom              206 ui/events/x/device_data_manager.cc   Atom atoms[DT_LAST_ENTRY];
Atom               97 ui/events/x/touch_factory_x11.cc   Atom xi_touchscreen = XInternAtom(display, XI_TOUCHSCREEN, false);
Atom              293 ui/events/x/touch_factory_x11.cc   Atom actual_type_return;
Atom              300 ui/events/x/touch_factory_x11.cc   Atom device_product_id_atom =
Atom               21 ui/gfx/x/x11_atom_cache.cc   scoped_ptr< ::Atom[]> cached_atoms(new ::Atom[cache_count]);
Atom               34 ui/gfx/x/x11_atom_cache.cc ::Atom X11AtomCache::GetAtom(const char* name) const {
Atom               35 ui/gfx/x/x11_atom_cache.cc   std::map<std::string, ::Atom>::const_iterator it = cached_atoms_.find(name);
Atom               38 ui/gfx/x/x11_atom_cache.cc     ::Atom atom = XInternAtom(xdisplay_, name, false);
Atom               32 ui/gfx/x/x11_atom_cache.h   ::Atom GetAtom(const char*) const;
Atom               43 ui/gfx/x/x11_atom_cache.h   mutable std::map<std::string, ::Atom> cached_atoms_;
Atom               76 ui/views/test/ui_controls_factory_desktop_aurax11.cc Atom MarkerEventAtom() {
Atom               84 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                          Atom menu_type_atom,
Atom              111 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc          static_cast<Atom>(value) == menu_type_atom_)) {
Atom              122 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   const Atom menu_type_atom_;
Atom              134 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                    Atom menu_type_atom) {
Atom              175 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc                                   ::Atom suggested_action,
Atom              201 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   void MaskOpeartion(::Atom xdnd_operation, int* drag_operation) const;
Atom              230 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   std::vector<Atom> unfetched_targets_;
Atom              234 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   Atom suggested_action_;
Atom              237 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   std::vector<Atom> actions_;
Atom              304 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     ::Atom suggested_action,
Atom              325 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   ::Atom target = unfetched_targets_.back();
Atom              343 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   ::Atom type = None;
Atom              362 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     std::vector<Atom> atom_array;
Atom              380 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   for (std::vector<Atom>::const_iterator it = actions_.begin();
Atom              391 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     ::Atom xdnd_operation,
Atom              496 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   ::Atom suggested_action = event.data.l[4];
Atom              522 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     ::Atom atom_operation = event.data.l[4];
Atom              641 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   std::vector< ::Atom> actions = GetOfferedDragOperations();
Atom              749 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     std::map< ::Window, ::Atom>::iterator it =
Atom              842 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc ::Atom DesktopDragDropClientAuraX11::DragOperationToAtom(
Atom              854 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc int DesktopDragDropClientAuraX11::AtomToDragOperation(::Atom atom) {
Atom              865 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc std::vector< ::Atom> DesktopDragDropClientAuraX11::GetOfferedDragOperations() {
Atom              866 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   std::vector< ::Atom> operations;
Atom              925 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   std::vector<Atom> targets;
Atom             1000 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     Atom message_type = xev->xclient.message_type;
Atom              139 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   ::Atom DragOperationToAtom(int drag_operation);
Atom              142 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   int AtomToDragOperation(::Atom atom);
Atom              147 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   std::vector< ::Atom> GetOfferedDragOperations();
Atom              234 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   std::map< ::Window, ::Atom> negotiated_operation_;
Atom              944 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   ::Atom window_type;
Atom              999 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   ::Atom protocols[2];
Atom             1030 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   std::vector< ::Atom> state_atom_list;
Atom             1106 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                                                 ::Atom state1,
Atom             1107 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                                                 ::Atom state2) {
Atom             1479 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       Atom message_type = xev->xclient.message_type;
Atom             1481 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         Atom protocol = static_cast<Atom>(xev->xclient.data.l[0]);
Atom             1549 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       ::Atom state = atom_cache_.GetAtom("_NET_WM_STATE");
Atom             1551 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       std::vector< ::Atom> atom_list;
Atom              171 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   void SetWMSpecState(bool enabled, ::Atom state1, ::Atom state2);
Atom              239 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   std::set< ::Atom> window_properties_;
Atom              131 ui/views/widget/desktop_aura/x11_desktop_handler.cc       ::Atom active_window_atom = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
Atom               82 ui/views/widget/desktop_aura/x11_window_event_filter.cc   ::Atom hint_atom = atom_cache_.GetAtom("_MOTIF_WM_HINTS");