OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDataTypeContext
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/internal_api/public/
write_transaction.h
50
void
SetDataTypeContext
(
/external/chromium_org/sync/internal_api/
write_transaction.cc
41
void WriteTransaction::
SetDataTypeContext
(
61
GetDirectory()->
SetDataTypeContext
(transaction_,
/external/chromium_org/sync/engine/
directory_update_handler.cc
57
dir_->
SetDataTypeContext
(&trans, type_, mutated_context);
/external/chromium_org/sync/syncable/
directory.h
216
void
SetDataTypeContext
(BaseWriteTransaction* trans,
syncable_unittest.cc
220
dir()->
SetDataTypeContext
(&trans, BOOKMARKS, BuildContext(BOOKMARKS));
221
dir()->
SetDataTypeContext
(&trans, PREFERENCES, BuildContext(PREFERENCES));
222
dir()->
SetDataTypeContext
(&trans, AUTOFILL, BuildContext(AUTOFILL));
directory.cc
[
all
...]
/external/chromium_org/components/sync_driver/
generic_change_processor.cc
221
trans.
SetDataTypeContext
(type, refresh_status, context);
Completed in 245 milliseconds