HomeSort by relevance Sort by last modified time
    Searched refs:IsReady (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/
mobile_config_unittest.cc 128 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...]
customization_document_unittest.cc 131 EXPECT_TRUE(customization.IsReady());
141 EXPECT_FALSE(customization.IsReady());
146 EXPECT_TRUE(customization.IsReady());
162 EXPECT_FALSE(customization.IsReady());
customization_document.h 42 bool IsReady() const { return root_.get(); }
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/chrome/browser/chromeos/
customization_document_unittest.cc 168 EXPECT_TRUE(customization.IsReady());
177 EXPECT_FALSE(customization.IsReady());
182 EXPECT_TRUE(customization.IsReady());
214 EXPECT_TRUE(customization.IsReady());
225 EXPECT_TRUE(customization.IsReady());
234 EXPECT_FALSE(customization.IsReady());
240 EXPECT_TRUE(customization_oth_locale.IsReady());
247 EXPECT_TRUE(customization_old_deal.IsReady());
customization_document.h 39 bool IsReady() const { return root_.get(); }
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_org/chrome/browser/ui/app_list/search/
history.cc 46 bool History::IsReady() const {
52 DCHECK(IsReady());
58 DCHECK(IsReady());
history.h 44 bool IsReady() const;
search_controller.cc 114 if (history_ && history_->IsReady()) {
142 if (history_ && history_->IsReady()) {
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 70 virtual bool IsReady() = 0;
external_extension_provider_impl.h 63 virtual bool IsReady();
external_policy_extension_loader_unittest.cc 91 EXPECT_TRUE(provider_->IsReady());
  /external/chromium_org/chrome/browser/extensions/
external_provider_interface.h 56 // safely assert that provider->IsReady().
88 virtual bool IsReady() const = 0;
external_provider_impl.h 67 virtual bool IsReady() const OVERRIDE;
external_policy_loader_unittest.cc 103 EXPECT_TRUE(provider->IsReady());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport_unittest.cc 138 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kTimeoutMs);
172 EXPECT_FALSE(relay_port_->IsReady());
178 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
210 EXPECT_FALSE(relay_port_->IsReady());
216 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
relayport.h 79 bool IsReady() { return ready_; }
  /external/chromium_org/chrome/browser/policy/
policy_error_map.cc 55 bool PolicyErrorMap::IsReady() const {
130 if (IsReady()) {
161 DCHECK(IsReady());
policy_error_map.h 28 // IsReady is true. IsReady will be true once the UI message loop has started.
29 bool IsReady() const;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.cc 52 if (customization->IsReady()) {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h 63 virtual bool IsReady() const;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 80 bool IsReady() { return ready_; }
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.h 38 bool IsReady() const;
57 // IRT file handle, only available when IsReady().
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc 224 if (startup_manifest->IsReady()) {
273 if (startup_manifest->IsReady()) {
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 91 if (!config->IsReady())
  /external/v8/test/cctest/
cctest.h 185 bool IsReady() { return !context_.IsEmpty(); }

Completed in 895 milliseconds

1 2 3