Searched defs:IsReady (Results 1 - 15 of 15) sorted by last modified time

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc102 inline bool IsReady() { return !context_.IsEmpty(); } function in class:DebugLocalContext
H A Dcctest.h304 bool IsReady() { return !context_.IsEmpty(); } function in class:LocalContext
/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_org/device/nfc/
H A Dnfc_tag_chromeos.cc125 bool NfcTagChromeOS::IsReady() const { function in class:chromeos::NfcTagChromeOS
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.cc162 bool WindowManagerApp::IsReady() const { function in class:mojo::WindowManagerApp
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper.cc62 if (!IsReady()) {
221 bool GCMAccountMapper::IsReady() { function in class:gcm::GCMAccountMapper
305 if (IsReady()) {
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc212 bool NaClBrowser::IsReady() const { function in class:nacl::NaClBrowser
372 if (!IsOk() || IsReady()) {
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc136 bool PolicyErrorMap::IsReady() const { function in class:policy::PolicyErrorMap
218 if (IsReady()) {
231 DCHECK(IsReady());
/external/chromium_org/components/policy/core/common/
H A Dschema_registry.cc62 bool SchemaRegistry::IsReady() const { function in class:policy::SchemaRegistry
74 if (IsReady())
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc547 return item->on_demand && IsReady(item);
549 static bool IsReady(CrxUpdateItem* item) { function in class:component_updater::Helper
558 it = std::find_if(work_items_.begin(), work_items_.end(), Helper::IsReady);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.cc140 bool SpellcheckHunspellDictionary::IsReady() const { function in class:SpellcheckHunspellDictionary
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc81 if (IsReady()) {
94 bool SupervisedUserSettingsService::IsReady() { function in class:SupervisedUserSettingsService
299 DCHECK(IsReady());
350 DCHECK(IsReady());
378 if (!IsReady())
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory.cc40 bool History::IsReady() const { function in class:app_list::History
46 DCHECK(IsReady());
52 DCHECK(IsReady());
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h57 bool IsReady() const { return root_.get(); } function in class:chromeos::CustomizationDocument
82 // won't be changed later (i.e. IsReady() always return the same value).
89 // These methods can be called even if !IsReady(), in this case VPD values
140 // User of the file should check IsReady before use it.
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc317 bool ExternalProviderImpl::IsReady() const { function in class:extensions::ExternalProviderImpl

Completed in 311 milliseconds