HomeSort by relevance Sort by last modified time
    Searched refs:OnPassphraseRequired (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 37 virtual void OnPassphraseRequired(bool for_decryption);
js_sync_manager_observer_unittest.cc 116 TEST_F(JsSyncManagerObserverTest, OnPassphraseRequired) {
124 RouteJsEvent("onPassphraseRequired",
127 RouteJsEvent("onPassphraseRequired",
130 sync_manager_observer_.OnPassphraseRequired(false);
131 sync_manager_observer_.OnPassphraseRequired(true);
js_sync_manager_observer.cc 74 void JsSyncManagerObserver::OnPassphraseRequired(bool for_decryption) {
77 parent_router_->RouteJsEvent("onPassphraseRequired",
profile_sync_service.h 197 virtual void OnPassphraseRequired(bool for_decryption);
test_profile_sync_service.cc 228 OnPassphraseRequired(true);
profile_sync_service.cc 599 void ProfileSyncService::OnPassphraseRequired(bool for_decryption) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 39 MOCK_METHOD1(OnPassphraseRequired, void(bool));
sync_backend_host.h 88 virtual void OnPassphraseRequired(bool for_decryption) = 0;
280 virtual void OnPassphraseRequired(bool for_decryption);
513 // this is true, OnPassphraseRequired calls are dropped.
sync_backend_host.cc 536 VLOG(1) << "Core received OnPassphraseRequired while processing a "
540 host_->frontend_->OnPassphraseRequired(for_decryption);
550 // OnPassphraseRequired(true).
552 host_->frontend_->OnPassphraseRequired(true);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 786 virtual void OnPassphraseRequired(bool for_decryption) = 0;
790 // OnPassphraseRequired in that it denotes we finished an attempt to set
791 // a passphrase. OnPassphraseRequired means we have data we could not
    [all...]
syncapi.cc     [all...]
syncapi_unittest.cc 617 MOCK_METHOD1(OnPassphraseRequired, void(bool)); // NOLINT
    [all...]

Completed in 782 milliseconds