/external/chromium_org/chrome/browser/chromeos/ |
D | mobile_config_unittest.cc | 128 EXPECT_TRUE(config.IsReady()); in TEST() 160 EXPECT_TRUE(config_uk.IsReady()); in TEST() 167 EXPECT_TRUE(config.IsReady()); in TEST() 181 EXPECT_TRUE(config.IsReady()); in TEST() 192 EXPECT_FALSE(config.IsReady()); in TEST() 197 EXPECT_TRUE(config.IsReady()); in TEST() 199 EXPECT_TRUE(config.IsReady()); in TEST() 212 EXPECT_TRUE(config.IsReady()); in TEST() 214 EXPECT_TRUE(config.IsReady()); in TEST() 240 EXPECT_TRUE(config_us.IsReady()); in TEST() [all …]
|
D | customization_document_unittest.cc | 152 EXPECT_TRUE(customization.IsReady()); in TEST() 162 EXPECT_FALSE(customization.IsReady()); in TEST() 326 EXPECT_FALSE(doc->IsReady()); in TEST_F() 330 EXPECT_TRUE(doc->IsReady()); in TEST_F() 351 EXPECT_FALSE(doc->IsReady()); in TEST_F() 382 EXPECT_TRUE(doc->IsReady()); in TEST_F() 391 EXPECT_FALSE(doc->IsReady()); in TEST_F() 432 EXPECT_TRUE(doc->IsReady()); in TEST_F() 446 EXPECT_FALSE(doc->IsReady()); in TEST_F() 482 EXPECT_TRUE(doc->IsReady()); in TEST_F()
|
D | customization_document.cc | 284 if (IsReady()) { in Init() 494 if (IsReady()) in EnsureCustomizationApplied() 507 if (IsReady() || fetch_started_) in StartFetching() 658 if (!IsReady()) in GetDefaultWallpaperUrl() 672 if (!IsReady()) in GetDefaultApps() 694 if (!IsReady()) in GetOemAppsFolderName() 734 if (IsReady()) { in CreateExternalLoader()
|
/external/chromium_org/components/policy/core/common/ |
D | schema_registry_unittest.cc | 110 TEST(SchemaRegistryTest, IsReady) { in TEST() argument 115 EXPECT_FALSE(registry.IsReady()); in TEST() 120 EXPECT_FALSE(registry.IsReady()); in TEST() 125 EXPECT_TRUE(registry.IsReady()); in TEST() 129 EXPECT_TRUE(registry.IsReady()); in TEST() 132 EXPECT_TRUE(combined.IsReady()); in TEST() 254 EXPECT_FALSE(registry->IsReady()); in TEST() 255 EXPECT_FALSE(forwarding.IsReady()); in TEST() 272 EXPECT_FALSE(registry->IsReady()); in TEST() 273 EXPECT_FALSE(forwarding.IsReady()); in TEST() [all …]
|
D | forwarding_policy_provider_unittest.cc | 67 EXPECT_FALSE(schema_registry_.IsReady()); in TEST_F() 169 EXPECT_FALSE(schema_registry_.IsReady()); in TEST_F() 187 EXPECT_TRUE(schema_registry_.IsReady()); in TEST_F()
|
D | schema_registry.cc | 62 bool SchemaRegistry::IsReady() const { in IsReady() function in policy::SchemaRegistry 74 if (IsReady()) in SetReady()
|
D | forwarding_policy_provider.cc | 26 if (registry->IsReady()) in Init()
|
/external/chromium_org/mojo/services/window_manager/ |
D | window_manager_service_impl.cc | 45 bool success = window_manager_->IsReady(); in SetCapture() 54 bool success = window_manager_->IsReady(); in FocusWindow() 63 bool success = window_manager_->IsReady(); in ActivateWindow() 76 if (window_manager_->IsReady()) in OnConnectionEstablished()
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | history.cc | 40 bool History::IsReady() const { in IsReady() function in app_list::History 46 DCHECK(IsReady()); in AddLaunchEvent() 52 DCHECK(IsReady()); in GetKnownResults()
|
D | search_controller.cc | 143 if (history_ && history_->IsReady()) { in OpenResult() 171 if (history_ && history_->IsReady()) { in OnResultsChanged()
|
D | history.h | 39 bool IsReady() const;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | relayport_unittest.cc | 144 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kTimeoutMs); in TestConnectUdp() 178 EXPECT_FALSE(relay_port_->IsReady()); in TestConnectTcp() 184 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs); in TestConnectTcp() 216 EXPECT_FALSE(relay_port_->IsReady()); in TestConnectSslTcp() 222 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs); in TestConnectSslTcp()
|
D | relayport.h | 79 bool IsReady() { return ready_; } in IsReady() function
|
/external/chromium_org/components/policy/core/browser/ |
D | policy_error_map.cc | 136 bool PolicyErrorMap::IsReady() const { in IsReady() function in policy::PolicyErrorMap 218 if (IsReady()) { in AddError() 231 DCHECK(IsReady()); in CheckReadyAndConvert()
|
D | policy_error_map.h | 33 bool IsReady() const;
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_settings_service.cc | 81 if (IsReady()) { in Subscribe() 94 bool SupervisedUserSettingsService::IsReady() { in IsReady() function in SupervisedUserSettingsService 299 DCHECK(IsReady()); in OnInitializationCompleted() 350 DCHECK(IsReady()); in GetSettings() 378 if (!IsReady()) in InformSubscribers()
|
/external/chromium_org/components/gcm_driver/ |
D | gcm_account_mapper.cc | 62 if (!IsReady()) { in SetAccountTokens() 221 bool GCMAccountMapper::IsReady() { in IsReady() function in gcm::GCMAccountMapper 305 if (IsReady()) { in OnRegisterFinished()
|
D | gcm_account_mapper.h | 60 bool IsReady();
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | mobile_config_ui.cc | 21 if (!config->IsReady()) { in DisplayConfigDialog()
|
/external/chromium_org/device/nfc/ |
D | nfc_tag.h | 94 virtual bool IsReady() const = 0;
|
D | nfc_tag_chromeos.h | 34 virtual bool IsReady() const OVERRIDE;
|
/external/chromium_org/extensions/browser/ |
D | external_provider_interface.h | 92 virtual bool IsReady() const = 0;
|
/external/chromium_org/chrome/browser/extensions/ |
D | external_provider_impl.h | 65 virtual bool IsReady() const OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | eula_screen.cc | 55 if (customization->IsReady()) { in GetOemEulaUrl()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_hunspell_dictionary.h | 61 virtual bool IsReady() const;
|