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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformMouseEvent.h 48 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
53 , m_clickCount(clickCount)
63 int clickCount() const { return m_clickCount; }
  /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_org/third_party/WebKit/Source/web/mac/
WebInputEventFactory.mm 687 result.clickCount = 0;
696 result.clickCount = [event clickCount];
701 result.clickCount = [event clickCount];
706 result.clickCount = [event clickCount];
711 result.clickCount = [event clickCount];
716 result.clickCount = [event 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/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);
InspectorInputAgent.cpp 136 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount)
176 clickCount ? *clickCount : 0,
  /external/chromium_org/third_party/WebKit/public/web/android/
WebInputEventFactory.h 69 int clickCount);
  /external/chromium_org/third_party/WebKit/Source/web/android/
WebInputEventFactory.cpp 77 int clickCount)
86 result.clickCount = clickCount;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.cpp 134 m_element->dispatchMouseEvent(event, eventType, event.clickCount());
138 m_element->dispatchMouseEvent(event, eventNames().clickEvent, event.clickCount());
EventHandler.h 246 bool dispatchMouseEvent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformMouseEvent&, bool setUnder);
  /external/chromium_org/content/browser/speech/
speech_recognition_browsertest.cc 48 mouse_event.clickCount = 1;
  /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/content/browser/renderer_host/input/
web_input_event_builders_android.cc 67 result.clickCount = click_count;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 332 int clickCount;
345 , clickCount(0)
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 93 m_clickCount = e.clickCount;
497 clickCount = event.detail();
526 clickCount = (type == MouseDown || type == MouseUp);
576 clickCount = event.clickCount();
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 591 mouse_event.clickCount = 1;
630 mouse_event.clickCount = 1;
668 mouse_event.clickCount = 1;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 106 int clickCount = 0;
148 e->clickCount = clickCount;
355 clickCount = 0;
413 ++clickCount;
415 clickCount = 1;
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 106 mouse.clickCount = (mouse.type == WebInputEvent::MouseDown ||
234 mouse.clickCount = gesture_event->data.tap.tapCount;
  /external/chromium_org/third_party/WebKit/Source/web/gtk/
WebInputEventFactory.cpp 459 result.clickCount = 0;
497 result.clickCount = gNumClicks;
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 202 mouse_event.clickCount = 1;
  /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/content/browser/renderer_host/
web_input_event_aura.cc 233 webkit_event.clickCount = event->GetClickCount();
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 159 mouse_event.clickCount = 1;
  /external/chromium_org/content/public/test/
render_view_test.cc 286 mouse_event.clickCount = 1;

Completed in 664 milliseconds

1 2