Searched defs:initialValue (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPointList.h42 static SVGPointList initialValue() { return SVGPointList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGRect.h32 static FloatRect initialValue() { return FloatRect(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGLengthList.h42 static SVGLengthList initialValue() { return SVGLengthList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGNumberList.h42 static SVGNumberList initialValue() { return SVGNumberList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPathSegList.h53 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); } function in struct:WebCore::SVGPropertyTraits
H A DSVGTransformList.h47 static SVGTransformList initialValue() { return SVGTransformList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGAngle.h66 static SVGAngle initialValue() { return SVGAngle(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPreserveAspectRatio.h83 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGLength.h168 static SVGLength initialValue() { return SVGLength(); } function in struct:WebCore::SVGPropertyTraits
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGPropertyTraits.h34 static bool initialValue() { return false; } function in struct:WebCore::SVGPropertyTraits
40 static unsigned initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
46 static int initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
52 static float initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
58 static String initialValue() { return String(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPropertyTearOff.h50 static PassRefPtr<Self> create(const PropertyType& initialValue) argument
137 SVGPropertyTearOff(const PropertyType& initialValue) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dpropsvec.h161 int32_t initialValue; member in struct:UPVecToUTrie2Context
H A Dutrie2_impl.h147 uint32_t initialValue, errorValue; member in struct:UNewTrie2
H A Dutrie.h168 uint32_t initialValue; member in struct:UTrie
H A Dutrie2.cpp522 uint32_t value, prevValue, initialValue; local
235 utrie2_openDummy(UTrie2ValueBits valueBits, uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioToggleControl.cpp48 IOAudioToggleControl *IOAudioToggleControl::createPassThruMuteControl (bool initialValue, argument
57 IOAudioToggleControl *IOAudioToggleControl::create(bool initialValue, argument
78 IOAudioToggleControl *IOAudioToggleControl::createMuteControl(bool initialValue, argument
87 bool IOAudioToggleControl::init(bool initialValue, argument
H A DIOAudioSelectorControl.cpp53 IOAudioSelectorControl *IOAudioSelectorControl::createOutputClockSelector(SInt32 initialValue, argument
73 IOAudioSelectorControl *IOAudioSelectorControl::createInputClockSelector(SInt32 initialValue, argument
93 IOAudioSelectorControl *IOAudioSelectorControl::createOutputSelector(SInt32 initialValue, argument
219 IOAudioSelectorControl *IOAudioSelectorControl::create(SInt32 initialValue, argument
245 IOAudioSelectorControl *IOAudioSelectorControl::createInputSelector(SInt32 initialValue, argument
258 init(SInt32 initialValue, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 subType, UInt32 usage, OSDictionary *properties) argument
[all...]
H A DIOAudioLevelControl.cpp51 IOAudioLevelControl *IOAudioLevelControl::createPassThruVolumeControl (SInt32 initialValue, argument
79 IOAudioLevelControl *IOAudioLevelControl::create(SInt32 initialValue, argument
113 IOAudioLevelControl *IOAudioLevelControl::createVolumeControl(SInt32 initialValue, argument
135 bool IOAudioLevelControl::init(SInt32 initialValue, argument
/macosx-10.9.5/Security-55471.14.18/utilities/Regressions/
H A Dsu-13-cfnumber-der.c46 CFNumberRef initialValue = CFNumberCreate(NULL, kCFNumberLongLongType, &thisCase->value); local
H A Dsu-16-cfdate-der.c104 CFDateRef initialValue = CFDateCreate(NULL, thisCase->value); local
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs40 public ChecksumGeneratorBase(uint initialValue) argument
122 public CRC32Checksum(uint initialValue) : base(initialValue) {} argument
173 public AdlerChecksum(uint initialValue) : base(initialValue) {} argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCapabilities.cpp98 ReturnType canHandleOpcodes(CodeBlock* codeBlock, ReturnType initialValue) argument
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceConfig.java39 private long initialValue = 0L; field in class:SequenceConfig
174 public void setInitialValue(long initialValue) { argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXScale.c157 SInt32 initialValue, minValue, maxValue; local
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScale.c155 SInt32 initialValue, minValue, maxValue; local

Completed in 232 milliseconds

12