HomeSort by relevance Sort by last modified time
    Searched refs:GetDefault (Results 1 - 9 of 9) sorted by null

  /external/skia/legacy/include/core/
SkDeviceProfile.h 57 static SkDeviceProfile* GetDefault();
  /external/skia/src/core/
SkDeviceProfile.h 59 static SkDeviceProfile* GetDefault();
SkDeviceProfile.cpp 52 SkDeviceProfile* SkDeviceProfile::GetDefault() {
68 gGlobalProfile = SkDeviceProfile::GetDefault();
  /external/skia/legacy/src/core/
SkDeviceProfile.cpp 44 SkDeviceProfile* SkDeviceProfile::GetDefault() {
60 gGlobalProfile = SkDeviceProfile::GetDefault();
  /external/chromium/net/base/
host_resolver_proc.h 73 static HostResolverProc* GetDefault();
host_resolver_impl.h 144 resolver_proc_.get() : HostResolverProc::GetDefault();
host_resolver_proc.cc 116 HostResolverProc* HostResolverProc::GetDefault() {
  /external/openfst/src/include/fst/
flags.h 153 usage += GetDefault(desc.default_value) + "\n ";
167 string GetDefault(bool default_value) const {
171 string GetDefault(const string &default_value) const {
175 template<typename V> string GetDefault(const V& default_value) const {
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 53 TEST_P(ConfigurationPolicyPrefStoreListTest, GetDefault) {
95 TEST_P(ConfigurationPolicyPrefStoreStringTest, GetDefault) {
137 TEST_P(ConfigurationPolicyPrefStoreBooleanTest, GetDefault) {
235 TEST_P(ConfigurationPolicyPrefStoreIntegerTest, GetDefault) {

Completed in 223 milliseconds