Searched defs:SetDefaults (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer_params.cc10 SetDefaults();
13 void EnergyEndpointerParams::SetDefaults() { function in class:content::EnergyEndpointerParams
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dstub_cros_settings_provider.cc19 SetDefaults();
24 SetDefaults();
55 void StubCrosSettingsProvider::SetDefaults() { function in class:chromeos::StubCrosSettingsProvider
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_unittest.cc35 SetDefaults(nat_true_others_default_);
37 SetDefaults(nat_false_others_default_);
39 SetDefaults(domain_empty_others_default_);
42 SetDefaults(domain_full_others_default_);
57 SetDefaults(nat_true_domain_empty_others_default_);
74 SetDefaults(nat_false_overridden_others_default_);
124 void SetDefaults(base::DictionaryValue& dict) { function in class:remoting::policy_hack::PolicyWatcherTest
/external/chromium_org/net/quic/
H A Dquic_config.cc287 void QuicConfig::SetDefaults() { function in class:net::QuicConfig
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake.cc522 void QuicCryptoClientConfig::SetDefaults() { function in class:net::QuicCryptoClientConfig
/external/chromium_org/v8/src/
H A Dscopes.cc121 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
143 SetDefaults(scope_type, NULL, scope_info);
166 SetDefaults(CATCH_SCOPE, NULL, Handle<ScopeInfo>::null());
180 void Scope::SetDefaults(ScopeType scope_type, function in class:v8::internal::Scope
/external/v8/src/
H A Dscopes.cc114 SetDefaults(type, outer_scope, Handle<ScopeInfo>::null());
135 SetDefaults(type, NULL, scope_info);
156 SetDefaults(CATCH_SCOPE, NULL, Handle<ScopeInfo>::null());
170 void Scope::SetDefaults(ScopeType type, function in class:v8::internal::Scope

Completed in 429 milliseconds