HomeSort by relevance Sort by last modified time
    Searched refs:hwnd (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/
aeropeek_manager.cc 66 /* [in] */ __RPC__in HWND hwnd,
113 /* [in] */ __RPC__in HWND hwnd,
117 /* [in] */ __RPC__in HWND hwnd,
120 /* [in] */ __RPC__in HWND hwndTab,
121 /* [in] */ __RPC__in HWND hwndMDI) = 0;
123 /* [in] */ __RPC__in HWND hwndTab) = 0;
125 /* [in] */ __RPC__in HWND hwndTab
    [all...]
process_singleton_win.cc 34 BOOL CALLBACK BrowserWindowEnumeration(HWND window, LPARAM param) {
205 LRESULT ProcessSingleton::OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds) {
303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,
307 return OnCopyData(reinterpret_cast<HWND>(wparam),
313 return ::DefWindowProc(hwnd, message, wparam, lparam);
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 103 #define FSLIB_BITBLT(hwnd, buffer, top, left, width, height) \
106 FSLib_BitBlt(hwnd, buffer, top, left, width, height); \
110 #define FSLIB_BITBLT(hwnd, buffer, top, left, width, height) \
111 FSLib_BitBlt(hwnd, buffer, top, left, width, height);
122 static BOOL SetAccessableWindowPos(HWND hwnd, HWND hwndInsertBehind,
142 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl);
147 WinQueryWindowPos(hwnd, &swp);
156 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl)
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 48 void PngFileInitialize (HWND hwnd)
54 ofn.hwndOwner = hwnd;
75 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName)
77 ofn.hwndOwner = hwnd;
85 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName)
87 ofn.hwndOwner = hwnd;
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 99 WebKeyboardEvent WebInputEventFactory::keyboardEvent(HWND hwnd, UINT message,
166 static LPARAM GetRelativeCursorPos(HWND hwnd)
170 ScreenToClient(hwnd, &pos);
179 WebMouseEvent WebInputEventFactory::mouseEvent(HWND hwnd, UINT message,
201 lparam = GetRelativeCursorPos(hwnd);
248 ClientToScreen(hwnd, &globalPoint);
309 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message
    [all...]
  /external/skia/include/views/
SkOSWindow_Win.h 21 SkOSWindow(void* hwnd);
44 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
45 static bool QuitOnDeactivate(HWND hWnd);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 178 void WebNodeHighlight::placeBehindWindow(HWND window)
212 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
214 WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighlightPointerProp));
216 return ::DefWindowProc(hwnd, msg, wParam, lParam);
218 return ::DefWindowProc(hwnd, msg, wParam, lParam);
266 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 97 HWND webViewWindow;
110 static void CALLBACK logEventProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
118 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild);
230 static void CALLBACK notificationListenerProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
238 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild);
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 132 LRESULT DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
196 m.hwnd = hwnd;
201 if ( TranslateMessage(&m) && PeekMessage(&m, hwnd, 0, WM_USER, PM_NOREMOVE) && (m.message == WM_CHAR) ) {
202 GetMessage(&m, hwnd, 0, WM_USER);
292 wmmsg.hwnd = hwnd;
303 return CallWindowProc(userWindowProc, hwnd, msg, wParam, lParam);
308 return(DefWindowProc(hwnd, msg, wParam, lParam))
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 85 // Create the HWND. Note:
88 // additional HWND to parent off of because windowed plugin HWNDs cannot
92 HWND hwnd = view_win->Create(GetWidget()->GetNativeView()); local
94 Attach(hwnd);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 89 HRESULT viewWillMoveToHostWindow([in] OLE_HANDLE hwnd);
IWebScrollBarPrivate.idl 69 HRESULT handleMouseEvent([in] OLE_HANDLE hwnd, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam);
  /external/chromium/base/
message_pump_win.cc 164 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
173 return DefWindowProc(hwnd, message, wparam, lparam);
345 if (msg.message == kMsgHaveWork && msg.hwnd == message_hwnd_)
389 msg.hwnd != message_hwnd_);
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 78 HWND settings_dialog = NULL;
92 void InitDialog(HWND hwnd) {
93 messages = new CListViewCtrl(::GetDlgItem(hwnd, IDC_Messages));
155 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
158 InitDialog(hwnd);
185 void RunSettingsDialog(HWND parent) {
278 HWND parent_window = GetRootView()->GetWidget()->GetNativeView();
281 HWND list_hwnd = message_list_.Create(parent_window
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 138 HWND hwnd; /**< The window for the message */ member in struct:SDL_SysWMmsg
147 HWND window; /**< The Win32 display window */
  /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/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 67 if (!::GetClassNameW(msg.hwnd, className, ARRAYSIZE(className)))
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 138 HWND hwnd; /**< The window for the message */ member in struct:SDL_SysWMmsg
147 HWND window; /**< The Win32 display window */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 138 HWND hwnd; /**< The window for the message */ member in struct:SDL_SysWMmsg
147 HWND window; /**< The Win32 display window */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 138 HWND hwnd; /**< The window for the message */ member in struct:SDL_SysWMmsg
147 HWND window; /**< The Win32 display window */
  /external/chromium/chrome/browser/accessibility/
browser_views_accessibility_browsertest.cc 126 HWND hwnd = browser_window->GetNativeHandle(); local
127 ASSERT_TRUE(NULL != hwnd);
131 HRESULT hr = ::AccessibleObjectFromWindow(hwnd, OBJID_WINDOW, IID_IAccessible,
  /external/openssl/apps/
s_socket.c 126 static HWND topWnd=0;
131 static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam,
134 if (hwnd == topWnd)
145 return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
148 static BOOL CALLBACK enumproc(HWND hwnd,LPARAM lParam)
150 topWnd=hwnd;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 116 HWND hwnd; local
124 hwnd = CreateWindow(SDL_Appname, SDL_Appname, WS_POPUP | WS_DISABLED,
129 hdc = GetDC(hwnd);
163 ReleaseDC(hwnd, hdc);
164 DestroyWindow(hwnd);
SDL_sysevents.c 60 #define IsZoomed(HWND) 1
75 HWND SDL_Window = NULL;
90 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL;
93 void (*WIN_PaletteChanged)(_THIS, HWND window);
117 BOOL (WINAPI *SHFullScreen)(HWND hwndRequester, DWORD dwState) = 0;
221 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime)
226 GetClientRect(hWnd, &rectpt.rect);
227 MapWindowPoints(hWnd, NULL, &rectpt.pt, 2)
    [all...]
  /external/chromium/chrome/browser/google/
google_update.cc 98 // hwnd must refer to a foregound window in order to get the UAC prompt
102 HWND hwnd, void** interface_ptr) {
120 bind_opts.hwnd = hwnd;
310 HWND foreground_hwnd = NULL;

Completed in 987 milliseconds

1 23 4 5