HomeSort by relevance Sort by last modified time
    Searched full:clickcount (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button_unittest.mm 66 clickCount:1
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 72 static inline int clickCount(WebEvent::Type type, WebMouseEvent::Button button, const POINT& position, double timeStampSeconds)
392 int clickCount = WebKit::clickCount(type, button, position, timestamp);
395 return WebMouseEvent(type, button, position, globalPosition, 0, 0, 0, clickCount, modifiers, timestamp, didActivateWebView);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewEventHandling.mm 182 eventNumber:0 clickCount:0 pressure:0];
204 eventNumber:0 clickCount:0 pressure:0];
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 105 int clickCount = eventClickCount;
109 return WebMouseEvent(type, button, event->pos().toPoint(), event->screenPos(), deltaX, deltaY, 0.0f, clickCount, modifiers, timestamp);
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 66 static int clickCount;
261 clickCount = 1;
263 clickCount++;
329 if (clickCount == 2)
331 else if (clickCount == 3)
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.cpp 766 int clickCount = event.ButtonDClick() ? 2 : 1;
768 if (clickCount == 1 && m_impl->tripleClickTimer.IsRunning()) {
772 clickCount = 3;
774 } else if (clickCount == 2) {
779 WebCore::PlatformMouseEvent wkEvent(event, globalPoint, clickCount);
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 101 static int clickCount = 0;
144 e->clickCount = clickCount;
320 clickCount = 0;
369 ++clickCount;
371 clickCount = 1;
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_mac.mm 290 clickCount:0
346 clickCount:1
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button.mm 361 clickCount:[event clickCount]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_unittest.mm 50 clickCount:1
194 clickCount:1
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 262 int clickCount;
273 , clickCount(0)
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 139 clickCount:0
  /external/chromium/webkit/glue/
webmenurunner_mac.mm 191 clickCount:1
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 84 clickCount :int32_t;
NetscapePluginInstanceProxy.mm 418 int clickCount;
420 clickCount = 0;
422 clickCount = [event clickCount];
431 [event buttonNumber], clickCount,
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 65 m_clickCount = e.clickCount;
296 clickCount = event.detail();
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller_unittest.mm 219 clickCount:0
  /external/webkit/Source/WebKit2/Shared/
WebEventConversion.cpp 70 m_clickCount = webEvent.clickCount();
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest.mm 50 const NSUInteger clickCount) {
61 clickCount:clickCount
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 465 event.data.mouse.clickCount = mouseEvent.clickCount();
572 event.data.mouse.clickCount = 0;
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 107 return [event clickCount];
    [all...]
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 277 event->data.mouse.clickCount,
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 299 if (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled())
456 bool singleClick = event.event().clickCount() <= 1;
501 if (event.event().clickCount() == 2)
503 else if (event.event().clickCount() >= 3)
595 if (event.button() != LeftButton || event.clickCount() != 1)
    [all...]
EventHandler.h 318 bool dispatchMouseEvent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformMouseEvent&, bool setUnder);
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 419 result.clickCount = 0;
457 result.clickCount = gNumClicks;

Completed in 706 milliseconds

12 3