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

  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 40 void LoadEntries();
notification_exceptions_table_model.cc 33 LoadEntries();
107 LoadEntries();
114 void NotificationExceptionsTableModel::LoadEntries() {
  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 37 if (!LoadEntries(handles_map))
on_disk_directory_backing_store.cc 52 if (!LoadEntries(handles_map))
directory_backing_store.h 99 bool LoadEntries(Directory::MetahandlesMap* handles_map);
directory_backing_store_unittest.cc     [all...]
directory_backing_store.cc 498 bool DirectoryBackingStore::LoadEntries(
    [all...]
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 35 if (!LoadEntries(handles_map))
  /external/chromium_org/components/dom_distiller/core/
fake_db.h 31 virtual void LoadEntries(DomDistillerDatabaseInterface::LoadCallback callback)
dom_distiller_database.h 59 virtual void LoadEntries(LoadCallback callback) = 0;
104 virtual void LoadEntries(LoadCallback callback) OVERRIDE;
fake_db.cc 39 void FakeDB::LoadEntries(DomDistillerDatabaseInterface::LoadCallback callback) {
dom_distiller_database_unittest.cc 42 bool LoadEntries(EntryVector* entries);
174 db_->LoadEntries(
195 db_->LoadEntries(
dom_distiller_database.cc 197 void DomDistillerDatabase::LoadEntries(LoadCallback callback) {
dom_distiller_store.cc 256 database_->LoadEntries(base::Bind(&DomDistillerStore::OnDatabaseLoad,
  /external/chromium_org/net/http/
transport_security_persister.h 106 bool LoadEntries(const std::string& serialized, bool* dirty);
transport_security_persister_unittest.cc 50 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
68 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
138 EXPECT_TRUE(persister_->LoadEntries(persisted, &dirty));
163 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
195 EXPECT_TRUE(persister_->LoadEntries(ser, &dirty));
transport_security_persister.cc 186 bool TransportSecurityPersister::LoadEntries(const std::string& serialized,
310 if (!LoadEntries(state, &dirty)) {
  /external/chromium/net/base/
transport_security_state.h 111 bool LoadEntries(const std::string& state, bool* dirty);
transport_security_state_unittest.cc 209 EXPECT_TRUE(state->LoadEntries(output, &dirty));
230 EXPECT_TRUE(state->LoadEntries(output, &dirty));
263 EXPECT_TRUE(state->LoadEntries(output, &dirty));
321 EXPECT_TRUE(state->LoadEntries(output, &dirty));
557 EXPECT_TRUE(state->LoadEntries(ser, &dirty));
transport_security_state.cc 333 bool TransportSecurityState::LoadEntries(const std::string& input,
  /external/chromium/chrome/browser/
transport_security_persister.cc 54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 116 bool LoadEntries(MetahandlesIndex* entry_bucket);
directory_backing_store_unittest.cc     [all...]
directory_backing_store.cc 255 if (!LoadEntries(entry_bucket))
563 bool DirectoryBackingStore::LoadEntries(MetahandlesIndex* entry_bucket) {
    [all...]

Completed in 2897 milliseconds