HomeSort by relevance Sort by last modified time
    Searched defs:associator (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 216 ::testing::StrictMock<MockAutofillProfileModelAssociator> associator; local
230 associator.AddNativeProfileIfNeededWrapper(profile_specifics, &bundle,
  /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)) {
  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.cc 121 // Destroy processor/associator on backend on failure.
253 // processor and associator on backend. Otherwise it could crash if syncer
420 AssociatorInterface* NonFrontendDataTypeController::associator() const { function in class:browser_sync::NonFrontendDataTypeController
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 348 TypedUrlModelAssociator* associator = local
353 ASSERT_EQ(0, associator->GetErrorPercentage());
368 TypedUrlModelAssociator* associator = local
374 ASSERT_EQ(0, associator->GetErrorPercentage());
929 TypedUrlModelAssociator* associator = local
    [all...]

Completed in 192 milliseconds