OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdleState
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/
idle.h
10
enum
IdleState
{
23
typedef base::Callback<void(
IdleState
)> IdleCallback;
upgrade_detector.h
134
void IdleCallback(
IdleState
state);
upgrade_detector.cc
111
void UpgradeDetector::IdleCallback(
IdleState
state) {
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_api.h
25
void IdleStateCallback(
IdleState
state);
idle_manager.h
31
typedef base::Callback<void(
IdleState
)> QueryStateCallback;
34
explicit IdleMonitor(
IdleState
initial_state);
36
IdleState
last_state;
63
IdleState
new_state) = 0;
91
static base::StringValue* CreateIdleValue(
IdleState
idle_state);
125
IdleState
last_state_;
idle_manager.cc
34
IdleState
new_state) OVERRIDE;
50
IdleState
new_state) {
100
IdleState
IdleTimeToIdleState(bool locked, int idle_time, int idle_threshold) {
101
IdleState
state;
115
IdleMonitor::IdleMonitor(
IdleState
initial_state)
184
base::StringValue* IdleManager::CreateIdleValue(
IdleState
idle_state) {
257
IdleState
new_state =
idle_api.cc
45
void IdleQueryStateFunction::IdleStateCallback(
IdleState
state) {
idle_api_unittest.cc
37
MOCK_METHOD2(OnStateChanged, void(const std::string&,
IdleState
));
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc
91
void Simulate(
IdleState
* states, int len) {
281
IdleState
test_states[] = {
301
sizeof(test_states) / sizeof(
IdleState
));
308
IdleState
test_states[] = {
324
sizeof(test_states) / sizeof(
IdleState
));
331
IdleState
test_states[] = {
342
sizeof(test_states) / sizeof(
IdleState
));
348
IdleState
test_states[] = {
358
sizeof(test_states) / sizeof(
IdleState
));
365
sizeof(test_states) / sizeof(
IdleState
));
[
all
...]
device_status_collector.h
84
void IdleStateCallback(
IdleState
state);
device_status_collector.cc
283
void DeviceStatusCollector::IdleStateCallback(
IdleState
state) {
Completed in 1197 milliseconds