Searched refs:IsReady (Results 1 - 25 of 50) sorted by relevance

12

/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());
H A Dhistory.h39 bool IsReady() const;
H A Dsearch_controller.cc143 if (history_ && history_->IsReady()) {
171 if (history_ && history_->IsReady()) {
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config_unittest.cc128 EXPECT_TRUE(config.IsReady());
160 EXPECT_TRUE(config_uk.IsReady());
167 EXPECT_TRUE(config.IsReady());
181 EXPECT_TRUE(config.IsReady());
192 EXPECT_FALSE(config.IsReady());
197 EXPECT_TRUE(config.IsReady());
199 EXPECT_TRUE(config.IsReady());
212 EXPECT_TRUE(config.IsReady());
214 EXPECT_TRUE(config.IsReady());
240 EXPECT_TRUE(config_us.IsReady());
[all...]
H A Dcustomization_document_unittest.cc152 EXPECT_TRUE(customization.IsReady());
162 EXPECT_FALSE(customization.IsReady());
326 EXPECT_FALSE(doc->IsReady());
330 EXPECT_TRUE(doc->IsReady());
351 EXPECT_FALSE(doc->IsReady());
382 EXPECT_TRUE(doc->IsReady());
391 EXPECT_FALSE(doc->IsReady());
432 EXPECT_TRUE(doc->IsReady());
446 EXPECT_FALSE(doc->IsReady());
482 EXPECT_TRUE(doc->IsReady());
[all...]
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_service_impl.cc45 bool success = window_manager_->IsReady();
54 bool success = window_manager_->IsReady();
63 bool success = window_manager_->IsReady();
76 if (window_manager_->IsReady())
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc110 TEST(SchemaRegistryTest, IsReady) {
115 EXPECT_FALSE(registry.IsReady());
120 EXPECT_FALSE(registry.IsReady());
125 EXPECT_TRUE(registry.IsReady());
129 EXPECT_TRUE(registry.IsReady());
132 EXPECT_TRUE(combined.IsReady());
254 EXPECT_FALSE(registry->IsReady());
255 EXPECT_FALSE(forwarding.IsReady());
272 EXPECT_FALSE(registry->IsReady());
273 EXPECT_FALSE(forwarding.IsReady());
[all...]
H A Dforwarding_policy_provider.cc26 if (registry->IsReady())
H A Dforwarding_policy_provider_unittest.cc67 EXPECT_FALSE(schema_registry_.IsReady());
169 EXPECT_FALSE(schema_registry_.IsReady());
187 EXPECT_TRUE(schema_registry_.IsReady());
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dmobile_config_ui.cc21 if (!config->IsReady()) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport_unittest.cc144 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kTimeoutMs);
178 EXPECT_FALSE(relay_port_->IsReady());
184 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
216 EXPECT_FALSE(relay_port_->IsReady());
222 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Deula_screen.cc55 if (customization->IsReady()) {
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.h65 virtual bool IsReady() const OVERRIDE;
H A Dexternal_policy_loader_unittest.cc107 EXPECT_TRUE(provider->IsReady());
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.h32 // IsReady is true. IsReady will be true once the UI message loop has started.
33 bool IsReady() const;
H A Dpolicy_error_map.cc136 bool PolicyErrorMap::IsReady() const { function in class:policy::PolicyErrorMap
218 if (IsReady()) {
231 DCHECK(IsReady());
/external/chromium_org/device/nfc/
H A Dnfc_tag.h94 virtual bool IsReady() const = 0;
H A Dnfc_tag_chromeos.h34 virtual bool IsReady() const OVERRIDE;
/external/chromium_org/extensions/browser/
H A Dexternal_provider_interface.h60 // safely assert that provider->IsReady().
92 virtual bool IsReady() const = 0;
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.h61 virtual bool IsReady() const;
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper.h60 bool IsReady();
H A Dgcm_account_mapper.cc62 if (!IsReady()) {
221 bool GCMAccountMapper::IsReady() { function in class:gcm::GCMAccountMapper
305 if (IsReady()) {
/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())
H A Dsupervised_user_settings_service.h86 bool IsReady();
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.h45 bool IsReady() const;
64 // IRT file handle, only available when IsReady().

Completed in 5691 milliseconds

12