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

1234

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DResetInputType.cpp67 String ResetInputType::defaultValue() const function in class:WebCore::ResetInputType
H A DSubmitInputType.cpp84 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.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSNotAnObject.cpp42 JSValue JSNotAnObject::defaultValue(const JSObject*, ExecState* exec, PreferredPrimitiveType) function in class:JSC::JSNotAnObject
H A DExceptionHelpers.cpp48 JSValue TerminatedExecutionError::defaultValue(const JSObject*, ExecState* exec, PreferredPrimitiveType hint) function in class:JSC::TerminatedExecutionError
H A DClassInfo.h73 DefaultValueFunctionPtr defaultValue; member in struct:JSC::MethodTable
H A DJSCell.cpp181 JSValue JSCell::defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType) function in class:JSC::JSCell
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DViewportStyleResolver.cpp101 float defaultValue = ViewportArguments::ValueAuto; local
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDTransactionElement.c37 IOHIDValueRef defaultValue; member in struct:__IOHIDTransactionElement
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DContextFeatures.h85 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaultValue; } argument
/macosx-10.9.5/Security-55471.14.18/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.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
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.cpp116 float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) argument
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...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DWindowFeatures.cpp208 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) argument
217 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/cddafs-252/Classes/
H A DTBundle.cpp91 CopyLocalizedStringForKey( CFStringRef key, CFStringRef defaultValue, CFStringRef tableName ) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOperands.h45 static T defaultValue() { return T(); } function in struct:JSC::OperandValueTraits
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDER/
H A DDER_Decode.c172 DERParseBoolean( const DERItem *contents, bool defaultValue, bool *value) argument
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_instance.cpp269 JSValue CInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const function in class:JSC::Bindings::CInstance
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_object.cpp240 JSValue RuntimeObject::defaultValue(const JSObject* object, ExecState* exec, PreferredPrimitiveType hint) function in class:JSC::Bindings::RuntimeObject
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp195 bool WebView::runJavaScriptPrompt(const String& message, const String& defaultValue, String& result) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitUIClient.cpp60 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageUIClient.cpp70 QString QtWebPageUIClient::runJavaScriptPrompt(const QString& message, const QString& defaultValue, bool& ok) argument
126 WKStringRef QtWebPageUIClient::runJavaScriptPrompt(WKPageRef, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageUIClient.cpp64 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, const String& defaultValue, WebFrame* frame) argument

Completed in 148 milliseconds

1234