/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/ui/events/test/ |
cocoa_test_event_utils.mm | 47 clickCount:1 58 NSUInteger clickCount) { 66 clickCount:clickCount 87 NSUInteger clickCount) { 91 [view window], clickCount); 93 [view window], clickCount);
|
cocoa_test_event_utils.h | 42 // Return a mouse down and an up event with the given |clickCount| at 45 NSUInteger clickCount);
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 178 NSInteger clickCount = [event clickCount]; 183 // (with clickCount == 2!). We thus check that we got a first click shortly 190 if (clickCount == 2 && (timestamp - lastMouseUp_) < 0.8) { 197 // If clickCount is 0, the drag threshold was passed. 198 lastMouseUp_ = (clickCount == 1) ? timestamp : -1000.0;
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_drag_mac.mm | 29 clickCount:1
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
floating_bar_backing_view.mm | 44 if ([event clickCount] == 2 &&
|
menu_button_unittest.mm | 92 clickCount:1
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_root_view_unittest.mm | 40 clickCount:1
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_tap_gesture.cc | 83 mouse_event.clickCount = 1; 103 mouse_event.clickCount = 1;
|
web_input_event_builders_android.cc | 70 result.clickCount = click_count;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInputAgent.cpp | 133 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) 177 clickCount ? *clickCount : 0,
|
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) OVERRIDE;
|
/external/chromium_org/content/child/npapi/ |
plugin_web_event_converter_mac.mm | 118 cocoa_event_.data.mouse.clickCount = mouse_event.clickCount;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PointerLockController.cpp | 144 m_element->dispatchMouseEvent(event, eventType, event.clickCount()); 148 m_element->dispatchMouseEvent(event, EventTypeNames::click, event.clickCount());
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_titlebar_view_cocoa.mm | 34 int clickCount) { 42 clickCount:clickCount 405 if ([event clickCount] == 1) 407 else if ([event clickCount] == 2)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventFactoryMac.mm | 864 result.clickCount = 0; 873 result.clickCount = [event clickCount]; 878 result.clickCount = [event clickCount]; 883 result.clickCount = [event clickCount]; 888 result.clickCount = [event clickCount]; 893 result.clickCount = [event clickCount] [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_apitest.cc | 473 mouse_event.clickCount = 1; 505 mouse_event.clickCount = 1; 536 mouse_event.clickCount = 1;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 308 int clickCount; 321 , clickCount(0) 337 , clickCount(0)
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 102 mouse.clickCount = (mouse.type == WebInputEvent::MouseDown || 202 mouse.clickCount = gesture_event->data.tap.tapCount;
|
/external/chromium_org/ui/base/test/ |
ui_controls_mac.mm | 295 clickCount:0 356 clickCount:1
|
/external/chromium_org/ui/events/cocoa/ |
events_mac_unittest.mm | 92 clickCount:0 276 clickCount:0
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
textinput_test_helper.cc | 202 mouse_event.clickCount = 1;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell_unittest.mm | 138 clickCount:0
|
bookmark_drag_drop_cocoa.mm | 157 clickCount:1
|
/external/chromium_org/content/shell/browser/ |
shell_web_contents_view_delegate_mac.mm | 216 clickCount:1
|