Searched defs:didActivateWebView (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/Shared/win/
H A DNativeWebMouseEventWin.cpp33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
34 : WebMouseEvent(WebEventFactory::createWebMouseEvent(hwnd, message, wParam, lParam, didActivateWebView))
H A DWebEventFactory.cpp327 WebMouseEvent WebEventFactory::createWebMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
395 return WebMouseEvent(type, button, position, globalPosition, 0, 0, 0, clickCount, modifiers, timestamp, didActivateWebView);
/external/webkit/Source/WebCore/platform/win/
H A DPlatformMouseEventWin.cpp80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
88 , m_didActivateWebView(didActivateWebView)
/external/webkit/Source/WebKit2/Shared/
H A DWebMouseEvent.cpp66 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp, bool didActivateWebView) argument
75 , m_didActivateWebView(didActivateWebView)
H A DWebEvent.h125 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp, bool didActivateWebView);
136 bool didActivateWebView() const { return m_didActivateWebView; } function in class:WebKit::WebMouseEvent
/external/webkit/Source/WebCore/platform/
H A DPlatformMouseEvent.h163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
165 bool didActivateWebView() const { return m_didActivateWebView; } function in class:WebCore::PlatformMouseEvent

Completed in 187 milliseconds