Home
last modified time | relevance | path

Searched defs:IsReady (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dcustomization_document.h39 bool IsReady() const { return root_.get(); } in IsReady() function
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayport.h80 bool IsReady() { return ready_; } in IsReady() function
/external/chromium/chrome/browser/extensions/
Dexternal_extension_provider_impl.cc174 bool ExternalExtensionProviderImpl::IsReady() { in IsReady() function in ExternalExtensionProviderImpl
Dextension_service_unittest.cc188 virtual bool IsReady() { in IsReady() function in MockExtensionProvider
/external/v8/test/cctest/
Dcctest.h185 bool IsReady() { return !context_.IsEmpty(); } in IsReady() function
Dtest-debug.cc144 inline bool IsReady() { return !context_.IsEmpty(); } in IsReady() function in DebugLocalContext