Searched refs:associator (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ui/webui/ |
D | foreign_session_handler.cc | 89 SessionModelAssociator* associator = GetModelAssociator(); in HandleGetForeignSessions() local 92 if (associator == NULL) { in HandleGetForeignSessions() 98 if (!associator->GetAllForeignSessions(&sessions)) { in HandleGetForeignSessions() 165 SessionModelAssociator* associator = GetModelAssociator(); in HandleOpenForeignSession() local 171 if (!associator->GetForeignTab(session_string_value, tab_id, &tab)) { in HandleOpenForeignSession() 179 if (!associator->GetForeignSession(session_string_value, &windows)) { in HandleOpenForeignSession()
|
/external/chromium/chrome/browser/sync/glue/ |
D | bookmark_change_processor.cc | 157 BookmarkModelAssociator* associator, in CreateSyncNode() argument 166 if (!PlaceSyncNode(CREATE, parent, index, trans, &sync_child, associator)) { in CreateSyncNode() 176 associator->Associate(child, sync_child.GetId()); in CreateSyncNode() 285 sync_api::WriteNode* dst, BookmarkModelAssociator* associator) { in PlaceSyncNode() argument 287 if (!associator->InitSyncNodeFromChromeId(parent->id(), &sync_parent)) { in PlaceSyncNode() 307 if (!associator->InitSyncNodeFromChromeId(prev->id(), &sync_prev)) { in PlaceSyncNode()
|
D | bookmark_change_processor.h | 100 BookmarkModelAssociator* associator, 141 BookmarkModelAssociator* associator);
|
D | autofill_profile_model_associator_unittest.cc | 216 ::testing::StrictMock<MockAutofillProfileModelAssociator> associator; in TEST_F() 230 associator.AddNativeProfileIfNeededWrapper(profile_specifics, &bundle, in TEST_F()
|