HomeSort by relevance Sort by last modified time
    Searched refs:OnlineWhiteListRecord (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 75 struct OnlineWhiteListRecord {
76 OnlineWhiteListRecord() : cache_id(0), is_pattern(false) {}
149 int64 cache_id, std::vector<OnlineWhiteListRecord>* records);
150 bool InsertOnlineWhiteList(const OnlineWhiteListRecord* record);
152 const std::vector<OnlineWhiteListRecord>& records);
187 const sql::Statement& statement, OnlineWhiteListRecord* record);
appcache.h 118 const std::vector<AppCacheDatabase::OnlineWhiteListRecord>& whitelists);
128 std::vector<AppCacheDatabase::OnlineWhiteListRecord>* whitelists);
appcache.cc 156 const std::vector<AppCacheDatabase::OnlineWhiteListRecord>& whitelists) {
182 const AppCacheDatabase::OnlineWhiteListRecord& record = whitelists.at(i);
197 std::vector<AppCacheDatabase::OnlineWhiteListRecord>* whitelists) {
238 whitelists->push_back(AppCacheDatabase::OnlineWhiteListRecord());
239 AppCacheDatabase::OnlineWhiteListRecord& record = whitelists->back();
appcache_database.cc 756 int64 cache_id, std::vector<OnlineWhiteListRecord>* records) {
769 records->push_back(OnlineWhiteListRecord());
777 const OnlineWhiteListRecord* record) {
794 const std::vector<OnlineWhiteListRecord>& records) {
800 std::vector<OnlineWhiteListRecord>::const_iterator iter = records.begin();
979 const sql::Statement& statement, OnlineWhiteListRecord* record) {
    [all...]
appcache_storage_impl_unittest.cc 701 AppCacheDatabase::OnlineWhiteListRecord online_whitelist_record;
732 std::vector<AppCacheDatabase::OnlineWhiteListRecord> whitelist_records;
    [all...]
appcache_database_unittest.cc 489 const AppCacheDatabase::OnlineWhiteListRecord kZeroRecord;
490 AppCacheDatabase::OnlineWhiteListRecord record;
491 std::vector<AppCacheDatabase::OnlineWhiteListRecord> records;
    [all...]
appcache_storage_impl.cc 395 std::vector<AppCacheDatabase::OnlineWhiteListRecord>
839 typedef std::vector<AppCacheDatabase::OnlineWhiteListRecord>
    [all...]
appcache_unittest.cc 584 std::vector<AppCacheDatabase::OnlineWhiteListRecord> whitelists;

Completed in 49 milliseconds