Home
last modified time | relevance | path

Searched refs:share_handle (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dchange_processor.cc15 sync_api::UserShare* share_handle) { in Start() argument
17 share_handle_ = share_handle; in Start()
Dchange_processor.h35 void Start(Profile* profile, sync_api::UserShare* share_handle);
62 sync_api::UserShare* share_handle() { return share_handle_; } in share_handle() function
Dbookmark_change_processor.cc95 sync_api::WriteTransaction trans(share_handle()); in RemoveSyncNodeHierarchy()
145 DCHECK(share_handle()); in BookmarkNodeAdded()
148 sync_api::WriteTransaction trans(share_handle()); in BookmarkNodeAdded()
200 sync_api::WriteTransaction trans(share_handle()); in BookmarkNodeChanged()
234 sync_api::WriteTransaction trans(share_handle()); in BookmarkNodeMoved()
260 sync_api::WriteTransaction trans(share_handle()); in BookmarkNodeChildrenReordered()
Dtyped_url_change_processor.cc81 sync_api::WriteTransaction trans(share_handle()); in HandleURLsModified()
129 sync_api::WriteTransaction trans(share_handle()); in HandleURLsDeleted()
171 sync_api::WriteTransaction trans(share_handle()); in HandleURLsVisited()
Dtheme_change_processor.cc36 sync_api::WriteTransaction trans(share_handle()); in Observe()
Dpreference_change_processor.cc66 sync_api::WriteTransaction trans(share_handle()); in Observe()
Dpassword_change_processor.cc57 sync_api::WriteTransaction trans(share_handle()); in Observe()
Dautofill_profile_change_processor.cc113 sync_api::WriteTransaction trans(share_handle()); in Observe()
Dautofill_change_processor.cc70 sync_api::WriteTransaction trans(share_handle()); in Observe()