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

  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_full_screen_window.h 23 NSWindow* _window; variable
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_render.h 49 Window _window; member in class:webrtc::VideoX11Render
video_x11_channel.h 72 Window _window; member in class:webrtc::VideoX11Channel
  /external/lzma/CPP/Windows/
Window.h 58 HWND _window; member in class:NWindows::CWindow
60 CWindow(HWND newWindow = NULL): _window(newWindow){};
63 _window = newWindow;
66 operator HWND() const { return _window; }
67 void Attach(HWND newWindow) { _window = newWindow; }
70 HWND window = _window;
71 _window = NULL;
75 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); }
77 HWND GetParent() const { return ::GetParent(_window); }
78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); }
    [all...]

Completed in 662 milliseconds