Home
last modified time | relevance | path

Searched refs:GetLastErrorAndDisable (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dx_error_trap.cc52 int XErrorTrap::GetLastErrorAndDisable() { in GetLastErrorAndDisable() function in webrtc::XErrorTrap
66 GetLastErrorAndDisable(); in ~XErrorTrap()
Dwindow_list_utils.cc141 error_trap.GetLastErrorAndDisable() != 0) { in GetWindowList()
180 error_trap.GetLastErrorAndDisable() != 0) { in GetWindowRect()
191 error_trap.GetLastErrorAndDisable() != 0) { in GetWindowRect()
Dx_server_pixel_buffer.cc244 if (error_trap.GetLastErrorAndDisable() != 0) in InitShm()
285 if (error_trap.GetLastErrorAndDisable() != 0) { in InitPixmaps()
301 if (error_trap.GetLastErrorAndDisable() != 0) { in InitPixmaps()
317 error_trap.GetLastErrorAndDisable() != 0) { in IsWindowValid()
Dx_error_trap.h28 int GetLastErrorAndDisable();
Dmouse_cursor_monitor_x11.cc152 if (!result || error_trap.GetLastErrorAndDisable() != 0) { in Capture()
203 if (!img || error_trap.GetLastErrorAndDisable() != 0) in CaptureCursor()