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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformMouseEvent.h48 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
53 , m_clickCount(clickCount)
63 int clickCount() const { return m_clickCount; } function in class:WebCore::PlatformMouseEvent
47 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
/external/chromium_org/third_party/WebKit/Source/web/android/
H A DWebInputEventFactory.cpp77 int clickCount)
86 result.clickCount = clickCount;
71 mouseEvent(MouseEventType type, WebMouseEvent::Button button, double timeStampSeconds, int windowX, int windowY, int modifiers, int clickCount) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp136 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
176 clickCount ? *clickCount : 0,
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DEventSender.cpp106 int clickCount = 0; member in namespace:WebTestRunner::__anon10391
148 e->clickCount = clickCount;
355 clickCount = 0;
413 ++clickCount;
415 clickCount = 1;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h332 int clickCount; member in class:WebKit::WebMouseEvent
345 , clickCount(0)
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h673 int32_t clickCount; member in struct:_NPCocoaEvent::__anon12941::__anon12942
H A Dnpapi_extensions.h89 int32_t clickCount; member in struct:_NPMouseEvent
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp466 (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
474 (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
626 bool singleClick = event.event().clickCount() <= 1;
664 if (event.event().clickCount() == 2)
666 else if (event.event().clickCount() >= 3)
1341 m_clickCount = mouseEvent.clickCount();
2009 bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const PlatformMouseEvent& mouseEvent, bool setUnder) argument
2019 swallowEvent = !(m_nodeUnderMouse->dispatchMouseEvent(mouseEvent, eventType, clickCount));
2335 NoButton, PlatformEvent::MouseMoved, /* clickCount */ 0,
/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 2169 milliseconds