Searched defs:userIdleTime (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/android/
H A DSystemTimeAndroid.cpp31 float userIdleTime() function in namespace:WebCore
33 // return an arbitrarily high userIdleTime so that releasing pages from the
/external/webkit/WebCore/platform/mac/
H A DSystemTimeMac.cpp34 float userIdleTime() function in namespace:WebCore
/external/webkit/WebCore/platform/wince/
H A DSystemTimeWince.cpp34 float userIdleTime() function in namespace:WebCore
/external/webkit/WebCore/platform/wx/
H A DSystemTimeWx.cpp35 float userIdleTime() function in namespace:WebCore
38 // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
/external/webkit/WebCore/platform/chromium/
H A DSystemTimeChromium.cpp45 float userIdleTime() function in namespace:WebCore
/external/webkit/WebCore/platform/win/
H A DSystemTimeWin.cpp38 float userIdleTime() function in namespace:WebCore
46 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed.
/external/webkit/WebCore/platform/gtk/
H A DTemporaryLinkStubs.cpp48 float userIdleTime() { notImplemented(); return FLT_MAX; } // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed function in namespace:WebCore
/external/webkit/WebCore/platform/haiku/
H A DTemporaryLinkStubs.cpp62 float userIdleTime() function in namespace:WebCore
/external/webkit/WebCore/platform/qt/
H A DTemporaryLinkStubs.cpp110 float userIdleTime() function in namespace:WebCore
113 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed

Completed in 1512 milliseconds