HomeSort by relevance Sort by last modified time
    Searched defs:window_name (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/base/
macwindowpicker.cc 137 std::string window_name; local
138 ToUtf8(window_name_ref, &window_name);
149 << window_name local
x11windowpicker.cc 646 XTextProperty window_name; local
647 window_name.value = NULL;
649 status = XGetWMName(display_, window, &window_name);
650 if (status && window_name.value && window_name.nitems) {
653 status = Xutf8TextPropertyToTextList(display_, &window_name, &list,
667 if (window_name.value != NULL) {
668 XFree(window_name.value);
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 118 std::string window_name = GetWindowName(); local
119 if (!ViewsDelegate::views_delegate || window_name.empty())
123 GetWidget(), window_name, bounds, show_state);
130 std::string window_name = GetWindowName(); local
131 if (!ViewsDelegate::views_delegate || window_name.empty())
135 widget, window_name, bounds, show_state);
  /external/qemu/android/camera/
camera-capture-windows.c 50 char* window_name; member in struct:WndCameraDevice
144 if (cd->window_name != NULL) {
145 free(cd->window_name);
192 cd->cap_window = capCreateCaptureWindow(cd->window_name, WS_CHILD, 0, 0,
259 wcd->window_name = (name != NULL) ? ASTRDUP(name) :
261 if (wcd->window_name == NULL) {
273 wcd->cap_window = capCreateCaptureWindow(wcd->window_name, WS_CHILD, 0, 0,
277 __FUNCTION__, wcd->window_name, GetLastError());
308 __FUNCTION__, wcd->window_name);
385 __FUNCTION__, wcd->window_name, GetLastError())
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 161 const char *window_name = local
164 if (window_name) {
166 (short)(((unsigned long)window_name)>>16),
167 (short)(((unsigned long)window_name) & 0xffff),
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 401 XTextProperty window_name; local
402 window_name.value = NULL;
404 status = XGetWMName(display(), window, &window_name);
405 if (status && window_name.value && window_name.nitems) {
408 status = Xutf8TextPropertyToTextList(display(), &window_name, &list,
421 if (window_name.value)
422 XFree(window_name.value);
  /external/libpng/contrib/gregbook/
rpng-x.c 120 static char titlebar[1024], *window_name = titlebar; variable
563 if (!XStringListToTextProperty(&window_name, 1, pWindowName))
rpng2-x.c 181 static char titlebar[1024], *window_name = titlebar; variable
    [all...]

Completed in 1010 milliseconds