Searched defs:is_ready (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.h93 bool is_ready() const { function in class:BackgroundApplicationListModel
/external/chromium_org/sync/util/
H A Dcryptographer.h58 // Cryptographer instance into the ready state (is_ready will be true).
64 // It is an error to call this if is_ready() == true, though it is fair to
162 bool is_ready() const { function in class:syncer::Cryptographer
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_service.cc70 bool TestExtensionService::is_ready() { function in class:TestExtensionService
H A Dextension_service.cc390 DCHECK(!is_ready()); // Can't redo init.
722 extension.get(), is_ready());
1099 bool ExtensionService::is_ready() { function in class:ExtensionService
1748 is_ready() && !extensions::util::IsExtensionIdle(extension_id, profile_))
/external/chromium_org/chrome/browser/extensions/updater/
H A Dlocal_extension_cache.h80 bool is_ready() const { return state_ == kReady; } function in class:extensions::LocalExtensionCache
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier.cc78 bool PhishingClassifier::is_ready() const { function in class:safe_browsing::PhishingClassifier
85 DCHECK(is_ready());
151 DCHECK(is_ready());
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_cache_delegate.cc127 bool is_ready = ExtensionSystem::Get(browser_context_)->ready().is_signaled(); local
130 DCHECK(!browser_context_->IsOffTheRecord() || is_ready);
131 if (is_ready) {
/external/oprofile/module/
H A Doprofile.c151 static int is_ready(void) function
166 if (likely(note_pos < (sysctl.note_size - OP_PRE_NOTE_WATERMARK(sysctl.note_size)) && !is_ready()))
325 wait_event_interruptible(oprof_wait, is_ready());
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl.cc260 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())
452 // is_ready() will remain false due to having pending keys.
630 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
788 DCHECK(UnlockVault(trans->GetWrappedTrans()).cryptographer.is_ready());
968 } else if (!cryptographer->is_ready()) {
1022 if (cryptographer.is_ready()
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5386 bool is_ready = false; local
5388 while (!is_ready) {
5390 is_ready = ready;

Completed in 3415 milliseconds