Searched refs:clickCount (Results 1 - 25 of 44) sorted by relevance

12

/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/ui/events/test/
H A Dcocoa_test_event_utils.h28 // Return a mouse down and an up event with the given |clickCount| at
31 NSUInteger clickCount);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.cc83 mouse_event.clickCount = 1;
103 mouse_event.clickCount = 1;
H A Dweb_input_event_builders_android.cc70 result.clickCount = click_count;
H A Dweb_input_event_builders_win.cc294 result.clickCount = g_last_click_count;
H A Dsynthetic_gesture_controller_unittest.cc347 EXPECT_EQ(mouse_event.clickCount, 1);
356 EXPECT_EQ(mouse_event.clickCount, 1);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPointerLockController.cpp137 m_element->dispatchMouseEvent(event, eventType, event.clickCount());
141 m_element->dispatchMouseEvent(event, EventTypeNames::click, event.clickCount());
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);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.h58 virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount) OVERRIDE;
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/public/web/
H A DWebInputEvent.h308 int clickCount; member in class:blink::WebMouseEvent
321 , clickCount(0)
337 , clickCount(0)
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-keyboard.js396 } else if (this.dblDetail_.clickCount == 1) {
543 this.dblDetail_.clickCount = 0;
602 this.dblDetail_.clickCount++;
603 if (this.dblDetail_.clickCount == 2) {
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc102 mouse.clickCount = (mouse.type == WebInputEvent::MouseDown ||
202 mouse.clickCount = gesture_event->data.tap.tapCount;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp116 m_clickCount = e.clickCount;
551 clickCount = event.detail();
594 clickCount = (type == MouseDown || type == MouseUp);
644 clickCount = event.clickCount();
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc465 mouse_event.clickCount = 1;
497 mouse_event.clickCount = 1;
528 mouse_event.clickCount = 1;
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc318 webkit_event.clickCount = event->GetClickCount();
322 webkit_event.clickCount = event->GetClickCount();
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_test_helper.cc202 mouse_event.clickCount = 1;
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_apitest.cc152 mouse_event.clickCount = 1;
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest.cc115 mouse_event.clickCount = 1;
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc108 web_event->clickCount = GetClickCount(event->flags);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLabelElement.cpp172 if (isLabelTextSelected && frame->eventHandler().clickCount() == 1)
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc294 mouse_event.clickCount = 1;
590 mouse_event.clickCount = 1;
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc184 mouse_event.clickCount = 1;
/external/chromium_org/content/public/test/
H A Drender_view_test.cc322 mouse_event.clickCount = 1;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h89 int32_t clickCount; member in struct:_NPMouseEvent

Completed in 507 milliseconds

12