HomeSort by relevance Sort by last modified time
    Searched refs:setClickCount (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/efl/
PlatformMouseEventEfl.cpp 40 void PlatformMouseEvent::setClickCount(unsigned int flags)
61 setClickCount(event->flags);
75 setClickCount(event->flags);
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 137 void setClickCount(int count) { m_clickCount = count; }
141 void setClickCount(unsigned int);
164 void setClickCount(int count) { m_clickCount = count; }
  /external/webkit/Source/WebKit/wince/
WebView.cpp 303 moveEvent.setClickCount(0);
318 mouseEvent.setClickCount(globalClickCount);
322 mouseEvent.setClickCount(globalClickCount);
328 mouseEvent.setClickCount(globalClickCount);
334 mouseEvent.setClickCount(globalClickCount);
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 813 platformEvent.setClickCount(priv->currentClickCount);
    [all...]

Completed in 248 milliseconds