Searched refs:CastMetricsServiceClient (Results 1 - 6 of 6) sorted by path

/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client.cc36 CastMetricsServiceClient* CastMetricsServiceClient::Create(
40 return new CastMetricsServiceClient(io_task_runner,
45 void CastMetricsServiceClient::SetMetricsClientId(
51 bool CastMetricsServiceClient::IsOffTheRecordSessionActive() {
57 std::string CastMetricsServiceClient::GetApplicationLocale() {
61 bool CastMetricsServiceClient::GetBrand(std::string* brand_code) {
65 ::metrics::SystemProfileProto::Channel CastMetricsServiceClient::GetChannel() {
69 std::string CastMetricsServiceClient::GetVersionString() {
73 void CastMetricsServiceClient
115 CastMetricsServiceClient::CastMetricsServiceClient( function in class:chromecast::metrics::CastMetricsServiceClient
[all...]
H A Dcast_metrics_service_client.h33 class CastMetricsServiceClient : public ::metrics::MetricsServiceClient { class in namespace:chromecast::metrics
35 virtual ~CastMetricsServiceClient();
37 static CastMetricsServiceClient* Create(
62 CastMetricsServiceClient(
74 DISALLOW_COPY_AND_ASSIGN(CastMetricsServiceClient);
H A Dcast_metrics_service_client_unittest.cc39 metrics::CastMetricsServiceClient::Create(prefs(), NULL);
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_main_parts.cc98 metrics::CastMetricsServiceClient::Create(
H A Dcast_browser_process.cc54 metrics::CastMetricsServiceClient* metrics_service_client) {
H A Dcast_browser_process.h21 class CastMetricsServiceClient;
41 metrics::CastMetricsServiceClient* metrics_service_client);
45 metrics::CastMetricsServiceClient* metrics_service_client() const {
51 scoped_ptr<metrics::CastMetricsServiceClient> metrics_service_client_;

Completed in 414 milliseconds