Searched defs:asNumber (Results 1 – 5 of 5) sorted by relevance
484 bool InspectorValue::asNumber(double*) const in asNumber() function in WebCore::InspectorValue489 bool InspectorValue::asNumber(long*) const in asNumber() function in WebCore::InspectorValue494 bool InspectorValue::asNumber(int*) const in asNumber() function in WebCore::InspectorValue499 bool InspectorValue::asNumber(unsigned long*) const in asNumber() function in WebCore::InspectorValue504 bool InspectorValue::asNumber(unsigned int*) const in asNumber() function in WebCore::InspectorValue573 bool InspectorBasicValue::asNumber(double* output) const in asNumber() function in WebCore::InspectorBasicValue581 bool InspectorBasicValue::asNumber(long* output) const in asNumber() function in WebCore::InspectorBasicValue589 bool InspectorBasicValue::asNumber(int* output) const in asNumber() function in WebCore::InspectorBasicValue597 bool InspectorBasicValue::asNumber(unsigned long* output) const in asNumber() function in WebCore::InspectorBasicValue605 bool InspectorBasicValue::asNumber(unsigned int* output) const in asNumber() function in WebCore::InspectorBasicValue
88 public static int asNumber(String value) { in asNumber() method in TypeConverter111 public static int asNumber(Data data) { in asNumber() method in TypeConverter
46 public int asNumber() { in asNumber() method in NumberValue
50 public int asNumber() { in asNumber() method in VariantValue
102 public abstract int asNumber(); in asNumber() method in Value