Searched defs:IsReady (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory.cc46 bool History::IsReady() const { function in class:app_list::History
52 DCHECK(IsReady());
58 DCHECK(IsReady());
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h80 bool IsReady() { return ready_; } function in class:cricket::RelayPort
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h42 bool IsReady() const { return root_.get(); } function in class:chromeos::CustomizationDocument
67 // won't be changed later (i.e. IsReady() always return the same value).
77 // These methods can be called even if !IsReady(), in this case VPD values
115 // StartFetching() method. User of the file should check IsReady before use it.
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc55 bool PolicyErrorMap::IsReady() const { function in class:policy::PolicyErrorMap
130 if (IsReady()) {
161 DCHECK(IsReady());
/external/chromium_org/mojo/public/tests/
H A Dsimple_bindings_support.cc74 if (IsReady(waiter->handle, waiter->flags, &result)) {
94 bool SimpleBindingsSupport::IsReady(const Handle& handle, MojoWaitFlags flags, function in class:mojo::test::SimpleBindingsSupport
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h79 bool IsReady() { return ready_; } function in class:cricket::RelayPort
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.h39 bool IsReady() const { return root_.get(); } function in class:chromeos::CustomizationDocument
60 // won't be changed later (i.e. IsReady() always return the same value).
103 // StartFetching() method. User of the file should check IsReady before use it.
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_provider_impl.cc174 bool ExternalExtensionProviderImpl::IsReady() { function in class:ExternalExtensionProviderImpl
H A Dextension_service_unittest.cc188 virtual bool IsReady() { function in class:MockExtensionProvider
323 EXPECT_TRUE(provider_->IsReady());
/external/chromium_org/components/policy/core/common/
H A Dschema_registry.cc56 bool SchemaRegistry::IsReady() const { function in class:policy::SchemaRegistry
68 if (IsReady())
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc294 bool ExternalProviderImpl::IsReady() const { function in class:extensions::ExternalProviderImpl
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_settings_service.cc78 if (IsReady()) {
91 bool ManagedUserSettingsService::IsReady() { function in class:ManagedUserSettingsService
292 DCHECK(IsReady());
342 DCHECK(IsReady());
370 if (!IsReady())
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.cc209 bool SpellcheckHunspellDictionary::IsReady() const { function in class:SpellcheckHunspellDictionary
/external/v8/test/cctest/
H A Dcctest.h185 bool IsReady() { return !context_.IsEmpty(); } function in class:LocalContext
H A Dtest-debug.cc144 inline bool IsReady() { return !context_.IsEmpty(); } function in class:DebugLocalContext
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc226 bool NaClBrowser::IsReady() const { function in class:nacl::NaClBrowser
379 if (!IsOk() || IsReady()) {
/external/chromium_org/v8/test/cctest/
H A Dcctest.h265 bool IsReady() { return !context_.IsEmpty(); } function in class:LocalContext
H A Dtest-debug.cc158 inline bool IsReady() { return !context_.IsEmpty(); } function in class:DebugLocalContext
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_service.cc650 return item->on_demand && IsReady(item);
652 static bool IsReady(CrxUpdateItem* item) { function in class:Helper
661 it = std::find_if(work_items_.begin(), work_items_.end(), Helper::IsReady);

Completed in 2209 milliseconds