Searched defs:RecordUmaEvent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc51 void RecordUmaEvent(GeolocationInfoBarDelegateEvent event) { function in namespace:__anon4065
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/ui/
H A Dnetwork_profile_bubble.cc106 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) { function in class:NetworkProfileBubble
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc92 void RecordUmaEvent(SimpleGeolocationRequestEvent event) { function in namespace:chromeos::__anon3234
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_STAR
[all...]
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc93 void RecordUmaEvent(TimeZoneRequestEvent event) { function in namespace:chromeos::__anon3480
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_MALFORME
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc51 void RecordUmaEvent(NetworkLocationRequestEvent event) { function in namespace:content::__anon7173
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);

Completed in 208 milliseconds