Home
last modified time | relevance | path

Searched defs:hwnd (Results 1 – 25 of 59) sorted by relevance

123

/external/webkit/Source/WebCore/platform/win/
DWindowMessageBroadcaster.cpp44 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/
Dtesting_automation_provider_win.cc26 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/
DWebInputEventFactory.cpp99 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/
Dlayout.cpp41 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()
Dclayout.c42 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/
Ddock_info_win.cc33 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/
Dwinrand.c73 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/
Dstatus_tray_win.cc40 LRESULT CALLBACK StatusTrayWin::WndProcStatic(HWND hwnd, in WndProcStatic()
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, in WndProc()
/external/webkit/Source/WebKit2/Shared/win/
DNativeWebKeyboardEventWin.cpp33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPara… in NativeWebKeyboardEvent()
DNativeWebMouseEventWin.cpp33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, boo… in NativeWebMouseEvent()
/external/libpng/contrib/visupng/
DPngFile.c48 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()
DVisualPng.c81 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/
Dwrapped_window_proc.h56 LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message, in WrappedWindowProc()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DGetValueNetscapeWindow.cpp49 HWND hwnd; in NPP_SetWindow() local
DWindowGeometryInitializedBeforeSetWindow.cpp54 HWND hwnd = reinterpret_cast<HWND>(window->window); in NPP_SetWindow() local
DWindowRegionIsSetToClipRect.cpp63 HWND hwnd = reinterpret_cast<HWND>(window->window); in NPP_SetWindow() local
/external/bluetooth/glib/tests/
Dgio-test.c261 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/
Ddropdown_bar_host_win.cc19 HWND hwnd = contents->GetContentNativeView(); in GetKeyboardEvent() local
/external/chromium/chrome/browser/
Dprocess_singleton_win.cc205 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/
DMediaPlayerPrivateFullscreenWindow.h63 HWND hwnd() const { return m_hwnd; } in hwnd() function
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DWindowedPluginTest.cpp61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in staticWndProc()
/external/skia/src/xml/
DSkJS.cpp169 SkJS::SkJS(void* hwnd) : SkOSWindow(hwnd) { in SkJS()
214 void SkJS::Test(void* hwnd) { in Test()
/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view_host.cc74 HWND hwnd = view_win->Create(parent_native_view_); in InitRenderWidgetHostView() local
/external/chromium/chrome/common/
Dwin_safe_util.cc24 bool SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title, in SaferOpenItemViaShell()
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp110 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()

123