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

  /hardware/qcom/display/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/chrome/browser/automation/
testing_automation_provider.cc 3502 std::string time_period; local
    [all...]

Completed in 109 milliseconds