GetClickCount 323 chrome/browser/ui/views/desktop_media_picker_views.cc if (event.GetClickCount() == 1) { GetClickCount 325 chrome/browser/ui/views/desktop_media_picker_views.cc } else if (event.GetClickCount() == 2) { GetClickCount 373 content/browser/renderer_host/web_input_event_aura.cc webkit_event.clickCount = event->GetClickCount(); GetClickCount 377 content/browser/renderer_host/web_input_event_aura.cc webkit_event.clickCount = event->GetClickCount(); GetClickCount 165 native_client_sdk/src/examples/api/input_event/input_event.cc << " click_count:" << mouse_event.GetClickCount() GetClickCount 553 ppapi/c/ppb_input_event.h int32_t (*GetClickCount)(PP_Resource mouse_event); GetClickCount 582 ppapi/c/ppb_input_event.h int32_t (*GetClickCount)(PP_Resource mouse_event); GetClickCount 131 ppapi/cpp/input_event.cc return get_interface<PPB_MouseInputEvent_1_1>()->GetClickCount(pp_resource()); GetClickCount 155 ppapi/cpp/input_event.h int32_t GetClickCount() const; GetClickCount 797 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetClickCount(mouse_event); GetClickCount 826 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetClickCount(mouse_event); GetClickCount 4439 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_MouseInputEvent_GetClickCount GetClickCount 4447 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_MouseInputEvent_GetClickCount, GetClickCount 230 ppapi/tests/test_input_event.cc mouse_input_event_interface_->GetClickCount(received) == GetClickCount 231 ppapi/tests/test_input_event.cc mouse_input_event_interface_->GetClickCount(expected); GetClickCount 334 ui/events/event.cc return last_click_event_->GetClickCount(); GetClickCount 336 ui/events/event.cc click_count = last_click_event_->GetClickCount(); GetClickCount 338 ui/events/event.cc click_count = last_click_event_->GetClickCount() + 1; GetClickCount 381 ui/events/event.h int GetClickCount() const; GetClickCount 64 ui/events/event_unittest.cc EXPECT_EQ(i, mouseev.GetClickCount()); GetClickCount 155 ui/events/x/events_x_unittest.cc EXPECT_EQ(i, mouseev.GetClickCount()); GetClickCount 162 ui/events/x/events_x_unittest.cc EXPECT_EQ(i, mouseev.GetClickCount()); GetClickCount 380 ui/views/controls/table/table_view.cc if (event.GetClickCount() == 2) { GetClickCount 384 ui/views/controls/table/table_view.cc } else if (event.GetClickCount() == 1) { GetClickCount 101 ui/views/examples/textfield_example.cc PrintStatus("HandleMouseEvent click count=%d", mouse_event.GetClickCount());