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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 80 bool IsReady() { return ready_; }
  /external/chromium_org/chrome/browser/ui/app_list/search/
history.cc 46 bool History::IsReady() const {
52 DCHECK(IsReady());
58 DCHECK(IsReady());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 79 bool IsReady() { return ready_; }
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 174 bool ExternalExtensionProviderImpl::IsReady() {
extension_service_unittest.cc 188 virtual bool IsReady() {
323 EXPECT_TRUE(provider_->IsReady());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
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_org/chrome/browser/policy/
policy_error_map.cc 55 bool PolicyErrorMap::IsReady() const {
130 if (IsReady()) {
161 DCHECK(IsReady());
  /external/chromium/chrome/browser/chromeos/
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/spellchecker/
spellcheck_hunspell_dictionary.cc 209 bool SpellcheckHunspellDictionary::IsReady() const {
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 288 bool ExternalProviderImpl::IsReady() const {
  /external/v8/test/cctest/
cctest.h 185 bool IsReady() { return !context_.IsEmpty(); }
test-debug.cc 144 inline bool IsReady() { return !context_.IsEmpty(); }
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.cc 226 bool NaClBrowser::IsReady() const {
416 if (!IsOk() || IsReady()) {
  /external/chromium_org/v8/test/cctest/
cctest.h 232 bool IsReady() { return !context_.IsEmpty(); }
test-debug.cc 151 inline bool IsReady() { return !context_.IsEmpty(); }
    [all...]

Completed in 446 milliseconds