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

  /external/chromium_org/chrome/browser/sync/glue/
data_type_encryption_handler.h 21 virtual bool IsPassphraseRequired() const = 0;
data_type_manager_impl.cc 192 if (encryption_handler_->IsPassphraseRequired()) {
data_type_manager_impl_unittest.cc 121 virtual bool IsPassphraseRequired() const OVERRIDE;
139 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const {
    [all...]
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 85 EXPECT_CALL(service, IsPassphraseRequired())
104 EXPECT_CALL(service, IsPassphraseRequired())
223 EXPECT_CALL(service, IsPassphraseRequired())
238 EXPECT_CALL(service, IsPassphraseRequired())
254 EXPECT_CALL(service, IsPassphraseRequired())
277 EXPECT_CALL(service, IsPassphraseRequired())
287 EXPECT_CALL(service, IsPassphraseRequired())
295 EXPECT_CALL(service, IsPassphraseRequired())
304 EXPECT_CALL(service, IsPassphraseRequired())
sync_ui_util.cc 178 if (service->IsPassphraseRequired()) {
276 service->IsPassphraseRequired()) {
344 if (service->IsPassphraseRequired() &&
profile_sync_service_mock.h 116 MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
profile_sync_service_android.h 84 jboolean IsPassphraseRequired(JNIEnv* env, jobject obj);
sync_global_error_unittest.cc 176 EXPECT_CALL(service, IsPassphraseRequired())
profile_sync_service_harness.cc 381 if (service()->IsPassphraseRequired()) {
390 !service()->IsPassphraseRequired() &&
546 if (service()->IsPassphraseRequired()) {
564 !service()->IsPassphraseRequired() &&
    [all...]
profile_sync_service_android.cc 230 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) {
232 return sync_service_->IsPassphraseRequired();
profile_sync_service.h 132 // * IsPassphraseRequired()/IsPassphraseRequiredForDecryption()
329 virtual bool IsPassphraseRequired() const OVERRIDE;
    [all...]
profile_sync_service.cc     [all...]
about_sync_util.cc 321 is_passphrase_required.SetValue(service->IsPassphraseRequired());
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 675 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
704 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
723 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
749 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()).WillOnce(Return(true));
776 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
803 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
    [all...]
sync_setup_handler.cc 357 // We call IsPassphraseRequired() here, instead of calling
360 args.SetBoolean("showPassphrase", service->IsPassphraseRequired());
656 // We call IsPassphraseRequired() here (instead of
659 if (service->IsPassphraseRequired()) {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 716 bool IsPassphraseRequired() const;
    [all...]
network_library.cc     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 118 if (wifi->IsPassphraseRequired()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc     [all...]
network_library.h     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc     [all...]

Completed in 316 milliseconds