Searched defs:BooleanValue (Results 1 - 7 of 7) 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/include/
H A Dv8.h1498 bool BooleanValue() const;
2846 bool BooleanValue() const { return ValueOf(); } function in class:v8::BooleanObject
/external/chromium_org/v8/src/
H A Dapi.cc2975 isolate->factory()->ToBoolean(obj->BooleanValue());
3214 bool Value::BooleanValue() const { function in class:v8::Value
3215 return Utils::OpenHandle(this)->BooleanValue();
6172 if (IsDeadCheck(isolate, "v8::BooleanObject::BooleanValue()")) return 0;
6173 LOG_API(isolate, "BooleanObject::BooleanValue");
H A Dhydrogen-instructions.h3359 bool BooleanValue() const { return boolean_value_; } function in class:v8::HConstant
H A Dobjects.cc112 bool Object::BooleanValue() { function in class:v8::internal::Object
3427 return result->BooleanValue();
3568 bool result_bool = result->BooleanValue();
3631 if (!writable->BooleanValue()) {
3650 if (!enumerable->BooleanValue()) attributes |= DONT_ENUM;
3651 if (!configurable->BooleanValue()) attributes |= DONT_DELETE;
3652 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 1009 milliseconds