OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_ready
(Results
1 - 25
of
65
) 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/sync/engine/
apply_control_data_updates_unittest.cc
93
EXPECT_FALSE(cryptographer->
is_ready
());
158
EXPECT_TRUE(cryptographer->
is_ready
());
173
EXPECT_TRUE(cryptographer->
is_ready
());
201
EXPECT_TRUE(cryptographer->
is_ready
());
287
EXPECT_FALSE(cryptographer->
is_ready
());
297
EXPECT_FALSE(cryptographer->
is_ready
());
340
EXPECT_TRUE(cryptographer->
is_ready
());
367
EXPECT_FALSE(cryptographer->
is_ready
());
418
EXPECT_TRUE(cryptographer->
is_ready
());
445
EXPECT_FALSE(cryptographer->
is_ready
());
[
all
...]
apply_control_data_updates.cc
113
if (cryptographer->
is_ready
()) {
152
if (cryptographer->
is_ready
()) {
/external/chromium_org/sync/internal_api/
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
());
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
...]
/external/chromium/chrome/browser/sync/glue/
extension_model_associator.cc
66
trans.GetCryptographer()->
is_ready
();
/external/chromium_org/chrome/browser/extensions/
test_extension_service.cc
81
bool TestExtensionService::
is_ready
() {
function in class:TestExtensionService
test_extension_service.h
52
virtual bool
is_ready
() OVERRIDE;
/external/chromium_org/chrome/renderer/safe_browsing/
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_browsertest.cc
211
ASSERT_FALSE(classifier_->
is_ready
());
215
ASSERT_TRUE(classifier_->
is_ready
());
279
EXPECT_FALSE(classifier_->
is_ready
());
283
EXPECT_TRUE(classifier_->
is_ready
());
287
EXPECT_FALSE(classifier_->
is_ready
());
phishing_classifier_delegate_browsertest.cc
264
ASSERT_TRUE(classifier_->
is_ready
());
405
ASSERT_FALSE(classifier_->
is_ready
());
439
ASSERT_FALSE(classifier_->
is_ready
());
469
ASSERT_TRUE(classifier_->
is_ready
());
540
ASSERT_TRUE(classifier_->
is_ready
());
568
ASSERT_TRUE(classifier_->
is_ready
());
597
ASSERT_TRUE(classifier_->
is_ready
());
phishing_classifier_delegate.cc
189
if (classifier_->
is_ready
()) {
237
if (!classifier_->
is_ready
()) {
/external/chromium_org/sync/test/
fake_sync_encryption_handler.cc
46
} else if (!cryptographer_.
is_ready
()) {
/external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py
121
self.
is_ready
= False
248
self.
is_ready
= self._WaitToStartAndGetPortFromTestServer()
250
self.
is_ready
= _CheckPortStatus(self.host_port, True)
251
if self.
is_ready
:
254
self.
is_ready
= False
257
self.
is_ready
= True
267
self.
is_ready
= False
338
if self.server.test_server_instance.
is_ready
:
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_cache_delegate.cc
132
DCHECK(!profile_->IsOffTheRecord() || extension_service->
is_ready
());
133
if (extension_service->
is_ready
()) {
/external/chromium/chrome/browser/extensions/
extension_tab_helper.cc
61
if (!extension_service || !extension_service->
is_ready
())
extension_toolbar_model.cc
94
if (!service_->
is_ready
())
173
DCHECK(service_->
is_ready
());
/external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc
172
ASSERT_TRUE(service->
is_ready
());
240
ASSERT_TRUE(service->
is_ready
());
314
ASSERT_TRUE(service->
is_ready
());
464
ASSERT_TRUE(service->
is_ready
());
/external/chromium/chrome/browser/
background_application_list_model.cc
157
if (service && service->
is_ready
())
251
if (!service || !service->
is_ready
())
background_application_list_model_unittest.cc
106
ASSERT_TRUE(service->
is_ready
());
183
ASSERT_TRUE(service->
is_ready
());
Completed in 1050 milliseconds
1
2
3