Home
last modified time | relevance | path

Searched defs:DefaultValue (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebPreferences.h36 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
64 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
DWebPreferences.cpp88 #define DEFINE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.cpp37 #define DEFINE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPref… in defaultValueForKey() argument
142 #define DEFINE_UINT32_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
155 #define DEFINE_DOUBLE_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
DWebPreferencesStore.h144 #define DECLARE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) const String& KeyLowe… argument
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp183 int DefaultValue = 0; in getMaxInlinableSize() local
215 int DefaultValue = 0; in getMaxNodesPerTopLevelFunction() local
/external/bluetooth/bluedroid/test/bluedroidtest/
Dbluedroidtest.c247 uint32_t get_int(char **p, int DefaultValue) in get_int()
268 int get_signed_int(char **p, int DefaultValue) in get_signed_int()
309 uint32_t get_hex(char **p, int DefaultValue) in get_hex()
/external/webkit/Source/WebKit2/UIProcess/cf/
DWebPreferencesCF.cpp101 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue)… in platformInitializeStore() argument
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc261 string DefaultValue(const FieldDescriptor* field) { in DefaultValue() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc243 string DefaultValue(const FieldDescriptor* field) { in DefaultValue() function
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc350 string DefaultValue(const Params& params, const FieldDescriptor* field) { in DefaultValue() function
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc333 string DefaultValue(const Params& params, const FieldDescriptor* field) { in DefaultValue() function
/external/openfst/src/include/fst/
Dsparse-tuple-weight.h201 const W& DefaultValue() const { return default_; } in DefaultValue() function
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1400 #define INITIALIZE_SETTINGS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) settings->set##KeyUpp… in updatePreferences() argument
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3429 Constant *DefaultValue, in SwitchLookupTable()