HomeSort by relevance Sort by last modified time
    Searched defs:GetAtom (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gfx/x/
x11_atom_cache.cc 35 Atom X11AtomCache::GetAtom(const char* name) const {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 95 Atom GetAtom(const char* name);
210 Atom TestDragDropClient::GetAtom(const char* name) {
211 return atom_cache_.GetAtom(name);
216 return event.message_type == atom_cache_.GetAtom(type);
232 event.message_type = atom_cache_.GetAtom("XdndStatus");
247 event.message_type = atom_cache_.GetAtom("XdndFinished");
391 EXPECT_EQ(client->GetAtom("XdndActionCopy"),
394 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
410 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
425 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"))
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 89 Atom property_atom = GetAtom(property_name.c_str());
486 ::Atom hint_atom = GetAtom("_MOTIF_WM_HINTS");
518 GetAtom("_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED"),
558 Atom hidden_atom = GetAtom("_NET_WM_STATE_HIDDEN");
869 Atom name_atom = GetAtom(name.c_str());
870 Atom type_atom = GetAtom(type.c_str());
902 Atom name_atom = GetAtom(name.c_str());
903 Atom type_atom = GetAtom(type.c_str());
938 Atom GetAtom(const char* name) {
958 XDeleteProperty(display, window, GetAtom("WM_WINDOW_ROLE"))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]

Completed in 86 milliseconds