OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userIdleTime
(Results
1 - 11
of
11
) sorted by null
/external/webkit/WebCore/platform/android/
SystemTimeAndroid.cpp
31
float
userIdleTime
()
33
// return an arbitrarily high
userIdleTime
so that releasing pages from the
/external/webkit/WebCore/platform/
SystemTime.h
32
float
userIdleTime
();
/external/webkit/WebCore/platform/wince/
SystemTimeWince.cpp
34
float
userIdleTime
()
/external/webkit/WebCore/platform/wx/
SystemTimeWx.cpp
35
float
userIdleTime
()
38
// return an arbitrarily high
userIdleTime
so that releasing pages from the page cache isn't postponed
/external/webkit/WebCore/platform/chromium/
SystemTimeChromium.cpp
45
float
userIdleTime
()
/external/webkit/WebCore/platform/mac/
SystemTimeMac.cpp
34
float
userIdleTime
()
/external/webkit/WebCore/platform/gtk/
TemporaryLinkStubs.cpp
48
float
userIdleTime
() { notImplemented(); return FLT_MAX; } // return an arbitrarily high
userIdleTime
so that releasing pages from the page cache isn't postponed
/external/webkit/WebCore/platform/haiku/
TemporaryLinkStubs.cpp
62
float
userIdleTime
()
/external/webkit/WebCore/platform/win/
SystemTimeWin.cpp
38
float
userIdleTime
()
46
return FLT_MAX; // return an arbitrarily high
userIdleTime
so that releasing pages from the page cache isn't postponed.
/external/webkit/WebCore/platform/qt/
TemporaryLinkStubs.cpp
110
float
userIdleTime
()
113
return FLT_MAX; // return an arbitrarily high
userIdleTime
so that releasing pages from the page cache isn't postponed
/external/webkit/WebCore/history/
PageCache.cpp
160
float userDelta =
userIdleTime
();
Completed in 141 milliseconds