Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.h58 const FilePath& backing_filepath);
Ddirectory_backing_store.cc165 const FilePath& backing_filepath) in DirectoryBackingStore() argument
169 backing_filepath_(backing_filepath), in DirectoryBackingStore()
Dsyncable_unittest.cc302 const FilePath& backing_filepath) in UnsaveableBackingStore() argument
303 : DirectoryBackingStore(dir_name, backing_filepath) { } in UnsaveableBackingStore()
310 const FilePath& backing_filepath) { in CreateBackingStore() argument
311 return new UnsaveableBackingStore(dir_name, backing_filepath); in CreateBackingStore()
Dsyncable.h819 const FilePath& backing_filepath);
Dsyncable.cc380 const string& dir_name, const FilePath& backing_filepath) { in CreateBackingStore() argument
381 return new DirectoryBackingStore(dir_name, backing_filepath); in CreateBackingStore()