Searched refs:numberValue (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathResult.idl36 [GetterRaisesException] readonly attribute double numberValue;
H A DXPathResult.h63 double numberValue(ExceptionCode&) const;
H A DXPathResult.cpp121 double XPathResult::numberValue(ExceptionCode& ec) const function in class:WebCore::XPathResult
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Expressions/
H A D11.2.1-2.js116 this.numberValue = Number(value);
H A D11.2.1-3-n.js112 this.numberValue = Number(value);
H A D11.2.1-4-n.js112 this.numberValue = Number(value);
H A D11.2.1-5.js116 this.numberValue = Number(value);
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_instance.h72 JSValue numberValue(ExecState*) const;
H A Dc_instance.cpp274 return numberValue(exec);
288 JSValue CInstance::numberValue(ExecState*) const function in class:JSC::Bindings::CInstance
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A Dobjc_instance.h62 JSValue numberValue(ExecState*) const;
H A Dobjc_instance.mm474 return numberValue(exec);
478 return numberValue(exec);
487 JSValue ObjcInstance::numberValue(ExecState*) const
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryEvaluator.cpp199 static bool numberValue(CSSValue* value, float& result) function in namespace:WebCore
214 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
227 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
235 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
342 if (value && numberValue(value, number))
549 return numberValue(value, number) && compareValue(1, static_cast<int>(number), op);
558 return numberValue(value, number) && compareValue(1, static_cast<int>(number), op);
567 return numberValue(value, number) && compareValue(1, static_cast<int>(number), op);
594 return numberValue(value, number) && compareValue(have3dRendering, static_cast<int>(number), op);
663 if (!numberValue(valu
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/Regressions/
H A Dsu-15-cfdictionary-der.c139 CFNumberRef numberValue = CFNumberCreate(NULL, kCFNumberIntType, &numberValueValue); local
142 CFDictionaryAddValue(dictionary, kCFBooleanFalse, numberValue);
143 CFReleaseNull(numberValue);
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.h86 JSValue numberValue(ExecState* exec) const;
H A Dqt_instance.cpp241 return numberValue(exec);
290 JSValue QtInstance::numberValue(ExecState*) const function in class:JSC::Bindings::QtInstance
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DProxyInstance.h84 JSC::JSValue numberValue(JSC::ExecState*) const;
H A DProxyInstance.mm285 return numberValue(exec);
295 JSValue ProxyInstance::numberValue(ExecState*) const
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DSerializedScriptValue.h104 static PassRefPtr<SerializedScriptValue> numberValue(double value);
H A DSerializedScriptValue.cpp1860 PassRefPtr<SerializedScriptValue> SerializedScriptValue::numberValue(double value) function in class:WebCore::SerializedScriptValue
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp9989 UInt64 numberValue = (UInt64) *(myPtrPtr); local
9992 numberValue >= kext_alloc_base &&
9993 numberValue < kext_alloc_max ) {
10011 numberValue >= vm_kernel_stext &&
10012 numberValue < vm_kernel_etext ) {
10031 UInt64 numberValue = number->unsigned64BitValue(); local
10034 numberValue >= kext_alloc_base &&
10035 numberValue < kext_alloc_max ) {
10041 IOLog("OSNumber 0x%08llx (%llu) \n", numberValue, numberValue);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBRequest.cpp377 return onSuccessInternal(SerializedScriptValue::numberValue(value));
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptSource.js1262 return result.numberValue;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1202 @property(readonly) double numberValue; variable
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c12427 CFNumberRef numberValue = (CFNumberRef)value; local
12435 CFNumberCompare(numberValue, zeroValue, NULL)) {

Completed in 242 milliseconds