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

  /external/webrtc/webrtc/base/
win32window.cc 104 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
105 child = ::GetWindow(child, GW_HWNDNEXT)) {
win32windowpicker.cc 39 HWND owner = GetWindow(hwnd, GW_OWNER);
  /external/tensorflow/tensorflow/core/kernels/
spectrogram.h 81 const std::vector<double>& GetWindow() const { return window_; }
  /external/tensorflow/tensorflow/lite/kernels/internal/
spectrogram.h 80 const std::vector<double>& GetWindow() const { return window_; }
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_win.cc 33 HWND owner = GetWindow(hwnd, GW_OWNER);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 543 next = ::GetWindow(focus, next_cmd);
550 next = ::GetWindow(focus, loop_around_cmd);
  /external/libpng/contrib/visupng/
VisualPng.c 438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER));
  /external/python/cpython2/Lib/plat-mac/
FrameWork.py 777 def GetWindow(self):
    [all...]
  /external/syzkaller/executor/
syscalls.h     [all...]

Completed in 1876 milliseconds