OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowMemoryUsageMB
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/android/
PlatformBridge.h
146
static int
lowMemoryUsageMB
();
/external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp
208
int PlatformBridge::
lowMemoryUsageMB
()
210
return MemoryUsage::
lowMemoryUsageMb
();
/external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp
544
static const int lowUsageMB = PlatformBridge::
lowMemoryUsageMB
();
Completed in 141 milliseconds