Searched refs:idle_threshold (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/
H A Didle.cc11 void CalculateIdleStateCallback(int idle_threshold, argument
14 if (idle_time >= idle_threshold)
22 void CalculateIdleState(int idle_threshold, IdleCallback notify) { argument
29 idle_threshold,
H A Didle.h26 // Calculate the Idle state and notify the callback. |idle_threshold| is the
29 void CalculateIdleState(int idle_threshold, IdleCallback notify);
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager.cc75 virtual void CalculateIdleState(int idle_threshold,
87 void DefaultIdleProvider::CalculateIdleState(int idle_threshold, argument
89 ::CalculateIdleState(idle_threshold, notify);
100 IdleState IdleTimeToIdleState(bool locked, int idle_time, int idle_threshold) { argument
105 } else if (idle_time >= idle_threshold) {
H A Didle_manager.h49 virtual void CalculateIdleState(int idle_threshold,
H A Didle_api_unittest.cc46 virtual void CalculateIdleState(int idle_threshold,
67 void TestIdleProvider::CalculateIdleState(int idle_threshold, argument
72 if (idle_time_ >= idle_threshold) {

Completed in 3246 milliseconds