HomeSort by relevance Sort by last modified time
    Searched full:associator (Results 1 - 25 of 54) sorted by null

1 2 3

  /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...]
  /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)) {
  /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.
  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.h 59 // Fills the sessions vector with the model associator's foreign session data.
96 // Open a single tab and block until the session model associator is aware
100 // Open multiple tabs and block until the session model associator is aware
104 // Wait for a session change to propagate to the model associator. Will not
108 // Check if the session model associator's knows that the current open tab
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 42 MOCK_METHOD1(set_model_associator, void(AssociatorInterface* associator));
typed_url_model_associator_unittest.cc 71 TypedUrlModelAssociator** associator,
75 *associator = new TypedUrlModelAssociator(mock, NULL, NULL);
80 syncer::SyncError error = (*associator)->AssociateModels(NULL, NULL);
84 delete *associator;
407 // We start up the model associator on the DB thread, block until we abort the
417 TypedUrlModelAssociator* associator(NULL);
418 // Fire off to the DB thread to create the model associator and start
422 &CreateModelAssociatorAsync, &startup, &aborted, &done, &associator,
425 // Wait for the model associator to get created and start assocation.
428 associator->AbortAssociation()
    [all...]
non_frontend_data_type_controller.h 47 // For creating non-frontend processor/associator and associating on backend.
155 virtual AssociatorInterface* associator() const;
168 // Created on UI thread and passed to backend to create processor/associator
bookmark_change_processor.h 125 BookmarkModelAssociator* associator,
166 BookmarkModelAssociator* associator);
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
frontend_data_type_controller.h 102 virtual void set_model_associator(AssociatorInterface* associator);
model_associator.h 62 // associator for a specific data type.
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.h 52 void RegisterRecentTabs(browser_sync::SessionModelAssociator* associator);
recent_tabs_builder_test_helper.cc 181 browser_sync::SessionModelAssociator* associator) {
190 associator->AssociateForeignSpecifics(tab_base,
194 associator->AssociateForeignSpecifics(meta, GetSessionTimestamp(s));
199 ASSERT_TRUE(associator->GetAllForeignSessions(&sessions));
203 ASSERT_TRUE(associator->GetForeignSession(ToSessionTag(GetSessionID(s)),
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 375 // Update associator with the session's meta node containing one window.
406 // Update associator with the session's meta node containing one window.
431 // Update associator with the session's meta node containing two windows.
456 // Update associator with the session's meta node containing three windows.
475 // Update associator with just the meta node, now containing only two windows.
488 // Update associator with just the meta node, now containing only one windows.
519 // Update associator with the session's meta node containing one window.
556 // Update associator with the session's meta node containing two windows.
581 // Update associator with the session's meta node containing one window.
748 // Update associator with the session's meta node containing one window
    [all...]
profile_sync_components_factory.h 51 // model associator at construction time.
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...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.h 52 // Returns a pointer to the current session model associator or NULL.

Completed in 3419 milliseconds

1 2 3