Searched refs:HWND (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.h19 GFX_EXPORT base::string16 GetClassName(HWND hwnd);
21 // Useful for subclassing a HWND. Returns the previous window procedure.
22 GFX_EXPORT WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
26 GFX_EXPORT void* SetWindowUserData(HWND hwnd, void* user_data);
27 GFX_EXPORT void* GetWindowUserData(HWND hwnd);
31 GFX_EXPORT bool DoesWindowBelongToActiveWindow(HWND window);
35 GFX_EXPORT void CenterAndSizeWindow(HWND parent,
36 HWND window,
41 GFX_EXPORT void CheckWindowCreated(HWND hwnd);
44 GFX_EXPORT void ShowSystemMenu(HWND windo
[all...]
/external/chromium_org/third_party/npapi/npspy/include/
H A Ddirpick.h45 BOOL PickupDirectory(HWND hWndOwner, LPSTR lpszString);
/external/chromium_org/ui/views/win/
H A Dscoped_fullscreen_visibility.h17 // Scoping class that ensures a HWND remains hidden while it enters or leaves
22 explicit ScopedFullscreenVisibility(HWND hwnd);
27 static bool IsHiddenForFullscreen(HWND hwnd);
30 typedef std::map<HWND, int> FullscreenHWNDs;
32 HWND hwnd_;
H A Dhwnd_util.h17 // Returns the HWND for the specified View.
18 VIEWS_EXPORT HWND HWNDForView(const View* view);
20 // Returns the HWND for the specified Widget.
21 VIEWS_EXPORT HWND HWNDForWidget(const Widget* widget);
23 // Returns the HWND for the specified NativeView.
24 VIEWS_EXPORT HWND HWNDForNativeView(const gfx::NativeView view);
26 // Returns the HWND for the specified NativeWindow.
27 VIEWS_EXPORT HWND HWNDForNativeWindow(const gfx::NativeWindow window);
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_plugin_action.h24 virtual bool OnHungWindowDetected(HWND hung_window,
25 HWND top_level_window,
29 void OnWindowResponsive(HWND window);
32 static void CALLBACK HungWindowResponseCallback(HWND target_window,
37 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
40 bool GetPluginNameAndVersion(HWND plugin_window,
45 HWND current_hung_plugin_window_;
H A Dhung_window_detector.h41 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,
61 bool Initialize(HWND top_level_window,
70 bool CheckChildWindow(HWND child_window);
72 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
78 HWND top_level_window_;
/external/chromium_org/ui/shell_dialogs/
H A Dbase_shell_dialog_win.h31 // Owning HWND, may be null.
32 HWND owner;
41 RunState BeginRun(HWND owner);
43 // Cleans up after a dialog run. If the run_state has a valid HWND this makes
45 // aggressively guards against multiple modal dialogs per HWND. Must be called
53 bool IsRunningDialogForOwner(HWND owner) const;
63 void DisableOwner(HWND owner);
66 typedef std::set<HWND> Owners;
75 void EnableOwner(HWND owner);
82 // remove the owning HWND fro
[all...]
/external/chromium_org/ui/base/win/
H A Dhidden_window.h14 // Returns an HWND that can be used as a temporary parent. The returned HWND is
16 UI_BASE_EXPORT HWND GetHiddenWindow();
H A Dhwnd_subclass.h19 // messages before they are sent to their target HWND.
25 // Return true to prevent other HWNDMessageFilter's of the target HWND and the
32 virtual bool FilterMessage(HWND hwnd,
48 static void AddFilterToTarget(HWND target, HWNDMessageFilter* filter);
53 // Returns a non-null HWNDSubclass corresponding to the HWND |target|. Creates
55 static HWNDSubclass* GetHwndSubclassForTarget(HWND target);
65 LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
71 explicit HWNDSubclass(HWND target);
73 HWND target_;
H A Dforeground_helper.h32 static HRESULT SetForeground(HWND window);
35 HRESULT ForegroundHotKey(HWND window);
40 HWND window_;
H A Dmouse_wheel_util.h17 // We reroute the mouse wheel messages to such HWND when they are under the
20 UI_BASE_EXPORT ViewProp* SetWindowSupportsRerouteMouseWheel(HWND hwnd);
29 UI_BASE_EXPORT bool RerouteMouseWheel(HWND window,
H A Dshell.h38 UI_BASE_EXPORT bool PreventWindowFromPinning(HWND hwnd);
47 HWND hwnd);
52 UI_BASE_EXPORT void SetAppIdForWindow(const base::string16& app_id, HWND hwnd);
56 HWND hwnd);
64 HWND hwnd);
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.h95 // * window_handle [in] (HWND)
97 void CreateImeWindow(HWND window_handle);
101 // * window_handle [in] (HWND)
118 LRESULT SetImeWindowStyle(HWND window_handle, UINT message,
123 // * window_handle [in] (HWND)
125 void DestroyImeWindow(HWND window_handle);
129 // * window_handle [in] (HWND)
131 void UpdateImeWindow(HWND window_handle);
136 // * window_handle [in] (HWND)
138 void CleanupComposition(HWND window_handl
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.h28 static scoped_ptr<DaemonInstallerWin> Create(HWND window_handle,
48 HWND GetTopLevelWindow(HWND window);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h73 static LRESULT CALLBACK WndProc(HWND window,
80 static INT_PTR CALLBACK SpawnTargetWndProc(HWND dialog,
88 static MainUIWindow* FromWindow(HWND main_window);
92 static BOOL OnCreate(HWND parent_window, LPCREATESTRUCT);
95 void OnDestroy(HWND window);
98 void OnSize(HWND window, UINT state, int cx, int cy);
101 void OnPaint(HWND window);
107 void OnCommandsLaunch(HWND window);
114 bool OnLaunchDll(HWND dialog);
128 base::string16 OnShowBrowseForDllDlg(HWND owne
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dwindow_capture_utils.h21 bool GetCroppedWindowRect(HWND window,
/external/chromium_org/chrome/browser/
H A Dchrome_process_finder_win.h23 HWND FindRunningChromeWindow(const base::FilePath& user_data_dir);
29 NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dminimize_button_metrics_win.h21 void Init(HWND hwnd);
36 HWND hwnd_;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumdxgi.idl62 * - GDI: HWND
96 [in] HWND hwnd,
105 [in] HWND hwnd,
111 [in] HWND hwnd
116 [in] HWND hwnd,
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumdxgi.idl62 * - GDI: HWND
96 [in] HWND hwnd,
105 [in] HWND hwnd,
111 [in] HWND hwnd
116 [in] HWND hwnd,
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dtaskbar_window_thumbnailer_win.h19 virtual std::vector<HWND> GetSnapshotWindowHandles() const = 0;
26 TaskbarWindowThumbnailerWin(HWND hwnd,
47 void ReplaceWindow(HWND new_hwnd);
51 virtual bool FilterMessage(HWND hwnd,
65 HWND hwnd_;
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_pause.cpp43 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
58 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_windows.h43 int ViECreateWindow(HWND &hwndMain, int xPos, int yPos, int width,
45 int ViEDestroyWindow(HWND& hwnd);
53 HWND _hwndMain;
54 HWND _hwnd1;
55 HWND _hwnd2;
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_win.h16 static blink::WebKeyboardEvent Build(HWND hwnd,
25 static blink::WebMouseEvent Build(HWND hwnd,
34 static blink::WebMouseWheelEvent Build(HWND hwnd,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_win.cc33 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {}
37 static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
52 virtual bool ShouldStopIterating(HWND window) = 0;
55 const std::set<HWND>& ignore_;
68 static bool IsTopMostWindowAtPoint(HWND window,
70 const std::set<HWND>& ignore) {
75 virtual bool ShouldStopIterating(HWND hwnd) {
125 TopMostFinder(HWND window,
127 const std::set<HWND>& ignore)
137 HWND target
[all...]

Completed in 838 milliseconds

1234567891011>>