OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordSample
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/metrics/rappor/
sampling.cc
28
g_browser_process->rappor_service()->
RecordSample
(
/external/chromium_org/content/browser/media/capture/
video_capture_oracle.h
28
// sampled. The event is not recorded as a sample until
RecordSample
() is
38
void
RecordSample
();
45
// call to
RecordSample
().
101
void
RecordSample
(base::TimeTicks frame_timestamp);
155
// The frame timestamp provided in the last call to
RecordSample
(). This
160
//
RecordSample
(). When this is greater than zero, there have been one or
video_capture_oracle.cc
116
smoothing_sampler_.
RecordSample
();
117
content_sampler_.
RecordSample
(GetFrameTimestamp(frame_number_));
193
// time between events (a common case), or when
RecordSample
() is not being
194
// called often enough (a bug). On the other hand, if
RecordSample
() is being
214
void SmoothEventSampler::
RecordSample
() {
290
void AnimatedContentSampler::
RecordSample
(base::TimeTicks frame_timestamp) {
video_capture_oracle_unittest.cc
31
sampler->
RecordSample
();
63
sampler->
RecordSample
();
75
sampler->
RecordSample
();
296
sampler.
RecordSample
();
303
sampler.
RecordSample
();
308
sampler.
RecordSample
();
320
//
RecordSample
() was called by the client.
323
should_not_poll.
RecordSample
();
324
should_poll.
RecordSample
();
346
should_not_poll.
RecordSample
();
[
all
...]
/external/chromium_org/components/rappor/
rappor_service.h
57
void
RecordSample
(const std::string& metric_name,
rappor_service.cc
199
void RapporService::
RecordSample
(const std::string& metric_name,
/external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc
114
rappor_service->
RecordSample
(
121
rappor_service->
RecordSample
(
126
rappor_service->
RecordSample
(
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc
425
rappor_service->
RecordSample
(kExtensionAdInjectionRapporMetricName,
/external/chromium_org/components/search_engines/
template_url_service.cc
[
all
...]
Completed in 284 milliseconds