HomeSort by relevance Sort by last modified time
    Searched defs:GlobalTileManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/browser/
global_tile_manager.h 20 // file descriptors per Android process. The GlobalTileManager does not keep
22 // of GlobalTileManager is to behave gracefully (as in not crashing) when the
24 class GlobalTileManager {
30 static GlobalTileManager* GetInstance();
51 friend struct base::DefaultLazyInstanceTraits<GlobalTileManager>;
52 GlobalTileManager();
53 ~GlobalTileManager();
72 DISALLOW_COPY_AND_ASSIGN(GlobalTileManager);
global_tile_manager.cc 13 base::LazyInstance<GlobalTileManager>::Leaky g_tile_manager =
25 GlobalTileManager* GlobalTileManager::GetInstance() {
29 void GlobalTileManager::Remove(Key key) {
38 size_t GlobalTileManager::Evict(size_t desired_num_tiles, Key key) {
63 void GlobalTileManager::SetTileLimit(size_t num_tiles_limit) {
67 void GlobalTileManager::RequestTiles(size_t new_num_of_tiles, Key key) {
104 GlobalTileManager::Key GlobalTileManager::PushBack(
115 void GlobalTileManager::DidUse(Key key)
    [all...]

Completed in 38 milliseconds