Searched defs:default_value (Results 1 - 25 of 96) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { argument
8 return GetOptionalBool(&value) ? value : default_value;
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_server_field_info.h19 std::string default_value; member in struct:autofill::AutofillServerFieldInfo
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_property_ui_data.cc39 const base::Value* default_value = NULL; local
40 if (!onc->Get(property_key, &default_value)) {
48 default_value_.reset(default_value->DeepCopy());
H A Dnetwork_property_ui_data.h40 const base::Value* default_value() const { return default_value_.get(); } function in class:chromeos::NetworkPropertyUIData
/external/chromium_org/base/prefs/
H A Dpref_registry.cc44 base::Value* default_value) {
45 base::Value::Type orig_type = default_value->GetType();
52 defaults_->SetDefaultValue(path, make_scoped_ptr(default_value));
43 RegisterPreference(const char* path, base::Value* default_value) argument
H A Dpref_registry_simple.cc18 bool default_value) {
19 RegisterPreference(path, new base::FundamentalValue(default_value));
23 int default_value) {
24 RegisterPreference(path, new base::FundamentalValue(default_value));
28 double default_value) {
29 RegisterPreference(path, new base::FundamentalValue(default_value));
33 const std::string& default_value) {
34 RegisterPreference(path, new base::StringValue(default_value));
39 const base::FilePath& default_value) {
40 RegisterPreference(path, new base::StringValue(default_value
17 RegisterBooleanPref(const char* path, bool default_value) argument
22 RegisterIntegerPref(const char* path, int default_value) argument
27 RegisterDoublePref(const char* path, double default_value) argument
32 RegisterStringPref(const char* path, const std::string& default_value) argument
37 RegisterFilePathPref( const char* path, const base::FilePath& default_value) argument
47 RegisterListPref(const char* path, base::ListValue* default_value) argument
56 RegisterDictionaryPref( const char* path, base::DictionaryValue* default_value) argument
62 RegisterInt64Pref(const char* path, int64 default_value) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_util.h66 const typename Container::mapped_type& default_value) {
69 return default_value;
63 LookUpMap( const Container& container, const typename Container::key_type& key, const typename Container::mapped_type& default_value) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcommand_line_reader.cc14 uint16 ReadHttpPort(uint16 default_value) { argument
22 http_port = default_value;
26 http_port = default_value;
33 uint32 ReadTtl(uint32 default_value) { argument
39 ttl = default_value;
46 std::string ReadServiceNamePrefix(const std::string& default_value) { argument
51 return service_name.empty() ? default_value : service_name;
54 std::string ReadDomainName(const std::string& default_value) { argument
60 return default_value;
65 return default_value;
77 ReadStatePath(const std::string& default_value) argument
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_ios.cc26 bool default_value) {
30 return default_value;
36 return default_value;
24 GetBoolFromDictionary(CFDictionaryRef dict, CFStringRef key, bool default_value) argument
/external/chromium_org/third_party/hwcplus/include/cutils/
H A Dproperties.h54 int property_get(const char *key, char *value, const char *default_value);
69 int property_get(const char *key, char *value, const char *default_value) { argument
74 return __property_get_real(key, value, default_value);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Ddefaults.cc47 const char* default_value) {
54 value = default_value;
46 GetEnvVarOrDefault(const char* env_var_name, const char* default_value) argument
/external/lldb/source/Interpreter/
H A DOptionGroupBoolean.cpp25 bool default_value,
27 m_value (default_value, default_value)
20 OptionGroupBoolean(uint32_t usage_mask, bool required, const char *long_option, int short_option, const char *usage_text, bool default_value, bool no_argument_toggle_default) argument
H A DOptionGroupString.cpp27 const char *default_value) :
28 m_value (default_value, default_value)
20 OptionGroupString(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, const char *default_value) argument
H A DOptionGroupUInt64.cpp27 uint64_t default_value) :
28 m_value (default_value, default_value)
20 OptionGroupUInt64(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, uint64_t default_value) argument
/external/chromium_org/media/cast/test/utility/
H A Dinput_builder.cc21 const std::string& default_value,
25 default_value_(default_value),
20 InputBuilder(const std::string& title, const std::string& default_value, int low_range, int high_range) argument
/external/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h48 const ArchSpec &default_value) :
51 m_default_value (default_value)
47 OptionValueArch(const ArchSpec &current_value, const ArchSpec &default_value) argument
H A DOptionValueFormat.h32 lldb::Format default_value) :
35 m_default_value (default_value)
31 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) argument
H A DOptionValueUInt64.h39 uint64_t default_value) :
42 m_default_value (default_value)
38 OptionValueUInt64(uint64_t current_value, uint64_t default_value) argument
H A DOptionValueBoolean.h31 bool default_value) :
34 m_default_value (default_value)
30 OptionValueBoolean(bool current_value, bool default_value) argument
H A DOptionValueSInt64.h43 int64_t default_value) :
46 m_default_value (default_value),
42 OptionValueSInt64(int64_t current_value, int64_t default_value) argument
/external/chromium_org/components/search/
H A Dsearch.cc117 const std::string& default_value,
124 return default_value;
130 uint64 default_value,
137 return default_value;
143 bool default_value,
145 return !!GetUInt64ValueForFlagWithDefault(flag, default_value ? 1 : 0, flags);
116 GetStringValueForFlagWithDefault(const std::string& flag, const std::string& default_value, const FieldTrialFlags& flags) argument
129 GetUInt64ValueForFlagWithDefault(const std::string& flag, uint64 default_value, const FieldTrialFlags& flags) argument
142 GetBoolValueForFlagWithDefault(const std::string& flag, bool default_value, const FieldTrialFlags& flags) argument
/external/chromium_org/third_party/hwcplus/src/
H A Dhwcplus_util.c95 int property_get(const char* key, char* value, const char* default_value) { argument
97 const char* r = default_value;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc52 const EnumValueDescriptor* default_value = descriptor->default_value_enum(); local
54 (*variables)["default"] = SimpleItoa(default_value->number());
/external/chromium_org/third_party/webrtc/
H A Dcommon.h88 static const T& default_value() { function in class:webrtc::Config
110 return default_value<T>();
/external/chromium_org/ui/aura/
H A Dwindow_property.h76 T default_value; member in struct:aura::WindowProperty
86 value == property->default_value ? NULL : property->deallocator,
88 WindowPropertyCaster<T>::ToInt64(property->default_value));
90 old != WindowPropertyCaster<T>::ToInt64(property->default_value)) {
98 property, WindowPropertyCaster<T>::ToInt64(property->default_value)));
103 SetProperty(property, property->default_value);

Completed in 635 milliseconds

1234