click_count        12 chrome/test/chromedriver/chrome/ui_events.cc                        int click_count)
click_count        18 chrome/test/chromedriver/chrome/ui_events.cc       click_count(click_count) {}
click_count        33 chrome/test/chromedriver/chrome/ui_events.h              int click_count);
click_count        42 chrome/test/chromedriver/chrome/ui_events.h   int click_count;
click_count       243 chrome/test/chromedriver/chrome/web_view_impl.cc     params.SetInteger("clickCount", it->click_count);
click_count        60 content/browser/renderer_host/input/web_input_event_builders_android.cc                                           int click_count) {
click_count        70 content/browser/renderer_host/input/web_input_event_builders_android.cc   result.clickCount = click_count;
click_count        24 content/browser/renderer_host/input/web_input_event_builders_android.h                                     int click_count);
click_count       189 content/renderer/pepper/resource_creation_impl.cc     int32_t click_count,
click_count       193 content/renderer/pepper/resource_creation_impl.cc       mouse_button, mouse_position, click_count, mouse_movement);
click_count        97 content/renderer/pepper/resource_creation_impl.h       int32_t click_count,
click_count        66 content/shell/renderer/test_runner/event_sender.cc                     int click_count,
click_count        77 content/shell/renderer/test_runner/event_sender.cc   e->clickCount = click_count;
click_count        80 mojo/examples/pepper_container_app/resource_creation_impl.cc     int32_t click_count,
click_count        59 mojo/examples/pepper_container_app/resource_creation_impl.h       int32_t click_count,
click_count       125 ppapi/c/pp_input_event.h   int32_t click_count;
click_count       514 ppapi/c/ppb_input_event.h                         int32_t click_count,
click_count       578 ppapi/c/ppb_input_event.h                         int32_t click_count);
click_count       106 ppapi/cpp/input_event.cc                                  int32_t click_count,
click_count       113 ppapi/cpp/input_event.cc       &mouse_position.pp_point(), click_count, &mouse_movement.pp_point()));
click_count       135 ppapi/cpp/input_event.h                   int32_t click_count,
click_count       775 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M13_PPB_MouseInputEvent_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click_count) {
click_count       777 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Create(instance, type, time_stamp, modifiers, mouse_button, mouse_position, click_count);
click_count       804 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M14_PPB_MouseInputEvent_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click_count, const struct PP_Point* mouse_movement) {
click_count       806 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Create(instance, type, time_stamp, modifiers, mouse_button, mouse_position, click_count, mouse_movement);
click_count      4435 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click_count))&Pnacl_M13_PPB_MouseInputEvent_Create,
click_count      4443 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click_count, const struct PP_Point* mouse_movement))&Pnacl_M14_PPB_MouseInputEvent_Create,
click_count       143 ppapi/proxy/resource_creation_proxy.cc     int32_t click_count,
click_count       147 ppapi/proxy/resource_creation_proxy.cc       mouse_button, mouse_position, click_count, mouse_movement);
click_count        77 ppapi/proxy/resource_creation_proxy.h       int32_t click_count,
click_count       278 ppapi/shared_impl/ppb_input_event_shared.cc     int32_t click_count,
click_count       293 ppapi/shared_impl/ppb_input_event_shared.cc   data.mouse_click_count = click_count;
click_count       128 ppapi/shared_impl/ppb_input_event_shared.h       int32_t click_count,
click_count        95 ppapi/thunk/ppb_input_event_thunk.cc                                      int32_t click_count) {
click_count       104 ppapi/thunk/ppb_input_event_thunk.cc                                                   mouse_position, click_count,
click_count       114 ppapi/thunk/ppb_input_event_thunk.cc                                      int32_t click_count,
click_count       122 ppapi/thunk/ppb_input_event_thunk.cc                                                   mouse_position, click_count,
click_count        88 ppapi/thunk/resource_creation_api.h       int32_t click_count,
click_count       331 ui/events/event.cc   int click_count = 1;
click_count       336 ui/events/event.cc       click_count = last_click_event_->GetClickCount();
click_count       338 ui/events/event.cc       click_count = last_click_event_->GetClickCount() + 1;
click_count       342 ui/events/event.cc   if (click_count > 3)
click_count       343 ui/events/event.cc     click_count = 3;
click_count       344 ui/events/event.cc   last_click_event_->SetClickCount(click_count);
click_count       345 ui/events/event.cc   return click_count;
click_count       363 ui/events/event.cc void MouseEvent::SetClickCount(int click_count) {
click_count       367 ui/events/event.cc   DCHECK(click_count > 0);
click_count       368 ui/events/event.cc   DCHECK(click_count <= 3);
click_count       371 ui/events/event.cc   switch (click_count) {
click_count       384 ui/events/event.h   void SetClickCount(int click_count);