HomeSort by relevance Sort by last modified time
    Searched defs:didActivateWebView (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
165 bool didActivateWebView() const { return m_didActivateWebView; }
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 125 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; }

Completed in 1061 milliseconds