Searched +defs:value +defs:create (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSVariableValue.h42 static PassRefPtr<CSSVariableValue> create(const AtomicString& name, const String& value) argument
48 const String& value() const { return m_value; } function in class:WebCore::CSSVariableValue
53 CSSVariableValue(const AtomicString& name, const String& value) argument
H A DDOMWindowCSS.cpp41 PassRefPtr<DOMWindowCSS> DOMWindowCSS::create() function in class:WebCore::DOMWindowCSS
46 static String valueWithoutImportant(const String& value) argument
H A DFontFeatureValue.h36 static PassRefPtr<FontFeatureValue> create(const String& tag, int value) argument
42 int value() const { return m_value; } function in class:WebCore::FontFeatureValue
H A DMediaQueryListListener.h36 static PassRefPtr<MediaQueryListListener> create(const ScriptValue& value) argument
47 MediaQueryListListener(const ScriptValue& value) : m_value(value) { } argument
H A DRGBColor.cpp33 PassRefPtr<RGBColor> RGBColor::create(unsigned rgbColor) function in class:WebCore::RGBColor
40 unsigned value = (m_rgbColor >> 16) & 0xFF; local
48 unsigned value = (m_rgbColor >> 8) & 0xFF; local
56 unsigned value = m_rgbColor & 0xFF; local
64 float value = static_cast<float>((m_rgbColor >> 24) & 0xFF) / 0xFF; local
[all...]
H A DWebKitCSSShaderValue.h46 static PassRefPtr<WebKitCSSShaderValue> create(const String& url) { return adoptRef(new WebKitCSSShaderValue(url)); } function in class:WebCore::WebKitCSSShaderValue
72 inline WebKitCSSShaderValue* toWebKitCSSShaderValue(CSSValue* value) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DCalculationValue.cpp58 PassRefPtr<CalculationValue> CalculationValue::create(PassOwnPtr<CalcExpressionNode> value, CalculationPermittedValueRange range) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DScrollAnimatorBlackBerry.cpp13 PassOwnPtr<ScrollAnimator> ScrollAnimator::create(ScrollableArea* scrollableArea) function in class:WebCore::ScrollAnimator
43 void ScrollAnimatorBlackBerry::setDisableConstrainsScrollingToContentEdgeWhileAnimating(bool value) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStylePendingShader.h46 static PassRefPtr<StylePendingShader> create(WebKitCSSShaderValue* value) { return adoptRef(new StylePendingShader(value)); } argument
51 StylePendingShader(WebKitCSSShaderValue* value) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimateColorElement.cpp36 PassRefPtr<SVGAnimateColorElement> SVGAnimateColorElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGAnimateColorElement
41 static bool attributeValueIsCurrentColor(const String& value) argument
H A DSVGViewElement.cpp55 PassRefPtr<SVGViewElement> SVGViewElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGViewElement
72 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGMatrixTearOff.h33 static PassRefPtr<SVGMatrixTearOff> create(SVGPropertyTearOff<SVGTransform>* parent, SVGMatrix& value) argument
47 SVGMatrixTearOff(SVGPropertyTearOff<SVGTransform>* parent, SVGMatrix& value) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebNumber.h37 static PassRefPtr<WebNumber> create(NumberType value) argument
42 NumberType value() const { return m_value; } function in class:WebKit::WebNumber
45 explicit WebNumber(NumberType value) argument
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dprogressdlg.rb47 def value method in class:Tk
55 def create method in class:Tk
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOConfigEntry.cpp56 IOConfigEntry* IOConfigEntry::create(UInt32 key, IOConfigKeyType type, OSObject *obj) function in class:IOConfigEntry
81 IOConfigEntry* IOConfigEntry::create(UInt32 key, UInt32 value) argument
104 IOConfigEntry* IOConfigEntry::create(UInt32 key, FWAddress address) function in class:IOConfigEntry
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DBooleanObject.h36 static BooleanObject* create(VM& vm, Structure* structure) function in class:JSC::BooleanObject
53 inline BooleanObject* asBooleanObject(JSValue value) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCStatsReport.cpp36 PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp) function in class:WebCore::RTCStatsReport
67 void RTCStatsReport::addStatistic(const String& name, const String& value) argument
H A DRTCStatsResponse.cpp33 PassRefPtr<RTCStatsResponse> RTCStatsResponse::create() function in class:WebCore::RTCStatsResponse
56 void RTCStatsResponse::addStatistic(size_t report, String name, String value) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/proximity/
H A DDeviceProximityController.cpp43 PassOwnPtr<DeviceProximityController> DeviceProximityController::create(DeviceProximityClient* client) function in class:WebCore::DeviceProximityController
48 void DeviceProximityController::didChangeDeviceProximity(const double value, const double min, const double max) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityScrollbar.cpp45 PassRefPtr<AccessibilityScrollbar> AccessibilityScrollbar::create(Scrollbar* scrollbar) function in class:WebCore::AccessibilityScrollbar
94 void AccessibilityScrollbar::setValue(float value) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSetNodeAttributeCommand.h36 static PassRefPtr<SetNodeAttributeCommand> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLBRElement.cpp42 PassRefPtr<HTMLBRElement> HTMLBRElement::create(Document* document) function in class:WebCore::HTMLBRElement
47 PassRefPtr<HTMLBRElement> HTMLBRElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLBRElement
59 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
H A DHTMLDivElement.cpp41 PassRefPtr<HTMLDivElement> HTMLDivElement::create(Document* document) function in class:WebCore::HTMLDivElement
46 PassRefPtr<HTMLDivElement> HTMLDivElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLDivElement
58 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
H A DHTMLHRElement.cpp43 PassRefPtr<HTMLHRElement> HTMLHRElement::create(Document* document) function in class:WebCore::HTMLHRElement
48 PassRefPtr<HTMLHRElement> HTMLHRElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLHRElement
60 void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
[all...]
H A DHTMLParagraphElement.cpp42 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(Document* document) function in class:WebCore::HTMLParagraphElement
47 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLParagraphElement
59 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument

Completed in 108 milliseconds

1234567891011>>