HomeSort by relevance Sort by last modified time
    Searched refs:sync_api (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/sync/engine/
syncapi_mock.h 15 using sync_api::WriteTransaction;
17 class MockWriteTransaction : public sync_api::WriteTransaction {
20 : sync_api::WriteTransaction() {
http_post_provider_factory.h 9 namespace sync_api { namespace
32 } // namespace sync_api
all_status.h 41 sync_api::SyncManager::Status status() const;
52 sync_api::SyncManager::Status CalcSyncing(const SyncEngineEvent& event) const;
53 sync_api::SyncManager::Status CreateBlankStatus() const;
58 sync_api::SyncManager::Status status_;
all_status.cc 18 static const sync_api::SyncManager::Status init_status =
19 { sync_api::SyncManager::Status::OFFLINE };
29 sync_api::SyncManager::Status AllStatus::CreateBlankStatus() const {
33 sync_api::SyncManager::Status status = status_;
45 sync_api::SyncManager::Status AllStatus::CalcSyncing(
47 sync_api::SyncManager::Status status = CreateBlankStatus();
88 status_.summary = sync_api::SyncManager::Status::CONFLICT;
90 status_.summary = sync_api::SyncManager::Status::SYNCING;
92 status_.summary = sync_api::SyncManager::Status::READY;
94 status_.summary = sync_api::SyncManager::Status::OFFLINE_UNUSABLE
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 20 namespace sync_api { namespace
22 } // namespace sync_api
42 sync_api::UserShare* user_share,
51 sync_api::UserShare* user_share,
63 sync_api::UserShare* user_share);
71 sync_api::UserShare* user_share,
77 sync_api::UserShare* user_share);
extension_model_associator.h 16 namespace sync_api { namespace
18 } // namespace sync_api
29 sync_api::UserShare* user_share);
47 sync_api::UserShare* const user_share_;
autofill_change_processor.h 34 // applying them to the sync_api 'syncable' model, and vice versa. All
46 // WebDataService -> sync_api model change application.
51 // sync_api model -> WebDataService change application.
53 const sync_api::BaseTransaction* trans,
54 const sync_api::SyncManager::ChangeRecord* changes,
64 sync_api::WriteNode* node);
78 sync_api::WriteTransaction* trans);
82 sync_api::WriteTransaction* trans,
83 const sync_api::ReadNode& autofill_root);
85 sync_api::WriteTransaction* trans
    [all...]
autofill_profile_change_processor.h 39 const sync_api::BaseTransaction *write_trans,
40 const sync_api::SyncManager::ChangeRecord* changes,
52 sync_api::WriteNode* node);
60 sync_api::SyncManager::ChangeRecord::Action action_;
64 sync_api::SyncManager::ChangeRecord::Action action,
74 virtual void AddAutofillProfileSyncNode(sync_api::WriteTransaction* trans,
75 sync_api::BaseNode& autofill_profile_root,
79 sync_api::WriteTransaction* trans,
80 sync_api::ReadNode& autofill_root);
103 sync_api::SyncManager::ChangeRecord::Action action
    [all...]
change_processor_mock.h 23 void(const sync_api::BaseTransaction* trans,
24 const sync_api::SyncManager::ChangeRecord* changes,
change_processor.h 28 // and apply them to the other. Both the chrome model and sync_api are
35 void Start(Profile* profile, sync_api::UserShare* share_handle);
43 const sync_api::BaseTransaction* trans,
44 const sync_api::SyncManager::ChangeRecord* changes,
62 sync_api::UserShare* share_handle() { return share_handle_; }
70 sync_api::UserShare* share_handle_;
bookmark_change_processor.h 20 // and applying them to the sync_api 'syncable' model, and vice versa.
31 // BookmarkModel -> sync_api model change application.
56 const sync_api::BaseTransaction* trans,
57 const sync_api::SyncManager::ChangeRecord* changes,
65 sync_api::BaseNode* sync_node,
74 static bool SetBookmarkFavicon(sync_api::BaseNode* sync_node,
89 sync_api::WriteNode* sync_node);
99 sync_api::WriteTransaction* trans,
116 sync_api::BaseNode* src,
126 const sync_api::BaseNode* node) const
    [all...]
extension_change_processor.h 24 // ExtensionService and applying them to the sync_api 'syncable'
37 // BrowserExtensionProvider -> sync_api model change application.
43 // sync_api model -> BrowserExtensionProvider change application.
45 const sync_api::BaseTransaction* trans,
46 const sync_api::SyncManager::ChangeRecord* changes,
64 sync_api::UserShare* user_share_;
preference_change_processor.h 24 // applying them to the sync_api 'syncable' model, and vice versa. All
34 // PrefService -> sync_api model change application.
39 // sync_api model -> PrefService change application.
41 const sync_api::BaseTransaction* trans,
42 const sync_api::SyncManager::ChangeRecord* changes,
50 Value* ReadPreference(sync_api::ReadNode* node, std::string* name);
model_associator.h 12 namespace sync_api { namespace
67 // Returns sync_api::kInvalidId if the sync node is not found for the given
79 sync_api::BaseNode* sync_node) = 0;
theme_model_associator.cc 38 sync_api::WriteTransaction trans(sync_service_->GetUserShare());
39 sync_api::ReadNode root(&trans);
46 sync_api::WriteNode node(&trans);
61 sync_api::WriteNode node(&trans);
84 sync_api::ReadTransaction trans(sync_service_->GetUserShare());
85 sync_api::ReadNode root(&trans);
92 *has_nodes = root.GetFirstChildId() != sync_api::kInvalidId;
98 sync_api::ReadTransaction trans(sync_service_->GetUserShare());
theme_change_processor.cc 36 sync_api::WriteTransaction trans(share_handle());
37 sync_api::WriteNode node(&trans);
60 const sync_api::BaseTransaction* trans,
61 const sync_api::SyncManager::ChangeRecord* changes,
81 const sync_api::SyncManager::ChangeRecord& change =
83 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_UPDATE &&
84 change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
92 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
93 sync_api::ReadNode node(trans);
bookmark_model_associator.h 21 namespace sync_api { namespace
42 sync_api::UserShare* user_share,
64 // Returns sync_api::kInvalidId if the sync node is not found for the given
76 sync_api::BaseNode* sync_node);
126 const sync_api::BaseNode* sync_node) const;
129 sync_api::UserShare* user_share_;
autofill_profile_change_processor.cc 60 const sync_api::BaseTransaction *write_trans,
61 const sync_api::SyncManager::ChangeRecord* changes,
66 sync_api::ReadNode autofill_profile_root(write_trans);
74 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE ==
89 sync_api::ReadNode sync_node(write_trans);
113 sync_api::WriteTransaction trans(share_handle());
114 sync_api::ReadNode autofill_root(&trans);
128 sync_api::WriteTransaction* trans,
129 sync_api::ReadNode& autofill_root) {
138 if (sync_api::kInvalidId == sync_id)
    [all...]
extension_sync_traits.h 14 namespace sync_api { namespace
17 } // namespace sync_api
33 const sync_api::BaseNode&);
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
session_change_processor.h 28 // SessionService and applying them to the sync_api 'syncable'
45 // BrowserSessionProvider -> sync_api model change application.
51 // sync_api model -> BrowserSessionProvider change application.
53 const sync_api::BaseTransaction* trans,
54 const sync_api::SyncManager::ChangeRecord* changes,
theme_change_processor.h 25 // ThemeService and applying them to the sync_api 'syncable'
35 // ThemeService -> sync_api model change application.
41 // sync_api model -> ThemeService change application.
43 const sync_api::BaseTransaction* trans,
44 const sync_api::SyncManager::ChangeRecord* changes,
extension_sync.cc 23 sync_api::UserShare* user_share,
27 sync_api::ReadTransaction trans(user_share);
28 sync_api::ReadNode node(&trans);
33 *has_children = node.GetFirstChildId() != sync_api::kInvalidId;
135 sync_api::UserShare* user_share,
137 sync_api::WriteTransaction trans(user_share);
138 sync_api::ReadNode root(&trans);
145 while (id != sync_api::kInvalidId) {
146 sync_api::ReadNode sync_node(&trans);
179 sync_api::UserShare* user_share
    [all...]
autofill_model_associator.h 28 namespace sync_api { namespace
77 sync_api::BaseNode* sync_node);
79 // Returns the sync id for the given autofill name, or sync_api::kInvalidId
109 virtual bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
133 sync_api::WriteTransaction* write_trans,
134 const sync_api::ReadNode& autofill_root,
139 sync_api::WriteTransaction* write_trans,
140 const sync_api::ReadNode& autofill_root,
148 sync_api::WriteTransaction* write_trans,
149 const sync_api::ReadNode& autofill_root
    [all...]
autofill_profile_model_associator.h 28 namespace sync_api { namespace
81 sync_api::BaseNode* sync_node);
83 // Returns the sync id for the given autofill name, or sync_api::kInvalidId
106 sync_api::WriteTransaction* write_trans,
107 const sync_api::ReadNode& autofill_root,
119 const sync_api::ReadNode& node);
125 sync_api::WriteTransaction* trans,
126 const sync_api::BaseNode& autofill_root,
135 sync_api::WriteTransaction* write_trans,
136 const sync_api::ReadNode& autofill_root
    [all...]
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 19 class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
26 // sync_api::SyncManager::Observer implementation.
29 const sync_api::BaseTransaction* trans,
30 const sync_api::SyncManager::ChangeRecord* changes,

Completed in 1033 milliseconds

1 2 3 4