Searched defs:BooleanValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathValue.h55 enum Type { NodeSetValue, BooleanValue, NumberValue, StringValue }; enumerator in enum:WebCore::XPath::Value::Type
75 bool isBoolean() const { return m_type == BooleanValue; }
94 : m_type(BooleanValue)
/external/chromium_org/v8/src/
H A Dapi.cc2782 isolate->factory()->ToBoolean(obj->BooleanValue());
2993 bool Value::BooleanValue() const { function in class:v8::Value
2994 return Utils::OpenHandle(this)->BooleanValue();
5874 LOG_API(isolate, "BooleanObject::BooleanValue");
H A Dhydrogen-instructions.h3634 bool BooleanValue() const { return boolean_value_; } function in class:v8::V8_FINAL
H A Dobjects.cc112 bool Object::BooleanValue() { function in class:v8::internal::Object
3557 return result->BooleanValue();
3694 bool result_bool = result->BooleanValue();
3757 if (!writable->BooleanValue()) {
3776 if (!enumerable->BooleanValue()) attributes |= DONT_ENUM;
3777 if (!configurable->BooleanValue()) attributes |= DONT_DELETE;
3778 if (!writable->BooleanValue()) attributes |= READ_ONLY;
/external/v8/src/
H A Dapi.cc2505 bool Value::BooleanValue() const { function in class:v8::Value
2511 if (IsDeadCheck(isolate, "v8::Value::BooleanValue()")) return false;
2512 LOG_API(isolate, "BooleanValue");
4839 bool v8::BooleanObject::BooleanValue() const { function in class:v8::v8::BooleanObject
4841 if (IsDeadCheck(isolate, "v8::BooleanObject::BooleanValue()")) return 0;
4842 LOG_API(isolate, "BooleanObject::BooleanValue");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4973 milliseconds