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

1 2 3

  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 19 EXPECT_FALSE(cryptographer.is_ready());
33 EXPECT_TRUE(cryptographer.is_ready());
47 EXPECT_TRUE(cryptographer.is_ready());
68 EXPECT_TRUE(cryptographer.is_ready());
82 EXPECT_TRUE(cryptographer.is_ready());
114 EXPECT_TRUE(cryptographer.is_ready());
125 EXPECT_FALSE(cryptographer.is_ready());
130 EXPECT_TRUE(cryptographer.is_ready());
cryptographer.h 49 // Cryptographer instance into the ready state (is_ready will be true).
55 // It is an error to call this if is_ready() == true, though it is fair to
107 bool is_ready() const { return !nigoris_.empty() && default_nigori_; } function in class:browser_sync::Cryptographer
cryptographer.cc 25 if (is_ready()) {
174 if (!is_ready())
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 33 EXPECT_FALSE(cryptographer_.is_ready());
43 EXPECT_FALSE(cryptographer_.is_ready());
53 EXPECT_TRUE(cryptographer_.is_ready());
65 EXPECT_TRUE(cryptographer_.is_ready());
84 EXPECT_TRUE(cryptographer_.is_ready());
115 EXPECT_TRUE(cryptographer_.is_ready());
129 EXPECT_TRUE(cryptographer_.is_ready());
161 EXPECT_TRUE(cryptographer.is_ready());
172 EXPECT_FALSE(cryptographer.is_ready());
177 EXPECT_TRUE(cryptographer.is_ready());
    [all...]
cryptographer.h 57 // Cryptographer instance into the ready state (is_ready will be true).
63 // It is an error to call this if is_ready() == true, though it is fair to
161 bool is_ready() const { function in class:syncer::Cryptographer
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.h 69 bool is_ready() const;
phishing_classifier_browsertest.cc 137 EXPECT_FALSE(classifier_->is_ready());
141 EXPECT_TRUE(classifier_->is_ready());
200 EXPECT_FALSE(classifier_->is_ready());
204 EXPECT_TRUE(classifier_->is_ready());
208 EXPECT_FALSE(classifier_->is_ready());
phishing_classifier.cc 76 bool PhishingClassifier::is_ready() const { function in class:safe_browsing::PhishingClassifier
83 DCHECK(is_ready());
149 DCHECK(is_ready());
phishing_classifier_delegate_browsertest.cc 109 ASSERT_TRUE(classifier->is_ready());
232 ASSERT_FALSE(classifier->is_ready());
270 ASSERT_FALSE(classifier->is_ready());
304 ASSERT_TRUE(classifier->is_ready());
376 ASSERT_TRUE(classifier->is_ready());
409 ASSERT_TRUE(classifier->is_ready());
443 ASSERT_TRUE(classifier->is_ready());
phishing_classifier_delegate.cc 189 if (classifier_->is_ready()) {
237 if (!classifier_->is_ready()) {
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 92 EXPECT_FALSE(cryptographer->is_ready());
157 EXPECT_TRUE(cryptographer->is_ready());
172 EXPECT_TRUE(cryptographer->is_ready());
200 EXPECT_TRUE(cryptographer->is_ready());
286 EXPECT_FALSE(cryptographer->is_ready());
296 EXPECT_FALSE(cryptographer->is_ready());
339 EXPECT_TRUE(cryptographer->is_ready());
366 EXPECT_FALSE(cryptographer->is_ready());
417 EXPECT_TRUE(cryptographer->is_ready());
444 EXPECT_FALSE(cryptographer->is_ready());
    [all...]
apply_control_data_updates.cc 114 if (cryptographer->is_ready()) {
153 if (cryptographer->is_ready()) {
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 122 self.is_ready = False
250 self.is_ready = self._WaitToStartAndGetPortFromTestServer()
252 self.is_ready = _CheckPortStatus(self.host_port, True)
253 if self.is_ready:
256 self.is_ready = False
259 self.is_ready = True
269 self.is_ready = False
341 if self.server.test_server_instance.is_ready:
  /external/chromium/chrome/browser/sync/glue/
extension_model_associator.cc 66 trans.GetCryptographer()->is_ready();
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 260 bool is_ready = UnlockVault( local
261 trans.GetWrappedTrans()).cryptographer.is_ready();
263 UMA_HISTOGRAM_BOOLEAN("Sync.CryptographerReady", is_ready);
279 } else if (!is_ready) {
317 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
347 DCHECK(cryptographer->is_ready());
453 // is_ready() will remain false due to having pending keys.
631 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
    [all...]
sync_encryption_handler_impl_unittest.cc 208 EXPECT_TRUE(other_cryptographer.is_ready());
307 EXPECT_TRUE(other_cryptographer.is_ready());
576 EXPECT_TRUE(GetCryptographer()->is_ready());
701 EXPECT_TRUE(other_cryptographer.is_ready());
    [all...]
js_sync_encryption_handler_observer.cc 93 cryptographer->is_ready());
  /external/chromium_org/chrome/browser/extensions/
test_extension_service.cc 109 bool TestExtensionService::is_ready() { function in class:TestExtensionService
test_extension_service.h 68 virtual bool is_ready() OVERRIDE;
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 46 } else if (!cryptographer_.is_ready()) {
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model.cc 94 if (!service_->is_ready())
173 DCHECK(service_->is_ready());
extension_tab_helper.cc 61 if (!extension_service || !extension_service->is_ready())
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 134 ASSERT_TRUE(service->is_ready());
201 ASSERT_TRUE(service->is_ready());
351 ASSERT_TRUE(service->is_ready());
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 358 EXPECT_FALSE(cryptographer->is_ready());
414 EXPECT_TRUE(cryptographer->is_ready());
439 EXPECT_TRUE(cryptographer->is_ready());
533 EXPECT_FALSE(cryptographer->is_ready());
  /external/chromium/chrome/browser/
background_application_list_model.cc 157 if (service && service->is_ready())
251 if (!service || !service->is_ready())

Completed in 1285 milliseconds

1 2 3