Searched defs:metrics (Results 76 - 100 of 259) sorted by relevance

1234567891011

/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc98 uint32_t metrics) {
99 if (display.id() != display_id_ || !(metrics & DISPLAY_METRIC_BOUNDS))
97 OnDisplayMetricsChanged(const gfx::Display& display, uint32_t metrics) argument
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_ping_manager.cc103 // corresponding to each download metrics in |item|.
109 const CrxDownloader::DownloadMetrics& metrics = item->download_metrics[i]; local
111 StringAppendF(&event, " eventresult=\"%d\"", metrics.error == 0);
114 DownloaderToString(metrics.downloader));
115 if (metrics.error) {
116 StringAppendF(&event, " errorcode=\"%d\"", metrics.error);
118 StringAppendF(&event, " url=\"%s\"", metrics.url.spec().c_str());
121 if (metrics.downloaded_bytes != -1) {
124 base::Int64ToString(metrics.downloaded_bytes).c_str());
126 if (metrics
[all...]
/external/chromium_org/chrome/browser/
H A Dmemory_details_win.cc116 scoped_ptr<base::ProcessMetrics> metrics; local
117 metrics.reset(base::ProcessMetrics::CreateProcessMetrics(process_handle));
118 metrics->GetCommittedKBytes(&info.committed);
119 metrics->GetWorkingSetKBytes(&info.working_set);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service.h14 #include "base/metrics/field_trial.h"
16 #include "chrome/browser/metrics/variations/variations_request_scheduler.h"
17 #include "chrome/browser/metrics/variations/variations_seed_store.h"
24 #include "chrome/browser/metrics/variations/variations_registry_syncer_win.h"
34 namespace metrics { namespace
98 metrics::MetricsStateManager* state_manager);
124 metrics::MetricsStateManager* state_manager);
141 metrics::MetricsStateManager* state_manager);
166 metrics::MetricsStateManager* state_manager_;
/external/chromium_org/components/metrics/chromeos/
H A Dmetric_sample.cc5 #include "components/metrics/chromeos/metric_sample.h"
15 namespace metrics { namespace
197 } // namespace metrics
H A Dserialization_utils_unittest.cc5 #include "components/metrics/chromeos/serialization_utils.h"
11 #include "components/metrics/chromeos/metric_sample.h"
14 namespace metrics { namespace
170 } // namespace metrics
/external/chromium_org/components/metrics/
H A Dcloned_install_detector.cc5 #include "components/metrics/cloned_install_detector.h"
9 #include "base/metrics/histogram.h"
14 #include "components/metrics/cloned_install_detector.h"
15 #include "components/metrics/machine_id_provider.h"
16 #include "components/metrics/metrics_hashes.h"
17 #include "components/metrics/metrics_pref_names.h"
19 namespace metrics { namespace
24 uint64 hash = metrics::HashMetricName(value);
60 base::Bind(&metrics::MachineIdProvider::GetMachineId, raw_id_provider_),
61 base::Bind(&metrics
[all...]
H A Dcompression_utils.cc5 #include "components/metrics/compression_utils.h"
126 namespace metrics { namespace
156 } // namespace metrics
H A Dmetrics_log.h5 // This file defines a set of user experience metrics data recorded by
16 #include "components/metrics/proto/chrome_user_metrics_extension.pb.h"
30 namespace metrics { namespace
50 // Creates a new metrics log of the specified type.
61 metrics::MetricsServiceClient* client,
90 // Records the current operating environment, including metrics provided by
98 const std::vector<metrics::MetricsProvider*>& metrics_providers,
106 // Writes application stability metrics, including stability metrics provided
116 const std::vector<metrics
[all...]
H A Dmetrics_log_manager.cc5 #include "components/metrics/metrics_log_manager.h"
9 #include "base/metrics/histogram.h"
12 #include "components/metrics/metrics_log.h"
13 #include "components/metrics/metrics_pref_names.h"
15 namespace metrics { namespace
154 } // namespace metrics
H A Dmetrics_state_manager.cc5 #include "components/metrics/metrics_state_manager.h"
9 #include "base/metrics/histogram.h"
10 #include "base/metrics/sparse_histogram.h"
16 #include "components/metrics/cloned_install_detector.h"
17 #include "components/metrics/machine_id_provider.h"
18 #include "components/metrics/metrics_pref_names.h"
19 #include "components/metrics/metrics_switches.h"
22 namespace metrics { namespace
105 // For metrics reporting-enabled users, we combine the client ID and low
217 } // namespace metrics
[all...]
H A Dtest_metrics_service_client.cc5 #include "components/metrics/test_metrics_service_client.h"
8 #include "components/metrics/metrics_log_uploader.h"
10 namespace metrics { namespace
72 } // namespace metrics
/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.cc15 namespace metrics { namespace
108 } // namespace metrics
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_win.cc86 NONCLIENTMETRICS metrics = {0}; local
87 metrics.cbSize = is_vista_or_later ? (sizeof NONCLIENTMETRICS)
90 SPI_GETNONCLIENTMETRICS, metrics.cbSize, &metrics, 0);
93 {&metrics.lfStatusFont, &metrics.lfMenuFont, &metrics.lfSmCaptionFont};
/external/chromium_org/ppapi/thunk/
H A Dppb_browser_font_trusted_thunk.cc40 PP_BrowserFont_Trusted_Metrics* metrics) {
44 return enter.object()->Describe(description, metrics);
38 Describe(PP_Resource font_id, PP_BrowserFont_Trusted_Description* description, PP_BrowserFont_Trusted_Metrics* metrics) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumFontProviderWin.cpp78 static void getNonClientMetrics(NONCLIENTMETRICS* metrics) argument
82 metrics->cbSize = size;
83 bool success = !!SystemParametersInfo(SPI_GETNONCLIENTMETRICS, size, metrics, 0);
131 NONCLIENTMETRICS metrics; local
132 getNonClientMetrics(&metrics);
133 faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceName));
134 fontSize = systemFontSize(metrics.lfSmCaptionFont);
140 NONCLIENTMETRICS metrics; local
141 getNonClientMetrics(&metrics);
149 NONCLIENTMETRICS metrics; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp186 float SVGTextLayoutEngineBaseline::calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics& metrics, float angle, float& xOrientationShift, float& yOrientationShift) const argument
193 // of 180 degrees, then the current text position is incremented according to the vertical metrics of the glyph.
196 // 180 degrees, then the current text position is incremented according to the horizontal metrics of the glyph.
204 xOrientationShift = (ascentMinusDescent - metrics.width()) / 2;
207 xOrientationShift = (ascentMinusDescent + metrics.width()) / 2;
209 yOrientationShift = metrics.width();
215 return metrics.width();
217 return metrics.height();
222 yOrientationShift = -metrics.width();
224 xOrientationShift = metrics
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.c205 if ( globals->metrics[nn] )
210 FT_ASSERT( globals->metrics[nn]->clazz == clazz );
213 clazz->script_metrics_done( globals->metrics[nn] );
215 FT_FREE( globals->metrics[nn] );
234 AF_ScriptMetrics metrics = NULL; local
257 metrics = globals->metrics[clazz->script];
258 if ( metrics == NULL )
260 /* create the global metrics object if necessary */
264 if ( FT_ALLOC( metrics, claz
[all...]
/external/freetype/src/autofit/
H A Dafglobal.c356 if ( globals->metrics[nn] )
365 writing_system_class->style_metrics_done( globals->metrics[nn] );
367 FT_FREE( globals->metrics[nn] );
391 AF_StyleMetrics metrics = NULL; local
416 metrics = globals->metrics[style];
417 if ( metrics == NULL )
419 /* create the global metrics object if necessary */
423 if ( FT_ALLOC( metrics, writing_system_class->style_metrics_size ) )
426 metrics
[all...]
/external/lldb/examples/summaries/cocoa/
H A DCFArray.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DCFBitVector.py12 import lldb.formatters.metrics namespace
34 statistics = lldb.formatters.metrics.Metrics()
H A DCFDictionary.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSSet.py12 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSURL.py12 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1gload.c99 /* Incremental fonts can optionally override the metrics. */
102 FT_Incremental_MetricsRec metrics; local
105 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x );
106 metrics.bearing_y = 0;
107 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x );
108 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y );
111 glyph_index, FALSE, &metrics );
113 decoder->builder.left_bearing.x = INT_TO_FIXED( metrics.bearing_x );
114 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance );
115 decoder->builder.advance.y = INT_TO_FIXED( metrics
395 FT_Glyph_Metrics* metrics = &t1glyph->metrics; local
[all...]

Completed in 529 milliseconds

1234567891011