/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 94 SkOSWindow::SkOSWindow(void* hWnd) : fHWND(hWnd), fAGLCtx(NULL) 97 WindowRef wr = (WindowRef)hWnd;
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 94 SkOSWindow::SkOSWindow(void* hWnd) : fHWND(hWnd), fAGLCtx(NULL) 97 WindowRef wr = (WindowRef)hWnd;
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | 91 BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) { 92 const HWND toplevel_hwnd = reinterpret_cast<HWND>(arg); 95 const HWND owner = ::GetWindow(window, GW_OWNER); 106 NotifyPluginProcessHostTask(HWND window, HWND parent) 139 // leak the HWND. 143 HWND window_; // Plugin HWND, created and destroyed in the plugin process. 144 HWND parent_; // Parent HWND, created and destroyed on the browser UI thread [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.h | 74 BOOL ProcessWindowMessage(HWND hwnd, \ 81 BOOL ret = _ProcessWindowMessage(hwnd, msg, w_param, l_param, l_result, \ 86 BOOL _ProcessWindowMessage(HWND hWnd, \ 94 hWnd; \ 103 // An object that handles messages for a HWND that implements the views 117 void Init(HWND parent, const gfx::Rect& bounds); 138 void StackAbove(HWND other_hwnd); 166 // Tells the HWND its client area has changed [all...] |
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
status_icon_win.cc | 20 StatusIconWin::StatusIconWin(UINT id, HWND window, UINT message) 167 icon_data->hWnd = window_;
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_syswm.c | 210 typedef BOOL (WINAPI *PtrSetWindowTextW)(HWND hWnd, LPCWSTR lpString);
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5events.c | 71 static HWND GetTopLevelParent(HWND hWnd) 73 HWND hParentWnd; 76 hParentWnd = GetParent(hWnd); 79 hWnd = hParentWnd; 81 return hWnd; 163 HWND topwnd; 554 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | 286 // transform to an unconstrained window), it will no longer have an HWND, and 323 HWND edit_hwnd = NULL; 327 HDC WINAPI BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT lpPaint) { 328 if (!edit_hwnd || (hWnd != edit_hwnd)) 329 return ::BeginPaint(hWnd, lpPaint); 336 BOOL WINAPI EndPaintIntercept(HWND hWnd, const PAINTSTRUCT* lpPaint) { 337 return (edit_hwnd && (hWnd == edit_hwnd)) || ::EndPaint(hWnd, lpPaint) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 171 virtual void OnFinalMessage(HWND hWnd); 229 void Win32Socket::EventSink::OnFinalMessage(HWND hWnd) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 118 BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) { 119 const HWND toplevel_hwnd = reinterpret_cast<HWND>(arg); 122 const HWND owner = ::GetWindow(window, GW_OWNER); 144 bool DecodeZoomGesture(HWND hwnd, const GESTUREINFO& gi, 153 ScreenToClient(hwnd, &zoom_first); 163 ScreenToClient(hwnd, &zoom_second); 205 blink::WebMouseWheelEvent MakeFakeScrollWheelEvent(HWND hwnd, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_win.cc | 72 base::LazyInstance<std::map<HWND, WNDPROC> > g_window_handle_proc_map = 221 HandleCaptureForMessage(hook_struct->hwnd, wParam); 569 void WebPluginDelegateImpl::ClearThrottleQueueForWindow(HWND window) { 574 if (it->hwnd == window) { 593 std::set<HWND> processed; 598 if (processed.find(msg.hwnd) == processed.end()) { 599 processed.insert(msg.hwnd); 618 if (IsWindow(msg.hwnd)) 619 CallWindowProc(proc, msg.hwnd, msg.message, msg.wParam, msg.lParam); 632 void WebPluginDelegateImpl::ThrottleMessage(WNDPROC proc, HWND hwnd [all...] |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |