GetCache           42 android_webview/browser/net_disk_cache_remover.cc     http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
GetCache          892 chrome/browser/browsing_data/browsing_data_remover.cc         rv = factory->GetCache()->GetBackend(
GetCache           75 chrome/browser/chrome_net_benchmarking_message_filter.cc       http_transaction_factory()->GetCache()->GetCurrentBackend();
GetCache          130 chrome/browser/chrome_net_benchmarking_message_filter.cc       http_transaction_factory()->GetCache()->CloseAllConnections();
GetCache          143 chrome/browser/chrome_net_benchmarking_message_filter.cc       http_transaction_factory()->GetCache();
GetCache          381 chrome/browser/errorpage_browsertest.cc       getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
GetCache           66 chrome/browser/profiles/gaia_info_update_service_unittest.cc       size_t index = GetCache()->GetIndexOfProfileWithPath(profile_->GetPath());
GetCache           67 chrome/browser/profiles/gaia_info_update_service_unittest.cc       GetCache()->SetProfileIsUsingDefaultNameAtIndex(index, true);
GetCache          116 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
GetCache          117 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(name, GetCache()->GetNameOfProfileAtIndex(index));
GetCache          118 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
GetCache          120 chrome/browser/profiles/gaia_info_update_service_unittest.cc       image, GetCache()->GetAvatarIconOfProfileAtIndex(index)));
GetCache          122 chrome/browser/profiles/gaia_info_update_service_unittest.cc       image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
GetCache          127 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
GetCache          128 chrome/browser/profiles/gaia_info_update_service_unittest.cc   base::string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
GetCache          129 chrome/browser/profiles/gaia_info_update_service_unittest.cc   gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index);
GetCache          137 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));
GetCache          138 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(base::string16(), GetCache()->GetGAIANameOfProfileAtIndex(index));
GetCache          140 chrome/browser/profiles/gaia_info_update_service_unittest.cc       old_image, GetCache()->GetAvatarIconOfProfileAtIndex(index)));
GetCache          141 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(index));
GetCache          167 chrome/browser/profiles/gaia_info_update_service_unittest.cc   GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name);
GetCache          169 chrome/browser/profiles/gaia_info_update_service_unittest.cc   GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_picture);
GetCache          180 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
GetCache          181 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
GetCache           44 chrome/browser/profiles/profile_info_cache_unittest.cc   base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
GetCache           45 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetCache           52 chrome/browser/profiles/profile_info_cache_unittest.cc   base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
GetCache           53 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetCache           67 chrome/browser/profiles/profile_info_cache_unittest.cc   base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
GetCache           68 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetCache           77 chrome/browser/profiles/profile_info_cache_unittest.cc   base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
GetCache           78 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetCache          122 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(0u, GetCache()->GetNumberOfProfiles());
GetCache          135 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(),
GetCache          137 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->SetBackgroundStatusOfProfileAtIndex(i, true);
GetCache          139 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name);
GetCache          141 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i + 1, GetCache()->GetNumberOfProfiles());
GetCache          142 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
GetCache          143 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
GetCache          145 chrome/browser/profiles/profile_info_cache_unittest.cc         GetCache()->GetAvatarIconOfProfileAtIndex(i).ToSkBitmap();
GetCache          148 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i == 3, GetCache()->ProfileIsManagedAtIndex(i));
GetCache          149 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i == 3, GetCache()->IsOmittedProfileAtIndex(i));
GetCache          150 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
GetCache          156 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(4u, GetCache()->GetNumberOfProfiles());
GetCache          160 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
GetCache          163 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
GetCache          164 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i, GetCache()->GetAvatarIconIndexOfProfileAtIndex(i));
GetCache          165 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i));
GetCache          167 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
GetCache          172 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(0u, GetCache()->GetNumberOfProfiles());
GetCache          175 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"),
GetCache          177 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(1u, GetCache()->GetNumberOfProfiles());
GetCache          181 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(path_2, name_2, base::string16(), 0,
GetCache          183 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(2u, GetCache()->GetNumberOfProfiles());
GetCache          185 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->DeleteProfileFromCache(path_1);
GetCache          186 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(1u, GetCache()->GetNumberOfProfiles());
GetCache          187 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_2, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          189 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->DeleteProfileFromCache(path_2);
GetCache          190 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(0u, GetCache()->GetNumberOfProfiles());
GetCache          194 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          197 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          202 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetNameOfProfileAtIndex(1, new_name);
GetCache          203 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(new_name, GetCache()->GetNameOfProfileAtIndex(1));
GetCache          204 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_NE(new_name, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          207 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetUserNameOfProfileAtIndex(1, new_user_name);
GetCache          208 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(1));
GetCache          209 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_NE(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(0));
GetCache          212 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetAvatarIconOfProfileAtIndex(1, new_icon_index);
GetCache          214 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->GetAvatarIconOfProfileAtIndex(1);
GetCache          219 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          223 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          227 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          228 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(1));
GetCache          232 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          236 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          237 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_b, GetCache()->GetNameOfProfileAtIndex(1));
GetCache          238 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(2));
GetCache          242 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetNameOfProfileAtIndex(0, name_a);
GetCache          245 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_b, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          246 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(1));
GetCache          247 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(2));
GetCache          250 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->DeleteProfileFromCache(GetProfilePath("path_c"));
GetCache          253 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_b, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          254 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(1));
GetCache          258 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          261 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          265 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetCache          266 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetCache          268 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetBackgroundStatusOfProfileAtIndex(1, true);
GetCache          270 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetCache          271 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetCache          273 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetBackgroundStatusOfProfileAtIndex(0, true);
GetCache          275 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetCache          276 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetCache          278 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetBackgroundStatusOfProfileAtIndex(1, false);
GetCache          280 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetCache          281 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetCache          285 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          288 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(base::Time(), GetCache()->GetProfileActiveTimeAtIndex(0));
GetCache          295 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetProfileActiveTimeAtIndex(0);
GetCache          298 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_LE(before, GetCache()->GetProfileActiveTimeAtIndex(0));
GetCache          299 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_GE(after, GetCache()->GetProfileActiveTimeAtIndex(0));
GetCache          303 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          307 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          311 chrome/browser/profiles/profile_info_cache_unittest.cc   int index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetCache          312 chrome/browser/profiles/profile_info_cache_unittest.cc   int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetCache          315 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
GetCache          316 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty());
GetCache          320 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name);
GetCache          321 chrome/browser/profiles/profile_info_cache_unittest.cc   index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetCache          322 chrome/browser/profiles/profile_info_cache_unittest.cc   index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetCache          325 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
GetCache          326 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
GetCache          327 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(gaia_name, GetCache()->GetNameOfProfileAtIndex(index2));
GetCache          331 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetNameOfProfileAtIndex(index2, custom_name);
GetCache          332 chrome/browser/profiles/profile_info_cache_unittest.cc   index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetCache          333 chrome/browser/profiles/profile_info_cache_unittest.cc   index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetCache          335 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(custom_name, GetCache()->GetNameOfProfileAtIndex(index2));
GetCache          336 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
GetCache          340 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          343 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          348 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
GetCache          349 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(1));
GetCache          350 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0));
GetCache          351 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1));
GetCache          358 chrome/browser/profiles/profile_info_cache_unittest.cc       profile_image, GetCache()->GetAvatarIconOfProfileAtIndex(1)));
GetCache          362 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetGAIAPictureOfProfileAtIndex(1, &gaia_image);
GetCache          363 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
GetCache          365 chrome/browser/profiles/profile_info_cache_unittest.cc       gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
GetCache          367 chrome/browser/profiles/profile_info_cache_unittest.cc       profile_image, GetCache()->GetAvatarIconOfProfileAtIndex(1)));
GetCache          370 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, true);
GetCache          372 chrome/browser/profiles/profile_info_cache_unittest.cc       gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
GetCache          374 chrome/browser/profiles/profile_info_cache_unittest.cc       gaia_image, GetCache()->GetAvatarIconOfProfileAtIndex(1)));
GetCache          377 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, false);
GetCache          379 chrome/browser/profiles/profile_info_cache_unittest.cc       gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
GetCache          381 chrome/browser/profiles/profile_info_cache_unittest.cc       profile_image, GetCache()->GetAvatarIconOfProfileAtIndex(1)));
GetCache          385 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          393 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_image);
GetCache          395 chrome/browser/profiles/profile_info_cache_unittest.cc       gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
GetCache          406 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
GetCache          409 chrome/browser/profiles/profile_info_cache_unittest.cc     gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
GetCache          413 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          416 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0));
GetCache          418 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetManagedUserIdOfProfileAtIndex(0, "TEST_ID");
GetCache          419 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0));
GetCache          420 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ("TEST_ID", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
GetCache          423 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0));
GetCache          425 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetManagedUserIdOfProfileAtIndex(0, std::string());
GetCache          426 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0));
GetCache          427 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ("", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
GetCache          436 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->AddProfileToCache(
GetCache          441 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetGAIANameOfProfileAtIndex(0, base::string16());
GetCache          442 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetGAIAPictureOfProfileAtIndex(0, NULL);
GetCache          443 chrome/browser/profiles/profile_info_cache_unittest.cc   GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(0, true);
GetCache          446 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(0));
GetCache          448 chrome/browser/profiles/profile_info_cache_unittest.cc       profile_image, GetCache()->GetAvatarIconOfProfileAtIndex(0)));
GetCache          457 chrome/browser/profiles/profile_info_cache_unittest.cc   for (size_t i = 0; i < GetCache()->GetNumberOfProfiles(); i++) {
GetCache          459 chrome/browser/profiles/profile_info_cache_unittest.cc         GetCache()->GetNameOfProfileAtIndex(i) == managed_user_name;
GetCache          460 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(is_managed, GetCache()->ProfileIsManagedAtIndex(i));
GetCache          462 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
GetCache          472 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(0u, GetCache()->GetNumberOfProfiles());
GetCache          489 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(),
GetCache          492 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
GetCache          493 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
GetCache          496 chrome/browser/profiles/profile_info_cache_unittest.cc   ASSERT_EQ(4U, GetCache()->GetNumberOfProfiles());
GetCache           42 chrome/browser/profiles/profile_info_cache_unittest.h   ProfileInfoCache* GetCache();
GetCache           56 chrome/browser/profiles/profile_info_cache_unittest.h   ProfileInfoCache* GetCache();
GetCache          117 chrome/browser/safe_browsing/malware_details_unittest.cc       GetCache()->GetBackend(&cache, cb.callback());
GetCache          168 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
GetCache         1018 content/browser/renderer_host/render_message_filter.cc       http_transaction_factory()->GetCache();
GetCache          192 content/browser/web_contents/web_contents_impl.cc       GetCache()->OnExternalCacheHit(url, http_method);
GetCache           85 content/renderer/browser_render_view_browsertest.cc       getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
GetCache          119 content/renderer/browser_render_view_browsertest.cc       getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
GetCache           32 net/http/failing_http_transaction_factory.h   virtual HttpCache* GetCache() OVERRIDE;
GetCache          195 net/http/http_cache.h   virtual HttpCache* GetCache() OVERRIDE;
GetCache           48 net/http/http_network_layer.h   virtual HttpCache* GetCache() OVERRIDE;
GetCache           29 net/http/http_transaction_factory.h   virtual HttpCache* GetCache() = 0;
GetCache          288 net/http/http_transaction_unittest.h   virtual net::HttpCache* GetCache() OVERRIDE;
GetCache          345 net/socket/ssl_session_cache_openssl.cc     GetCache(ssl->ctx)->OnSessionAdded(ssl, session);
GetCache          352 net/socket/ssl_session_cache_openssl.cc     GetCache(ctx)->OnSessionRemoved(session);
GetCache          373 net/socket/ssl_session_cache_openssl.cc     if (!GetCache(ssl->ctx)->OnGenerateSessionId(id, *id_len))
GetCache          216 net/url_request/view_cache_helper.cc   HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
GetCache           93 net/url_request/view_cache_helper_unittest.cc       context->http_transaction_factory()->GetCache()->GetBackend(
GetCache          189 net/url_request/view_cache_helper_unittest.cc       context.http_transaction_factory()->GetCache()->GetBackend(
GetCache          644 third_party/tcmalloc/chromium/src/tcmalloc.cc     *sample_period = ThreadCache::GetCache()->GetSamplePeriod();
GetCache         1094 third_party/tcmalloc/chromium/src/tcmalloc.cc   ThreadCache* heap = ThreadCache::GetCache();
GetCache         1331 third_party/tcmalloc/chromium/src/tcmalloc.cc       ThreadCache* heap = ThreadCache::GetCache();
GetCache          112 third_party/tcmalloc/chromium/src/thread_cache.h   static ThreadCache* GetCache();
GetCache          409 third_party/tcmalloc/chromium/src/thread_cache.h inline ThreadCache* ThreadCache::GetCache() {
GetCache          616 third_party/tcmalloc/vendor/src/tcmalloc.cc     *sample_period = ThreadCache::GetCache()->GetSamplePeriod();
GetCache         1079 third_party/tcmalloc/vendor/src/tcmalloc.cc   ThreadCache* heap = ThreadCache::GetCache();
GetCache         1289 third_party/tcmalloc/vendor/src/tcmalloc.cc       ThreadCache* heap = ThreadCache::GetCache();
GetCache          107 third_party/tcmalloc/vendor/src/thread_cache.h   static ThreadCache* GetCache();
GetCache          382 third_party/tcmalloc/vendor/src/thread_cache.h inline ThreadCache* ThreadCache::GetCache() {
GetCache          428 webkit/browser/appcache/appcache_storage_impl.cc   (*cache) = storage_->working_set_.GetCache(cache_record_.cache_id);
GetCache         1391 webkit/browser/appcache/appcache_storage_impl.cc   AppCache* cache = working_set_.GetCache(id);
GetCache         1606 webkit/browser/appcache/appcache_storage_impl.cc   AppCache* cache = working_set_.GetCache(cache_id);
GetCache           32 webkit/browser/appcache/appcache_storage_unittest.cc             service.storage()->working_set()->GetCache(111));
GetCache           36 webkit/browser/appcache/appcache_storage_unittest.cc   EXPECT_TRUE(!service.storage()->working_set()->GetCache(111));
GetCache           34 webkit/browser/appcache/appcache_working_set.h   AppCache* GetCache(int64 id) {
GetCache           57 webkit/browser/appcache/mock_appcache_storage.cc   AppCache* cache = working_set_.GetCache(id);
GetCache          133 webkit/browser/appcache/mock_appcache_storage.cc   AppCache* cache = working_set_.GetCache(cache_id);
GetCache          192 webkit/browser/appcache/mock_appcache_storage.cc   AppCache* cache = working_set_.GetCache(id);