HomeSort by relevance Sort by last modified time
    Searched refs:time_period (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/net/quic/
quic_bandwidth.cc 76 QuicTime::Delta time_period) const {
77 return ToBytesPerSecond() * time_period.ToMicroseconds() /
81 int64 QuicBandwidth::ToKBytesPerPeriod(QuicTime::Delta time_period) const {
82 return ToKBytesPerSecond() * time_period.ToMicroseconds() /
quic_bandwidth.h 47 QuicByteCount ToBytesPerPeriod(QuicTime::Delta time_period) const;
49 int64 ToKBytesPerPeriod(QuicTime::Delta time_period) const;
  /hardware/qcom/display/msm8960/libqdutils/
profiler.h 69 unsigned long time_period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
profiler.cpp 76 debug_fps_metadata.time_period = atoi(prop);
181 if (debug_fps_metadata.time_elapsed >= debug_fps_metadata.time_period) {
  /hardware/qcom/display/msm8974/libqdutils/
profiler.h 69 unsigned long time_period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
profiler.cpp 76 debug_fps_metadata.time_period = atoi(prop);
181 if (debug_fps_metadata.time_elapsed >= debug_fps_metadata.time_period) {
  /hardware/qcom/display/msm8x26/libqdutils/
profiler.h 69 unsigned long time_period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
profiler.cpp 76 debug_fps_metadata.time_period = atoi(prop);
181 if (debug_fps_metadata.time_elapsed >= debug_fps_metadata.time_period) {
  /external/chromium/chrome/browser/
browsing_data_remover.h 79 BrowsingDataRemover(Profile* profile, TimePeriod time_period,
160 // Calculate the begin time for the deletion range specified by |time_period|.
161 base::Time CalculateBeginDeleteTime(TimePeriod time_period);
browsing_data_remover.cc 78 TimePeriod time_period,
82 delete_begin_(CalculateBeginDeleteTime(time_period)),
283 TimePeriod time_period) {
286 switch (time_period) {
  /external/chromium_org/chrome/utility/local_discovery/
local_domain_resolver_unittest.cc 84 void RunFor(base::TimeDelta time_period) {
89 FROM_HERE, callback.callback(), time_period);
service_discovery_client_unittest.cc 198 void RunFor(base::TimeDelta time_period) {
202 FROM_HERE, callback.callback(), time_period);
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_unittest.cc 282 void RunFor(base::TimeDelta time_period) {
286 FROM_HERE, callback.callback(), time_period);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 156 // Calculate the begin time for the deletion range specified by |time_period|.
157 static base::Time CalculateBeginDeleteTime(TimePeriod time_period);
browsing_data_remover.cc 611 TimePeriod time_period) {
614 switch (time_period) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 448 em::TimePeriod time_period0 = period0.time_period();
449 em::TimePeriod time_period1 = period1.time_period();
  /external/chromium_org/net/dns/
mdns_client_unittest.cc 381 void RunFor(base::TimeDelta time_period);
449 void MDnsTest::RunFor(base::TimeDelta time_period) {
453 FROM_HERE, callback.callback(), time_period);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3502 std::string time_period; local
    [all...]

Completed in 732 milliseconds