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

/external/chromium/base/
H A Dvalues.cc102 bool Value::GetAsBoolean(bool* out_value) const { function in class:Value
167 bool FundamentalValue::GetAsBoolean(bool* out_value) const { function in class:FundamentalValue
209 return GetAsBoolean(&lhs) && other->GetAsBoolean(&rhs) && lhs == rhs;
421 return value->GetAsBoolean(bool_value);
734 return value->GetAsBoolean(bool_value);

Completed in 39 milliseconds