Home
last modified time | relevance | path

Searched refs:kAtoms (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefsimple/
Dsimple_handler_linux.cc32 const char* kAtoms[] = {"_NET_WM_NAME", "UTF8_STRING"}; in PlatformTitleChange() local
35 XInternAtoms(display, const_cast<char**>(kAtoms), 2, false, atoms); in PlatformTitleChange()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_gtk.cc37 const char* kAtoms[] = {"_NET_WM_STATE", "ATOM", "_NET_WM_STATE_HIDDEN"}; in SetXWindowVisible() local
40 XInternAtoms(xdisplay, const_cast<char**>(kAtoms), 3, false, atoms); in SetXWindowVisible()
Droot_window_gtk.cc883 const char* kAtoms[] = {"WM_PROTOCOLS", "WM_TAKE_FOCUS"}; in URLEntryButtonPress() local
886 XInternAtoms(xdisplay, const_cast<char**>(kAtoms), 2, false, atoms); in URLEntryButtonPress()