HomeSort by relevance Sort by last modified time
    Searched refs:SetClickCount (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view_browsertest.cc 130 mouse_down.SetClickCount(2);
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 345 mouse_event.SetClickCount(2);
347 mouse_event.SetClickCount(1);
  /external/chromium_org/ui/events/
event.cc 315 SetClickCount(GetRepeatCount(*this));
390 last_click_event_->SetClickCount(click_count);
418 void MouseEvent::SetClickCount(int click_count) {
event.h 404 void SetClickCount(int click_count);
event_unittest.cc 63 mouseev.SetClickCount(i);

Completed in 2330 milliseconds