Searched refs:metrics (Results 276 - 300 of 707) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.h10 #include "base/metrics/field_trial.h"
44 namespace metrics { namespace
98 // Constructs metrics service and does related initialization, including
103 // Starts recording of metrics. This can only be called after we have a file
157 scoped_refptr<metrics::TrackingSynchronizer> tracking_synchronizer_;
H A Dbrowser_shutdown.cc14 #include "base/metrics/histogram.h"
32 #include "components/metrics/metrics_service.h"
156 metrics::MetricsService* metrics = g_browser_process->metrics_service(); local
157 if (metrics)
158 metrics->RecordCompletedSessionEnd();
/external/chromium_org/chrome/installer/util/
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);
/external/chromium_org/components/omnibox/
H A Dbase_search_provider.h19 #include "components/metrics/proto/omnibox_event.pb.h"
146 metrics::OmniboxEventProto::PageClassification page_classification,
170 metrics::OmniboxEventProto::PageClassification page_classification,
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_chromeos.cc51 uint32_t metrics) OVERRIDE {
53 if (!(metrics & DISPLAY_METRIC_ROTATION))
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc93 PP_BrowserFont_Trusted_Metrics metrics; local
94 font.Describe(&desc, &metrics);
/external/chromium_org/third_party/freetype/src/base/
H A Dftadvanc.c43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java146 public void setMetrics (final String metrics) argument
148 m_reportCfg.setMetrics (metrics);
/external/freetype/src/base/
H A Dftadvanc.c43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftadvanc.c43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewConfiguration.java74 DisplayMetrics metrics = context.getResources().getDisplayMetrics();
75 float density = metrics.density;
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java71 private HttpTransportMetricsImpl metrics; field in class:AbstractSessionInputBuffer
92 this.metrics = new HttpTransportMetricsImpl();
113 this.metrics.incrementBytesTransferred(l);
277 return this.metrics;
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.h92 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate.h79 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.h64 uint32_t metrics) OVERRIDE;
H A Dtouch_observer_hud.h65 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc8 #include "ash/metrics/user_metrics_recorder.h"
37 Shell::GetInstance()->metrics()->RecordUserMetricsAction(UMA_MOUSE_DOWN);
H A Dwindow_cycle_controller.cc11 #include "base/metrics/histogram.h"
84 Shell::GetInstance()->metrics()->RecordUserMetricsAction(UMA_WINDOW_CYCLE);
/external/chromium_org/base/win/
H A Dwin_util.h39 BASE_EXPORT void GetNonClientMetrics(NONCLIENTMETRICS* metrics);
111 // "like a tablet". This is used primarily for metrics in order to gain some
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_classifier.cc9 #include "components/metrics/proto/omnibox_event.pb.h"
43 metrics::OmniboxEventProto::PageClassification page_classification,
H A Dchrome_autocomplete_provider_client.h29 metrics::OmniboxEventProto::PageClassification page_classification,
H A Dzero_suggest_provider_unittest.cc7 #include "base/metrics/field_trial.h"
16 #include "components/metrics/proto/omnibox_event.pb.h"
105 new metrics::SHA1EntropyProvider("foo")));
130 metrics::OmniboxEventProto::INVALID_SPEC, true, false,
160 metrics::OmniboxEventProto::INVALID_SPEC, true, false,
207 metrics::OmniboxEventProto::INVALID_SPEC, true, false,
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_interactive_test.cc9 #include "components/metrics/proto/omnibox_event.pb.h"
48 base::string16(), GURL(), metrics::OmniboxEventProto::NTP, true, false,
/external/chromium_org/chrome/browser/metrics/
H A Dperf_provider_chromeos.h17 #include "components/metrics/proto/sampled_profile.pb.h"
21 namespace metrics { namespace
136 } // namespace metrics
H A Dplugin_metrics_provider_unittest.cc5 #include "chrome/browser/metrics/plugin_metrics_provider.h"
16 #include "components/metrics/proto/system_profile.pb.h"
81 metrics::SystemProfileProto system_profile;
108 const metrics::SystemProfileProto_Stability& stability =
165 metrics::SystemProfileProto system_profile;
179 const metrics::SystemProfileProto_Stability& stability =

Completed in 442 milliseconds

<<11121314151617181920>>