Home
last modified time | relevance | path

Searched refs:GetWindow (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_base/
Dwin32_window.cc119 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc()
120 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
/external/tensorflow/tensorflow/core/kernels/
Dspectrogram.h94 const std::vector<double>& GetWindow() const { return window_; } in GetWindow() function
/external/tensorflow/tensorflow/lite/kernels/internal/
Dspectrogram.h80 const std::vector<double>& GetWindow() const { return window_; } in GetWindow() function
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc175 HWND owner = GetWindow(hwnd, GW_OWNER); in FilterUncapturableWindows()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc553 next = ::GetWindow(focus, next_cmd); in HandleTabbing()
560 next = ::GetWindow(focus, loop_around_cmd); in HandleTabbing()
/external/libpng/contrib/visupng/
DVisualPng.c438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc()
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py777 def GetWindow(self): member in Window