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

  /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/geolocation/
geolocation_infobar_delegate.cc 51 void RecordUmaEvent(GeolocationInfoBarDelegateEvent event) {
65 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_CREATE);
95 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_IGNORED);
99 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_ALLOW);
116 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DISMISS);
153 RecordUmaEvent(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DENY);
  /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) {
115 RecordUmaEvent(NETWORK_LOCATION_REQUEST_EVENT_REQUEST_START);
119 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 117 NetworkProfileBubble::RecordUmaEvent(
125 NetworkProfileBubble::RecordUmaEvent(

Completed in 211 milliseconds