OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttachmentStore
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/api/
syncable_service.cc
11
scoped_refptr<AttachmentStore> SyncableService::
GetAttachmentStore
() {
syncable_service.h
71
//
GetAttachmentStore
is called right before MergeDataAndStartSyncing. If at
72
// that time
GetAttachmentStore
returns NULL then datatype is considered not
75
// attachemnts should create attachment store and implement
GetAttachmentStore
77
virtual scoped_refptr<AttachmentStore>
GetAttachmentStore
();
/external/chromium_org/components/sync_driver/
generic_change_processor_factory.cc
33
local_service->
GetAttachmentStore
())).Pass();
Completed in 581 milliseconds