Home
last modified time | relevance | path

Searched refs:activatedWebView (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/win/
DPlatformMouseEventWin.cpp76 …t::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool activatedWebView) in PlatformMouseEvent() argument
84 , m_activatedWebView(activatedWebView) in PlatformMouseEvent()
/external/webkit/WebCore/platform/
DPlatformMouseEvent.h123 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool activatedWebView = false);
125 bool activatedWebView() const { return m_activatedWebView; } in activatedWebView() function
/external/webkit/WebCore/page/win/
DEventHandlerWin.cpp85 return event.activatedWebView(); in eventActivatedView()
/external/webkit/WebCore/
DChangeLog-2006-12-317373 (WebCore::PlatformMouseEvent::activatedWebView):