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

  /external/chromium_org/chrome/browser/ui/app_list/search/
history.cc 40 bool History::IsReady() const {
46 DCHECK(IsReady());
52 DCHECK(IsReady());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 79 bool IsReady() { return ready_; }
  /external/chromium_org/device/nfc/
nfc_tag_chromeos.cc 125 bool NfcTagChromeOS::IsReady() const {
  /external/chromium_org/chrome/browser/chromeos/
customization_document.h 57 bool IsReady() const { return root_.get(); }
82 // won't be changed later (i.e. IsReady() always return the same value).
89 // These methods can be called even if !IsReady(), in this case VPD values
140 // User of the file should check IsReady before use it.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 140 bool SpellcheckHunspellDictionary::IsReady() const {
  /external/chromium_org/components/policy/core/browser/
policy_error_map.cc 136 bool PolicyErrorMap::IsReady() const {
218 if (IsReady()) {
231 DCHECK(IsReady());
  /external/chromium_org/components/policy/core/common/
schema_registry.cc 62 bool SchemaRegistry::IsReady() const {
74 if (IsReady())
  /external/chromium_org/mojo/services/window_manager/
window_manager_app.cc 162 bool WindowManagerApp::IsReady() const {
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 81 bool IsReady();
383 bool Engine::IsReady()
464 while( (id = ALooper_pollAll( g_engine.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
481 if( g_engine.IsReady() )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 91 bool IsReady();
394 bool Engine::IsReady()
475 while( (id = ALooper_pollAll( g_engine.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
492 if( g_engine.IsReady() )
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 317 bool ExternalProviderImpl::IsReady() const {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service.cc 81 if (IsReady()) {
94 bool SupervisedUserSettingsService::IsReady() {
299 DCHECK(IsReady());
350 DCHECK(IsReady());
378 if (!IsReady())
  /external/chromium_org/components/gcm_driver/
gcm_account_mapper.cc 62 if (!IsReady()) {
221 bool GCMAccountMapper::IsReady() {
305 if (IsReady()) {
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 212 bool NaClBrowser::IsReady() const {
372 if (!IsOk() || IsReady()) {
  /external/chromium_org/components/component_updater/
component_updater_service.cc 547 return item->on_demand && IsReady(item);
549 static bool IsReady(CrxUpdateItem* item) {
558 it = std::find_if(work_items_.begin(), work_items_.end(), Helper::IsReady);
    [all...]
  /external/chromium_org/v8/test/cctest/
cctest.h 304 bool IsReady() { return !context_.IsEmpty(); }
test-debug.cc 102 inline bool IsReady() { return !context_.IsEmpty(); }
    [all...]

Completed in 928 milliseconds