Searched refs:defaultValue (Results 1 - 25 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DContextFeatures.h85 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaultValue; } argument
97 inline bool ContextFeatures::isEnabled(Document* document, FeatureType type, bool defaultValue) const
100 return defaultValue;
101 return m_client->isEnabled(document, type, defaultValue);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDTransactionElement.c37 IOHIDValueRef defaultValue; member in struct:__IOHIDTransactionElement
83 if (element->defaultValue) CFRelease(element->defaultValue);
114 if (element->defaultValue) CFRelease(element->defaultValue);
116 element->defaultValue = value ? (IOHIDValueRef)CFRetain(value) : NULL;
121 return element->defaultValue;
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParam.h50 static PassRefPtr<AudioParam> create(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
52 return adoptRef(new AudioParam(context, name, defaultValue, minValue, maxValue, units));
71 float defaultValue() const { return static_cast<float>(m_defaultValue); } function in class:WebCore::AudioParam
106 AudioParam(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
109 , m_value(defaultValue)
110 , m_defaultValue(defaultValue)
114 , m_smoothedValue(defaultValue)
H A DAudioParamTimeline.cpp116 float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) argument
124 return defaultValue;
134 value = valuesForTimeRange(startTime, endTime, defaultValue, &value, 1, sampleRate, controlRate);
143 float defaultValue,
154 values[i] = defaultValue;
156 return defaultValue;
159 float value = valuesForTimeRangeImpl(startTime, endTime, defaultValue, values, numberOfValues, sampleRate, controlRate);
167 float defaultValue,
175 return defaultValue;
180 values[i] = defaultValue;
140 valuesForTimeRange( double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
164 valuesForTimeRangeImpl( double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
[all...]
H A DAudioParamTimeline.h55 // otherwise defaultValue is returned.
56 float valueForContextTime(AudioContext*, float defaultValue, bool& hasValue);
59 // and returns the last parameter value calculated for "values" or the defaultValue if none were calculated.
63 float valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
106 float valuesForTimeRangeImpl(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
H A DAudioParam.idl35 readonly attribute float defaultValue;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DViewportStyleResolver.cpp101 float defaultValue = ViewportArguments::ValueAuto; local
107 defaultValue = 1;
111 return defaultValue;
144 return defaultValue;
154 return defaultValue;
158 return defaultValue;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DWindowFeatures.h82 static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false);
83 static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);
H A DWindowFeatures.cpp208 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) argument
212 return defaultValue;
217 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
221 return defaultValue;
227 return defaultValue;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DResetInputType.cpp67 String ResetInputType::defaultValue() const function in class:WebCore::ResetInputType
H A DResetInputType.h47 virtual String defaultValue() const OVERRIDE;
H A DSubmitInputType.h49 virtual String defaultValue() const OVERRIDE;
H A DHTMLOutputElement.idl31 [TreatNullAs=NullString] attribute DOMString defaultValue;
H A DHTMLOutputElement.h48 String defaultValue() const;
H A DSubmitInputType.cpp84 String SubmitInputType::defaultValue() const function in class:WebCore::SubmitInputType
H A DStepRange.h66 Decimal defaultValue() const function in struct:WebCore::StepRange::StepDescription
88 Decimal defaultValue() const function in class:WebCore::StepRange
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyleElement.cpp71 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral));
73 return n.isNull() ? defaultValue : n;
83 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("all", AtomicString::ConstructFromLiteral));
85 return n.isNull() ? defaultValue : n;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOperands.h45 static T defaultValue() { return T(); } function in struct:JSC::OperandValueTraits
58 m_arguments.fill(Traits::defaultValue(), numArguments);
59 m_locals.fill(Traits::defaultValue(), numLocals);
101 m_locals[i] = Traits::defaultValue();
114 return Traits::defaultValue();
120 ASSERT(m_arguments[idx] == Traits::defaultValue());
126 ASSERT(idx >= m_locals.size() || m_locals[idx] == Traits::defaultValue());
206 m_arguments[i] = Traits::defaultValue();
208 m_locals[i] = Traits::defaultValue();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_window_features_private.h72 static bool getWindowFeatureBoolValue(WKDictionaryRef windowFeatures, const char* featureName, bool defaultValue);
73 static double getWindowFeatureDoubleValue(WKDictionaryRef windowFeatures, const char* featureName, double defaultValue);
H A Dewk_window_features.cpp63 bool EwkWindowFeatures::getWindowFeatureBoolValue(WKDictionaryRef windowFeatures, const char* featureName, bool defaultValue) argument
67 return value ? WKBooleanGetValue(value) : defaultValue;
70 double EwkWindowFeatures::getWindowFeatureDoubleValue(WKDictionaryRef windowFeatures, const char* featureName, double defaultValue) argument
74 return value ? WKDoubleGetValue(value) : defaultValue;
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthutilities.c105 _copy_cf_string(CFTypeRef str, const char * defaultValue) argument
122 if (result == NULL && defaultValue) {
123 size_t len = strlen(defaultValue);
127 strlcpy(result, defaultValue, len);
134 _get_cf_int(CFTypeRef num, int64_t defaultValue) argument
136 int64_t result = defaultValue;
141 result = defaultValue;
149 _get_cf_bool(CFTypeRef value, bool defaultValue) argument
151 bool result = defaultValue;
/macosx-10.9.5/cddafs-252/Classes/
H A DTBundle.h77 CFStringRef defaultValue,
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dscutil.h69 CFStringRef defaultValue);
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokencache.cpp68 static unsigned long getFile(const string &path, unsigned long defaultValue) argument
79 return defaultValue;
82 static string getFile(const string &path, const string &defaultValue) argument
92 return defaultValue;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageUIClient.h49 QString runJavaScriptPrompt(const QString& message, const QString& defaultValue, bool& ok);
57 static WKStringRef runJavaScriptPrompt(WKPageRef, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo);

Completed in 354 milliseconds

123456789