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

1 2

  /external/chromium_org/webkit/browser/appcache/
appcache_working_set.cc 14 AppCacheWorkingSet::AppCacheWorkingSet() : is_disabled_(false) {}
23 if (is_disabled_)
25 is_disabled_ = true;
33 if (is_disabled_)
46 if (is_disabled_)
68 if (is_disabled_)
appcache_disk_cache.h 38 bool is_disabled() const { return is_disabled_; }
93 bool is_disabled_; member in class:appcache::AppCacheDiskCache
appcache_working_set.h 30 bool is_disabled() const { return is_disabled_; }
71 bool is_disabled_; member in class:appcache::AppCacheWorkingSet
appcache_disk_cache.cc 173 : is_disabled_(false) {
195 if (is_disabled_)
198 is_disabled_ = true;
222 if (is_disabled_)
240 if (is_disabled_)
257 if (is_disabled_)
295 is_disabled_ = false;
appcache_storage_impl.h 39 bool is_disabled() const { return is_disabled_; }
166 bool is_disabled_; member in class:appcache::AppCacheStorageImpl
appcache_database.h 106 bool is_disabled() const { return is_disabled_; }
226 bool is_disabled_; member in class:appcache::AppCacheDatabase
appcache_storage_impl.cc     [all...]
appcache_database.cc 206 is_disabled_(false),
216 is_disabled_ = true;
995 if (is_disabled_)
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_controller.cc 58 is_disabled_(true) {}
85 is_disabled_ = false;
93 is_disabled_ = true;
98 if (is_disabled_) {
108 is_disabled_ = true;
113 if (!is_disabled_ && !drm_->PageFlip(crtc_id_,
126 if (is_disabled_)
162 if (is_disabled_)
hardware_display_controller.h 175 bool is_disabled_; member in class:ui::HardwareDisplayController
  /external/chromium_org/webkit/browser/quota/
quota_database.h 175 bool is_disabled_; member in class:quota::QuotaDatabase
quota_database.cc 128 is_disabled_(false) {
439 if (is_disabled_)
466 is_disabled_ = true;
  /external/protobuf/gtest/src/
gtest-internal-inl.h 529 bool is_disabled() const { return is_disabled_; }
532 void set_is_disabled(bool is) { is_disabled_ = is; }
580 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 730 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
874 return test_info->is_reportable() && test_info->is_disabled_;
879 return test_info->is_disabled_;
    [all...]
  /external/gtest/include/gtest/
gtest.h 730 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
874 return test_info->is_reportable() && test_info->is_disabled_;
879 return test_info->is_disabled_;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 722 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
859 return test_info->is_disabled_;
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]

Completed in 2192 milliseconds

1 2