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

1234567891011

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebProcessProxyWin.cpp31 Vector<HWND> WebProcessProxy::windowsToReceiveSentMessagesWhileWaitingForSyncReply()
33 return Vector<HWND>();
H A DWebContextMenuProxyWin.h38 static PassRefPtr<WebContextMenuProxyWin> create(HWND parentWindow, WebPageProxy* page)
44 WebContextMenuProxyWin(HWND parentWindow, WebPageProxy* page);
52 HWND m_window;
H A DWebPopupMenuProxyWin.h35 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UIN
[all...]
H A DWebView.h51 static PassRefPtr<WebView> create(RECT rect, WebContext* context, WebPageGroup* pageGroup, HWND parentWindow)
59 HWND window() const { return m_window; }
60 void setParentWindow(HWND);
89 WebView(RECT, WebContext*, WebPageGroup*, HWND parentWindow);
94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWn
[all...]
/external/webkit/Source/WebKit/chromium/public/win/
H A DWebScreenInfoFactory.h36 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
44 WEBKIT_API static WebScreenInfo screenInfo(HWND);
H A DWebInputEventFactory.h46 WEBKIT_API static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM);
47 WEBKIT_API static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM);
48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_plugin_action.h23 virtual bool OnHungWindowDetected(HWND hung_window,
24 HWND top_level_window,
28 void OnWindowResponsive(HWND window);
31 static void CALLBACK HungWindowResponseCallback(HWND target_window,
36 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
39 bool GetPluginName(HWND plugin_window,
43 HWND current_hung_plugin_window_;
H A Dhung_window_detector.h43 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,
63 bool Initialize(HWND top_level_window,
72 bool CheckChildWindow(HWND child_window);
74 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
80 HWND top_level_window_;
/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.h48 void placeBehindWindow(HWND);
56 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
63 HWND m_inspectedWebViewWindow;
64 HWND m_overlay;
65 HWND m_observedWindow;
68 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
/external/webkit/Source/WebCore/platform/win/
H A DWindowMessageListener.h32 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
H A DWindowMessageBroadcaster.h42 static void addListener(HWND, WindowMessageListener*);
43 static void removeListener(HWND, WindowMessageListener*);
48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
50 WindowMessageBroadcaster(HWND);
62 HWND m_subclassedWindow;
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.h38 static WebMouseEvent createWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool didActivateWebView);
39 static WebWheelEvent createWebWheelEvent(HWND, UINT message, WPARAM, LPARAM);
40 static WebKeyboardEvent createWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.h47 HWND window() const { return m_window; }
52 static LRESULT CALLBACK BrowserWindowWndProc(HWND, UINT, WPARAM, LPARAM);
55 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
63 HWND m_window;
65 HWND m_rebarWindow;
66 HWND m_comboBoxWindow;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.h35 HWND window() const { return m_window; }
44 static LRESULT CALLBACK staticWndProc(HWND, UINT message, WPARAM, LPARAM);
46 HWND m_window;
/external/webkit/Tools/WebKitAPITest/
H A DHostWindow.h41 HWND window() const { return m_window; }
45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
47 HWND m_window;
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTreeWin.h38 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
44 extern HWND webViewWindow;
57 IWebView* createWebViewAndOffscreenWindow(HWND* webViewWindow = 0);
58 Vector<HWND>& openWindows();
59 typedef HashMap<HWND, COMPtr<IWebView> > WindowToWebViewMap;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h37 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
61 void createWindow(HWND ownerWindow);
63 HWND hwnd() const { return m_hwnd; }
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
79 HWND m_hwnd;
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.h19 LRESULT CALLBACK WndProc(HWND hwnd,
29 static LRESULT CALLBACK WndProcStatic(HWND hwnd,
38 HWND window_;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_win.cc23 HWND ime_window = ImmGetDefaultIMEWnd(edit_native_view);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h46 HWND handle() const { return wnd_; }
48 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
68 HWND wnd_;
/external/webkit/Tools/TestWebKitAPI/win/
H A DWindowMessageObserver.h33 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents_c.h30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
/external/chromium/base/
H A Dfix_wp64.h34 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) {
41 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) {
48 inline LONG_PTR GetWindowLongPtrA(HWND window, int index) {
55 inline LONG_PTR GetWindowLongPtrW(HWND window, int index) {
62 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long) {
69 inline LONG_PTR SetClassLongPtrW(HWND window, int index, LONG_PTR new_long) {
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc26 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {}
31 virtual bool ShouldStopIterating(HWND window) = 0;
33 static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
42 const std::set<HWND>& ignore_;
55 static bool IsTopMostWindowAtPoint(HWND window,
57 const std::set<HWND>& ignore) {
62 virtual bool ShouldStopIterating(HWND hwnd) {
112 TopMostFinder(HWND window,
114 const std::set<HWND>& ignore)
124 HWND target
[all...]
/external/webkit/Source/WebKit/wince/
H A DWebView.h52 WebView(HWND hwnd, unsigned features = EnableDoubleBuffering);
58 HWND windowHandle() const { return m_windowHandle; }
79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
80 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
82 bool handlePaint(HWND hWnd);
83 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
84 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
93 HWND m_parentWindowHandle;
94 HWND m_windowHandle;

Completed in 328 milliseconds

1234567891011