Searched defs:clickCount (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformMouseEvent.h55 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp) argument
60 , m_clickCount(clickCount)
66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) argument
71 , m_clickCount(clickCount)
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp) argument
82 , m_clickCount(clickCount)
93 int clickCount() const { return m_clickCount; } function in class:blink::PlatformMouseEvent
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp133 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount) argument
173 clickCount ? *clickCount : 0,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h198 int clickCount() { return m_clickCount; } function in class:blink::EventHandler
277 bool dispatchMouseEvent(const AtomicString& eventType, Node* target, int clickCount, const PlatformMouseEvent&, bool setUnder);
H A DEventHandler.cpp416 (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
424 (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
588 bool singleClick = event.event().clickCount() <= 1;
624 if (event.event().clickCount() == 2)
626 else if (event.event().clickCount() >= 3)
1267 m_clickCount = mouseEvent.clickCount();
1868 bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, int clickCount, const PlatformMouseEvent& mouseEvent, bool setUnder) argument
1871 return !m_nodeUnderMouse || m_nodeUnderMouse->dispatchMouseEvent(mouseEvent, eventType, clickCount);
2238 NoButton, PlatformEvent::MouseMoved, /* clickCount */ 0,
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h308 int clickCount; member in class:blink::WebMouseEvent
321 , clickCount(0)
337 , clickCount(0)
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h673 int32_t clickCount; member in struct:_NPCocoaEvent::__anon14615::__anon14616
H A Dnpapi_extensions.h89 int32_t clickCount; member in struct:_NPMouseEvent
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 657 milliseconds