Searched defs:m_clickCount (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DEventSendingController.h66 int m_clickCount; member in class:WTR::EventSendingController
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.h55 void resetClickCount() { m_clickCount = 0; }
101 int m_clickCount; member in class:EventSender
/external/webkit/Source/WebCore/platform/
H A DPlatformMouseEvent.h81 , m_clickCount(0)
102 , m_clickCount(clickCount)
124 int clickCount() const { return m_clickCount; }
137 void setClickCount(int count) { m_clickCount = count; }
164 void setClickCount(int count) { m_clickCount = count; }
185 int m_clickCount; member in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/page/
H A DEventHandler.h433 int m_clickCount; member in class:WebCore::EventHandler
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h134 int32_t clickCount() const { return m_clickCount; }
151 int32_t m_clickCount; member in class:WebKit::WebMouseEvent

Completed in 117 milliseconds