HomeSort by relevance Sort by last modified time
    Searched full:g_xdisplay (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/message_loop/
message_pump_x11.cc 53 Display* g_xdisplay = NULL; member in namespace:base::__anon6275
132 // Can't put this in the initializer list because g_xdisplay may not exist
134 x_root_window_ = DefaultRootWindow(g_xdisplay);
140 XCloseDisplay(g_xdisplay);
141 g_xdisplay = NULL;
146 if (!g_xdisplay)
147 g_xdisplay = XOpenDisplay(NULL);
148 return g_xdisplay;

Completed in 50 milliseconds