Home
last modified time | relevance | path

Searched refs:cef_get_xdisplay (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dtemp_window_x11.cc18 ::Display* xdisplay = cef_get_xdisplay(); in CreateTempWindow()
36 ::Display* xdisplay = cef_get_xdisplay(); in CloseTempWindow()
/third_party/cef/include/internal/
Dcef_types_linux.h72 CEF_EXPORT XDisplay* cef_get_xdisplay();
/third_party/cef/tests/cefsimple/
Dsimple_handler_linux.cc23 ::Display* display = cef_get_xdisplay(); in PlatformTitleChange()
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc64 CEF_EXPORT XDisplay* cef_get_xdisplay() { in cef_get_xdisplay() function