Searched defs:defaultValue (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/html/
H A DResetInputType.cpp61 String ResetInputType::defaultValue() const function in class:WebCore::ResetInputType
H A DSubmitInputType.cpp78 String SubmitInputType::defaultValue() const function in class:WebCore::SubmitInputType
H A DHTMLOutputElement.cpp121 String HTMLOutputElement::defaultValue() const function in class:WebCore::HTMLOutputElement
H A DStepRange.h66 Decimal defaultValue() const function in struct:WebCore::StepRange::StepDescription
88 Decimal defaultValue() const function in class:WebCore::StepRange
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSNotAnObject.cpp42 JSValue JSNotAnObject::defaultValue(const JSObject*, ExecState* exec, PreferredPrimitiveType) function in class:JSC::JSNotAnObject
H A DExceptionHelpers.cpp49 JSValue TerminatedExecutionError::defaultValue(const JSObject*, ExecState* exec, PreferredPrimitiveType hint) function in class:JSC::TerminatedExecutionError
H A DClassInfo.h74 DefaultValueFunctionPtr defaultValue; member in struct:JSC::MethodTable
H A DJSCell.cpp171 JSValue JSCell::defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType) function in class:JSC::JSCell
/macosx-10.10/WebCore-7600.1.25/css/
H A DViewportStyleResolver.cpp101 float defaultValue = ViewportArguments::ValueAuto; local
H A DSourceSizeList.cpp67 static unsigned defaultValue(RenderStyle& style, RenderView* view) function in namespace:WebCore
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDTransactionElement.c37 IOHIDValueRef defaultValue; member in struct:__IOHIDTransactionElement
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthutilities.c105 _copy_cf_string(CFTypeRef str, const char * defaultValue) argument
134 _get_cf_int(CFTypeRef num, int64_t defaultValue) argument
149 _get_cf_bool(CFTypeRef value, bool defaultValue) argument
/macosx-10.10/WebCore-7600.1.25/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
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
H A DAudioParamTimeline.cpp114 float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) argument
138 float AudioParamTimeline::valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
155 float AudioParamTimeline::valuesForTimeRangeImpl(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DWindowFeatures.cpp211 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) argument
220 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_window_features.cpp63 bool EwkWindowFeatures::getWindowFeatureBoolValue(WKDictionaryRef windowFeatures, const char* featureName, bool defaultValue) argument
70 double EwkWindowFeatures::getWindowFeatureDoubleValue(WKDictionaryRef windowFeatures, const char* featureName, double defaultValue) argument
/macosx-10.10/cddafs-253/Classes/
H A DTBundle.cpp91 CopyLocalizedStringForKey( CFStringRef key, CFStringRef defaultValue, CFStringRef tableName ) argument
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DOperands.h42 static T defaultValue() { return T(); } function in struct:JSC::OperandValueTraits
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorBackendDispatcher.cpp190 static ReturnValueType getPropertyValue(InspectorObject* object, const String& name, bool* valueFound, InspectorArray* protocolErrors, DefaultValueType defaultValue, bool (*asMethod)(InspectorValue*, ValueType*), const char* typeName) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/libDER/libDER/
H A DDER_Decode.c172 DERParseBoolean( const DERItem *contents, bool defaultValue, bool *value) argument
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokencache.cpp68 static unsigned long getFile(const string &path, unsigned long defaultValue) argument
82 static string getFile(const string &path, const string &defaultValue) argument
/macosx-10.10/WebCore-7600.1.25/bridge/c/
H A Dc_instance.cpp270 JSValue CInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const function in class:JSC::Bindings::CInstance
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_object.cpp191 JSValue RuntimeObject::defaultValue(const JSObject* object, ExecState* exec, PreferredPrimitiveType hint) function in class:JSC::Bindings::RuntimeObject
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp194 bool WebView::runJavaScriptPrompt(const String& message, const String& defaultValue, String& result) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPageUIClientEfl.cpp127 WKStringRef PageUIClientEfl::runJavaScriptPrompt(WKPageRef, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo) argument

Completed in 203 milliseconds

1234