Home
last modified time | relevance | path

Searched defs:asNumber (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DJSONValues.cpp96 bool JSONValue::asNumber(double*) const in asNumber() function in blink::JSONValue
101 bool JSONValue::asNumber(long*) const in asNumber() function in blink::JSONValue
106 bool JSONValue::asNumber(int*) const in asNumber() function in blink::JSONValue
111 bool JSONValue::asNumber(unsigned long*) const in asNumber() function in blink::JSONValue
116 bool JSONValue::asNumber(unsigned*) const in asNumber() function in blink::JSONValue
193 bool JSONBasicValue::asNumber(double* output) const in asNumber() function in blink::JSONBasicValue
201 bool JSONBasicValue::asNumber(long* output) const in asNumber() function in blink::JSONBasicValue
209 bool JSONBasicValue::asNumber(int* output) const in asNumber() function in blink::JSONBasicValue
217 bool JSONBasicValue::asNumber(unsigned long* output) const in asNumber() function in blink::JSONBasicValue
225 bool JSONBasicValue::asNumber(unsigned* output) const in asNumber() function in blink::JSONBasicValue
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DTypeConverter.java88 public static int asNumber(String value) { in asNumber() method in TypeConverter
111 public static int asNumber(Data data) { in asNumber() method in TypeConverter
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DVariantValue.java50 public int asNumber() { in asNumber() method in VariantValue
DNumberValue.java46 public int asNumber() { in asNumber() method in NumberValue
DValue.java102 public abstract int asNumber(); in asNumber() method in Value