/external/chromium/chrome/browser/sync/ |
profile_sync_factory.h | 39 // model associator at construction time. 63 // Instantiates both a model associator and change processor for the 70 // Instantiates both a model associator and change processor for the 79 // Instantiates both a model associator and change processor for the 88 // Instantiates both a model associator and change processor for the 95 // Instantiates both a model associator and change processor for the 102 // Instantiates both a model associator and change processor for the 110 // Instantiates both a model associator and change processor for the 117 // Instantiates both a model associator and change processor for the 124 // Instantiates both a model associator and change processor for th [all...] |
profile_sync_factory_impl.cc | 172 // to write our own apps model associator and/or change processor.
|
profile_sync_service.h | 165 // Returns the session model associator associated with this type, but only if 166 // the associator is running. If it is doing anything else, it will return
|
profile_sync_service_bookmark_unittest.cc | 316 // Set up model associator. [all...] |
/external/chromium/chrome/browser/sync/glue/ |
theme_model_associator.h | 34 // No implementation needed, this associator runs on the main
|
extension_model_associator.h | 40 // No implementation needed, this associator runs on the main
|
autofill_profile_model_associator_unittest.cc | 216 ::testing::StrictMock<MockAutofillProfileModelAssociator> associator; local 230 associator.AddNativeProfileIfNeededWrapper(profile_specifics, &bundle,
|
bookmark_change_processor.h | 100 BookmarkModelAssociator* associator, 141 BookmarkModelAssociator* associator);
|
data_type_controller.h | 22 // need to run model associator or change processor on other threads.
|
model_associator.h | 58 // associator for a specific data type.
|
preference_model_associator.h | 68 // No implementation needed, this associator runs on the main
|
bookmark_change_processor.cc | 157 BookmarkModelAssociator* associator, 166 if (!PlaceSyncNode(CREATE, parent, index, trans, &sync_child, associator)) { 176 associator->Associate(child, sync_child.GetId()); 285 sync_api::WriteNode* dst, BookmarkModelAssociator* associator) { 287 if (!associator->InitSyncNodeFromChromeId(parent->id(), &sync_parent)) { 307 if (!associator->InitSyncNodeFromChromeId(prev->id(), &sync_prev)) {
|
bookmark_model_associator.h | 84 // No implementation needed, this associator runs on the main
|
session_change_processor.cc | 213 // Model associator handles foreign session update and add the same.
|
session_model_associator.h | 68 // No implementation needed, this associator runs on the main thread. 244 // difference is that tab_node_id is controlled by the model associator and
|
autofill_data_type_controller_unittest.cc | 222 // this will call the model associator's AbortAssociation() method
|
autofill_profile_change_processor.cc | 267 LOG(ERROR) << "Could not find the node in associator " << guid;
|
autofill_model_associator.cc | 546 << " model associator";
|
autofill_profile_model_associator.cc | 154 << " Now associating to the new autofill profile model associator"
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.cc | 76 // We only want to set the model associator if there is one, and it is done 89 SessionModelAssociator* associator = GetModelAssociator(); local 92 if (associator == NULL) { 93 // Called before associator created, exit. 98 if (!associator->GetAllForeignSessions(&sessions)) { 165 SessionModelAssociator* associator = GetModelAssociator(); local 171 if (!associator->GetForeignTab(session_string_value, tab_id, &tab)) { 179 if (!associator->GetForeignSession(session_string_value, &windows)) {
|
foreign_session_handler.h | 37 // Returns a pointer to the current session model associator or NULL.
|