Home
last modified time | relevance | path

Searched refs:other_dict (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dvalues.cc330 const DictionaryValue* other_dict = in Equals() local
333 key_iterator rhs_it(other_dict->begin_keys()); in Equals()
334 while (lhs_it != end_keys() && rhs_it != other_dict->end_keys()) { in Equals()
338 !other_dict->GetWithoutPathExpansion(*rhs_it, &rhs) || in Equals()
345 if (lhs_it != end_keys() || rhs_it != other_dict->end_keys()) in Equals()