OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atom_cache
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/base/x/
selection_utils.cc
36
std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache*
atom_cache
) {
38
atoms.push_back(
atom_cache
->GetAtom(kUtf8String));
39
atoms.push_back(
atom_cache
->GetAtom(kString));
40
atoms.push_back(
atom_cache
->GetAtom(kText));
41
atoms.push_back(
atom_cache
->GetAtom(kTextPlain));
42
atoms.push_back(
atom_cache
->GetAtom(kTextPlainUtf8));
46
std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache*
atom_cache
) {
48
atoms.push_back(
atom_cache
->GetAtom(Clipboard::kMimeTypeURIList));
49
atoms.push_back(
atom_cache
->GetAtom(kMimeTypeMozillaURL));
53
std::vector< ::Atom> GetURIListAtomsFrom(const X11AtomCache*
atom_cache
) {
[
all
...]
selection_utils.h
32
const X11AtomCache*
atom_cache
);
35
const X11AtomCache*
atom_cache
);
38
const X11AtomCache*
atom_cache
);
98
// |
atom_cache
| is still owned by caller.
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc
340
ui::X11AtomCache
atom_cache
(display, kAtomsToCache);
346
xclient.xclient.message_type =
atom_cache
.GetAtom("_NET_WM_STATE");
349
xclient.xclient.data.l[1] =
atom_cache
.GetAtom("_NET_WM_STATE_FULLSCREEN");
391
ui::X11AtomCache
atom_cache
(display, kAtomsToCache);
394
atom_list.push_back(
atom_cache
.GetAtom("_NET_WM_STATE_HIDDEN"));
404
xevent.xproperty.atom =
atom_cache
.GetAtom("_NET_WM_STATE");
423
ui::X11AtomCache
atom_cache
(display, kAtomsToCache);
426
atom_list.push_back(
atom_cache
.GetAtom("_NET_WM_STATE_FOCUSED"));
436
xevent.xproperty.atom =
atom_cache
.GetAtom("_NET_WM_STATE");
x11_topmost_window_finder_unittest.cc
366
ui::X11AtomCache
atom_cache
(gfx::GetXDisplay(), kAtomsToCache);
370
atom_cache
.GetAtom("_NET_WM_WINDOW_TYPE_MENU"));
desktop_drag_drop_client_aurax11.cc
93
X11DragContext(ui::X11AtomCache*
atom_cache
,
172
ui::X11AtomCache*
atom_cache
,
175
: atom_cache_(
atom_cache
),
[
all
...]
/external/chromium_org/ui/aura/
window_tree_host_x11.h
74
ui::X11AtomCache*
atom_cache
() { return &atom_cache_; }
function in class:aura::WindowTreeHostX11
/external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc
146
TargetList(const AtomVector& target_list, X11AtomCache*
atom_cache
);
160
X11AtomCache*
atom_cache
)
162
atom_cache_(
atom_cache
) {
234
X11AtomCache*
atom_cache
() { return &atom_cache_; }
function in class:ui::Clipboard::AuraX11Details
/external/chromium_org/ash/host/
ash_window_tree_host_x11.cc
258
Atom prop =
atom_cache
()->GetAtom("Tap Paused");
Completed in 878 milliseconds