Home
last modified time | relevance | path

Searched refs:HWND (Results 1 – 25 of 201) sorted by relevance

123456789

/external/lzma/CPP/7zip/UI/FileManager/
DMyWindowsNew.h58 STDMETHOD(SetProgressValue)(HWND hwnd, ULONGLONG ullCompleted, ULONGLONG ullTotal) = 0;
59 STDMETHOD(SetProgressState)(HWND hwnd, TBPFLAG tbpFlags) = 0;
60 STDMETHOD(RegisterTab)(HWND hwndTab, HWND hwndMDI) = 0;
61 STDMETHOD(UnregisterTab)(HWND hwndTab) = 0;
62 STDMETHOD(SetTabOrder)(HWND hwndTab, HWND hwndInsertBefore) = 0;
63 STDMETHOD(SetTabActive)(HWND hwndTab, HWND hwndMDI, DWORD dwReserved) = 0;
64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
66 STDMETHOD(ThumbBarSetImageList)(HWND hwnd, HIMAGELIST himl) = 0;
67 STDMETHOD(SetOverlayIcon)(HWND hwnd, HICON hIcon, LPCWSTR pszDescription) = 0;
[all …]
DLangUtils.h22 void LangSetDlgItemText(HWND dialog, UInt32 controlID, UInt32 langID);
23 void LangSetDlgItems(HWND dialog, const UInt32 *ids, unsigned numItems);
24 void LangSetDlgItems_Colon(HWND dialog, const UInt32 *ids, unsigned numItems);
25 void LangSetWindowText(HWND window, UInt32 langID);
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h27 bool GetWindowRect(HWND window, DesktopRect* result);
46 bool GetCroppedWindowRect(HWND window,
56 bool GetWindowContentRect(HWND window, DesktopRect* result);
60 int GetWindowRegionTypeWithBoundary(HWND window, DesktopRect* result);
68 bool IsWindowMaximized(HWND window, bool* result);
72 bool IsWindowValidAndVisible(HWND window);
77 BOOL CALLBACK FilterUncapturableWindows(HWND hwnd, LPARAM param);
80 typedef HRESULT(WINAPI* DwmGetWindowAttributeFunc)(HWND hwnd,
90 bool IsWindowChromeNotification(HWND hwnd);
91 bool AreWindowsOverlapping(HWND hwnd,
[all …]
Dfull_screen_win_application_handler.cc24 std::string WindowText(HWND window) { in WindowText()
36 DWORD WindowProcessId(HWND window) { in WindowProcessId()
56 HWND window_to_exclude) { in GetProcessWindows()
60 const HWND source_hwnd = reinterpret_cast<HWND>(source.id); in GetProcessWindows()
80 HWND original_window = reinterpret_cast<HWND>(GetSourceId()); in FindFullScreenWindow()
95 HWND window = reinterpret_cast<HWND>(source.id); in FindFullScreenWindow()
112 WindowType GetWindowType(HWND window) const { in GetWindowType()
123 std::string GetDocumentFromEditorTitle(HWND window) const { in GetDocumentFromEditorTitle()
129 std::string GetDocumentFromSlideShowTitle(HWND window) const { in GetDocumentFromSlideShowTitle()
148 bool IsEditorWindow(HWND window) const { in IsEditorWindow()
[all …]
Dscreen_capturer_win_magnifier.h55 typedef BOOL(WINAPI* MagImageScalingCallback)(HWND hwnd,
65 typedef BOOL(WINAPI* MagSetWindowSourceFunc)(HWND hwnd, RECT rect);
66 typedef BOOL(WINAPI* MagSetWindowFilterListFunc)(HWND hwnd,
69 HWND* pHWND);
71 HWND hwnd,
74 static BOOL WINAPI OnMagImageScalingCallback(HWND hwnd,
105 HWND excluded_window_ = NULL;
123 HWND host_window_ = NULL;
125 HWND magnifier_window_ = NULL;
Dwindow_capture_utils.cc33 bool GetWindowRect(HWND window, DesktopRect* result) { in GetWindowRect()
42 bool GetCroppedWindowRect(HWND window, in GetCroppedWindowRect()
90 bool GetWindowContentRect(HWND window, DesktopRect* result) { in GetWindowContentRect()
126 int GetWindowRegionTypeWithBoundary(HWND window, DesktopRect* result) { in GetWindowRegionTypeWithBoundary()
152 bool IsWindowMaximized(HWND window, bool* result) { in IsWindowMaximized()
164 bool IsWindowValidAndVisible(HWND window) { in IsWindowValidAndVisible()
168 BOOL CALLBACK FilterUncapturableWindows(HWND hwnd, LPARAM param) { in FilterUncapturableWindows()
175 HWND owner = GetWindow(hwnd, GW_OWNER); in FilterUncapturableWindows()
260 bool WindowCaptureHelperWin::IsWindowChromeNotification(HWND hwnd) { in IsWindowChromeNotification()
304 HWND hwnd, in AreWindowsOverlapping()
[all …]
Dselected_window_context.h23 SelectedWindowContext(HWND selected_window,
29 bool IsWindowOwnedBySelectedWindow(HWND hwnd) const;
30 bool IsWindowOverlappingSelectedWindow(HWND hwnd) const;
32 HWND selected_window() const;
36 const HWND selected_window_;
Dwindow_capturer_win_gdi.cc35 OwnedWindowCollectorContext(HWND selected_window, in OwnedWindowCollectorContext()
38 std::vector<HWND>* owned_windows) in OwnedWindowCollectorContext()
44 std::vector<HWND>* owned_windows;
49 BOOL CALLBACK OwnedWindowCollector(HWND hwnd, LPARAM param) { in OwnedWindowCollector()
100 std::map<HWND, DesktopSize> new_map; in GetSourceList()
102 HWND hwnd = reinterpret_cast<HWND>(item.id); in GetSourceList()
111 HWND window = reinterpret_cast<HWND>(id); in SelectSource()
134 HWND hwnd = in IsOccluded()
135 reinterpret_cast<HWND>(window_finder_.GetWindowUnderPoint(sys_pos)); in IsOccluded()
332 HWND hwnd = *it; in CaptureFrame()
Dselected_window_context.cc16 HWND selected_window, in SelectedWindowContext()
30 bool SelectedWindowContext::IsWindowOwnedBySelectedWindow(HWND hwnd) const { in IsWindowOwnedBySelectedWindow()
47 bool SelectedWindowContext::IsWindowOverlappingSelectedWindow(HWND hwnd) const { in IsWindowOverlappingSelectedWindow()
52 HWND SelectedWindowContext::selected_window() const { in selected_window()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.h105 HWND handle() const { return wnd_; } in handle()
109 VideoRenderer(HWND wnd,
133 HWND wnd_;
168 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
171 void CreateChildWindow(HWND* wnd,
187 HWND wnd_;
189 HWND edit1_;
190 HWND edit2_;
191 HWND label1_;
192 HWND label2_;
[all …]
/external/lzma/CPP/Windows/Control/
DDialog.h14 CDialog(HWND wnd = NULL): CWindow(wnd){}; in CWindow()
17 HWND GetItem(int itemID) const in GetItem()
63 HWND GetNextGroupItem(HWND control, bool previous) in GetNextGroupItem()
65 HWND GetNextTabItem(HWND control, bool previous) in GetNextTabItem()
105 virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
130 bool Create(LPCTSTR templateName, HWND parentWindow);
131 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
133 bool Create(LPCWSTR templateName, HWND parentWindow);
143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
144 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
[all …]
DPropertyPage.h15 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);
20 CPropertyPage(HWND window = NULL): CDialog(window){}; in CDialog()
22 void Changed() { PropSheet_Changed(GetParent(), (HWND)*this); } in Changed()
23 void UnChanged() { PropSheet_UnChanged(GetParent(), (HWND)*this); } in UnChanged()
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
DDialog.cpp19 static INT_PTR APIENTRY DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure()
65 return OnButtonClicked(itemID, (HWND)lParam); in OnCommand()
69 bool CDialog::OnButtonClicked(int buttonID, HWND /* buttonHWND */) in OnButtonClicked() argument
194 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
196HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create()
203 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
210 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
212 HWND aHWND; in Create()
234 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
/external/skia/tools/sk_app/win/
DWindowContextFactory_win.h23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&);
30 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND, const DisplayParams&);
34 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND, const DisplayParams&);
37 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, const DisplayParams&);
DGLWindowContext_win.cpp25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&) { return nullptr; } in MakeGLForWin() argument
36 GLWindowContext_win(HWND, const DisplayParams&);
46 HWND fHWND;
52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win()
138 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
140 ReleaseDC((HWND)fHWND, dc); in onSwapBuffers()
149 std::unique_ptr<WindowContext> MakeGLForWin(HWND wnd, const DisplayParams& params) { in MakeGLForWin()
/external/lzma/CPP/Windows/
DWindow.h39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText()
41 bool MySetWindowText(HWND wnd, LPCWSTR s);
58 HWND _window;
60 CWindow(HWND newWindow = NULL): _window(newWindow){}; in _window()
61 CWindow& operator=(HWND newWindow)
66 operator HWND() const { return _window; } in HWND() function
67 void Attach(HWND newWindow) { _window = newWindow; } in Attach()
68 HWND Detach() in Detach()
70 HWND window = _window; in Detach()
77 HWND GetParent() const { return ::GetParent(_window); } in GetParent()
[all …]
DShell.cpp140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
145 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument
177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc()
206 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, in BrowseForFolder()
230 bool BrowseForFolder(HWND owner, LPCTSTR title, in BrowseForFolder()
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2()
304 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags, in BrowseForFolder()
319 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder()
/external/swiftshader/src/Main/
DFrameBufferWin.hpp32 FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
39 virtual void flip(HWND windowOverride, sw::Surface *source) = 0;
40 …virtual void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *de…
49 void updateBounds(HWND windowOverride);
51 HWND windowHandle;
57 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,…
DFrameBufferGDI.hpp25 FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
32 void flip(HWND windowOverride, sw::Surface *source) override;
33 …void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) …
45 void init(HWND bitmapWindow);
50 HWND bitmapWindow;
DFrameBufferWin.cpp19 …FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool top… in FrameBufferWin()
37 void FrameBufferWin::updateBounds(HWND windowOverride) in updateBounds()
39 HWND window = windowOverride ? windowOverride : windowHandle; in updateBounds()
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,… in createFrameBufferWin()
75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc26 TopWindowVerifierContext(HWND selected_window, in TopWindowVerifierContext()
27 HWND excluded_window, in TopWindowVerifierContext()
51 HWND hwnd = nullptr; in IsTopWindow()
126 const HWND excluded_window;
177 const HWND selected = reinterpret_cast<HWND>(GetWindowToCapture()); in ShouldUseScreenCapturer()
253 reinterpret_cast<HWND>(excluded_window()), in ShouldUseScreenCapturer()
262 HWND hwnd = reinterpret_cast<HWND>(GetWindowToCapture()); in GetWindowRectInVirtualScreen()
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp25 WindowContext* NewGLForWin(HWND, const DisplayParams&) { return nullptr; } in NewGLForWin() argument
36 GLWindowContext_win(HWND, const DisplayParams&);
46 HWND fHWND;
52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win()
134 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
136 ReleaseDC((HWND)fHWND, dc); in onSwapBuffers()
145 WindowContext* NewGLForWin(HWND wnd, const DisplayParams& params) { in NewGLForWin()
DWindowContextFactory_win.h21 WindowContext* NewVulkanForWin(HWND, const DisplayParams&);
23 WindowContext* NewGLForWin(HWND, const DisplayParams&);
25 WindowContext* NewANGLEForWin(HWND, const DisplayParams&);
27 WindowContext* NewRasterForWin(HWND, const DisplayParams&);
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.cpp14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage()
19 void ShowErrorMessageHwndRes(HWND window, UINT resID) in ShowErrorMessageHwndRes()
29 void ShowErrorMessageDWORD(HWND window, DWORD errorCode) in ShowErrorMessageDWORD()
34 void ShowLastErrorMessage(HWND window) in ShowLastErrorMessage()
/external/webrtc/rtc_base/
Dwin32_window.h29 HWND handle() const { return wnd_; } in handle()
31 bool Create(HWND parent,
54 static LRESULT CALLBACK WndProc(HWND hwnd,
59 HWND wnd_;

123456789