backend_ 45 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return backend_->shortcuts_map(); backend_ 63 chrome/browser/autocomplete/shortcuts_backend_unittest.cc scoped_refptr<ShortcutsBackend> backend_; backend_ 116 chrome/browser/autocomplete/shortcuts_backend_unittest.cc backend_ = ShortcutsBackendFactory::GetForProfile(&profile_); backend_ 117 chrome/browser/autocomplete/shortcuts_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 118 chrome/browser/autocomplete/shortcuts_backend_unittest.cc backend_->AddObserver(this); backend_ 128 chrome/browser/autocomplete/shortcuts_backend_unittest.cc backend_->RemoveObserver(this); backend_ 146 chrome/browser/autocomplete/shortcuts_backend_unittest.cc ASSERT_FALSE(backend_->initialized()); backend_ 149 chrome/browser/autocomplete/shortcuts_backend_unittest.cc EXPECT_TRUE(backend_->initialized()); backend_ 154 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return backend_->AddShortcut(shortcut); backend_ 159 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return backend_->UpdateShortcut(shortcut); backend_ 163 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return backend_->DeleteShortcutsWithURL(url); backend_ 168 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return backend_->DeleteShortcutsWithIDs(deleted_ids); backend_ 285 chrome/browser/autocomplete/shortcuts_provider_unittest.cc scoped_refptr<ShortcutsBackend> backend_; backend_ 299 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_ = ShortcutsBackendFactory::GetForProfile(&profile_); backend_ 300 chrome/browser/autocomplete/shortcuts_provider_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 315 chrome/browser/autocomplete/shortcuts_provider_unittest.cc size_t expected_size = backend_->shortcuts_map().size() + db_size; backend_ 327 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->AddShortcut(shortcut); backend_ 329 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_EQ(expected_size, backend_->shortcuts_map().size()); backend_ 748 chrome/browser/autocomplete/shortcuts_provider_unittest.cc size_t original_shortcuts_count = backend_->shortcuts_map().size(); backend_ 752 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_EQ(original_shortcuts_count + 4, backend_->shortcuts_map().size()); backend_ 753 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_FALSE(backend_->shortcuts_map().end() == backend_ 754 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->shortcuts_map().find(ASCIIToUTF16("delete"))); backend_ 755 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_FALSE(backend_->shortcuts_map().end() == backend_ 756 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->shortcuts_map().find(ASCIIToUTF16("erase"))); backend_ 770 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_EQ(original_shortcuts_count + 2, backend_->shortcuts_map().size()); backend_ 771 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_FALSE(backend_->shortcuts_map().end() == backend_ 772 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->shortcuts_map().find(ASCIIToUTF16("delete"))); backend_ 773 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_TRUE(backend_->shortcuts_map().end() == backend_ 774 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->shortcuts_map().find(ASCIIToUTF16("erase"))); backend_ 781 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_EQ(original_shortcuts_count + 1, backend_->shortcuts_map().size()); backend_ 782 chrome/browser/autocomplete/shortcuts_provider_unittest.cc EXPECT_TRUE(backend_->shortcuts_map().end() == backend_ 783 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_->shortcuts_map().find(ASCIIToUTF16("delete"))); backend_ 113 chrome/browser/chromeos/boot_times_loader.cc : backend_(new Backend()), backend_ 135 chrome/browser/chromeos/boot_times_loader.h scoped_refptr<Backend> backend_; backend_ 353 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc backend_task_runner_->DeleteSoon(FROM_HERE, backend_.release()); backend_ 361 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc base::Unretained(backend_.get()), backend_ 403 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc base::Unretained(backend_.get()), backend_ 416 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc base::Unretained(backend_.get()), backend_ 426 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc &Backend::Disconnect, base::Unretained(backend_.get()))); backend_ 434 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc &Backend::Fetch, base::Unretained(backend_.get()), policy, callback)); backend_ 446 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc &Backend::FetchAll, base::Unretained(backend_.get()))); backend_ 90 chrome/browser/chromeos/policy/cloud_external_data_manager_base.h scoped_ptr<Backend> backend_; backend_ 52 chrome/browser/chromeos/version_loader.cc VersionLoader::VersionLoader() : backend_(new Backend()) {} backend_ 64 chrome/browser/chromeos/version_loader.cc base::Bind(&Backend::GetVersion, backend_.get(), format, version), backend_ 75 chrome/browser/chromeos/version_loader.cc base::Bind(&Backend::GetFirmware, backend_.get(), firmware), backend_ 86 chrome/browser/chromeos/version_loader.h scoped_refptr<Backend> backend_; backend_ 148 chrome/browser/history/history_backend_unittest.cc scoped_refptr<HistoryBackend> backend_; // Will be NULL on init failure. backend_ 173 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request); backend_ 196 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request); backend_ 206 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url, &row); backend_ 208 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 259 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, icon_type, backend_ 270 chrome/browser/history/history_backend_unittest.cc if (!backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 283 chrome/browser/history/history_backend_unittest.cc if (!backend_->thumbnail_db_->GetFaviconBitmaps(icon_id, favicon_bitmaps)) backend_ 295 chrome/browser/history/history_backend_unittest.cc if (!backend_->thumbnail_db_->GetFaviconBitmaps(icon_id, &favicon_bitmaps)) backend_ 371 chrome/browser/history/history_backend_unittest.cc backend_ = new HistoryBackend(test_dir_, backend_ 374 chrome/browser/history/history_backend_unittest.cc backend_->Init(std::string(), false); backend_ 378 chrome/browser/history/history_backend_unittest.cc if (backend_.get()) backend_ 379 chrome/browser/history/history_backend_unittest.cc backend_->Closing(); backend_ 380 chrome/browser/history/history_backend_unittest.cc backend_ = NULL; backend_ 430 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 435 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 443 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID favicon2 = backend_->thumbnail_db_->AddFavicon(favicon_url2, backend_ 445 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID favicon1 = backend_->thumbnail_db_->AddFavicon(favicon_url1, backend_ 450 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddFaviconBitmap(favicon1, backend_ 453 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddFaviconBitmap(favicon1, backend_ 457 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddFaviconBitmap(favicon2, backend_ 460 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddFaviconBitmap(favicon2, backend_ 468 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->AddIconMapping(row1.url(), favicon1); backend_ 473 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->AddIconMapping(row2.url(), favicon2); backend_ 478 chrome/browser/history/history_backend_unittest.cc backend_->AddPagesWithDetails(rows, history::SOURCE_BROWSED); backend_ 480 chrome/browser/history/history_backend_unittest.cc URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL); backend_ 481 chrome/browser/history/history_backend_unittest.cc URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL); backend_ 485 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row1_id, &visits); backend_ 489 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row2_id, &visits); backend_ 503 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 506 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db_->GetRowForURL(row1.url(), &outrow1)); backend_ 514 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &outrow2)); backend_ 518 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits); backend_ 523 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID out_favicon1 = backend_->thumbnail_db_-> backend_ 528 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetFaviconBitmaps( backend_ 548 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID out_favicon2 = backend_->thumbnail_db_-> backend_ 555 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 568 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 576 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request); backend_ 580 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db_->GetRowForURL(url, &outrow)); backend_ 584 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits); backend_ 588 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 591 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow)); backend_ 594 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits); backend_ 598 chrome/browser/history/history_backend_unittest.cc backend_->SetPageTitle(url, base::UTF8ToUTF16("Title")); backend_ 601 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow)); backend_ 604 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits); backend_ 614 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID favicon1 = backend_->thumbnail_db_->AddFavicon( backend_ 622 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID favicon2 = backend_->thumbnail_db_->AddFavicon( backend_ 634 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddIconMapping(row1.url(), favicon1)); backend_ 639 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddIconMapping(row2.url(), favicon2)); backend_ 644 chrome/browser/history/history_backend_unittest.cc backend_->AddPagesWithDetails(rows, history::SOURCE_BROWSED); backend_ 646 chrome/browser/history/history_backend_unittest.cc URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL); backend_ 647 chrome/browser/history/history_backend_unittest.cc URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL); backend_ 657 chrome/browser/history/history_backend_unittest.cc backend_->expirer_.DeleteURL(row2.url()); backend_ 661 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(row2_id, backend_->db_->GetRowForURL(row2.url(), NULL)); backend_ 663 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row2_id, &visits); backend_ 667 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL(favicon_url2, backend_ 678 chrome/browser/history/history_backend_unittest.cc backend_->URLsNoLongerBookmarked(unstarred_urls); backend_ 681 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &tmp_url_row)); backend_ 684 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL(favicon_url2, backend_ 694 chrome/browser/history/history_backend_unittest.cc backend_->URLsNoLongerBookmarked(unstarred_urls); backend_ 697 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(row1_id, backend_->db_->GetRowForURL(row1.url(), NULL)); backend_ 701 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row1_id, &visits); backend_ 706 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL(favicon_url1, backend_ 714 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 723 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request); backend_ 727 chrome/browser/history/history_backend_unittest.cc URLID url_id = backend_->db()->GetRowForURL(url, &row); backend_ 735 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(0, backend_->db()->GetSegmentNamed(segment_name)); backend_ 739 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db()->GetVisitsForURL(url_id, &visits)); backend_ 746 chrome/browser/history/history_backend_unittest.cc backend_->db()->GetVisibleVisitsInRange(query_options, &visits); backend_ 751 chrome/browser/history/history_backend_unittest.cc backend_->expire_backend()->ExpireHistoryBetween(restrict_urls, backend_ 756 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db()->GetVisitsForURL(url_id, &visits)); backend_ 760 chrome/browser/history/history_backend_unittest.cc ASSERT_EQ(0, backend_->db()->GetRowForURL(url, &row)); backend_ 764 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 796 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID favicon1 = backend_->thumbnail_db_->AddFavicon( backend_ 805 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->AddIconMapping(row1.url(), favicon1)); backend_ 813 chrome/browser/history/history_backend_unittest.cc backend_->AddPagesWithDetails(rows, history::SOURCE_BROWSED); backend_ 815 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); backend_ 816 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0); backend_ 830 chrome/browser/history/history_backend_unittest.cc backend_->SetImportedFavicons(favicons); backend_ 831 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); backend_ 832 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0); backend_ 835 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 842 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 855 chrome/browser/history/history_backend_unittest.cc backend_->SetImportedFavicons(favicons); backend_ 857 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db_->GetRowForURL(url3, &url_row3) == 0); backend_ 862 chrome/browser/history/history_backend_unittest.cc backend_->SetImportedFavicons(favicons); backend_ 863 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db_->GetRowForURL(url3, &url_row3) == 0); backend_ 868 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 874 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 877 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit(url, base::Time::Now(), 0, backend_ 884 chrome/browser/history/history_backend_unittest.cc URLID row_id = backend_->db_->GetRowForURL(stripped_url, NULL); backend_ 885 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row_id, &visits); backend_ 892 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 897 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 900 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit( backend_ 904 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit(url, base::Time::Now(), 0, backend_ 908 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit(url, base::Time::Now(), 0, backend_ 914 chrome/browser/history/history_backend_unittest.cc URLID row_id = backend_->db_->GetRowForURL(url, NULL); backend_ 915 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row_id, &visits); backend_ 920 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 941 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 946 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 954 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit(url, recent_time, 0, backend_ 961 chrome/browser/history/history_backend_unittest.cc backend_->AddPageVisit(url, older_time, 0, backend_ 969 chrome/browser/history/history_backend_unittest.cc URLID row_id = backend_->db_->GetRowForURL(url, &row); backend_ 970 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetVisitsForURL(row_id, &visits); backend_ 979 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 988 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request1); backend_ 994 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request2); backend_ 1000 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(request3); backend_ 1005 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url, &row); backend_ 1006 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1009 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 1015 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 1035 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 1038 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url1, visits1, history::SOURCE_IE_IMPORTED); backend_ 1039 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url2, visits2, history::SOURCE_SYNCED); backend_ 1044 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url1, &row); backend_ 1045 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1048 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 1052 chrome/browser/history/history_backend_unittest.cc id = backend_->db()->GetRowForURL(url2, &row); backend_ 1053 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1055 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 1062 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 1076 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 1079 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url1, visits1, history::SOURCE_IE_IMPORTED); backend_ 1084 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url1, &row); backend_ 1085 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetMostRecentVisitsForURL(id, 1, &visits)); backend_ 1091 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 1094 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 1112 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url1, visits_to_add, history::SOURCE_SYNCED); backend_ 1117 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url1, &row); backend_ 1118 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1124 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->RemoveVisits(VisitVector(1, visits[0]))); backend_ 1125 chrome/browser/history/history_backend_unittest.cc id = backend_->db()->GetRowForURL(url1, &row); backend_ 1126 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1133 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->RemoveVisits(VisitVector(1, visits[0]))); backend_ 1134 chrome/browser/history/history_backend_unittest.cc id = backend_->db()->GetRowForURL(url1, &row); backend_ 1135 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1141 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->RemoveVisits(VisitVector(1, visits[0]))); backend_ 1142 chrome/browser/history/history_backend_unittest.cc ASSERT_EQ(0, backend_->db()->GetRowForURL(url1, &row)); backend_ 1146 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 1163 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 1166 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url1, visits1, history::SOURCE_IE_IMPORTED); backend_ 1167 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url2, visits2, history::SOURCE_SYNCED); backend_ 1172 chrome/browser/history/history_backend_unittest.cc URLID id = backend_->db()->GetRowForURL(url1, &row); backend_ 1173 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1176 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->RemoveVisits(visits)); backend_ 1180 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 1182 chrome/browser/history/history_backend_unittest.cc id = backend_->db()->GetRowForURL(url2, &row); backend_ 1183 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(id, &visits)); backend_ 1185 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetVisitsSource(visits, &visit_sources)); backend_ 1193 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 1194 chrome/browser/history/history_backend_unittest.cc backend_->Closing(); backend_ 1195 chrome/browser/history/history_backend_unittest.cc backend_ = NULL; backend_ 1211 chrome/browser/history/history_backend_unittest.cc backend_ = new HistoryBackend(new_history_path, backend_ 1214 chrome/browser/history/history_backend_unittest.cc backend_->Init(std::string(), false); backend_ 1215 chrome/browser/history/history_backend_unittest.cc backend_->Closing(); backend_ 1216 chrome/browser/history/history_backend_unittest.cc backend_ = NULL; backend_ 1248 chrome/browser/history/history_backend_unittest.cc backend_->db_->AddURL(url_info1); backend_ 1255 chrome/browser/history/history_backend_unittest.cc backend_->db_->AddURL(url_info2); backend_ 1260 chrome/browser/history/history_backend_unittest.cc backend_->recent_redirects_.Put(url1, redirects); backend_ 1276 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url1, chrome::FAVICON, two_favicon_bitmap_data); backend_ 1281 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url1, chrome::TOUCH_ICON, one_favicon_bitmap_data); backend_ 1287 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons( backend_ 1298 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url1, chrome::TOUCH_ICON, one_favicon_bitmap_data); backend_ 1306 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url1, chrome::FAVICON, one_favicon_bitmap_data); backend_ 1312 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url1, chrome::FAVICON, two_favicon_bitmap_data); backend_ 1327 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url, chrome::FAVICON, favicon_bitmap_data); backend_ 1330 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1335 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url, chrome::FAVICON, favicon_bitmap_data); backend_ 1338 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1357 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1382 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1386 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->thumbnail_db_->GetFaviconBitmap(small_bitmap_id, backend_ 1388 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetFaviconBitmap(large_bitmap_id, backend_ 1394 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1402 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1404 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->thumbnail_db_->GetFaviconBitmap(large_bitmap_id, NULL, backend_ 1407 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1431 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1434 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1448 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1451 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1466 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1469 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1499 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url1, chrome::FAVICON, favicon_bitmap_data); backend_ 1505 chrome/browser/history/history_backend_unittest.cc backend_->UpdateFaviconMappingsAndFetch( backend_ 1511 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1518 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1526 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url1, chrome::FAVICON, favicon_bitmap_data); backend_ 1530 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1537 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetFaviconBitmaps( backend_ 1544 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 1550 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetFaviconBitmaps(favicon_id, backend_ 1568 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1571 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1580 chrome/browser/history/history_backend_unittest.cc backend_->UpdateFaviconMappingsAndFetch( backend_ 1584 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(icon_id, backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1603 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1609 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1622 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1628 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1649 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1653 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1671 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1677 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1692 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1697 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1711 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1717 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1736 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1742 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1776 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url1, chrome::FAVICON, favicon_bitmap_data); backend_ 1780 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url1, backend_ 1797 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1801 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1813 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1816 chrome/browser/history/history_backend_unittest.cc favicon_id = backend_->thumbnail_db_->GetFaviconIDForFaviconURL( backend_ 1827 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url1, backend_ 1833 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url2, backend_ 1839 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url3, backend_ 1866 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon(page_url, icon_url, chrome::FAVICON, bitmap_data, backend_ 1874 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, backend_ 1878 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetFaviconBitmaps( backend_ 1895 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1902 chrome/browser/history/history_backend_unittest.cc backend_->MergeFavicon( backend_ 1908 chrome/browser/history/history_backend_unittest.cc backend_->GetFaviconsForURL(page_url, chrome::FAVICON, kSmallSize.width(), backend_ 1939 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1940 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::TOUCH_ICON, touch_icon_bitmap_data); backend_ 1947 chrome/browser/history/history_backend_unittest.cc backend_->GetLargestFaviconForURL(page_url, icon_types, 16, &result); backend_ 1954 chrome/browser/history/history_backend_unittest.cc backend_->GetLargestFaviconForURL(page_url, icon_types, 32, &result); backend_ 1980 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 1981 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::TOUCH_ICON, touch_icon_bitmap_data); backend_ 1988 chrome/browser/history/history_backend_unittest.cc backend_->GetLargestFaviconForURL(page_url, icon_types, 16, &result); backend_ 1996 chrome/browser/history/history_backend_unittest.cc backend_->GetLargestFaviconForURL(page_url, icon_types, 32, &result1); backend_ 2014 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 2021 chrome/browser/history/history_backend_unittest.cc backend_->GetLargestFaviconForURL(page_url, icon_types, 32, &result); backend_ 2040 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url1, chrome::TOUCH_ICON, favicon_bitmap_data); backend_ 2046 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons( backend_ 2055 chrome/browser/history/history_backend_unittest.cc backend_->UpdateFaviconMappingsAndFetch( backend_ 2065 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url1, backend_ 2096 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON, backend_ 2107 chrome/browser/history/history_backend_unittest.cc chrome::FaviconID icon_id = backend_->thumbnail_db_->AddFavicon( backend_ 2110 chrome/browser/history/history_backend_unittest.cc EXPECT_NE(0, backend_->thumbnail_db_->AddIconMapping(page_url, icon_id)); backend_ 2113 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON, backend_ 2128 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 2131 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url, backend_ 2172 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 2175 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url, backend_ 2197 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::FAVICON, favicon_bitmap_data); backend_ 2200 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(page_url, chrome::TOUCH_ICON, favicon_bitmap_data); backend_ 2203 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON, backend_ 2211 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url, chrome::TOUCH_ICON, backend_ 2231 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_->AddFavicon(icon_url, backend_ 2237 chrome/browser/history/history_backend_unittest.cc EXPECT_NE(0, backend_->thumbnail_db_->AddIconMapping(page_url, icon_id)); backend_ 2240 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON, backend_ 2251 chrome/browser/history/history_backend_unittest.cc backend_->thumbnail_db_.reset(); backend_ 2255 chrome/browser/history/history_backend_unittest.cc backend_->UpdateFaviconMappingsAndFetch( backend_ 2271 chrome/browser/history/history_backend_unittest.cc backend_->SetFavicons(url, chrome::FAVICON, favicon_bitmap_data); backend_ 2272 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( backend_ 2277 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(url, chrome::FAVICON, backend_ 2279 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->GetFaviconsFromDB(same_domain_url, chrome::FAVICON, backend_ 2281 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->GetFaviconsFromDB(foreign_domain_url, chrome::FAVICON, backend_ 2285 chrome/browser/history/history_backend_unittest.cc backend_->CloneFavicons(url, same_domain_url); backend_ 2286 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetFaviconsFromDB(same_domain_url, chrome::FAVICON, backend_ 2290 chrome/browser/history/history_backend_unittest.cc backend_->CloneFavicons(url, foreign_domain_url); backend_ 2291 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->GetFaviconsFromDB(foreign_domain_url, chrome::FAVICON, backend_ 2307 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 2374 chrome/browser/history/history_backend_unittest.cc backend_->Commit(); backend_ 2389 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request1, 100, filter, false); backend_ 2408 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request2, 100, filter, false); backend_ 2424 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request3, 100, filter, false); backend_ 2445 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request4, 100, filter, false); backend_ 2461 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request5, 100, filter, false); backend_ 2476 chrome/browser/history/history_backend_unittest.cc backend_->QueryFilteredURLs(request6, 100, filter, true); backend_ 2491 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2504 chrome/browser/history/history_backend_unittest.cc backend_->DeleteAllHistory(); backend_ 2507 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url1, visit_info1, history::SOURCE_BROWSED); backend_ 2508 chrome/browser/history/history_backend_unittest.cc backend_->AddVisits(url2, visit_info2, history::SOURCE_BROWSED); backend_ 2513 chrome/browser/history/history_backend_unittest.cc URLID url_id1 = backend_->db()->GetRowForURL(url1, &row); backend_ 2514 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(url_id1, &visits1)); backend_ 2518 chrome/browser/history/history_backend_unittest.cc URLID url_id2 = backend_->db()->GetRowForURL(url2, &row); backend_ 2519 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(url_id2, &visits2)); backend_ 2524 chrome/browser/history/history_backend_unittest.cc backend_->UpdateVisitDuration(visits1[0].visit_id, end_ts); backend_ 2527 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->GetVisitsForURL(url_id1, &visits1)); backend_ 2534 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->RemoveVisits(visits1)); backend_ 2539 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2540 chrome/browser/history/history_backend_unittest.cc backend_->Closing(); backend_ 2541 chrome/browser/history/history_backend_unittest.cc backend_ = NULL; backend_ 2561 chrome/browser/history/history_backend_unittest.cc backend_ = new HistoryBackend(new_history_path, backend_ 2564 chrome/browser/history/history_backend_unittest.cc backend_->Init(std::string(), false); backend_ 2565 chrome/browser/history/history_backend_unittest.cc backend_->Closing(); backend_ 2566 chrome/browser/history/history_backend_unittest.cc backend_ = NULL; backend_ 2605 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2609 chrome/browser/history/history_backend_unittest.cc backend_->AddPageNoVisitForBookmark(url, title); backend_ 2612 chrome/browser/history/history_backend_unittest.cc backend_->GetURL(url, &row); backend_ 2617 chrome/browser/history/history_backend_unittest.cc backend_->DeleteURL(url); backend_ 2618 chrome/browser/history/history_backend_unittest.cc backend_->AddPageNoVisitForBookmark(url, base::string16()); backend_ 2619 chrome/browser/history/history_backend_unittest.cc backend_->GetURL(url, &row); backend_ 2626 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2633 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(args[i]); backend_ 2635 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(base::Time(), backend_->GetFirstRecordedTimeForTest()); backend_ 2639 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetURL(args[i].url, &row)); backend_ 2644 chrome/browser/history/history_backend_unittest.cc backend_->ExpireHistoryForTimes(times, backend_ 2649 chrome/browser/history/history_backend_unittest.cc backend_->GetFirstRecordedTimeForTest()); backend_ 2653 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetVisitsForURL( backend_ 2654 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetRowForURL(GURL("http://example.com"), NULL), backend_ 2665 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->GetVisitsForURL( backend_ 2666 chrome/browser/history/history_backend_unittest.cc backend_->db_->GetRowForURL(GURL("http://example.net"), NULL), backend_ 2673 chrome/browser/history/history_backend_unittest.cc backend_->GetFirstRecordedTimeForTest()); backend_ 2677 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2688 chrome/browser/history/history_backend_unittest.cc backend_->AddPage(args[i]); backend_ 2693 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->GetURL(args[i].url, &url_rows[i])); backend_ 2699 chrome/browser/history/history_backend_unittest.cc backend_->ExpireHistory(expire_list); backend_ 2700 chrome/browser/history/history_backend_unittest.cc backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); backend_ 2708 chrome/browser/history/history_backend_unittest.cc backend_->ExpireHistory(expire_list); backend_ 2709 chrome/browser/history/history_backend_unittest.cc backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); backend_ 2714 chrome/browser/history/history_backend_unittest.cc backend_->ExpireHistory(expire_list); backend_ 2716 chrome/browser/history/history_backend_unittest.cc backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); backend_ 2723 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(backend_->GetFirstRecordedTimeForTest(), args[1].time); backend_ 2731 chrome/browser/history/history_backend_unittest.cc backend_->ExpireHistory(expire_list); backend_ 2733 chrome/browser/history/history_backend_unittest.cc backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); backend_ 2745 chrome/browser/history/history_backend_unittest.cc const URLID url1_id = backend_->db()->AddURL(url_info1); backend_ 2750 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->SetKeywordSearchTermsForURL( backend_ 2759 chrome/browser/history/history_backend_unittest.cc const URLID url2_id = backend_->db()->AddURL(url_info2); backend_ 2763 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->SetKeywordSearchTermsForURL( backend_ 2772 chrome/browser/history/history_backend_unittest.cc const URLID url3_id = backend_->db()->AddURL(url_info3); backend_ 2774 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_->db()->SetKeywordSearchTermsForURL( backend_ 2778 chrome/browser/history/history_backend_unittest.cc backend_->DeleteMatchingURLsForKeyword(keyword_id2, keyword); backend_ 2782 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db()->GetURLRow(url1_id, &row)); backend_ 2784 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db()->GetURLRow(url2_id, &row)); backend_ 2785 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db()->GetURLRow(url3_id, &row)); backend_ 2789 chrome/browser/history/history_backend_unittest.cc EXPECT_TRUE(backend_->db()->GetKeywordSearchTermRow(url1_id, NULL)); backend_ 2790 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db()->GetKeywordSearchTermRow(url2_id, NULL)); backend_ 2791 chrome/browser/history/history_backend_unittest.cc EXPECT_FALSE(backend_->db()->GetKeywordSearchTermRow(url3_id, NULL)); backend_ 2822 chrome/browser/history/history_backend_unittest.cc ASSERT_TRUE(backend_.get()); backend_ 2843 chrome/browser/history/history_backend_unittest.cc backend_->DeleteFTSIndexDatabases(); backend_ 122 chrome/browser/history/history_unittest.cc backend_ = backend_ 124 chrome/browser/history/history_unittest.cc backend_->Init(std::string(), false); backend_ 125 chrome/browser/history/history_unittest.cc db_ = backend_->db_.get(); backend_ 149 chrome/browser/history/history_unittest.cc if (backend_.get()) { backend_ 150 chrome/browser/history/history_unittest.cc backend_->Closing(); backend_ 151 chrome/browser/history/history_unittest.cc backend_ = NULL; backend_ 199 chrome/browser/history/history_unittest.cc scoped_refptr<HistoryBackend> backend_; backend_ 102 chrome/browser/history/top_sites_impl.cc : backend_(NULL), backend_ 129 chrome/browser/history/top_sites_impl.cc backend_ = new TopSitesBackend; backend_ 130 chrome/browser/history/top_sites_impl.cc backend_->Init(db_name); backend_ 131 chrome/browser/history/top_sites_impl.cc backend_->GetMostVisitedThumbnails( backend_ 385 chrome/browser/history/top_sites_impl.cc backend_->Shutdown(); backend_ 532 chrome/browser/history/top_sites_impl.cc backend_->SetPageThumbnail(most_visited, backend_ 750 chrome/browser/history/top_sites_impl.cc backend_->ResetDatabase(); backend_ 800 chrome/browser/history/top_sites_impl.cc backend_->UpdateTopSites(delta); backend_ 222 chrome/browser/history/top_sites_impl.h scoped_refptr<TopSitesBackend> backend_; backend_ 192 chrome/browser/history/top_sites_impl_unittest.cc top_sites()->backend_->DoEmptyRequest( backend_ 612 chrome/browser/net/sqlite_server_bound_cert_store.cc : backend_(new Backend(path, backend_ 618 chrome/browser/net/sqlite_server_bound_cert_store.cc backend_->Load(loaded_callback); backend_ 623 chrome/browser/net/sqlite_server_bound_cert_store.cc backend_->AddServerBoundCert(cert); backend_ 628 chrome/browser/net/sqlite_server_bound_cert_store.cc backend_->DeleteServerBoundCert(cert); backend_ 632 chrome/browser/net/sqlite_server_bound_cert_store.cc backend_->SetForceKeepSessionState(); backend_ 636 chrome/browser/net/sqlite_server_bound_cert_store.cc backend_->Close(); backend_ 50 chrome/browser/net/sqlite_server_bound_cert_store.h scoped_refptr<Backend> backend_; backend_ 32 chrome/browser/password_manager/password_store_x.cc backend_(backend), backend_ 41 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->AddLogin(form)) { backend_ 54 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->UpdateLogin(form)) { backend_ 67 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->RemoveLogin(form)) { backend_ 83 chrome/browser/password_manager/password_store_x.cc backend_->GetLoginsCreatedBetween(delete_begin, delete_end, &forms) && backend_ 84 chrome/browser/password_manager/password_store_x.cc backend_->RemoveLoginsCreatedBetween(delete_begin, delete_end)) { backend_ 119 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) { backend_ 138 chrome/browser/password_manager/password_store_x.cc backend_->GetAutofillableLogins(request->result())) { backend_ 154 chrome/browser/password_manager/password_store_x.cc backend_->GetBlacklistLogins(request->result())) { backend_ 169 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->GetAutofillableLogins(forms)) { backend_ 182 chrome/browser/password_manager/password_store_x.cc if (use_native_backend() && backend_->GetBlacklistLogins(forms)) { backend_ 195 chrome/browser/password_manager/password_store_x.cc if (migration_checked_ || !backend_.get()) backend_ 211 chrome/browser/password_manager/password_store_x.cc backend_.reset(NULL); backend_ 219 chrome/browser/password_manager/password_store_x.cc backend_.reset(NULL); backend_ 223 chrome/browser/password_manager/password_store_x.cc return !backend_.get(); backend_ 227 chrome/browser/password_manager/password_store_x.cc DCHECK(backend_.get()); backend_ 237 chrome/browser/password_manager/password_store_x.cc if (!backend_->AddLogin(*forms[i])) { backend_ 93 chrome/browser/password_manager/password_store_x.h bool use_native_backend() { return !!backend_.get(); } backend_ 106 chrome/browser/password_manager/password_store_x.h scoped_ptr<NativeBackend> backend_; backend_ 88 chrome/browser/sessions/base_session_service.cc backend_ = new SessionBackend(type, profile_ ? profile_->GetPath() : path); backend_ 89 chrome/browser/sessions/base_session_service.cc DCHECK(backend_.get()); backend_ 64 chrome/browser/sessions/base_session_service.h SessionBackend* backend() const { return backend_.get(); } backend_ 173 chrome/browser/sessions/base_session_service.h scoped_refptr<SessionBackend> backend_; backend_ 146 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_.reset(new SyncBackendHostImpl( backend_ 173 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc if (backend_) { backend_ 174 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->StopSyncingForShutdown(); backend_ 175 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->Shutdown(SyncBackendHost::STOP); backend_ 177 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_.reset(); backend_ 193 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->Initialize( backend_ 229 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->ConfigureDataTypes( backend_ 268 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc scoped_ptr<SyncBackendHost> backend_; backend_ 598 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc ASSERT_EQ(NULL, backend_->GetSyncedDeviceTracker()); backend_ 602 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->GetSyncedDeviceTracker(); backend_ 673 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->StopSyncingForShutdown(); backend_ 680 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_->Shutdown(SyncBackendHost::STOP); backend_ 681 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc backend_.reset(); backend_ 113 chrome/browser/sync/glue/typed_url_data_type_controller.cc backend_ = backend; backend_ 153 chrome/browser/sync/glue/typed_url_data_type_controller.cc DCHECK(backend_); backend_ 156 chrome/browser/sync/glue/typed_url_data_type_controller.cc backend_, backend_ 58 chrome/browser/sync/glue/typed_url_data_type_controller.h history::HistoryBackend* backend_; backend_ 330 chrome/browser/sync/profile_sync_service.cc if (backend_) backend_ 331 chrome/browser/sync/profile_sync_service.cc backend_->StartSyncingWithServer(); backend_ 409 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 411 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 420 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 422 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 432 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 434 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 444 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 446 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 457 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 459 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 469 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 471 chrome/browser/sync/profile_sync_service.cc backend_->GetSyncedDeviceTracker(); backend_ 518 chrome/browser/sync/profile_sync_service.cc if (!backend_) { backend_ 536 chrome/browser/sync/profile_sync_service.cc backend_->Initialize( backend_ 578 chrome/browser/sync/profile_sync_service.cc if (backend_.get()) { backend_ 597 chrome/browser/sync/profile_sync_service.cc DCHECK(!backend_); backend_ 602 chrome/browser/sync/profile_sync_service.cc backend_.reset( backend_ 631 chrome/browser/sync/profile_sync_service.cc if (backend_) backend_ 632 chrome/browser/sync/profile_sync_service.cc backend_->UpdateCredentials(GetCredentials()); backend_ 703 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 726 chrome/browser/sync/profile_sync_service.cc if (!backend_) backend_ 732 chrome/browser/sync/profile_sync_service.cc backend_->StopSyncingForShutdown(); backend_ 756 chrome/browser/sync/profile_sync_service.cc scoped_ptr<SyncBackendHost> doomed_backend(backend_.release()); backend_ 948 chrome/browser/sync/profile_sync_service.cc backend_->RequestBufferedProtocolEventsAndEnableForwarding(); backend_ 951 chrome/browser/sync/profile_sync_service.cc syncer::SyncCoreProxy sync_core_proxy_ = backend_->GetSyncCoreProxy(); backend_ 1213 chrome/browser/sync/profile_sync_service.cc DCHECK(backend_.get()); backend_ 1214 chrome/browser/sync/profile_sync_service.cc DCHECK(backend_->IsNigoriEnabled()); backend_ 1428 chrome/browser/sync/profile_sync_service.cc backend_->EnableEncryptEverything(); backend_ 1459 chrome/browser/sync/profile_sync_service.cc } else if (!backend_) { backend_ 1461 chrome/browser/sync/profile_sync_service.cc } else if (backend_.get() && !HasSyncSetupCompleted()) { backend_ 1463 chrome/browser/sync/profile_sync_service.cc } else if (backend_.get() && HasSyncSetupCompleted() && backend_ 1505 chrome/browser/sync/profile_sync_service.cc if (backend_.get() && backend_initialized_) { backend_ 1506 chrome/browser/sync/profile_sync_service.cc *result = backend_->GetDetailedStatus(); backend_ 1644 chrome/browser/sync/profile_sync_service.cc if (!backend_.get() && !HasUnrecoverableError()) { backend_ 1736 chrome/browser/sync/profile_sync_service.cc return backend_->GetPassphraseType(); backend_ 1740 chrome/browser/sync/profile_sync_service.cc return backend_->GetExplicitPassphraseTime(); backend_ 1745 chrome/browser/sync/profile_sync_service.cc return backend_.get() && backend_->IsCryptographerReady(trans); backend_ 1776 chrome/browser/sync/profile_sync_service.cc backend_.get(), backend_ 1809 chrome/browser/sync/profile_sync_service.cc if (backend_.get() && backend_initialized_) { backend_ 1810 chrome/browser/sync/profile_sync_service.cc return backend_->GetUserShare(); backend_ 1818 chrome/browser/sync/profile_sync_service.cc if (backend_.get() && backend_initialized_) { backend_ 1819 chrome/browser/sync/profile_sync_service.cc return backend_->GetLastSessionSnapshot(); backend_ 1826 chrome/browser/sync/profile_sync_service.cc if (backend_.get() && backend_initialized_) { backend_ 1827 chrome/browser/sync/profile_sync_service.cc return backend_->HasUnsyncedItems(); backend_ 1840 chrome/browser/sync/profile_sync_service.cc if (backend_.get() && backend_initialized_) { backend_ 1841 chrome/browser/sync/profile_sync_service.cc backend_->GetModelSafeRoutingInfo(out); backend_ 1850 chrome/browser/sync/profile_sync_service.cc if (!backend_.get() || !backend_initialized_) { backend_ 1860 chrome/browser/sync/profile_sync_service.cc backend_->GetModelSafeRoutingInfo(&routing_info); backend_ 1870 chrome/browser/sync/profile_sync_service.cc SyncBackendHost::Status detailed_status = backend_->GetDetailedStatus(); backend_ 1932 chrome/browser/sync/profile_sync_service.cc if (!backend_) { backend_ 1937 chrome/browser/sync/profile_sync_service.cc backend_->ActivateDataType(type, group, change_processor); backend_ 1941 chrome/browser/sync/profile_sync_service.cc if (!backend_) backend_ 1943 chrome/browser/sync/profile_sync_service.cc backend_->DeactivateDataType(type); backend_ 2022 chrome/browser/sync/profile_sync_service.cc backend_->SetEncryptionPassphrase(passphrase, type == EXPLICIT); backend_ 2029 chrome/browser/sync/profile_sync_service.cc return backend_->SetDecryptionPassphrase(passphrase); backend_ 2113 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 2114 chrome/browser/sync/profile_sync_service.cc backend_->RequestBufferedProtocolEventsAndEnableForwarding(); backend_ 2121 chrome/browser/sync/profile_sync_service.cc if (backend_ && !protocol_event_observers_.might_have_observers()) { backend_ 2122 chrome/browser/sync/profile_sync_service.cc backend_->DisableProtocolEventForwarding(); backend_ 2165 chrome/browser/sync/profile_sync_service.cc if (backend_) { backend_ 2166 chrome/browser/sync/profile_sync_service.cc backend_->UnregisterInvalidationIds(); backend_ 2202 chrome/browser/sync/profile_sync_service.cc DCHECK(backend_.get()); backend_ 770 chrome/browser/sync/profile_sync_service.h scoped_ptr<browser_sync::SyncBackendHost> backend_; backend_ 315 chrome/browser/sync/profile_sync_service_autofill_unittest.cc backend_.reset(new MockAutofillBackend( backend_ 318 chrome/browser/sync/profile_sync_service_autofill_unittest.cc this, backend_.get()); backend_ 320 chrome/browser/sync/profile_sync_service_autofill_unittest.cc this, backend_.get(), "en-US"); backend_ 334 chrome/browser/sync/profile_sync_service_autofill_unittest.cc backend_.reset(); backend_ 341 chrome/browser/sync/profile_sync_service_autofill_unittest.cc scoped_ptr<autofill::AutofillWebDataBackend> backend_; backend_ 167 chrome/browser/sync/test_profile_sync_service.cc return backend_->GetUserShare(); backend_ 87 chrome/service/cloud_print/cloud_print_proxy.cc DCHECK(backend_.get()); backend_ 99 chrome/service/cloud_print/cloud_print_proxy.cc backend_->InitializeWithRobotToken(robot_refresh_token, robot_email); backend_ 105 chrome/service/cloud_print/cloud_print_proxy.cc backend_->InitializeWithToken(cloud_print_token); backend_ 133 chrome/service/cloud_print/cloud_print_proxy.cc DCHECK(backend_.get()); backend_ 135 chrome/service/cloud_print/cloud_print_proxy.cc backend_->InitializeWithRobotAuthCode(robot_auth_code, robot_email); backend_ 143 chrome/service/cloud_print/cloud_print_proxy.cc if (backend_.get()) backend_ 160 chrome/service/cloud_print/cloud_print_proxy.cc backend_.reset(new CloudPrintProxyBackend( backend_ 167 chrome/service/cloud_print/cloud_print_proxy.cc if (backend_.get()) { backend_ 170 chrome/service/cloud_print/cloud_print_proxy.cc backend_->UnregisterPrinters(); backend_ 290 chrome/service/cloud_print/cloud_print_proxy.cc if (backend_.get()) backend_ 291 chrome/service/cloud_print/cloud_print_proxy.cc backend_->Shutdown(); backend_ 292 chrome/service/cloud_print/cloud_print_proxy.cc backend_.reset(); backend_ 84 chrome/service/cloud_print/cloud_print_proxy.h scoped_ptr<CloudPrintProxyBackend> backend_; backend_ 126 chrome/service/cloud_print/cloud_print_proxy_backend.cc CloudPrintProxyBackend* backend_; backend_ 228 chrome/service/cloud_print/cloud_print_proxy_backend.cc : backend_(backend), backend_ 256 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 264 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 272 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 287 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_loop_->PostTask( backend_ 302 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_loop_->PostTask( backend_ 309 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 311 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_loop_->PostTask( backend_ 328 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_loop_->PostTask( backend_ 336 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 355 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 374 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 381 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_loop_->PostTask( backend_ 389 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 406 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 477 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 487 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->frontend_loop_); backend_ 488 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_ backend_ 493 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->frontend_loop_); backend_ 494 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_->OnAuthenticationFailed(); backend_ 498 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->frontend_loop_); backend_ 499 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_->OnPrintSystemUnavailable(); backend_ 505 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->frontend_loop_); backend_ 506 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_->OnUnregisterPrinters(auth_token, printer_ids); backend_ 510 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->frontend_loop_); backend_ 511 chrome/service/cloud_print/cloud_print_proxy_backend.cc backend_->frontend_->OnXmppPingUpdated(ping_timeout); backend_ 515 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 533 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 551 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop()); backend_ 234 components/policy/core/common/cloud/component_cloud_policy_service.cc backend_.reset( backend_ 264 components/policy/core/common/cloud/component_cloud_policy_service.cc backend_task_runner_->DeleteSoon(FROM_HERE, backend_.release()); backend_ 277 components/policy/core/common/cloud/component_cloud_policy_service.cc base::Unretained(backend_.get()), backend_ 360 components/policy/core/common/cloud/component_cloud_policy_service.cc base::Unretained(backend_.get()), backend_ 414 components/policy/core/common/cloud/component_cloud_policy_service.cc base::Unretained(backend_.get()), backend_ 442 components/policy/core/common/cloud/component_cloud_policy_service.cc base::Unretained(backend_.get()), backend_ 503 components/policy/core/common/cloud/component_cloud_policy_service.cc base::Unretained(backend_.get()), backend_ 146 components/policy/core/common/cloud/component_cloud_policy_service.h scoped_ptr<Backend> backend_; backend_ 83 components/policy/core/common/cloud/external_policy_data_fetcher.cc backend_(backend), backend_ 108 components/policy/core/common/cloud/external_policy_data_fetcher.cc base::Bind(&ExternalPolicyDataFetcherBackend::StartJob, backend_, job)); backend_ 125 components/policy/core/common/cloud/external_policy_data_fetcher.cc backend_, backend_ 109 components/policy/core/common/cloud/external_policy_data_fetcher.h base::WeakPtr<ExternalPolicyDataFetcherBackend> backend_; backend_ 1744 content/browser/appcache/appcache_storage_impl_unittest.cc backend_.reset(new AppCacheBackendImpl); backend_ 1745 content/browser/appcache/appcache_storage_impl_unittest.cc backend_->Initialize(service_.get(), &frontend_, kMockProcessId); backend_ 1758 content/browser/appcache/appcache_storage_impl_unittest.cc backend_->RegisterHost(1); backend_ 1759 content/browser/appcache/appcache_storage_impl_unittest.cc AppCacheHost* host1 = backend_->GetHost(1); backend_ 1770 content/browser/appcache/appcache_storage_impl_unittest.cc backend_->RegisterHost(2); backend_ 1771 content/browser/appcache/appcache_storage_impl_unittest.cc AppCacheHost* host2 = backend_->GetHost(2); backend_ 1777 content/browser/appcache/appcache_storage_impl_unittest.cc backend_->process_id(), host2->host_id(), backend_ 1808 content/browser/appcache/appcache_storage_impl_unittest.cc AppCacheHost* host1 = backend_->GetHost(1); backend_ 1814 content/browser/appcache/appcache_storage_impl_unittest.cc AppCacheHost* host2 = backend_->GetHost(2); backend_ 1822 content/browser/appcache/appcache_storage_impl_unittest.cc backend_.reset(); backend_ 1897 content/browser/appcache/appcache_storage_impl_unittest.cc scoped_ptr<AppCacheBackendImpl> backend_; backend_ 100 content/browser/fileapi/sandbox_file_system_backend_unittest.cc backend_.reset(new SandboxFileSystemBackend(delegate_.get())); backend_ 105 content/browser/fileapi/sandbox_file_system_backend_unittest.cc return backend_->CreateOriginEnumerator(); backend_ 121 content/browser/fileapi/sandbox_file_system_backend_unittest.cc backend_->ResolveURL( backend_ 144 content/browser/fileapi/sandbox_file_system_backend_unittest.cc scoped_ptr<fileapi::SandboxFileSystemBackend> backend_; backend_ 533 content/browser/gpu/shader_disk_cache.cc &backend_, backend_ 556 content/browser/gpu/shader_disk_cache.cc rv = backend_->DoomAllEntries(completion_callback); backend_ 558 content/browser/gpu/shader_disk_cache.cc rv = backend_->DoomEntriesBetween(begin_time, end_time, backend_ 567 content/browser/gpu/shader_disk_cache.cc return backend_->GetEntryCount(); backend_ 78 content/browser/gpu/shader_disk_cache.h disk_cache::Backend* backend() { return backend_.get(); } backend_ 90 content/browser/gpu/shader_disk_cache.h scoped_ptr<disk_cache::Backend> backend_; backend_ 180 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore::~WebRTCIdentityStore() { backend_->Close(); } backend_ 195 content/browser/media/webrtc_identity_store.cc if (!backend_->FindIdentity( backend_ 224 content/browser/media/webrtc_identity_store.cc backend_->DeleteBetween(delete_begin, delete_end, callback); backend_ 231 content/browser/media/webrtc_identity_store.cc backend_->SetValidityPeriodForTesting(validity_period); backend_ 276 content/browser/media/webrtc_identity_store.cc backend_->AddIdentity(request->origin_, backend_ 112 content/browser/media/webrtc_identity_store.h scoped_refptr<WebRTCIdentityStoreBackend> backend_; backend_ 1210 content/browser/net/sqlite_persistent_cookie_store.cc : backend_(new Backend(path, backend_ 1219 content/browser/net/sqlite_persistent_cookie_store.cc backend_->Load(loaded_callback); backend_ 1225 content/browser/net/sqlite_persistent_cookie_store.cc backend_->LoadCookiesForKey(key, loaded_callback); backend_ 1229 content/browser/net/sqlite_persistent_cookie_store.cc backend_->AddCookie(cc); backend_ 1234 content/browser/net/sqlite_persistent_cookie_store.cc backend_->UpdateCookieAccessTime(cc); backend_ 1238 content/browser/net/sqlite_persistent_cookie_store.cc backend_->DeleteCookie(cc); backend_ 1242 content/browser/net/sqlite_persistent_cookie_store.cc backend_->SetForceKeepSessionState(); backend_ 1246 content/browser/net/sqlite_persistent_cookie_store.cc backend_->Flush(callback); backend_ 1250 content/browser/net/sqlite_persistent_cookie_store.cc backend_->Close(); backend_ 72 content/browser/net/sqlite_persistent_cookie_store.h scoped_refptr<Backend> backend_; backend_ 72 content/browser/renderer_host/pepper/pepper_file_ref_host.cc backend_.reset(new PepperInternalFileRefBackend( backend_ 97 content/browser/renderer_host/pepper/pepper_file_ref_host.cc backend_.reset(new PepperExternalFileRefBackend(host->GetPpapiHost(), backend_ 114 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 115 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->GetFileSystemURL(); backend_ 120 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 121 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->GetExternalFilePath(); backend_ 131 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 132 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->CanRead(); backend_ 137 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 138 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->CanWrite(); backend_ 143 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 144 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->CanCreate(); backend_ 149 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (backend_) backend_ 150 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->CanReadWrite(); backend_ 157 content/browser/renderer_host/pepper/pepper_file_ref_host.cc if (!backend_) backend_ 187 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->MakeDirectory( backend_ 199 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->Touch(context->MakeReplyMessageContext(), backend_ 208 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->Delete(context->MakeReplyMessageContext()); backend_ 232 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->Rename(context->MakeReplyMessageContext(), backend_ 240 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->Query(context->MakeReplyMessageContext()); backend_ 248 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->ReadDirectoryEntries(context->MakeReplyMessageContext()); backend_ 256 content/browser/renderer_host/pepper/pepper_file_ref_host.cc return backend_->GetAbsolutePath(context->MakeReplyMessageContext()); backend_ 104 content/browser/renderer_host/pepper/pepper_file_ref_host.h scoped_ptr<PepperFileRefBackend> backend_; backend_ 95 content/browser/ssl/ssl_manager.cc : backend_(controller), backend_ 96 content/browser/ssl/ssl_manager.cc policy_(new SSLPolicy(&backend_)), backend_ 70 content/browser/ssl/ssl_manager.h SSLPolicyBackend* backend() { return &backend_; } backend_ 90 content/browser/ssl/ssl_manager.h SSLPolicyBackend backend_; backend_ 30 content/browser/ssl/ssl_policy.cc : backend_(backend) { backend_ 31 content/browser/ssl/ssl_policy.cc DCHECK(backend_); backend_ 36 content/browser/ssl/ssl_policy.cc net::CertPolicy::Judgment judgment = backend_->QueryPolicy( backend_ 91 content/browser/ssl/ssl_policy.cc backend_->HostRanInsecureContent(GURL(security_origin).host(), backend_ 101 content/browser/ssl/ssl_policy.cc backend_->HostRanInsecureContent(info->url().host(), info->child_id()); backend_ 142 content/browser/ssl/ssl_policy.cc backend_->DidHostRunInsecureContent( backend_ 164 content/browser/ssl/ssl_policy.cc backend_->AllowCertForHost(handler->ssl_info().cert.get(), backend_ 174 content/browser/ssl/ssl_policy.cc backend_->DenyCertForHost(handler->ssl_info().cert.get(), backend_ 226 content/browser/ssl/ssl_policy.cc backend_->HostRanInsecureContent(parsed_origin.host(), pid); backend_ 44 content/browser/ssl/ssl_policy.h SSLPolicyBackend* backend() const { return backend_; } backend_ 70 content/browser/ssl/ssl_policy.h SSLPolicyBackend* backend_; backend_ 210 content/browser/webui/url_data_manager_backend.cc URLDataManagerBackend* backend_; backend_ 231 content/browser/webui/url_data_manager_backend.cc backend_(backend), backend_ 237 content/browser/webui/url_data_manager_backend.cc CHECK(!backend_->HasPendingJob(this)); backend_ 256 content/browser/webui/url_data_manager_backend.cc backend_->RemoveRequest(this); backend_ 393 content/browser/webui/url_data_manager_backend.cc if (!allowed || !backend_->StartRequest(request_, this)) { backend_ 505 content/browser/webui/url_data_manager_backend.cc i->second->backend_ = NULL; backend_ 529 content/browser/webui/url_data_manager_backend.cc i->second->backend_ = NULL; backend_ 532 content/browser/webui/url_data_manager_backend.cc source->backend_ = this; backend_ 19 content/browser/webui/url_data_source_impl.cc backend_(NULL), backend_ 55 content/browser/webui/url_data_source_impl.cc if (backend_) backend_ 56 content/browser/webui/url_data_source_impl.cc backend_->DataAvailable(request_id, bytes.get()); backend_ 90 content/browser/webui/url_data_source_impl.h URLDataManagerBackend* backend_; backend_ 62 content/child/appcache/web_application_cache_host_impl.cc backend_(backend), backend_ 71 content/child/appcache/web_application_cache_host_impl.cc backend_->RegisterHost(host_id_); backend_ 75 content/child/appcache/web_application_cache_host_impl.cc backend_->UnregisterHost(host_id_); backend_ 174 content/child/appcache/web_application_cache_host_impl.cc backend_->SetSpawningHostId(host_id_, spawning_host_impl->host_id()); backend_ 191 content/child/appcache/web_application_cache_host_impl.cc backend_->SelectCache(host_id_, document_url_, backend_ 216 content/child/appcache/web_application_cache_host_impl.cc backend_->SelectCache( backend_ 227 content/child/appcache/web_application_cache_host_impl.cc backend_->MarkAsForeignEntry(host_id_, document_url_, backend_ 236 content/child/appcache/web_application_cache_host_impl.cc backend_->SelectCache(host_id_, document_url_, backend_ 274 content/child/appcache/web_application_cache_host_impl.cc if (!backend_->StartUpdate(host_id_)) backend_ 279 content/child/appcache/web_application_cache_host_impl.cc status_ = backend_->GetStatus(host_id_); backend_ 284 content/child/appcache/web_application_cache_host_impl.cc if (!backend_->SwapCache(host_id_)) backend_ 286 content/child/appcache/web_application_cache_host_impl.cc status_ = backend_->GetStatus(host_id_); backend_ 305 content/child/appcache/web_application_cache_host_impl.cc backend_->GetResourceList(host_id_, &resource_infos); backend_ 30 content/child/appcache/web_application_cache_host_impl.h appcache::AppCacheBackend* backend() const { return backend_; } backend_ 65 content/child/appcache/web_application_cache_host_impl.h appcache::AppCacheBackend* backend_; backend_ 49 content/renderer/pepper/ppb_image_data_impl.cc backend_.reset(new ImageDataPlatformBackend(IsBrowserAllocated())); backend_ 52 content/renderer/pepper/ppb_image_data_impl.cc backend_.reset(new ImageDataSimpleBackend); backend_ 65 content/renderer/pepper/ppb_image_data_impl.cc backend_.reset(new ImageDataPlatformBackend(false)); backend_ 86 content/renderer/pepper/ppb_image_data_impl.cc return backend_->Init(this, format, width, height, init_to_zero); backend_ 107 content/renderer/pepper/ppb_image_data_impl.cc return backend_->IsMapped(); backend_ 111 content/renderer/pepper/ppb_image_data_impl.cc return backend_->GetTransportDIB(); backend_ 123 content/renderer/pepper/ppb_image_data_impl.cc return backend_->Map(); backend_ 127 content/renderer/pepper/ppb_image_data_impl.cc backend_->Unmap(); backend_ 131 content/renderer/pepper/ppb_image_data_impl.cc return backend_->GetSharedMemory(handle, byte_count); backend_ 135 content/renderer/pepper/ppb_image_data_impl.cc return backend_->GetPlatformCanvas(); backend_ 139 content/renderer/pepper/ppb_image_data_impl.cc return backend_->GetCanvas(); backend_ 147 content/renderer/pepper/ppb_image_data_impl.cc return backend_->GetMappedBitmap(); backend_ 103 content/renderer/pepper/ppb_image_data_impl.h scoped_ptr<Backend> backend_; backend_ 94 extensions/browser/value_store/value_store_frontend.cc : backend_(new Backend()) { backend_ 98 extensions/browser/value_store/value_store_frontend.cc : backend_(new Backend()) { backend_ 103 extensions/browser/value_store/value_store_frontend.cc : backend_(new Backend()) { backend_ 106 extensions/browser/value_store/value_store_frontend.cc backend_, base::Passed(&value_store))); backend_ 116 extensions/browser/value_store/value_store_frontend.cc backend_, db_path)); backend_ 125 extensions/browser/value_store/value_store_frontend.cc backend_, key, callback)); backend_ 134 extensions/browser/value_store/value_store_frontend.cc backend_, key, base::Passed(&value))); backend_ 142 extensions/browser/value_store/value_store_frontend.cc backend_, key)); backend_ 52 extensions/browser/value_store/value_store_frontend.h scoped_refptr<Backend> backend_; backend_ 610 google_apis/gcm/engine/gcm_store_impl.cc : backend_(new Backend(path, base::MessageLoopProxy::current())), backend_ 621 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 630 google_apis/gcm/engine/gcm_store_impl.cc base::Bind(&GCMStoreImpl::Backend::Close, backend_)); backend_ 636 google_apis/gcm/engine/gcm_store_impl.cc base::Bind(&GCMStoreImpl::Backend::Destroy, backend_, callback)); backend_ 645 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 658 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 669 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 679 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 689 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 700 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 720 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 745 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 756 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 769 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 781 google_apis/gcm/engine/gcm_store_impl.cc backend_, backend_ 107 google_apis/gcm/engine/gcm_store_impl.h scoped_refptr<Backend> backend_; backend_ 185 mojo/common/handle_watcher.cc WatcherBackend backend_; backend_ 233 mojo/common/handle_watcher.cc base::Unretained(&backend_), backend_ 243 mojo/common/handle_watcher.cc base::Unretained(&backend_), backend_ 39 net/disk_cache/backend_unittest.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 2988 net/disk_cache/backend_unittest.cc disk_cache::BackendImpl* backend_ = cache_impl_; // Needed be the macro. backend_ 22 net/disk_cache/blockfile/entry_impl.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 98 net/disk_cache/blockfile/entry_impl.cc : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) { backend_ 102 net/disk_cache/blockfile/entry_impl.cc if (backend_.get()) backend_ 103 net/disk_cache/blockfile/entry_impl.cc backend_->BufferDeleted(capacity() - kMaxBlockSize); backend_ 136 net/disk_cache/blockfile/entry_impl.cc base::WeakPtr<BackendImpl> backend_; backend_ 259 net/disk_cache/blockfile/entry_impl.cc if (backend_.get()) backend_ 260 net/disk_cache/blockfile/entry_impl.cc backend_->BufferDeleted(capacity() - kMaxBlockSize); backend_ 279 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 286 net/disk_cache/blockfile/entry_impl.cc grow_allowed_ = backend_->IsAllocAllowed(current_size, required); backend_ 300 net/disk_cache/blockfile/entry_impl.cc backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only), backend_ 309 net/disk_cache/blockfile/entry_impl.cc if (doomed_ || !backend_.get()) backend_ 312 net/disk_cache/blockfile/entry_impl.cc SetPointerForInvalidEntry(backend_->GetCurrentEntryId()); backend_ 313 net/disk_cache/blockfile/entry_impl.cc backend_->InternalDoomEntry(this); backend_ 413 net/disk_cache/blockfile/entry_impl.cc if (!node_.LazyInit(backend_->File(node_address), node_address)) backend_ 446 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); backend_ 448 net/disk_cache/blockfile/entry_impl.cc node->dirty = backend_->GetCurrentEntryId(); backend_ 465 net/disk_cache/blockfile/entry_impl.cc node_.Data()->dirty = backend_->GetCurrentEntryId(); backend_ 486 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(entry_.Data()->data_size[index] - backend_ 499 net/disk_cache/blockfile/entry_impl.cc backend_->RemoveEntry(this); backend_ 506 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(entry_.Data()->key_len, 0); backend_ 508 net/disk_cache/blockfile/entry_impl.cc backend_->DeleteBlock(entry_.address(), true); backend_ 512 net/disk_cache/blockfile/entry_impl.cc backend_->DeleteBlock(node_.address(), true); backend_ 530 net/disk_cache/blockfile/entry_impl.cc if (!node_.LazyInit(backend_->File(address), address)) backend_ 543 net/disk_cache/blockfile/entry_impl.cc rankings->dirty = backend_->GetCurrentEntryId(); backend_ 675 net/disk_cache/blockfile/entry_impl.cc backend_->IncrementIoCount(); backend_ 679 net/disk_cache/blockfile/entry_impl.cc if (backend_.get()) backend_ 680 net/disk_cache/blockfile/entry_impl.cc backend_->DecrementIoCount(); backend_ 695 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 920 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) { backend_ 933 net/disk_cache/blockfile/entry_impl.cc backend_->OnEntryDestroyBegin(entry_.address()); backend_ 949 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize( backend_ 957 net/disk_cache/blockfile/entry_impl.cc int current_id = backend_->GetCurrentEntryId(); backend_ 968 net/disk_cache/blockfile/entry_impl.cc backend_->OnEntryDestroyEnd(); backend_ 988 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 998 net/disk_cache/blockfile/entry_impl.cc backend_->OnEvent(Stats::READ_DATA); backend_ 999 net/disk_cache/blockfile/entry_impl.cc backend_->OnRead(buf_len); backend_ 1070 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 1073 net/disk_cache/blockfile/entry_impl.cc int max_file_size = backend_->MaxFileSize(); backend_ 1081 net/disk_cache/blockfile/entry_impl.cc backend_->TooMuchStorageRequested(size); backend_ 1101 net/disk_cache/blockfile/entry_impl.cc backend_->OnEvent(Stats::WRITE_DATA); backend_ 1102 net/disk_cache/blockfile/entry_impl.cc backend_->OnWrite(buf_len); backend_ 1178 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 1183 net/disk_cache/blockfile/entry_impl.cc if (size > backend_->MaxFileSize()) backend_ 1185 net/disk_cache/blockfile/entry_impl.cc if (!backend_->CreateExternalFile(address)) backend_ 1190 net/disk_cache/blockfile/entry_impl.cc if (!backend_->CreateBlock(file_type, num_blocks, address)) backend_ 1203 net/disk_cache/blockfile/entry_impl.cc DCHECK(backend_.get()); backend_ 1207 net/disk_cache/blockfile/entry_impl.cc int failure = !DeleteCacheFile(backend_->GetFileName(address)); backend_ 1211 net/disk_cache/blockfile/entry_impl.cc backend_->GetFileName(address).value() << " from the cache."; backend_ 1216 net/disk_cache/blockfile/entry_impl.cc backend_->DeleteBlock(address, true); backend_ 1221 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 1226 net/disk_cache/blockfile/entry_impl.cc backend_->UpdateRank(this, modified); backend_ 1238 net/disk_cache/blockfile/entry_impl.cc if (!backend_.get()) backend_ 1245 net/disk_cache/blockfile/entry_impl.cc file = backend_->File(address); backend_ 1254 net/disk_cache/blockfile/entry_impl.cc if (file->Init(backend_->GetFileName(address))) backend_ 1295 net/disk_cache/blockfile/entry_impl.cc user_buffers_[index].reset(new UserBuffer(backend_.get())); backend_ 1311 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(current_size - unreported_size_[index], 0); backend_ 1366 net/disk_cache/blockfile/entry_impl.cc user_buffers_[index].reset(new UserBuffer(backend_.get())); backend_ 1394 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(len - unreported_size_[index], 0); backend_ 1512 net/disk_cache/blockfile/entry_impl.cc DCHECK(backend_.get()); backend_ 1531 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(entry_.Data()->data_size[index] - backend_ 259 net/disk_cache/blockfile/entry_impl.h base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache. backend_ 22 net/disk_cache/blockfile/entry_impl_v3.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 47 net/disk_cache/blockfile/entry_impl_v3.cc : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) { backend_ 51 net/disk_cache/blockfile/entry_impl_v3.cc if (backend_) backend_ 52 net/disk_cache/blockfile/entry_impl_v3.cc backend_->BufferDeleted(capacity() - kMaxBlockSize); backend_ 85 net/disk_cache/blockfile/entry_impl_v3.cc base::WeakPtr<BackendImplV3> backend_; backend_ 208 net/disk_cache/blockfile/entry_impl_v3.cc if (backend_) backend_ 209 net/disk_cache/blockfile/entry_impl_v3.cc backend_->BufferDeleted(capacity() - kMaxBlockSize); backend_ 228 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 235 net/disk_cache/blockfile/entry_impl_v3.cc grow_allowed_ = backend_->IsAllocAllowed(current_size, required); backend_ 248 net/disk_cache/blockfile/entry_impl_v3.cc : backend_(backend->GetWeakPtr()), backend_ 268 net/disk_cache/blockfile/entry_impl_v3.cc if (!node_.LazyInit(backend_->File(node_address), node_address)) backend_ 301 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); backend_ 303 net/disk_cache/blockfile/entry_impl_v3.cc node->dirty = backend_->GetCurrentEntryId(); backend_ 324 net/disk_cache/blockfile/entry_impl_v3.cc node_.Data()->dirty = backend_->GetCurrentEntryId(); backend_ 463 net/disk_cache/blockfile/entry_impl_v3.cc if (doomed_ || !backend_) backend_ 466 net/disk_cache/blockfile/entry_impl_v3.cc SetPointerForInvalidEntry(backend_->GetCurrentEntryId()); backend_ 467 net/disk_cache/blockfile/entry_impl_v3.cc backend_->InternalDoomEntry(this); backend_ 721 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) { backend_ 734 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEntryDestroyBegin(entry_.address()); backend_ 750 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize( backend_ 758 net/disk_cache/blockfile/entry_impl_v3.cc int current_id = backend_->GetCurrentEntryId(); backend_ 769 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEntryDestroyEnd(); backend_ 787 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 797 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEvent(Stats::READ_DATA); backend_ 798 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnRead(buf_len); backend_ 869 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 872 net/disk_cache/blockfile/entry_impl_v3.cc int max_file_size = backend_->MaxFileSize(); backend_ 880 net/disk_cache/blockfile/entry_impl_v3.cc backend_->TooMuchStorageRequested(size); backend_ 900 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEvent(Stats::WRITE_DATA); backend_ 901 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnWrite(buf_len); backend_ 977 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 982 net/disk_cache/blockfile/entry_impl_v3.cc if (size > backend_->MaxFileSize()) backend_ 984 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_->CreateExternalFile(address)) backend_ 989 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_->CreateBlock(file_type, num_blocks, address)) backend_ 1002 net/disk_cache/blockfile/entry_impl_v3.cc DCHECK(backend_); backend_ 1006 net/disk_cache/blockfile/entry_impl_v3.cc int failure = !DeleteCacheFile(backend_->GetFileName(address)); backend_ 1010 net/disk_cache/blockfile/entry_impl_v3.cc backend_->GetFileName(address).value() << " from the cache."; backend_ 1015 net/disk_cache/blockfile/entry_impl_v3.cc backend_->DeleteBlock(address, true); backend_ 1020 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 1025 net/disk_cache/blockfile/entry_impl_v3.cc backend_->UpdateRank(this, modified); backend_ 1051 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(entry_.Data()->data_size[index] - backend_ 1064 net/disk_cache/blockfile/entry_impl_v3.cc backend_->RemoveEntry(this); backend_ 1071 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(entry_.Data()->key_len, 0); backend_ 1073 net/disk_cache/blockfile/entry_impl_v3.cc backend_->DeleteBlock(entry_.address(), true); backend_ 1077 net/disk_cache/blockfile/entry_impl_v3.cc backend_->DeleteBlock(node_.address(), true); backend_ 1117 net/disk_cache/blockfile/entry_impl_v3.cc user_buffers_[index].reset(new UserBuffer(backend_.get())); backend_ 1133 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(current_size - unreported_size_[index], 0); backend_ 1188 net/disk_cache/blockfile/entry_impl_v3.cc user_buffers_[index].reset(new UserBuffer(backend_.get())); backend_ 1216 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(len - unreported_size_[index], 0); backend_ 1334 net/disk_cache/blockfile/entry_impl_v3.cc DCHECK(backend_); backend_ 1353 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(entry_.Data()->data_size[index] - backend_ 1363 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_) backend_ 190 net/disk_cache/blockfile/entry_impl_v3.h base::WeakPtr<BackendImplV3> backend_; // Back pointer to the cache. backend_ 45 net/disk_cache/blockfile/eviction.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 75 net/disk_cache/blockfile/eviction.cc : backend_(NULL), backend_ 86 net/disk_cache/blockfile/eviction.cc backend_ = backend; backend_ 88 net/disk_cache/blockfile/eviction.cc header_ = &backend_->data_->header; backend_ 89 net/disk_cache/blockfile/eviction.cc max_size_ = LowWaterAdjust(backend_->max_size_); backend_ 114 net/disk_cache/blockfile/eviction.cc if (backend_->disabled_ || trimming_) backend_ 137 net/disk_cache/blockfile/eviction.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { backend_ 225 net/disk_cache/blockfile/eviction.cc if (trim_delays_ < kMaxDelayedTrims && backend_->IsLoaded()) backend_ 233 net/disk_cache/blockfile/eviction.cc trim_delays_ < kMaxDelayedTrims && backend_->IsLoaded()) { backend_ 256 net/disk_cache/blockfile/eviction.cc if (backend_->ShouldReportAgain()) { backend_ 268 net/disk_cache/blockfile/eviction.cc backend_->FirstEviction(); backend_ 287 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, list); backend_ 307 net/disk_cache/blockfile/eviction.cc backend_->OnEvent(Stats::TRIM_ENTRY); backend_ 358 net/disk_cache/blockfile/eviction.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { backend_ 496 net/disk_cache/blockfile/eviction.cc if (backend_->disabled_) backend_ 528 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, Rankings::DELETED); backend_ 72 net/disk_cache/blockfile/eviction.h BackendImpl* backend_; backend_ 43 net/disk_cache/blockfile/eviction_v3.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 78 net/disk_cache/blockfile/eviction_v3.cc : backend_(NULL), backend_ 91 net/disk_cache/blockfile/eviction_v3.cc backend_ = backend; backend_ 92 net/disk_cache/blockfile/eviction_v3.cc index_ = &backend_->index_; backend_ 94 net/disk_cache/blockfile/eviction_v3.cc max_size_ = LowWaterAdjust(backend_->max_size_); backend_ 119 net/disk_cache/blockfile/eviction_v3.cc if (backend_->disabled_ || trimming_) backend_ 142 net/disk_cache/blockfile/eviction_v3.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { backend_ 248 net/disk_cache/blockfile/eviction_v3.cc if (trim_delays_ < kMaxDelayedTrims && backend_->IsLoaded()) backend_ 256 net/disk_cache/blockfile/eviction_v3.cc trim_delays_ < kMaxDelayedTrims && backend_->IsLoaded()) { backend_ 278 net/disk_cache/blockfile/eviction_v3.cc EntryImplV3* entry = backend_->GetEnumeratedEntry(node, list); backend_ 298 net/disk_cache/blockfile/eviction_v3.cc backend_->OnEvent(Stats::TRIM_ENTRY); backend_ 347 net/disk_cache/blockfile/eviction_v3.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { backend_ 393 net/disk_cache/blockfile/eviction_v3.cc if (backend_->disabled_) backend_ 427 net/disk_cache/blockfile/eviction_v3.cc if (backend_->ShouldReportAgain()) { backend_ 439 net/disk_cache/blockfile/eviction_v3.cc backend_->FirstEviction(); backend_ 60 net/disk_cache/blockfile/eviction_v3.h BackendImplV3* backend_; backend_ 17 net/disk_cache/blockfile/in_flight_backend_io.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 24 net/disk_cache/blockfile/in_flight_backend_io.cc backend_(backend), backend_ 66 net/disk_cache/blockfile/in_flight_backend_io.cc static_cast<EntryImpl*>(*entry_ptr_)->OnEntryCreated(backend_); backend_ 232 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncInit(); backend_ 235 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncOpenEntry(key_, entry_ptr_); backend_ 238 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncCreateEntry(key_, entry_ptr_); backend_ 241 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncDoomEntry(key_); backend_ 244 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncDoomAllEntries(); backend_ 247 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncDoomEntriesBetween(initial_time_, end_time_); backend_ 250 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncDoomEntriesSince(initial_time_); backend_ 253 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncOpenNextEntry(iter_ptr_, entry_ptr_); backend_ 256 net/disk_cache/blockfile/in_flight_backend_io.cc result_ = backend_->SyncOpenPrevEntry(iter_ptr_, entry_ptr_); backend_ 259 net/disk_cache/blockfile/in_flight_backend_io.cc backend_->SyncEndEnumeration(iter_); backend_ 263 net/disk_cache/blockfile/in_flight_backend_io.cc backend_->SyncOnExternalCacheHit(key_); backend_ 335 net/disk_cache/blockfile/in_flight_backend_io.cc : backend_(backend), backend_ 344 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 351 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 358 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 365 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 372 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 380 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 387 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 394 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 401 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 408 net/disk_cache/blockfile/in_flight_backend_io.cc new BackendIO(this, backend_, net::CompletionCallback())); backend_ 415 net/disk_cache/blockfile/in_flight_backend_io.cc new BackendIO(this, backend_, net::CompletionCallback())); backend_ 422 net/disk_cache/blockfile/in_flight_backend_io.cc new BackendIO(this, backend_, net::CompletionCallback())); backend_ 429 net/disk_cache/blockfile/in_flight_backend_io.cc new BackendIO(this, backend_, net::CompletionCallback())); backend_ 435 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 442 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 450 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 459 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 467 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 475 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 483 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 490 net/disk_cache/blockfile/in_flight_backend_io.cc new BackendIO(this, backend_, net::CompletionCallback())); backend_ 497 net/disk_cache/blockfile/in_flight_backend_io.cc scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); backend_ 121 net/disk_cache/blockfile/in_flight_backend_io.h BackendImpl* backend_; backend_ 214 net/disk_cache/blockfile/in_flight_backend_io.h BackendImpl* backend_; backend_ 424 net/disk_cache/blockfile/index_table_v3.cc : backend_(backend), backend_ 789 net/disk_cache/blockfile/index_table_v3.cc backend_->SaveIndex(buffer, num_bytes); backend_ 833 net/disk_cache/blockfile/index_table_v3.cc backend_->DeleteCell(cell); backend_ 844 net/disk_cache/blockfile/index_table_v3.cc backend_->FixCell(cell); backend_ 870 net/disk_cache/blockfile/index_table_v3.cc backend_->GrowIndex(); backend_ 261 net/disk_cache/blockfile/index_table_v3.h IndexTableBackend* backend_; backend_ 16 net/disk_cache/blockfile/rankings.cc #define CACHE_UMA_BACKEND_IMPL_OBJ backend_ backend_ 224 net/disk_cache/blockfile/rankings.cc backend_ = backend; backend_ 225 net/disk_cache/blockfile/rankings.cc control_data_ = backend_->GetLruData(); backend_ 253 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock head(backend_->File(my_head), my_head); backend_ 260 net/disk_cache/blockfile/rankings.cc backend_->CriticalError(ERR_INVALID_LINKS); backend_ 289 net/disk_cache/blockfile/rankings.cc backend_->FlushIndex(); backend_ 336 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock next(backend_->File(next_addr), next_addr); backend_ 337 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock prev(backend_->File(prev_addr), prev_addr); backend_ 396 net/disk_cache/blockfile/rankings.cc backend_->FlushIndex(); backend_ 423 net/disk_cache/blockfile/rankings.cc next.reset(new CacheRankingsBlock(backend_->File(my_head), my_head)); backend_ 435 net/disk_cache/blockfile/rankings.cc next.reset(new CacheRankingsBlock(backend_->File(address), address)); backend_ 456 net/disk_cache/blockfile/rankings.cc prev.reset(new CacheRankingsBlock(backend_->File(my_tail), my_tail)); backend_ 468 net/disk_cache/blockfile/rankings.cc prev.reset(new CacheRankingsBlock(backend_->File(address), address)); backend_ 590 net/disk_cache/blockfile/rankings.cc backend_->CriticalError(ERR_INVALID_LINKS); backend_ 594 net/disk_cache/blockfile/rankings.cc backend_->OnEvent(Stats::OPEN_RANKINGS); backend_ 598 net/disk_cache/blockfile/rankings.cc if (!backend_->read_only() && !rankings->Data()->dirty) backend_ 601 net/disk_cache/blockfile/rankings.cc EntryImpl* entry = backend_->GetOpenEntry(rankings); backend_ 603 net/disk_cache/blockfile/rankings.cc if (backend_->read_only()) backend_ 609 net/disk_cache/blockfile/rankings.cc rankings->Data()->dirty = backend_->GetCurrentEntryId() - 1; backend_ 645 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock node(backend_->File(node_addr), node_addr); backend_ 684 net/disk_cache/blockfile/rankings.cc backend_->RecoveredEntry(node); backend_ 702 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock next(backend_->File(next_addr), next_addr); backend_ 703 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock prev(backend_->File(prev_addr), prev_addr); backend_ 742 net/disk_cache/blockfile/rankings.cc backend_->FlushIndex(); backend_ 782 net/disk_cache/blockfile/rankings.cc backend_->CriticalError(ERR_INVALID_LINKS); backend_ 792 net/disk_cache/blockfile/rankings.cc backend_->CriticalError(ERR_INVALID_LINKS); backend_ 827 net/disk_cache/blockfile/rankings.cc node.reset(new CacheRankingsBlock(backend_->File(current), current)); backend_ 205 net/disk_cache/blockfile/rankings.h BackendImpl* backend_; backend_ 57 net/disk_cache/blockfile/sparse_control.cc : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {} backend_ 72 net/disk_cache/blockfile/sparse_control.cc base::WeakPtr<disk_cache::BackendImpl> backend_; backend_ 107 net/disk_cache/blockfile/sparse_control.cc if (!backend_.get()) backend_ 110 net/disk_cache/blockfile/sparse_control.cc disk_cache::File* file(backend_->File(address)); backend_ 130 net/disk_cache/blockfile/sparse_control.cc if (!children_map_.FindNextSetBit(&child_id) || !backend_.get()) { backend_ 135 net/disk_cache/blockfile/sparse_control.cc backend_->SyncDoomEntry(child_name); backend_ 355 net/disk_cache/blockfile/sparse_control.cc DCHECK(entry->backend_.get()); backend_ 356 net/disk_cache/blockfile/sparse_control.cc ChildrenDeleter* deleter = new ChildrenDeleter(entry->backend_.get(), backend_ 459 net/disk_cache/blockfile/sparse_control.cc if (!entry_->backend_.get()) backend_ 462 net/disk_cache/blockfile/sparse_control.cc child_ = entry_->backend_->OpenEntryImpl(key); backend_ 533 net/disk_cache/blockfile/sparse_control.cc if (!entry_->backend_.get()) backend_ 536 net/disk_cache/blockfile/sparse_control.cc child_ = entry_->backend_->CreateEntryImpl(key); backend_ 57 net/disk_cache/blockfile/sparse_control_v3.cc : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {} backend_ 72 net/disk_cache/blockfile/sparse_control_v3.cc base::WeakPtr<disk_cache::BackendImpl> backend_; backend_ 107 net/disk_cache/blockfile/sparse_control_v3.cc if (!backend_) backend_ 110 net/disk_cache/blockfile/sparse_control_v3.cc disk_cache::File* file(backend_->File(address)); backend_ 130 net/disk_cache/blockfile/sparse_control_v3.cc if (!children_map_.FindNextSetBit(&child_id) || !backend_) { backend_ 135 net/disk_cache/blockfile/sparse_control_v3.cc backend_->SyncDoomEntry(child_name); backend_ 334 net/disk_cache/blockfile/sparse_control_v3.cc DCHECK(entry->backend_); backend_ 335 net/disk_cache/blockfile/sparse_control_v3.cc ChildrenDeleter* deleter = new ChildrenDeleter(entry->backend_.get(), backend_ 461 net/disk_cache/blockfile/sparse_control_v3.cc if (!entry_->backend_) backend_ 464 net/disk_cache/blockfile/sparse_control_v3.cc child_ = entry_->backend_->OpenEntryImpl(key); backend_ 518 net/disk_cache/blockfile/sparse_control_v3.cc if (!entry_->backend_) backend_ 521 net/disk_cache/blockfile/sparse_control_v3.cc child_ = entry_->backend_->CreateEntryImpl(key); backend_ 51 net/disk_cache/cache_creator.cc scoped_ptr<disk_cache::Backend>* backend_; backend_ 73 net/disk_cache/cache_creator.cc backend_(backend), backend_ 119 net/disk_cache/cache_creator.cc *backend_ = created_cache_.Pass(); backend_ 121 net/disk_cache/cache_creator.cc *backend_.reset( backend_ 64 net/disk_cache/memory/mem_entry_impl.cc backend_ = backend; backend_ 91 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); backend_ 149 net/disk_cache/memory/mem_entry_impl.cc backend_->InternalDoomEntry(this); backend_ 152 net/disk_cache/memory/mem_entry_impl.cc backend_->RemoveFromRankingList(this); backend_ 277 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(data_size_[i], 0); backend_ 278 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(static_cast<int32>(key_.size()), 0); backend_ 315 net/disk_cache/memory/mem_entry_impl.cc int max_file_size = backend_->MaxFileSize(); backend_ 329 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(entry_size, offset + buf_len); backend_ 333 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(entry_size, offset + buf_len); backend_ 539 net/disk_cache/memory/mem_entry_impl.cc backend_->UpdateRank(this); backend_ 576 net/disk_cache/memory/mem_entry_impl.cc backend_->InsertIntoRankingList(this); backend_ 587 net/disk_cache/memory/mem_entry_impl.cc MemEntryImpl* child = new MemEntryImpl(backend_); backend_ 175 net/disk_cache/memory/mem_entry_impl.h MemBackendImpl* backend_; // Back pointer to the cache. backend_ 169 net/disk_cache/simple/simple_entry_impl.cc : backend_(backend->AsWeakPtr()), backend_ 200 net/disk_cache/simple/simple_entry_impl.cc DCHECK(backend_.get()); backend_ 204 net/disk_cache/simple/simple_entry_impl.cc bool have_index = backend_->index()->initialized(); backend_ 214 net/disk_cache/simple/simple_entry_impl.cc if (backend_->index()->Has(entry_hash_)) backend_ 239 net/disk_cache/simple/simple_entry_impl.cc DCHECK(backend_.get()); backend_ 244 net/disk_cache/simple/simple_entry_impl.cc bool have_index = backend_->index()->initialized(); backend_ 265 net/disk_cache/simple/simple_entry_impl.cc backend_->index()->Insert(entry_hash_); backend_ 278 net/disk_cache/simple/simple_entry_impl.cc if (backend_.get()) backend_ 279 net/disk_cache/simple/simple_entry_impl.cc backend_->OnDoomStart(entry_hash_); backend_ 405 net/disk_cache/simple/simple_entry_impl.cc if (backend_.get() && offset + buf_len > backend_->GetMaxFileSize()) { backend_ 540 net/disk_cache/simple/simple_entry_impl.cc base::Bind(&InvokeCallbackIfBackendIsAlive, backend_, callback, result)); backend_ 558 net/disk_cache/simple/simple_entry_impl.cc if (!backend_.get()) { backend_ 571 net/disk_cache/simple/simple_entry_impl.cc if (!backend_.get()) backend_ 573 net/disk_cache/simple/simple_entry_impl.cc backend_->OnDeactivated(this); backend_ 578 net/disk_cache/simple/simple_entry_impl.cc if (!backend_.get()) backend_ 580 net/disk_cache/simple/simple_entry_impl.cc backend_->index()->Remove(entry_hash_); backend_ 856 net/disk_cache/simple/simple_entry_impl.cc if (!doomed_ && backend_.get()) backend_ 857 net/disk_cache/simple/simple_entry_impl.cc backend_->index()->UseIfExists(entry_hash_); backend_ 939 net/disk_cache/simple/simple_entry_impl.cc if (!doomed_ && backend_.get()) backend_ 940 net/disk_cache/simple/simple_entry_impl.cc backend_->index()->UseIfExists(entry_hash_); backend_ 1023 net/disk_cache/simple/simple_entry_impl.cc if (backend_.get()) { backend_ 1024 net/disk_cache/simple/simple_entry_impl.cc int64 max_cache_size = backend_->index()->max_size(); backend_ 1303 net/disk_cache/simple/simple_entry_impl.cc if (backend_) backend_ 1304 net/disk_cache/simple/simple_entry_impl.cc backend_->OnDoomComplete(entry_hash_); backend_ 1365 net/disk_cache/simple/simple_entry_impl.cc if (!doomed_ && backend_.get()) backend_ 1366 net/disk_cache/simple/simple_entry_impl.cc backend_->index()->UpdateEntrySize(entry_hash_, GetDiskUsage()); backend_ 304 net/disk_cache/simple/simple_entry_impl.h const base::WeakPtr<SimpleBackendImpl> backend_; backend_ 56 net/disk_cache/tracing/tracing_cache_backend.cc base::WeakPtr<TracingCacheBackend> backend_; backend_ 174 net/disk_cache/tracing/tracing_cache_backend.cc if (backend_.get()) { backend_ 175 net/disk_cache/tracing/tracing_cache_backend.cc backend_->OnDeleteEntry(entry_); backend_ 180 net/disk_cache/tracing/tracing_cache_backend.cc : backend_(backend.Pass()) { backend_ 187 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->GetCacheType(); backend_ 191 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->GetEntryCount(); backend_ 246 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->OpenEntry(key, entry, backend_ 261 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->CreateEntry(key, entry, backend_ 276 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->DoomEntry(key, BindCompletion(OP_DOOM_ENTRY, backend_ 286 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->DoomAllEntries(callback); backend_ 292 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->DoomEntriesBetween(initial_time, end_time, cb); backend_ 297 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->DoomEntriesSince(initial_time, callback); backend_ 302 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->OpenNextEntry(iter, next_entry, callback); backend_ 306 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->EndEnumeration(iter); backend_ 310 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->GetStats(stats); backend_ 314 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->OnExternalCacheHit(key); backend_ 75 net/disk_cache/tracing/tracing_cache_backend.h scoped_ptr<Backend> backend_; backend_ 61 net/http/disk_cache_based_quic_server_info.cc backend_(NULL), backend_ 109 net/http/disk_cache_based_quic_server_info.cc if (!backend_) backend_ 187 net/http/disk_cache_based_quic_server_info.cc backend_ = data_shim_->backend; backend_ 237 net/http/disk_cache_based_quic_server_info.cc return backend_->OpenEntry(key(), &data_shim_->entry, io_callback_); backend_ 267 net/http/disk_cache_based_quic_server_info.cc return backend_->OpenEntry(key(), &data_shim_->entry, io_callback_); backend_ 270 net/http/disk_cache_based_quic_server_info.cc return backend_->CreateEntry(key(), &data_shim_->entry, io_callback_); backend_ 96 net/http/disk_cache_based_quic_server_info.h disk_cache::Backend* backend_; backend_ 163 net/http/http_cache.cc if (backend_) backend_ 164 net/http/http_cache.cc *backend_ = backend; backend_ 184 net/http/http_cache.cc disk_cache::Backend** backend_; backend_ 600 net/http/mock_http_cache.cc : backend_(NULL), backend_ 617 net/http/mock_http_cache.cc backend_ = backend; backend_ 626 net/http/mock_http_cache.cc backend_->reset(new MockDiskCache()); backend_ 236 net/http/mock_http_cache.h scoped_ptr<disk_cache::Backend>* backend() { return backend_; } backend_ 244 net/http/mock_http_cache.h scoped_ptr<disk_cache::Backend>* backend_; backend_ 81 sync/api/attachments/fake_attachment_store.cc : backend_(new Backend(base::MessageLoopProxy::current())), backend_ 90 sync/api/attachments/fake_attachment_store.cc base::Bind(&FakeAttachmentStore::Backend::Read, backend_, id, callback)); backend_ 99 sync/api/attachments/fake_attachment_store.cc &FakeAttachmentStore::Backend::Write, backend_, bytes, callback)); backend_ 106 sync/api/attachments/fake_attachment_store.cc base::Bind(&FakeAttachmentStore::Backend::Drop, backend_, id, callback)); backend_ 52 sync/api/attachments/fake_attachment_store.h scoped_refptr<Backend> backend_; backend_ 98 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_.reset(new QuotaBackendImpl(file_task_runner(), backend_ 105 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_.reset(); backend_ 134 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->GetUsageCachePath(origin, type, &path); backend_ 146 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc scoped_ptr<QuotaBackendImpl> backend_; backend_ 161 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->ReserveQuota(GURL(kOrigin), type, kDelta1, backend_ 169 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->ReserveQuota(GURL(kOrigin), type, kDelta2, backend_ 187 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->ReserveQuota(GURL(kOrigin), type, kDelta, backend_ 205 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->ReserveQuota(GURL(kOrigin), type, kDelta, backend_ 222 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->ReleaseReservedQuota(GURL(kOrigin), type, kSize); backend_ 235 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->CommitQuotaUsage(GURL(kOrigin), type, kDelta1); backend_ 242 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->CommitQuotaUsage(GURL(kOrigin), type, kDelta2); backend_ 256 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->IncrementDirtyCount(GURL(kOrigin), type); backend_ 261 webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc backend_->DecrementDirtyCount(GURL(kOrigin), type); backend_ 14 webkit/browser/fileapi/quota/quota_reservation_manager.cc : backend_(backend.Pass()), backend_ 29 webkit/browser/fileapi/quota/quota_reservation_manager.cc backend_->ReserveQuota(origin, type, size, callback); backend_ 37 webkit/browser/fileapi/quota/quota_reservation_manager.cc backend_->ReleaseReservedQuota(origin, type, size); backend_ 45 webkit/browser/fileapi/quota/quota_reservation_manager.cc backend_->CommitQuotaUsage(origin, type, delta); backend_ 51 webkit/browser/fileapi/quota/quota_reservation_manager.cc backend_->IncrementDirtyCount(origin, type); backend_ 57 webkit/browser/fileapi/quota/quota_reservation_manager.cc backend_->DecrementDirtyCount(origin, type); backend_ 109 webkit/browser/fileapi/quota/quota_reservation_manager.h scoped_ptr<QuotaBackend> backend_; backend_ 194 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc return static_cast<FakeBackend*>(reservation_manager_->backend_.get());