OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAtom
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/ui/gfx/x/
x11_atom_cache.h
22
// server. By default,
GetAtom
() will CHECK() that atoms accessed through
23
//
GetAtom
() were passed to the constructor, but this behaviour can be changed
32
::Atom
GetAtom
(const char*) const;
x11_atom_cache.cc
34
::Atom X11AtomCache::
GetAtom
(const char* name) const {
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc
52
atom_cache_.
GetAtom
(kDndSelection)) {
74
atom_cache_.
GetAtom
(kDndSelection)) {
116
format_map_.Insert(atom_cache_.
GetAtom
(Clipboard::kMimeTypeText), mem);
117
format_map_.Insert(atom_cache_.
GetAtom
(kText), mem);
118
format_map_.Insert(atom_cache_.
GetAtom
(kString), mem);
119
format_map_.Insert(atom_cache_.
GetAtom
(kUtf8String), mem);
135
format_map_.Insert(atom_cache_.
GetAtom
(kMimeTypeMozillaURL), mem);
161
format_map_.Insert(atom_cache_.
GetAtom
(format.ToString().c_str()), mem);
193
if (data.GetType() == atom_cache_.
GetAtom
(kMimeTypeMozillaURL)) {
209
} else if (data.GetType() == atom_cache_.
GetAtom
(
[
all
...]
/external/chromium_org/ui/base/x/
selection_utils.cc
33
atoms.push_back(atom_cache->
GetAtom
(kUtf8String));
34
atoms.push_back(atom_cache->
GetAtom
(kString));
35
atoms.push_back(atom_cache->
GetAtom
(kText));
41
atoms.push_back(atom_cache->
GetAtom
(Clipboard::kMimeTypeURIList));
42
atoms.push_back(atom_cache->
GetAtom
(kMimeTypeMozillaURL));
177
if (type_ == atom_cache_.
GetAtom
(kUtf8String) ||
178
type_ == atom_cache_.
GetAtom
(kText)) {
180
} else if (type_ == atom_cache_.
GetAtom
(kString)) {
197
if (type_ == atom_cache_.
GetAtom
(Clipboard::kMimeTypeHTML)) {
work_area_watcher_x.cc
40
return
GetAtom
(kNetWorkArea);
active_window_watcher_x.cc
41
return
GetAtom
(kNetActiveWindow);
73
GetAtom
(kNetActiveWindow),
selection_owner.cc
78
Atom targets_atom = atom_cache_.
GetAtom
(kTargets);
91
} else if (event.target == atom_cache_.
GetAtom
(kMultiple)) {
selection_requestor.cc
43
Atom property_to_set = atom_cache_.
GetAtom
(kChromeSelection);
x11_util.cc
123
Atom property_atom =
GetAtom
(property_name.c_str());
575
GetAtom
("_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED"),
886
Atom name_atom =
GetAtom
(name.c_str());
887
Atom type_atom =
GetAtom
(type.c_str());
911
Atom name_atom =
GetAtom
(name.c_str());
912
Atom type_atom =
GetAtom
(type.c_str());
931
Atom
GetAtom
(const char* name) {
956
XDeleteProperty(display, window,
GetAtom
("WM_WINDOW_ROLE"));
959
XChangeProperty(display, window,
GetAtom
("WM_WINDOW_ROLE"), XA_STRING, 8,
[
all
...]
x11_util.h
203
Atom
GetAtom
(const char* atom_name);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
295
atom_cache_->
GetAtom
(kXdndSelection),
297
atom_cache_->
GetAtom
(kChromiumDragReciever),
306
DCHECK_EQ(event.property, atom_cache_->
GetAtom
(kChromiumDragReciever));
348
if (*it == atom_cache_->
GetAtom
(kXdndActionCopy))
350
else if (*it == atom_cache_->
GetAtom
(kXdndActionMove))
352
else if (*it == atom_cache_->
GetAtom
(kXdndActionLink))
362
event->xproperty.atom == atom_cache_->
GetAtom
("XdndActionList")) {
395
XChangeProperty(xdisplay_, xwindow_, atom_cache_.
GetAtom
("XdndAware"),
546
xev.xclient.message_type = atom_cache_.
GetAtom
("XdndFinished");
598
XDeleteProperty(xdisplay_, xwindow_, atom_cache_.
GetAtom
("XdndActionList"))
[
all
...]
desktop_root_window_host_x11.cc
483
atom_cache_.
GetAtom
("_NET_WM_STATE_MAXIMIZED_VERT"),
484
atom_cache_.
GetAtom
("_NET_WM_STATE_MAXIMIZED_HORZ"));
493
atom_cache_.
GetAtom
("_NET_WM_STATE_MAXIMIZED_VERT"),
494
atom_cache_.
GetAtom
("_NET_WM_STATE_MAXIMIZED_HORZ"));
514
atom_cache_.
GetAtom
("_NET_WM_STATE_ABOVE"),
529
atom_cache_.
GetAtom
("_NET_WM_NAME"),
530
atom_cache_.
GetAtom
("UTF8_STRING"),
596
atom_cache_.
GetAtom
("_NET_WM_STATE_FULLSCREEN"),
612
atom_cache_.
GetAtom
("_NET_WM_WINDOW_OPACITY"));
615
atom_cache_.
GetAtom
("_NET_WM_WINDOW_OPACITY")
[
all
...]
x11_desktop_handler.cc
60
Atom active_window = atom_cache_.
GetAtom
("_NET_ACTIVE_WINDOW");
84
xclient.xclient.message_type = atom_cache_.
GetAtom
("_NET_ACTIVE_WINDOW");
126
::Atom active_window = atom_cache_.
GetAtom
("_NET_ACTIVE_WINDOW");
x11_window_event_filter.cc
82
::Atom hint_atom = atom_cache_.
GetAtom
("_MOTIF_WM_HINTS");
174
event.xclient.message_type = atom_cache_.
GetAtom
("_NET_WM_MOVERESIZE");
/external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc
176
::Atom atom = atom_cache_->
GetAtom
(format_type.ToString().c_str());
325
atom_cache_.
GetAtom
(kClipboard)),
327
clipboard_owner_(x_display_, x_window_, atom_cache_.
GetAtom
(kClipboard)),
347
return atom_cache_.
GetAtom
(kClipboard);
357
DCHECK_EQ(atom_cache_.
GetAtom
(kClipboard), atom);
377
::Atom atom_key = atom_cache_.
GetAtom
(key.c_str());
433
if (receiver->PerformBlockingConvertSelection(atom_cache_.
GetAtom
(kTargets),
474
atoms.push_back(atom_cache_.
GetAtom
(format.ToString().c_str()));
/external/chromium_org/ui/aura/
root_window_host_x11.cc
358
protocols[0] = atom_cache_.
GetAtom
("WM_DELETE_WINDOW");
359
protocols[1] = atom_cache_.
GetAtom
("_NET_WM_PING");
373
atom_cache_.
GetAtom
("_NET_WM_PID"),
506
if (message_type == atom_cache_.
GetAtom
("WM_DELETE_WINDOW")) {
509
} else if (message_type == atom_cache_.
GetAtom
("_NET_WM_PING")) {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc
137
atom_cache_.
GetAtom
("_NET_WM_STATE_HIDDEN")) !=
323
x_event->xproperty.atom == atom_cache_.
GetAtom
("_NET_WM_STATE") &&
331
atom_cache_.
GetAtom
("_NET_WM_STATE_HIDDEN"));
/external/chromium_org/ui/events/x/
device_data_manager.cc
217
atoms[data_type] = atom_cache_.
GetAtom
(kCachedAtoms[data_type]);
Completed in 289 milliseconds