OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordUmaEvent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.cc
31
void
RecordUmaEvent
(GeolocationInfoBarDelegateAndroidEvent event) {
58
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_ANDROID_EVENT_ALLOW);
64
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_ANDROID_EVENT_SETTINGS);
geolocation_infobar_delegate.cc
57
void
RecordUmaEvent
(GeolocationInfoBarDelegateEvent event) {
71
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_CREATE);
98
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_IGNORED);
102
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_ALLOW);
117
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DISMISS);
153
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_DENY);
165
RecordUmaEvent
(GEOLOCATION_INFO_BAR_DELEGATE_EVENT_LINK_CLICK);
/external/chromium_org/chrome/browser/ui/
network_profile_bubble.cc
105
RecordUmaEvent
(METRIC_CHECK_SUPPRESSED);
116
RecordUmaEvent
(METRIC_CHECK_FAILED);
135
RecordUmaEvent
(METRIC_CHECK_IO_FAILED);
140
RecordUmaEvent
(METRIC_PROFILE_ON_NETWORK);
144
RecordUmaEvent
(METRIC_PROFILE_NOT_ON_NETWORK);
147
RecordUmaEvent
(METRIC_REMOTE_SESSION);
172
void NetworkProfileBubble::
RecordUmaEvent
(MetricNetworkedProfileCheck event) {
network_profile_bubble.h
67
static void
RecordUmaEvent
(MetricNetworkedProfileCheck event);
/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 44 milliseconds