Lines Matching full:bool_properties_
49 return (ContainsKey(bool_properties_, prop) ||
241 return GetProperty(name, value, error, bool_properties_, "a bool");
336 return SetProperty(name, value, error, &bool_properties_, "a bool");
433 if (ContainsKey(bool_properties_, name)) {
434 bool_properties_[name]->Clear(error);
477 return ReadablePropertyConstIterator<bool>(bool_properties_);
560 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
562 bool_properties_[name] = BoolAccessor(new PropertyAccessor<bool>(prop));
566 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
568 bool_properties_[name] = BoolAccessor(new ConstPropertyAccessor<bool>(prop));
572 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
574 bool_properties_[name] = BoolAccessor(
808 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
810 bool_properties_[name] = accessor;