Searched refs:metrics (Results 176 - 200 of 707) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/
H A Dprofiler_ui.cc24 #include "components/metrics/profiler/tracking_synchronizer.h"
43 using metrics::TrackingSynchronizer;
H A Dprofiler_ui.h9 #include "components/metrics/profiler/tracking_synchronizer_observer.h"
14 public metrics::TrackingSynchronizerObserver {
/external/chromium_org/chrome/common/
H A Dchild_process_logging_win.cc15 #include "components/metrics/client_info.h"
74 scoped_ptr<metrics::ClientInfo> client_info =
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc12 #include "base/metrics/histogram.h"
299 scoped_ptr<metrics::ClientInfo> GoogleUpdateSettings::LoadMetricsClientInfo() {
303 return scoped_ptr<metrics::ClientInfo>();
306 scoped_ptr<metrics::ClientInfo> client_info(new metrics::ClientInfo);
326 const metrics::ClientInfo& client_info) {
H A Dgoogle_update_settings.h16 #include "components/metrics/client_info.h"
91 // Returns the metrics client info backed up in the registry. NULL
95 static scoped_ptr<metrics::ClientInfo> LoadMetricsClientInfo();
97 // Stores a backup of the metrics client info in the registry. Storing a
99 static void StoreMetricsClientInfo(const metrics::ClientInfo& client_info);
H A Duninstall_metrics.cc21 // Given a DictionaryValue containing a set of uninstall metrics,
22 // this builds a URL parameter list of all the contained metrics.
27 base::string16* metrics) {
28 DCHECK(NULL != metrics);
35 metrics->append(L"&");
36 metrics->append(base::UTF8ToWide(iter.key()));
37 metrics->append(L"=");
41 metrics->append(base::UTF8ToWide(value));
51 // Make sure that the user wants us reporting metrics. If not, don't
52 // add our uninstall metrics
25 BuildUninstallMetricsString( const base::DictionaryValue* uninstall_metrics_dict, base::string16* metrics) argument
[all...]
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc107 metrics::MetricsService* TestingBrowserProcess::metrics_service() {
H A Dtesting_browser_process.h64 virtual metrics::MetricsService* metrics_service() OVERRIDE;
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc135 const base::DictionaryValue* metrics; local
136 if (!mobile_emulation->GetDictionary("deviceMetrics", &metrics))
142 if (!metrics->GetInteger("width", &width) ||
143 !metrics->GetInteger("height", &height) ||
144 !metrics->GetDouble("pixelRatio", &device_scale_factor))
/external/chromium_org/chromecast/common/
H A Dchromecast_config.cc20 #include "chromecast/metrics/cast_metrics_prefs.h"
78 metrics::RegisterPrefs(registry);
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_prefs.cc5 #include "chromecast/metrics/cast_metrics_prefs.h"
7 #include "components/metrics/metrics_service.h"
10 namespace metrics { namespace in namespace:chromecast
13 ::metrics::MetricsService::RegisterPrefs(registry);
16 } // namespace metrics
H A Dcast_metrics_prefs.h11 namespace metrics { namespace in namespace:chromecast
15 } // namespace metrics
H A Dcast_metrics_service_client.cc5 #include "chromecast/metrics/cast_metrics_service_client.h"
11 #include "chromecast/metrics/platform_metrics_providers.h"
12 #include "components/metrics/client_info.h"
13 #include "components/metrics/gpu/gpu_metrics_provider.h"
14 #include "components/metrics/metrics_provider.h"
15 #include "components/metrics/metrics_service.h"
16 #include "components/metrics/metrics_state_manager.h"
17 #include "components/metrics/net/net_metrics_log_uploader.h"
18 #include "components/metrics/net/network_metrics_provider.h"
19 #include "components/metrics/profile
22 namespace metrics { namespace in namespace:chromecast
[all...]
H A Dcast_metrics_service_client.h13 #include "components/metrics/metrics_service_client.h"
21 namespace metrics { namespace
24 } // namespace metrics
31 namespace metrics { namespace in namespace:chromecast
33 class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
42 // metrics::MetricsServiceClient implementation:
47 virtual ::metrics::SystemProfileProto::Channel GetChannel() OVERRIDE;
53 virtual scoped_ptr< ::metrics::MetricsLogUploader> CreateUploader(
58 // Starts/stops the metrics service.
67 // Returns whether or not metrics reportin
[all...]
H A Dcast_metrics_service_client_unittest.cc5 #include "chromecast/metrics/cast_metrics_service_client.h"
11 #include "components/metrics/metrics_service.h"
25 ::metrics::MetricsService::RegisterPrefs(prefs_->registry());
39 metrics::CastMetricsServiceClient::Create(prefs(), NULL);
H A Dplatform_metrics_providers.h8 #include "components/metrics/proto/system_profile.pb.h"
10 namespace metrics { namespace
15 namespace metrics { namespace in namespace:chromecast
19 ::metrics::MetricsService* metrics_service);
22 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel();
27 // Returns whether or not metrics reporting should be on.
36 } // namespace metrics
H A Dplatform_metrics_providers_simple.cc5 #include "chromecast/metrics/platform_metrics_providers.h"
8 namespace metrics { namespace in namespace:chromecast
11 ::metrics::MetricsService* metrics_service) {
14 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel() {
15 return ::metrics::SystemProfileProto::CHANNEL_STABLE;
32 } // namespace metrics
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_main_parts.cc11 #include "chromecast/metrics/cast_metrics_service_client.h"
98 metrics::CastMetricsServiceClient::Create(
H A Dcast_browser_process.cc8 #include "chromecast/metrics/cast_metrics_service_client.h"
54 metrics::CastMetricsServiceClient* metrics_service_client) {
H A Dcast_browser_process.h19 namespace metrics { namespace in namespace:chromecast
22 } // namespace metrics
41 metrics::CastMetricsServiceClient* metrics_service_client);
45 metrics::CastMetricsServiceClient* metrics_service_client() const {
51 scoped_ptr<metrics::CastMetricsServiceClient> metrics_service_client_;
/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.h17 namespace metrics { namespace
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_ping_manager.cc49 // corresponding to each download metrics in |item|.
54 const CrxDownloader::DownloadMetrics& metrics = item->download_metrics[i]; local
56 StringAppendF(&event, " eventresult=\"%d\"", metrics.error == 0);
59 DownloaderToString(metrics.downloader));
60 if (metrics.error) {
61 StringAppendF(&event, " errorcode=\"%d\"", metrics.error);
63 StringAppendF(&event, " url=\"%s\"", metrics.url.spec().c_str());
66 if (metrics.downloaded_bytes != -1) {
69 base::Int64ToString(metrics.downloaded_bytes).c_str());
71 if (metrics
[all...]
/external/chromium_org/components/metrics/
H A Dclean_exit_beacon.cc5 #include "components/metrics/clean_exit_beacon.h"
9 #include "components/metrics/metrics_pref_names.h"
12 #include "base/metrics/histogram.h"
17 namespace metrics { namespace
23 local_state->GetBoolean(metrics::prefs::kStabilityExitedCleanly)),
47 base::ASCIIToUTF16(metrics::prefs::kStabilityExitedCleanly).c_str(),
66 local_state_->SetBoolean(metrics::prefs::kStabilityExitedCleanly, value);
74 base::ASCIIToUTF16(metrics::prefs::kStabilityExitedCleanly).c_str(),
80 } // namespace metrics
H A Dclean_exit_beacon.h13 namespace metrics { namespace
43 } // namespace metrics
H A Dclient_info.cc5 #include "components/metrics/client_info.h"
7 namespace metrics { namespace
13 } // namespace metrics

Completed in 4349 milliseconds

1234567891011>>