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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 80 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/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/v8/test/cctest/
cctest.h 185 bool IsReady() { return !context_.IsEmpty(); }
test-debug.cc 144 inline bool IsReady() { return !context_.IsEmpty(); }
    [all...]

Completed in 135 milliseconds