HomeSort by relevance Sort by last modified time
    Searched refs:HWND (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/win/
WebProcessProxyWin.cpp 31 Vector<HWND> WebProcessProxy::windowsToReceiveSentMessagesWhileWaitingForSyncReply()
33 return Vector<HWND>();
WebContextMenuProxyWin.h 38 static PassRefPtr<WebContextMenuProxyWin> create(HWND parentWindow, WebPageProxy* page)
44 WebContextMenuProxyWin(HWND parentWindow, WebPageProxy* page);
52 HWND m_window;
  /external/webkit/Source/WebKit/chromium/public/win/
WebScreenInfoFactory.h 36 typedef struct HWND__* HWND;
44 WEBKIT_API static WebScreenInfo screenInfo(HWND);
WebInputEventFactory.h 46 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/
hung_plugin_action.h 23 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_;
hung_window_detector.h 43 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/
WebNodeHighlight.h 48 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/
WindowMessageListener.h 32 typedef struct HWND__* HWND;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
WindowMessageBroadcaster.h 42 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/
WebEventFactory.h 38 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/WebKitAPITest/
HostWindow.h 41 HWND window() const { return m_window; }
45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
47 HWND m_window;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 37 typedef struct HWND__* HWND;
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
61 void createWindow(HWND ownerWindow);
63 HWND hwnd() const { return m_hwnd; } function in class:WebCore::MediaPlayerPrivateFullscreenWindow
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
79 HWND m_hwnd;
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.h 47 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/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 19 LRESULT CALLBACK WndProc(HWND hwnd,
29 static LRESULT CALLBACK WndProcStatic(HWND hwnd,
38 HWND window_;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 35 HWND window() const { return m_window; }
44 static LRESULT CALLBACK staticWndProc(HWND, UINT message, WPARAM, LPARAM);
46 HWND m_window;
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 46 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/
WindowMessageObserver.h 33 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeWin.h 38 typedef struct HWND__* 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/WebKit/wince/
WebView.h 52 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)
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc 23 HWND ime_window = ImmGetDefaultIMEWnd(edit_native_view);
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.h 18 // An object that a HWND "steps into" to have its picture taken. This is used
19 // to generate a full size screen shot of the contents of a HWND including
22 // Implementation note: This causes the HWND to be re-parented to a mostly
28 // the HWND, then shows it. The caller is responsible for destroying this
47 // Creates a mostly off-screen window to contain the HWND to be captured.
48 void CreateCaptureWindow(HWND initial_hwnd);
50 // The nearly off-screen photo-booth layered window used to hold the HWND.
53 // The current HWND being captured.
54 HWND current_hwnd_;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents_c.h 30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/chromium/base/
fix_wp64.h 34 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/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.h 87 HWND m_inspectedWebViewHwnd;
88 HWND m_frontendHwnd;
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
132 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
137 HWND m_inspectedWebViewHwnd;
138 HWND m_frontendHwnd;
141 HWND m_frontendWebViewHwnd;
148 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM)
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 26 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) {
35 if (finder->ignore_.find(hwnd) != finder->ignore_.end())
38 return finder->ShouldStopIterating(hwnd) ? FALSE : TRUE;
42 const std::set<HWND>& ignore_;
55 static bool IsTopMostWindowAtPoint(HWND window,
57 const std::set<HWND>& ignore) {
62 virtual bool ShouldStopIterating(HWND hwnd)
    [all...]

Completed in 4355 milliseconds

1 2 3 4 5 6 7 8 91011>>