defaultValue 6266 Source/core/css/parser/CSSPropertyParser.cpp bool CSSPropertyParser::parseCounter(CSSPropertyID propId, int defaultValue, bool important) defaultValue 6285 Source/core/css/parser/CSSPropertyParser.cpp int i = defaultValue; defaultValue 184 Source/core/css/parser/CSSPropertyParser.h bool parseCounter(CSSPropertyID, int defaultValue, bool important); defaultValue 115 Source/core/css/resolver/ViewportStyleResolver.cpp float defaultValue = ViewportDescription::ValueAuto; defaultValue 121 Source/core/css/resolver/ViewportStyleResolver.cpp defaultValue = 1; defaultValue 125 Source/core/css/resolver/ViewportStyleResolver.cpp return defaultValue; defaultValue 150 Source/core/css/resolver/ViewportStyleResolver.cpp return defaultValue; defaultValue 156 Source/core/css/resolver/ViewportStyleResolver.cpp return defaultValue; defaultValue 162 Source/core/css/resolver/ViewportStyleResolver.cpp return defaultValue; defaultValue 84 Source/core/dom/ContextFeatures.h virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaultValue; } defaultValue 96 Source/core/dom/ContextFeatures.h inline bool ContextFeatures::isEnabled(Document* document, FeatureType type, bool defaultValue) const defaultValue 99 Source/core/dom/ContextFeatures.h return defaultValue; defaultValue 100 Source/core/dom/ContextFeatures.h return m_client->isEnabled(document, type, defaultValue); defaultValue 1166 Source/core/editing/EditorCommand.cpp bool defaultValue = settings && settings->javaScriptCanAccessClipboard(); defaultValue 1167 Source/core/editing/EditorCommand.cpp return frame->editor().client().canCopyCut(frame, defaultValue); defaultValue 1176 Source/core/editing/EditorCommand.cpp bool defaultValue = settings && settings->javaScriptCanAccessClipboard() && settings->DOMPasteAllowed(); defaultValue 1177 Source/core/editing/EditorCommand.cpp return frame->editor().client().canPaste(frame, defaultValue); defaultValue 1029 Source/core/frame/DOMWindow.cpp String DOMWindow::prompt(const String& message, const String& defaultValue) defaultValue 1041 Source/core/frame/DOMWindow.cpp if (host->chrome().runJavaScriptPrompt(m_frame, message, defaultValue, returnValue)) defaultValue 164 Source/core/frame/DOMWindow.h String prompt(const String& message, const String& defaultValue); defaultValue 956 Source/core/html/HTMLInputElement.cpp return m_inputType->defaultValue(); defaultValue 188 Source/core/html/HTMLInputElement.h const AtomicString& defaultValue() const; defaultValue 47 Source/core/html/HTMLOutputElement.h String defaultValue() const; defaultValue 126 Source/core/html/HTMLTextAreaElement.cpp setNonDirtyValue(defaultValue()); defaultValue 222 Source/core/html/HTMLTextAreaElement.cpp setNonDirtyValue(defaultValue()); defaultValue 405 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setDefaultValue(const String& defaultValue) defaultValue 420 Source/core/html/HTMLTextAreaElement.cpp String value = defaultValue; defaultValue 46 Source/core/html/HTMLTextAreaElement.h String defaultValue() const; defaultValue 106 Source/core/html/forms/BaseDateAndTimeInputType.cpp Decimal BaseDateAndTimeInputType::parseToNumber(const String& source, const Decimal& defaultValue) const defaultValue 110 Source/core/html/forms/BaseDateAndTimeInputType.cpp return defaultValue; defaultValue 173 Source/core/html/forms/InputType.cpp if (currentValue == element().defaultValue()) defaultValue 424 Source/core/html/forms/InputType.cpp Decimal InputType::parseToNumber(const String&, const Decimal& defaultValue) const defaultValue 427 Source/core/html/forms/InputType.cpp return defaultValue; defaultValue 961 Source/core/html/forms/InputType.cpp Decimal InputType::findStepBase(const Decimal& defaultValue) const defaultValue 965 Source/core/html/forms/InputType.cpp stepBase = parseToNumber(element().fastGetAttribute(valueAttr), defaultValue); defaultValue 115 Source/core/html/forms/InputType.h virtual String defaultValue() const; // Checked after even fallbackValue, only when the valueWithDefault function is called. defaultValue 201 Source/core/html/forms/InputType.h virtual Decimal parseToNumber(const String&, const Decimal& defaultValue) const; defaultValue 109 Source/core/html/forms/MonthInputType.cpp Decimal MonthInputType::parseToNumber(const String& src, const Decimal& defaultValue) const defaultValue 113 Source/core/html/forms/MonthInputType.cpp return defaultValue; defaultValue 190 Source/core/html/forms/NumberInputType.cpp Decimal NumberInputType::parseToNumber(const String& src, const Decimal& defaultValue) const defaultValue 192 Source/core/html/forms/NumberInputType.cpp return parseToDecimalForNumberType(src, defaultValue); defaultValue 262 Source/core/html/forms/RangeInputType.cpp Decimal RangeInputType::parseToNumber(const String& src, const Decimal& defaultValue) const defaultValue 264 Source/core/html/forms/RangeInputType.cpp return parseToDecimalForNumberType(src, defaultValue); defaultValue 302 Source/core/html/forms/RangeInputType.cpp return serializeForNumberType(createStepRange(RejectAny).defaultValue()); defaultValue 308 Source/core/html/forms/RangeInputType.cpp const Decimal proposedNumericValue = parseToNumber(proposedValue, stepRange.defaultValue()); defaultValue 47 Source/core/html/forms/ResetInputType.h virtual String defaultValue() const OVERRIDE; defaultValue 101 Source/core/html/forms/StepRange.cpp return stepDescription.defaultValue(); defaultValue 108 Source/core/html/forms/StepRange.cpp return stepDescription.defaultValue(); defaultValue 116 Source/core/html/forms/StepRange.cpp return stepDescription.defaultValue(); defaultValue 65 Source/core/html/forms/StepRange.h Decimal defaultValue() const defaultValue 85 Source/core/html/forms/StepRange.h Decimal defaultValue() const defaultValue 49 Source/core/html/forms/SubmitInputType.h virtual String defaultValue() const OVERRIDE; defaultValue 58 Source/core/html/shadow/SliderThumbElement.cpp const Decimal oldValue = parseToDecimalForNumberType(element->value(), stepRange.defaultValue()); defaultValue 91 Source/core/inspector/InspectorState.cpp long InspectorState::getLong(const String& propertyName, long defaultValue) defaultValue 94 Source/core/inspector/InspectorState.cpp long value = defaultValue; defaultValue 105 Source/core/inspector/InspectorState.cpp double InspectorState::getDouble(const String& propertyName, double defaultValue) defaultValue 108 Source/core/inspector/InspectorState.cpp double value = defaultValue; defaultValue 62 Source/core/inspector/InspectorState.h long getLong(const String& propertyName, long defaultValue); defaultValue 64 Source/core/inspector/InspectorState.h double getDouble(const String& propertyName, double defaultValue); defaultValue 295 Source/core/loader/EmptyClients.h virtual bool canCopyCut(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; } defaultValue 296 Source/core/loader/EmptyClients.h virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; } defaultValue 254 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result) defaultValue 267 Source/core/page/Chrome.cpp bool ok = m_client->runJavaScriptPrompt(frame, prompt, defaultValue, result); defaultValue 108 Source/core/page/Chrome.h bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result); defaultValue 136 Source/core/page/ChromeClient.h virtual bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result) = 0; defaultValue 46 Source/core/page/EditorClient.h virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0; defaultValue 47 Source/core/page/EditorClient.h virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0; defaultValue 209 Source/core/page/WindowFeatures.cpp bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) defaultValue 213 Source/core/page/WindowFeatures.cpp return defaultValue; defaultValue 218 Source/core/page/WindowFeatures.cpp float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) defaultValue 222 Source/core/page/WindowFeatures.cpp return defaultValue; defaultValue 228 Source/core/page/WindowFeatures.cpp return defaultValue; defaultValue 82 Source/core/page/WindowFeatures.h static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false); defaultValue 83 Source/core/page/WindowFeatures.h static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue); defaultValue 121 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultValue) defaultValue 123 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (value != defaultValue) defaultValue 108 Source/core/svg/SVGSVGElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/ecmascript", AtomicString::ConstructFromLiteral)); defaultValue 110 Source/core/svg/SVGSVGElement.cpp return n.isNull() ? defaultValue : n; defaultValue 120 Source/core/svg/SVGSVGElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral)); defaultValue 122 Source/core/svg/SVGSVGElement.cpp return n.isNull() ? defaultValue : n; defaultValue 65 Source/core/svg/SVGStyleElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral)); defaultValue 67 Source/core/svg/SVGStyleElement.cpp return n.isNull() ? defaultValue : n; defaultValue 77 Source/core/svg/SVGStyleElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("all", AtomicString::ConstructFromLiteral)); defaultValue 79 Source/core/svg/SVGStyleElement.cpp return n.isNull() ? defaultValue : n; defaultValue 51 Source/modules/webaudio/AudioParam.h static PassRefPtr<AudioParam> create(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) defaultValue 53 Source/modules/webaudio/AudioParam.h return adoptRef(new AudioParam(context, name, defaultValue, minValue, maxValue, units)); defaultValue 72 Source/modules/webaudio/AudioParam.h float defaultValue() const { return static_cast<float>(m_defaultValue); } defaultValue 106 Source/modules/webaudio/AudioParam.h AudioParam(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) defaultValue 109 Source/modules/webaudio/AudioParam.h , m_value(defaultValue) defaultValue 110 Source/modules/webaudio/AudioParam.h , m_defaultValue(defaultValue) defaultValue 114 Source/modules/webaudio/AudioParam.h , m_smoothedValue(defaultValue) defaultValue 126 Source/modules/webaudio/AudioParamTimeline.cpp float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) defaultValue 134 Source/modules/webaudio/AudioParamTimeline.cpp return defaultValue; defaultValue 144 Source/modules/webaudio/AudioParamTimeline.cpp value = valuesForTimeRange(startTime, endTime, defaultValue, &value, 1, sampleRate, controlRate); defaultValue 153 Source/modules/webaudio/AudioParamTimeline.cpp float defaultValue, defaultValue 164 Source/modules/webaudio/AudioParamTimeline.cpp values[i] = defaultValue; defaultValue 166 Source/modules/webaudio/AudioParamTimeline.cpp return defaultValue; defaultValue 169 Source/modules/webaudio/AudioParamTimeline.cpp float value = valuesForTimeRangeImpl(startTime, endTime, defaultValue, values, numberOfValues, sampleRate, controlRate); defaultValue 177 Source/modules/webaudio/AudioParamTimeline.cpp float defaultValue, defaultValue 185 Source/modules/webaudio/AudioParamTimeline.cpp return defaultValue; defaultValue 190 Source/modules/webaudio/AudioParamTimeline.cpp values[i] = defaultValue; defaultValue 191 Source/modules/webaudio/AudioParamTimeline.cpp return defaultValue; defaultValue 206 Source/modules/webaudio/AudioParamTimeline.cpp values[writeIndex] = defaultValue; defaultValue 211 Source/modules/webaudio/AudioParamTimeline.cpp float value = defaultValue; defaultValue 56 Source/modules/webaudio/AudioParamTimeline.h float valueForContextTime(AudioContext*, float defaultValue, bool& hasValue); defaultValue 63 Source/modules/webaudio/AudioParamTimeline.h float valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate); defaultValue 106 Source/modules/webaudio/AudioParamTimeline.h float valuesForTimeRangeImpl(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate); defaultValue 437 Source/web/ChromeClientImpl.cpp const String& defaultValue, defaultValue 447 Source/web/ChromeClientImpl.cpp defaultValue, defaultValue 114 Source/web/ChromeClientImpl.h const WTF::String& defaultValue, WTF::String& result) OVERRIDE; defaultValue 65 Source/web/ContextFeaturesClientImpl.cpp void set(bool value, bool defaultValue) defaultValue 68 Source/web/ContextFeaturesClientImpl.cpp m_defaultValue = defaultValue; defaultValue 71 Source/web/ContextFeaturesClientImpl.cpp bool needsRefresh(bool defaultValue) const defaultValue 73 Source/web/ContextFeaturesClientImpl.cpp return m_value == NeedsRefresh || m_defaultValue != defaultValue; defaultValue 124 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue) defaultValue 128 Source/web/ContextFeaturesClientImpl.cpp if (cache.needsRefresh(defaultValue)) defaultValue 129 Source/web/ContextFeaturesClientImpl.cpp cache.set(askIfIsEnabled(document, type, defaultValue), defaultValue); defaultValue 139 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue) defaultValue 143 Source/web/ContextFeaturesClientImpl.cpp return defaultValue; defaultValue 147 Source/web/ContextFeaturesClientImpl.cpp return frame->permissionClient()->allowWebComponents(frame, defaultValue); defaultValue 149 Source/web/ContextFeaturesClientImpl.cpp return frame->permissionClient()->allowMutationEvents(frame, defaultValue); defaultValue 153 Source/web/ContextFeaturesClientImpl.cpp return defaultValue; defaultValue 42 Source/web/ContextFeaturesClientImpl.h virtual bool isEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue) OVERRIDE; defaultValue 46 Source/web/ContextFeaturesClientImpl.h bool askIfIsEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue); defaultValue 63 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const defaultValue 67 Source/web/EditorClientImpl.cpp return defaultValue; defaultValue 68 Source/web/EditorClientImpl.cpp return webFrame->permissionClient()->allowWriteToClipboard(webFrame, defaultValue); defaultValue 71 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const defaultValue 75 Source/web/EditorClientImpl.cpp return defaultValue; defaultValue 76 Source/web/EditorClientImpl.cpp return webFrame->permissionClient()->allowReadFromClipboard(webFrame, defaultValue); defaultValue 53 Source/web/EditorClientImpl.h virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE; defaultValue 54 Source/web/EditorClientImpl.h virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE; defaultValue 158 Source/web/WebPagePopupImpl.cpp bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue) defaultValue 162 Source/web/WebPagePopupImpl.cpp return defaultValue; defaultValue 421 public/web/WebFrameClient.h virtual bool allowWebGL(WebLocalFrame*, bool defaultValue) { return defaultValue; } defaultValue 92 public/web/WebPermissionClient.h virtual bool allowReadFromClipboard(WebLocalFrame*, bool defaultValue) { return defaultValue; } defaultValue 95 public/web/WebPermissionClient.h virtual bool allowWriteToClipboard(WebLocalFrame*, bool defaultValue) { return defaultValue; } defaultValue 98 public/web/WebPermissionClient.h virtual bool allowWebComponents(WebLocalFrame*, bool defaultValue) { return defaultValue; } defaultValue 103 public/web/WebPermissionClient.h virtual bool allowMutationEvents(WebLocalFrame*, bool defaultValue) { return defaultValue; } defaultValue 220 public/web/WebViewClient.h WebLocalFrame*, const WebString& message, const WebString& defaultValue,