HomeSort by relevance Sort by last modified time
    Searched refs:HWND (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /external/webkit/WebKit/win/
WebNodeHighlight.cpp 180 void WebNodeHighlight::placeBehindWindow(HWND window)
214 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
216 WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighlightPointerProp));
218 return ::DefWindowProc(hwnd, msg, wParam, lParam);
220 return ::DefWindowProc(hwnd, msg, wParam, lParam);
268 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam)
WebScrollBar.cpp 108 m_containingWindow = (HWND)(ULONG64)containingWindow;
227 PlatformMouseEvent mouseEvent((HWND)(ULONG64)window, msg, wParam, lParam);
WebView.h 867 HWND topLevelParent() const { return m_topLevelParent; }
872 static STDMETHODIMP AccessibleObjectFromWindow(HWND, DWORD objectID, REFIID, void** ppObject);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 91 HWND webViewWindow;
104 static void CALLBACK logEventProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
112 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild);
220 static void CALLBACK notificationListenerProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
228 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild);
DumpRenderTree.cpp 104 HWND webViewWindow;
145 static LRESULT CALLBACK DumpRenderTreeWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
150 if (openWindows()[i] == hWnd) {
152 windowToWebViewMap().remove(hWnd);
159 return DefWindowProc(hWnd, msg, wParam, lParam);
624 HWND window = openWindows()[i];
836 HWND viewWindow;
928 HWND hostWindow;
960 Vector<HWND> windows = openWindows()
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 258 HWND hostWindow;
336 HWND hostWindow;
369 HWND hostWindow;
451 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
453 WebInspectorClient* client = reinterpret_cast<WebInspectorClient*>(::GetProp(hwnd, kWebInspectorPointerProp));
455 return ::DefWindowProc(hwnd, msg, wParam, lParam);
470 return ::DefWindowProc(hwnd, msg, wParam, lParam);
473 void WebInspectorClient::windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/bluetooth/glib/tests/
gio-test.c 255 msg.hwnd, msg.message, msg.wParam, msg.lParam);
261 window_procedure (HWND hwnd,
267 hwnd, message, wparam, lparam);
268 return DefWindowProc (hwnd, message, wparam, lparam);
291 HWND hwnd; local
318 hwnd = CreateWindow (MAKEINTATOM(klass), "gio-test", 0, 0, 0, 10, 10,
320 if (!hwnd)
326 windows_messages_channel = g_io_channel_win32_new_messages ((guint)hwnd);
391 HWND hwnd; local
    [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/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 236 static HWND mainwin = NULL;
238 void DX5_SoundFocus(HWND hwnd)
240 mainwin = hwnd;
426 static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus,
501 static int CreateSecondary(LPDIRECTSOUND sndObj, HWND focus,
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 61 typedef int (*PFNGXOpenDisplay)(HWND hWnd, DWORD dwFlags);
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 74 HDC dc = GetDC((HWND)0);
  /external/webkit/WebCore/platform/win/
KeyEventWin.cpp 189 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool systemKey)
  /external/quake/quake/src/QW/client/
cd_win.c 26 extern HWND mainwindow;
363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/quake/quake/src/WinQuake/
cd_win.cpp 26 extern HWND mainwindow;
363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/qemu/distrib/sdl-1.2.12/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;
158 HWND topwnd;
479 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 111 LRESULT CALLBACK rpng_win_wndproc(HWND, UINT, WPARAM, LPARAM);
135 static HWND global_hwnd;
644 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP)
656 hdc = BeginPaint(hwnd, &ps);
664 EndPaint(hwnd, &ps);
683 return DefWindowProc(hwnd, iMsg, wP, lP);
  /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/chromium/base/
base_drop_target.cc 16 BaseDropTarget::BaseDropTarget(HWND hwnd)
17 : hwnd_(hwnd),
20 DCHECK(hwnd);
21 HRESULT result = RegisterDragDrop(hwnd, this);
52 // You can't drag and drop within the same HWND.
  /external/skia/include/views/
SkEvent.h 215 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/stlport/stlport/stl/config/
_windows.h 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
  /external/protobuf/src/google/protobuf/
message.h 132 LPMSG lpMsg, HWND hWnd,
134 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
138 LPMSG lpMsg, HWND hWnd,
140 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 90 static void DIB_GrabStaticColors(HWND window);
91 static void DIB_ReleaseStaticColors(HWND window);
94 static void DIB_PaletteChanged(_THIS, HWND window);
787 HWND top;
1179 static void DIB_GrabStaticColors(HWND window)
1192 static void DIB_ReleaseStaticColors(HWND window)
1230 static void DIB_PaletteChanged(_THIS, HWND window)
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 309 STDMETHOD(SetCooperativeLevel)(THIS_ HWND,DWORD) PURE;
312 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
339 STDMETHOD(SetCooperativeLevel)(THIS_ HWND,DWORD) PURE;
342 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
589 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
609 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 309 STDMETHOD(SetCooperativeLevel)(THIS_ HWND,DWORD) PURE;
312 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
339 STDMETHOD(SetCooperativeLevel)(THIS_ HWND,DWORD) PURE;
342 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
589 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;
609 STDMETHOD(RunControlPanel)(THIS_ HWND,DWORD) PURE;

Completed in 877 milliseconds

1 2 34 5 6