Home | History | Annotate | Download | only in extensions

Lines Matching refs:IdleState

36   IdleState state;
44 static const char* IdleStateToDescription(IdleState state);
45 static StringValue* CreateIdleValue(IdleState idle_state);
47 static IdleState CalculateIdleStateAndUpdateTimestamp(int threshold);
49 static IdleState ThrottledCalculateIdleState(int threshold, Profile* profile);
66 const char* IdleStateToDescription(IdleState state) {
76 StringValue* CreateIdleValue(IdleState idle_state) {
87 IdleState CalculateIdleStateAndUpdateTimestamp(int threshold) {
99 IdleState ThrottledCalculateIdleState(int threshold, Profile* profile) {
120 IdleState state = CalculateIdleStateAndUpdateTimestamp(
141 IdleState state = ThrottledCalculateIdleState(threshold, profile());
147 IdleState state) {