HomeSort by relevance Sort by last modified time
    Searched refs:GetCache (Results 1 - 25 of 46) sorted by null

1 2

  /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...]
gaia_info_update_service_unittest.cc 91 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
92 EXPECT_TRUE(GetCache()->GetHasMigratedToGAIAInfoOfProfileAtIndex(index));
93 EXPECT_EQ(name, GetCache()->GetNameOfProfileAtIndex(index));
94 EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
96 image, GetCache()->GetAvatarIconOfProfileAtIndex(index)));
98 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
103 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
104 string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
105 gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index);
115 EXPECT_FALSE(GetCache()->GetHasMigratedToGAIAInfoOfProfileAtIndex(index))
    [all...]
profile_info_cache_unittest.h 42 ProfileInfoCache* GetCache();
56 ProfileInfoCache* GetCache();
  /external/chromium/net/http/
http_transaction_factory.h 28 virtual HttpCache* GetCache() = 0;
http_network_layer.h 61 virtual HttpCache* GetCache();
http_network_layer.cc 150 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.h 205 virtual net::HttpCache* GetCache();
http_cache.h 187 virtual HttpCache* GetCache();
  /external/chromium_org/net/http/
http_transaction_factory.h 31 virtual HttpCache* GetCache() = 0;
http_network_layer.h 47 virtual HttpCache* GetCache() OVERRIDE;
http_network_layer.cc 61 HttpCache* HttpNetworkLayer::GetCache() {
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 33 ProfileInfoCache* GetCache() {
49 new MessageCenterSettingsController(GetCache()));
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 75 http_transaction_factory()->GetCache()->GetCurrentBackend();
130 http_transaction_factory()->GetCache()->CloseAllConnections();
143 http_transaction_factory()->GetCache();
  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.cc 42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
  /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);
GrTextureStripAtlas.h 151 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
  /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);
GrTextureStripAtlas.h 151 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
  /external/chromium_org/webkit/browser/appcache/
appcache_working_set.h 34 AppCache* GetCache(int64 id) {
appcache_storage_unittest.cc 32 service.storage()->working_set()->GetCache(111));
36 EXPECT_TRUE(!service.storage()->working_set()->GetCache(111));
mock_appcache_storage.cc 57 AppCache* cache = working_set_.GetCache(id);
133 AppCache* cache = working_set_.GetCache(cache_id);
189 AppCache* cache = working_set_.GetCache(id);
  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
186 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
  /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() {
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 92 context->http_transaction_factory()->GetCache()->GetBackend(
188 context.http_transaction_factory()->GetCache()->GetBackend(

Completed in 697 milliseconds

1 2