HomeSort by relevance Sort by last modified time
    Searched full:share_handle (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 15 sync_api::UserShare* share_handle) {
17 share_handle_ = share_handle;
change_processor.h 35 void Start(Profile* profile, sync_api::UserShare* share_handle);
62 sync_api::UserShare* share_handle() { return share_handle_; } function in class:browser_sync::ChangeProcessor
typed_url_change_processor.cc 81 sync_api::WriteTransaction trans(share_handle());
129 sync_api::WriteTransaction trans(share_handle());
171 sync_api::WriteTransaction trans(share_handle());
theme_change_processor.cc 36 sync_api::WriteTransaction trans(share_handle());
bookmark_change_processor.cc 95 sync_api::WriteTransaction trans(share_handle());
145 DCHECK(share_handle());
148 sync_api::WriteTransaction trans(share_handle());
200 sync_api::WriteTransaction trans(share_handle());
234 sync_api::WriteTransaction trans(share_handle());
260 sync_api::WriteTransaction trans(share_handle());
password_change_processor.cc 57 sync_api::WriteTransaction trans(share_handle());
preference_change_processor.cc 66 sync_api::WriteTransaction trans(share_handle());
autofill_profile_change_processor.cc 113 sync_api::WriteTransaction trans(share_handle());
autofill_change_processor.cc 70 sync_api::WriteTransaction trans(share_handle());

Completed in 2203 milliseconds