Home
last modified time | relevance | path

Searched refs:WriteKey (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/flash/
Dinternal_entry.cc27 WriteKey(entry_.get(), key); in InternalEntry()
71 bool InternalEntry::WriteKey(LogStoreEntry* entry, const std::string& key) { in WriteKey() function in disk_cache::InternalEntry
Dinternal_entry.h51 bool WriteKey(LogStoreEntry* entry, const std::string& key);
/external/chromium_org/sync/notifier/
Dsync_system_resources.h181 virtual void WriteKey(const std::string& key, const std::string& value,
Dsync_system_resources.cc269 void SyncStorage::WriteKey(const std::string& key, const std::string& value, in WriteKey() function in syncer::SyncStorage
Dsync_system_resources_unittest.cc172 sync_system_resources_.storage()->WriteKey( in TEST_F()