Searched defs:GetAtom (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.cc35 XAtom X11AtomCache::GetAtom(const char* name) const { function in class:ui::X11AtomCache
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc123 Atom GetAtom(const char* name);
266 Atom TestDragDropClient::GetAtom(const char* name) { function in class:views::__anon17134::TestDragDropClient
267 return atom_cache_.GetAtom(name);
272 return event.message_type == atom_cache_.GetAtom(type);
288 event.message_type = atom_cache_.GetAtom("XdndStatus");
303 event.message_type = atom_cache_.GetAtom("XdndFinished");
437 EXPECT_EQ(client->GetAtom("XdndActionCopy"),
440 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
456 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
471 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCop
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_util.cc89 XAtom property_atom = GetAtom(property_name.c_str());
539 XAtom hint_atom = GetAtom("_MOTIF_WM_HINTS");
571 GetAtom("_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED"),
611 XAtom hidden_atom = GetAtom("_NET_WM_STATE_HIDDEN");
918 XAtom name_atom = GetAtom(name.c_str());
919 XAtom type_atom = GetAtom(type.c_str());
951 XAtom name_atom = GetAtom(name.c_str());
952 XAtom type_atom = GetAtom(type.c_str());
987 XAtom GetAtom(const char* name) { function in namespace:ui
1007 XDeleteProperty(display, window, GetAtom("WM_WINDOW_ROL
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3940 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const { function in class:mkvparser::Chapters::Edition
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4398 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const function in class:mkvparser::Chapters::Edition
/external/libvpx/libwebm/
H A Dmkvparser.cpp3942 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const { function in class:mkvparser::Chapters::Edition

Completed in 167 milliseconds