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

  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.cc 31 void RecordUmaEvent(GeolocationInfoBarDelegateAndroidEvent event) {
61 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_ANDROID_EVENT_ALLOW);
67 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_ANDROID_EVENT_SETTINGS);
geolocation_infobar_delegate.cc 57 void RecordUmaEvent(GeolocationInfoBarDelegateEvent event) {
72 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_CREATE);
103 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_IGNORED);
107 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_ALLOW);
124 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DISMISS);
158 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DENY);
170 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_LINK_CLICK);
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.cc 106 RecordUmaEvent(METRIC_CHECK_SUPPRESSED);
117 RecordUmaEvent(METRIC_CHECK_FAILED);
136 RecordUmaEvent(METRIC_CHECK_IO_FAILED);
141 RecordUmaEvent(METRIC_PROFILE_ON_NETWORK);
145 RecordUmaEvent(METRIC_PROFILE_NOT_ON_NETWORK);
148 RecordUmaEvent(METRIC_REMOTE_SESSION);
173 void NetworkProfileBubble::RecordUmaEvent(MetricNetworkedProfileCheck event) {
network_profile_bubble.h 67 static void RecordUmaEvent(MetricNetworkedProfileCheck event);
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.cc 93 void RecordUmaEvent(TimeZoneRequestEvent event) {
171 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_EMPTY);
183 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
193 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
201 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
218 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
228 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
236 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
244 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED);
252 RecordUmaEvent(TIMEZONE_REQUEST_EVENT_RESPONSE_MALFORMED)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.cc 92 void RecordUmaEvent(SimpleGeolocationRequestEvent event) {
162 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_EMPTY);
175 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
186 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
216 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
222 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
229 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
255 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_EMPTY);
262 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_RESPONSE_NOT_OK);
297 RecordUmaEvent(SIMPLE_GEOLOCATION_REQUEST_EVENT_REQUEST_START)
    [all...]
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 51 void RecordUmaEvent(NetworkLocationRequestEvent event) {
117 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_REQUEST_START);
121 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_REQUEST_CANCEL);
302 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_RESPONSE_EMPTY);
309 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_RESPONSE_NOT_OK);
317 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_RESPONSE_MALFORMED);
325 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_RESPONSE_INVALID_FIX);
328 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_RESPONSE_SUCCESS);
  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.cc 116 NetworkProfileBubble::RecordUmaEvent(
124 NetworkProfileBubble::RecordUmaEvent(

Completed in 171 milliseconds