Searched refs:class_hint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc381 XClassHint class_hint; local
382 Status status = XGetClassHint(display(), window, &class_hint);
389 if (strcmp("gnome-panel", class_hint.res_name) == 0 ||
390 strcmp("desktop_window", class_hint.res_name) == 0) {
393 XFree(class_hint.res_name);
394 XFree(class_hint.res_class);
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc753 XClassHint class_hint; local
754 Status s = XGetClassHint(display, window, &class_hint);
763 if (gnome_panel.compare(class_hint.res_name) == 0 ||
764 desktop_window.compare(class_hint.res_name) == 0) {
767 XFree(class_hint.res_name);
768 XFree(class_hint.res_class);

Completed in 2676 milliseconds