OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CannedSyncableFileSystem
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc
100
const
CannedSyncableFileSystem
::StatusCallback& callback,
120
const
CannedSyncableFileSystem
::StatusCallback& callback,
134
CannedSyncableFileSystem
::FileEntryList* entries_out,
135
const
CannedSyncableFileSystem
::StatusCallback& callback,
205
CannedSyncableFileSystem
::
CannedSyncableFileSystem
(
220
CannedSyncableFileSystem
::~
CannedSyncableFileSystem
() {}
222
void
CannedSyncableFileSystem
::SetUp() {
256
void
CannedSyncableFileSystem
::TearDown()
[
all
...]
canned_syncable_file_system.h
55
class
CannedSyncableFileSystem
66
CannedSyncableFileSystem
(const GURL& origin,
69
virtual ~
CannedSyncableFileSystem
();
238
DISALLOW_COPY_AND_ASSIGN(
CannedSyncableFileSystem
);
local_file_sync_context_unittest.cc
173
void StartModifyFileOnIOThread(
CannedSyncableFileSystem
* file_system,
230
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
280
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
368
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
409
CannedSyncableFileSystem
file_system1(GURL(kOrigin1),
412
CannedSyncableFileSystem
file_system2(GURL(kOrigin2),
525
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
586
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
672
CannedSyncableFileSystem
file_system(GURL(kOrigin1),
740
CannedSyncableFileSystem
file_system(GURL(kOrigin1)
[
all
...]
local_file_change_tracker.h
112
friend class
CannedSyncableFileSystem
;
local_file_sync_context.h
210
friend class
CannedSyncableFileSystem
;
syncable_file_system_unittest.cc
63
// (
CannedSyncableFileSystem
::TearDown does not do this as there may be
101
CannedSyncableFileSystem
file_system_;
local_file_sync_service_unittest.cc
113
file_system_.reset(new
CannedSyncableFileSystem
(
199
scoped_ptr<
CannedSyncableFileSystem
> file_system_;
295
CannedSyncableFileSystem
file_system2(
syncable_file_operation_runner_unittest.cc
136
CannedSyncableFileSystem
file_system_;
local_file_change_tracker_unittest.cc
62
// (
CannedSyncableFileSystem
::TearDown does not do this as there may be
110
CannedSyncableFileSystem
file_system_;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc
105
typedef std::map<GURL,
CannedSyncableFileSystem
*>::iterator iterator;
120
CannedSyncableFileSystem
* file_system = new
CannedSyncableFileSystem
(
248
for (std::map<GURL,
CannedSyncableFileSystem
*>::const_iterator itr =
253
CannedSyncableFileSystem
* file_system = itr->second;
284
CannedSyncableFileSystem
* file_system) {
301
CannedSyncableFileSystem
::FileEntryList local_entries;
304
for (
CannedSyncableFileSystem
::FileEntryList::iterator itr =
334
CannedSyncableFileSystem
* file_system) {
364
std::map<GURL,
CannedSyncableFileSystem
*> file_systems_
[
all
...]
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc
125
file_system_.reset(new
CannedSyncableFileSystem
(
255
scoped_ptr<
CannedSyncableFileSystem
> file_system_;
410
base::Bind(&
CannedSyncableFileSystem
::DoCreateFile,
Completed in 210 milliseconds