HomeSort by relevance Sort by last modified time
    Searched refs:class_hint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 381 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/
x11windowpicker.cc 753 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 670 milliseconds