Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32window.cc104 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc()
105 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
Dwin32windowpicker.cc39 HWND owner = GetWindow(hwnd, GW_OWNER); in EnumProc()
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterwidgetmgr.h56 virtual void* GetWindow(IFWL_Widget* pWidget) = 0;
Dfwl_sdadapterimp.h61 virtual void* GetWindow(IFWL_Widget* pWidget);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_sdadapterimp.cpp106 void* CFWL_SDAdapterWidgetMgr::GetWindow(IFWL_Widget* pWidget) { in GetWindow() function in CFWL_SDAdapterWidgetMgr
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc33 HWND owner = GetWindow(hwnd, GW_OWNER); in WindowsEnumerationHandler()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc543 next = ::GetWindow(focus, next_cmd); in HandleTabbing()
550 next = ::GetWindow(focus, loop_around_cmd); in HandleTabbing()
/external/libpng/contrib/visupng/
DVisualPng.c438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc()