HomeSort by relevance Sort by last modified time
    Searched refs:clickCount (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformMouseEvent.h 53 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp)
58 , m_clickCount(clickCount)
64 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp)
69 , m_clickCount(clickCount)
75 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
80 , m_clickCount(clickCount)
91 int clickCount() const { return m_clickCount; }
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk_unittest.cc 34 EXPECT_EQ(1, first_click_events.clickCount);
41 EXPECT_EQ(2, second_click_events.clickCount);
46 EXPECT_EQ(1, first_click_events.clickCount);
52 EXPECT_EQ(1, second_click_events.clickCount);
57 EXPECT_EQ(1, first_click_events.clickCount);
64 EXPECT_EQ(1, second_click_events.clickCount);
69 EXPECT_EQ(1, first_click_events.clickCount);
76 EXPECT_EQ(1, second_click_events.clickCount);
81 EXPECT_EQ(1, first_click_events.clickCount);
88 EXPECT_EQ(1, second_click_events.clickCount);
    [all...]
synthetic_tap_gesture.cc 95 mouse_event.clickCount = 1;
112 mouse_event.clickCount = 1;
web_input_event_builders_android.cc 67 result.clickCount = click_count;
web_input_event_builders_gtk.cc 432 result.clickCount = 0;
471 result.clickCount = num_clicks;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestGtk.cpp 61 EXPECT_EQ(1, firstClickEvent.clickCount);
67 EXPECT_EQ(2, secondClickEvent.clickCount);
72 EXPECT_EQ(1, firstClickEvent.clickCount);
78 EXPECT_EQ(1, secondClickEvent.clickCount);
83 EXPECT_EQ(1, firstClickEvent.clickCount);
90 EXPECT_EQ(1, secondClickEvent.clickCount);
95 EXPECT_EQ(1, firstClickEvent.clickCount);
102 EXPECT_EQ(1, secondClickEvent.clickCount);
107 EXPECT_EQ(1, firstClickEvent.clickCount);
114 EXPECT_EQ(1, secondClickEvent.clickCount);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
test_event_utils.h 41 // Return a mouse down and an up event with the given |clickCount| at
44 NSUInteger clickCount);
  /external/chromium_org/third_party/WebKit/public/web/android/
WebInputEventFactory.h 69 int clickCount);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryAndroid.cpp 77 int clickCount)
86 result.clickCount = clickCount;
WebInputEventConversion.cpp 102 m_clickCount = e.clickCount;
520 clickCount = event.detail();
549 clickCount = (type == MouseDown || type == MouseUp);
599 clickCount = event.clickCount();
WebInputEventFactoryGtk.cpp 460 result.clickCount = 0;
498 result.clickCount = gNumClicks;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.cpp 135 m_element->dispatchMouseEvent(event, eventType, event.clickCount());
139 m_element->dispatchMouseEvent(event, EventTypeNames::click, event.clickCount());
  /external/chromium_org/content/browser/speech/
input_tag_speech_browsertest.cc 48 mouse_event.clickCount = 1;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.h 57 virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace);
InspectorInputAgent.cpp 134 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace)
178 clickCount ? *clickCount : 0,
  /external/chromium_org/ui/base/test/
cocoa_test_event_utils.h 40 // Return a mouse down and an up event with the given |clickCount| at
43 NSUInteger clickCount);
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 334 int clickCount;
347 , clickCount(0)
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 195 mouse_event.clickCount = 1;
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 594 mouse_event.clickCount = 1;
633 mouse_event.clickCount = 1;
671 mouse_event.clickCount = 1;
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 361 webkit_event.clickCount = event->GetClickCount();
365 webkit_event.clickCount = event->GetClickCount();
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 103 mouse.clickCount = (mouse.type == WebInputEvent::MouseDown ||
231 mouse.clickCount = gesture_event->data.tap.tapCount;
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_apitest.cc 150 mouse_event.clickCount = 1;
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_browsertest.cc 109 mouse_event.clickCount = 1;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 112 int clickCount = 0;
154 e->clickCount = clickCount;
355 clickCount = 0;
414 ++clickCount;
416 clickCount = 1;
    [all...]
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 160 mouse_event.clickCount = 1;

Completed in 470 milliseconds

1 2 3