HomeSort by relevance Sort by last modified time
    Searched defs:associator (Results 1 - 2 of 2) 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)) {

Completed in 45 milliseconds