/external/webkit/Source/WebCore/platform/win/ |
D | WindowMessageBroadcaster.cpp | 44 void WindowMessageBroadcaster::addListener(HWND hwnd, WindowMessageListener* listener) in addListener() 55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener) in removeListener() 64 WindowMessageBroadcaster::WindowMessageBroadcaster(HWND hwnd) in WindowMessageBroadcaster() 112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam… in SubclassedWndProc()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_win.cc | 26 HWND hwnd = window_tracker_->GetResource(handle); in IsWindowMaximized() local 49 HWND hwnd = window_tracker_->GetResource(handle); in GetWindowBounds() local 63 HWND hwnd = window_tracker_->GetResource(handle); in SetWindowBounds() local 75 HWND hwnd = window_tracker_->GetResource(handle); in SetWindowVisible() local
|
/external/webkit/Source/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 99 WebKeyboardEvent WebInputEventFactory::keyboardEvent(HWND hwnd, UINT message, in keyboardEvent() 166 static LPARAM GetRelativeCursorPos(HWND hwnd) in GetRelativeCursorPos() 179 WebMouseEvent WebInputEventFactory::mouseEvent(HWND hwnd, UINT message, in mouseEvent() 309 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message, in mouseWheelEvent()
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 41 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 50 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 72 HWND hwnd; in WinMain() local 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
D | clayout.c | 42 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 51 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 73 HWND hwnd; in WinMain() local 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
/external/chromium/chrome/browser/ui/tabs/ |
D | dock_info_win.cc | 33 static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) { in WindowCallbackProc() 62 virtual bool ShouldStopIterating(HWND hwnd) { in ShouldStopIterating() 158 virtual bool ShouldStopIterating(HWND hwnd) { in ShouldStopIterating() 208 virtual bool ShouldStopIterating(HWND hwnd) { in ShouldStopIterating() 243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) { in CheckPoint()
|
/external/openssl/apps/ |
D | winrand.c | 73 HWND hwnd; in WinMain() local 116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
D | status_tray_win.cc | 40 LRESULT CALLBACK StatusTrayWin::WndProcStatic(HWND hwnd, in WndProcStatic() 52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, in WndProc()
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | NativeWebKeyboardEventWin.cpp | 33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPara… in NativeWebKeyboardEvent()
|
D | NativeWebMouseEventWin.cpp | 33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, boo… in NativeWebMouseEvent()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 48 void PngFileInitialize (HWND hwnd) in PngFileInitialize() 75 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileOpenDlg() 85 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileSaveDlg()
|
D | VisualPng.c | 81 HWND hwnd; in WinMain() local 145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() 657 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile() 701 BOOL DisplayImage (HWND hwnd, BYTE **ppDib, in DisplayImage()
|
/external/chromium/base/win/ |
D | wrapped_window_proc.h | 56 LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message, in WrappedWindowProc()
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/ |
D | GetValueNetscapeWindow.cpp | 49 HWND hwnd; in NPP_SetWindow() local
|
D | WindowGeometryInitializedBeforeSetWindow.cpp | 54 HWND hwnd = reinterpret_cast<HWND>(window->window); in NPP_SetWindow() local
|
D | WindowRegionIsSetToClipRect.cpp | 63 HWND hwnd = reinterpret_cast<HWND>(window->window); in NPP_SetWindow() local
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 261 window_procedure (HWND hwnd, in window_procedure() 291 HWND hwnd; in main() local 391 HWND hwnd; in main() local
|
/external/chromium/chrome/browser/ui/views/ |
D | dropdown_bar_host_win.cc | 19 HWND hwnd = contents->GetContentNativeView(); in GetKeyboardEvent() local
|
/external/chromium/chrome/browser/ |
D | process_singleton_win.cc | 205 LRESULT ProcessSingleton::OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds) { in OnCopyData() 303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message, in WndProc()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateFullscreenWindow.h | 63 HWND hwnd() const { return m_hwnd; } in hwnd() function
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/ |
D | WindowedPluginTest.cpp | 61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in staticWndProc()
|
/external/skia/src/xml/ |
D | SkJS.cpp | 169 SkJS::SkJS(void* hwnd) : SkOSWindow(hwnd) { in SkJS() 214 void SkJS::Test(void* hwnd) { in Test()
|
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view_host.cc | 74 HWND hwnd = view_win->Create(parent_native_view_); in InitRenderWidgetHostView() local
|
/external/chromium/chrome/common/ |
D | win_safe_util.cc | 24 bool SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title, in SaferOpenItemViaShell()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityControllerWin.cpp | 110 static void CALLBACK logEventProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChil… in logEventProc() 230 static void CALLBACK notificationListenerProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject,… in notificationListenerProc()
|