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

  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 33 ProfileInfoCache* GetCache() {
49 new MessageCenterSettingsController(GetCache()));
  /external/chromium_org/net/http/
http_network_layer.cc 61 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.cc 414 net::HttpCache* MockNetworkLayer::GetCache() {
http_cache.cc 436 HttpCache* HttpCache::GetCache() {
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_working_set.h 34 AppCache* GetCache(int64 id) {
  /external/chromium/net/http/
http_network_layer.cc 150 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.cc 334 net::HttpCache* MockNetworkLayer::GetCache() {
http_cache.cc 479 HttpCache* HttpCache::GetCache() {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 38 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
39 GetCache()->GetIndexOfProfileWithPath(profile_path));
46 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
47 GetCache()->GetIndexOfProfileWithPath(profile_path));
61 string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
62 GetCache()->GetIndexOfProfileWithPath(profile_path));
71 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
72 GetCache()->GetIndexOfProfileWithPath(profile_path));
76 ProfileInfoCache* ProfileNameVerifierObserver::GetCache() {
99 ProfileInfoCache* ProfileInfoCacheTest::GetCache() {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 27 GrTextureStripAtlas::GetCache() {
43 GetCache()->remove(entry->fKey, entry);
48 if (0 == GetCache()->count()) {
57 AtlasEntry* entry = GetCache()->find(key);
66 GetCache()->insert(key, entry);
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 27 GrTextureStripAtlas::GetCache() {
43 GetCache()->remove(entry->fKey, entry);
48 if (0 == GetCache()->count()) {
57 AtlasEntry* entry = GetCache()->find(key);
66 GetCache()->insert(key, entry);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 112 static ThreadCache* GetCache();
409 inline ThreadCache* ThreadCache::GetCache() {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 107 static ThreadCache* GetCache();
382 inline ThreadCache* ThreadCache::GetCache() {

Completed in 266 milliseconds