Searched refs:kAtoms (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/tests/cefsimple/ |
D | simple_handler_linux.cc | 32 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/ |
D | browser_window_std_gtk.cc | 37 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()
|
D | root_window_gtk.cc | 883 const char* kAtoms[] = {"WM_PROTOCOLS", "WM_TAKE_FOCUS"}; in URLEntryButtonPress() local 886 XInternAtoms(xdisplay, const_cast<char**>(kAtoms), 2, false, atoms); in URLEntryButtonPress()
|