Home
last modified time | relevance | path

Searched defs:asBoolean (Results 1 – 6 of 6) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DTypeConverter.java119 public static boolean asBoolean(String value) { in asBoolean() method in TypeConverter
149 public static boolean asBoolean(Data data) { in asBoolean() method in TypeConverter
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DBaseCompiledTemplate.java201 public static boolean asBoolean(boolean value) { in asBoolean() method in BaseCompiledTemplate
205 public static boolean asBoolean(String value) { in asBoolean() method in BaseCompiledTemplate
209 public static boolean asBoolean(int value) { in asBoolean() method in BaseCompiledTemplate
213 public static boolean asBoolean(Value value) { in asBoolean() method in BaseCompiledTemplate
217 public static boolean asBoolean(Data data) { in asBoolean() method in BaseCompiledTemplate
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DVariantValue.java39 public boolean asBoolean() { in asBoolean() method in VariantValue
DNumberValue.java36 public boolean asBoolean() { in asBoolean() method in NumberValue
DValue.java91 public abstract boolean asBoolean(); in asBoolean() method in Value
/external/chromium_org/third_party/WebKit/Source/platform/
DJSONValues.cpp85 bool JSONValue::asBoolean(bool*) const in asBoolean() function in WebCore::JSONValue
160 bool JSONBasicValue::asBoolean(bool* output) const in asBoolean() function in WebCore::JSONBasicValue