OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdleState
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
idle.h
9
enum
IdleState
{
22
IdleState
CalculateIdleState(unsigned int idle_threshold);
idle_linux.cc
66
IdleState
CalculateIdleState(unsigned int idle_threshold) {
idle_win.cc
13
IdleState
CalculateIdleState(unsigned int idle_threshold) {
/external/chromium/chrome/browser/extensions/
extension_idle_api.cc
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
[
all
...]
extension_idle_api.h
18
IdleState
idleState
);
Completed in 2245 milliseconds