/external/chromium_org/ui/base/dragdrop/ |
D | os_exchange_data_provider_aurax11.cc | 55 atom_cache_(x_display_, kAtomsToCache), in OSExchangeDataProviderAuraX11() 58 atom_cache_.GetAtom(kDndSelection)) { in OSExchangeDataProviderAuraX11() 60 atom_cache_.allow_uncached_atoms(); in OSExchangeDataProviderAuraX11() 77 atom_cache_(x_display_, kAtomsToCache), in OSExchangeDataProviderAuraX11() 80 atom_cache_.GetAtom(kDndSelection)) { in OSExchangeDataProviderAuraX11() 82 atom_cache_.allow_uncached_atoms(); in OSExchangeDataProviderAuraX11() 119 format_map_.Insert(atom_cache_.GetAtom(kRendererTaint), in MarkOriginatedFromRenderer() 125 return format_map_.find(atom_cache_.GetAtom(kRendererTaint)) != in DidOriginateFromRenderer() 137 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem); in SetString() 138 format_map_.Insert(atom_cache_.GetAtom(kText), mem); in SetString() [all …]
|
/external/chromium_org/ui/base/x/ |
D | selection_requestor_unittest.cc | 35 atom_cache_(gfx::GetXDisplay(), kAtomsToCache) { in SelectionRequestorTest() 36 atom_cache_.allow_uncached_atoms(); in SelectionRequestorTest() 51 atom_cache_.GetAtom("STRING"), in SendSelectionNotify() 104 X11AtomCache atom_cache_; member in ui::SelectionRequestorTest 136 XAtom selection = atom_cache_.GetAtom("FAKE_SELECTION"); in TEST_F() 138 XAtom target1 = atom_cache_.GetAtom("TARGET1"); in TEST_F() 139 XAtom target2 = atom_cache_.GetAtom("TARGET2"); in TEST_F() 145 base::Unretained(&atom_cache_), in TEST_F() 162 requestor_.get(), &atom_cache_, selection, target1, "Data1"); in TEST_F()
|
D | selection_utils.cc | 156 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData() 164 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData() 170 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData() 200 if (type_ == atom_cache_.GetAtom(kUtf8String) || in GetText() 201 type_ == atom_cache_.GetAtom(kText) || in GetText() 202 type_ == atom_cache_.GetAtom(kTextPlainUtf8)) { in GetText() 204 } else if (type_ == atom_cache_.GetAtom(kString) || in GetText() 205 type_ == atom_cache_.GetAtom(kTextPlain)) { in GetText() 222 if (type_ == atom_cache_.GetAtom(Clipboard::kMimeTypeHTML)) { in GetHtml()
|
D | selection_owner.cc | 107 atom_cache_(x_display_, kAtomsToCache) { in SelectionOwner() 155 if (requested_target == atom_cache_.GetAtom(kMultiple)) { in OnSelectionRequest() 178 atom_cache_.GetAtom(kAtomPair), in OnSelectionRequest() 221 XAtom multiple_atom = atom_cache_.GetAtom(kMultiple); in ProcessTarget() 222 XAtom save_targets_atom = atom_cache_.GetAtom(kSaveTargets); in ProcessTarget() 223 XAtom targets_atom = atom_cache_.GetAtom(kTargets); in ProcessTarget() 254 atom_cache_.GetAtom(kIncr), in ProcessTarget()
|
D | selection_requestor.cc | 71 atom_cache_(x_display_, kAtomsToCache) { in SelectionRequestor() 72 x_property_ = atom_cache_.GetAtom(kChromeSelection); in SelectionRequestor() 172 if (request->out_type == atom_cache_.GetAtom(kIncr)) { in OnSelectionNotify()
|
D | selection_owner.h | 130 X11AtomCache atom_cache_; variable
|
D | selection_requestor.h | 151 X11AtomCache atom_cache_; variable
|
D | selection_utils.h | 126 X11AtomCache atom_cache_; variable
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_drag_drop_client_aurax11.cc | 151 ui::X11AtomCache* atom_cache_; member in views::DesktopDragDropClientAuraX11::X11DragContext 198 : atom_cache_(atom_cache), in X11DragContext() 282 atom_cache_->GetAtom(kXdndSelection), in RequestNextTarget() 284 atom_cache_->GetAtom(kChromiumDragReciever), in RequestNextTarget() 297 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever)); in OnSelectionNotify() 348 if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy)) in MaskOperation() 350 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove)) in MaskOperation() 352 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink)) in MaskOperation() 364 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) { in DispatchEvent() 381 atom_cache_(xdisplay_, kAtomsToCache), in DesktopDragDropClientAuraX11() [all …]
|
D | desktop_window_tree_host_x11.cc | 135 atom_cache_(xdisplay_, kAtomsToCache), in DesktopWindowTreeHostX11() 531 atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN"), in Maximize() 552 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"), in Maximize() 553 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ")); in Maximize() 566 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"), in Restore() 567 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ")); in Restore() 588 atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"), in SetAlwaysOnTop() 598 atom_cache_.GetAtom("_NET_WM_STATE_STICKY"), in SetVisibleOnAllWorkspaces() 613 xevent.xclient.message_type = atom_cache_.GetAtom("_NET_WM_DESKTOP"); in SetVisibleOnAllWorkspaces() 632 atom_cache_.GetAtom("_NET_WM_NAME"), in SetWindowTitle() [all …]
|
D | x11_desktop_handler.cc | 49 atom_cache_(xdisplay_, kAtomsToCache), in X11DesktopHandler() 62 ui::WmSupportsHint(atom_cache_.GetAtom("_NET_ACTIVE_WINDOW")); in X11DesktopHandler() 92 xclient.xclient.message_type = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW"); in ActivateWindow() 158 ::Atom active_window_atom = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW"); in DispatchEvent()
|
D | desktop_drag_drop_client_aurax11_unittest.cc | 174 ui::X11AtomCache atom_cache_; member in views::__anon7dd02c8e0111::TestDragDropClient 260 atom_cache_(gfx::GetXDisplay(), kAtomsToCache) { in TestDragDropClient() 267 return atom_cache_.GetAtom(name); in GetAtom() 272 return event.message_type == atom_cache_.GetAtom(type); in MessageHasType() 288 event.message_type = atom_cache_.GetAtom("XdndStatus"); in OnStatus() 303 event.message_type = atom_cache_.GetAtom("XdndFinished"); in OnFinished()
|
D | x11_window_event_filter.h | 60 ui::X11AtomCache atom_cache_; variable
|
D | x11_window_event_filter.cc | 55 atom_cache_(xdisplay_, kAtomsToCache), in X11WindowEventFilter() 226 event.xclient.message_type = atom_cache_.GetAtom("_NET_WM_MOVERESIZE"); in DispatchHostWindowDragMovement()
|
D | x11_topmost_window_finder_interactive_uitest.cc | 46 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache)); in MinimizeWaiter() 60 atom_cache_->GetAtom("_NET_WM_STATE_HIDDEN")); in ShouldKeepOnWaiting() 66 scoped_ptr<ui::X11AtomCache> atom_cache_; member in views::__anond14ca0fb0111::MinimizeWaiter
|
D | x11_desktop_handler.h | 100 ui::X11AtomCache atom_cache_; variable
|
D | desktop_window_tree_host_x11_unittest.cc | 48 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache)); in WMStateWaiter() 62 atom_cache_->GetAtom(hint_)); in ShouldKeepOnWaiting() 69 scoped_ptr<ui::X11AtomCache> atom_cache_; member in views::__anonc5f167f90111::WMStateWaiter
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_aurax11.cc | 156 X11AtomCache* atom_cache_; member in ui::__anon95a6057e0111::TargetList 162 atom_cache_(atom_cache) { in TargetList() 166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_); in ContainsText() 178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str()); in ContainsFormat() 234 X11AtomCache* atom_cache() { return &atom_cache_; } in atom_cache() 303 X11AtomCache atom_cache_; member in ui::Clipboard::AuraX11Details 330 atom_cache_(x_display_, kAtomsToCache), in AuraX11Details() 332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)), in AuraX11Details() 335 atom_cache_.allow_uncached_atoms(); in AuraX11Details() 360 return atom_cache_.GetAtom(kClipboard); in GetCopyPasteSelection() [all …]
|
/external/chromium_org/ui/platform_window/x11/ |
D | x11_window.cc | 48 atom_cache_(xdisplay_, kAtomsToCache), in X11Window() 163 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW"); in Show() 164 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING"); in Show() 179 atom_cache_.GetAtom("_NET_WM_PID"), in Show() 335 if (message == atom_cache_.GetAtom("WM_DELETE_WINDOW")) { in DispatchEvent() 337 } else if (message == atom_cache_.GetAtom("_NET_WM_PING")) { in DispatchEvent()
|
D | x11_window.h | 55 X11AtomCache atom_cache_; variable
|
/external/chromium_org/ui/views/test/ |
D | x11_property_change_waiter.cc | 33 atom_cache_.reset(new ui::X11AtomCache(display, kAtomsToCache)); in X11PropertyChangeWaiter() 73 event->xproperty.atom != atom_cache_->GetAtom(property_) || in DispatchEvent()
|
D | x11_property_change_waiter.h | 57 scoped_ptr<ui::X11AtomCache> atom_cache_; variable
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 245 atom_cache_(xdisplay_, kAtomsToCache) { in WindowTreeHostX11() 280 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW"); in WindowTreeHostX11() 281 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING"); in WindowTreeHostX11() 295 atom_cache_.GetAtom("_NET_WM_PID"), in WindowTreeHostX11() 302 atom_cache_.allow_uncached_atoms(); in WindowTreeHostX11() 445 if (message_type == atom_cache_.GetAtom("WM_DELETE_WINDOW")) { in DispatchEvent() 448 } else if (message_type == atom_cache_.GetAtom("_NET_WM_PING")) { in DispatchEvent()
|
D | window_tree_host_x11.h | 73 ui::X11AtomCache* atom_cache() { return &atom_cache_; } in atom_cache() 103 ui::X11AtomCache atom_cache_; variable
|
/external/chromium_org/ui/events/x/ |
D | device_data_manager_x11.h | 304 X11AtomCache atom_cache_; variable
|