OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class_hint
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc
378
XClassHint
class_hint
;
local
379
Status status = XGetClassHint(display(), window, &
class_hint
);
386
if (strcmp("gnome-panel",
class_hint
.res_name) == 0 ||
387
strcmp("desktop_window",
class_hint
.res_name) == 0) {
390
XFree(
class_hint
.res_name);
391
XFree(
class_hint
.res_class);
/external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc
770
XClassHint
class_hint
;
local
771
Status s = XGetClassHint(display, window, &
class_hint
);
780
if (gnome_panel.compare(
class_hint
.res_name) == 0 ||
781
desktop_window.compare(
class_hint
.res_name) == 0) {
784
XFree(
class_hint
.res_name);
785
XFree(
class_hint
.res_class);
/external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.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 177 milliseconds