Lines Matching refs:GetWithoutPathExpansion
823 return current_dictionary->GetWithoutPathExpansion(current_path, out_value); in Get()
945 bool DictionaryValue::GetWithoutPathExpansion(StringPiece key, in GetWithoutPathExpansion() function in base::DictionaryValue
957 bool DictionaryValue::GetWithoutPathExpansion(StringPiece key, in GetWithoutPathExpansion() function in base::DictionaryValue
959 return static_cast<const DictionaryValue&>(*this).GetWithoutPathExpansion( in GetWithoutPathExpansion()
967 if (!GetWithoutPathExpansion(key, &value)) in GetBooleanWithoutPathExpansion()
976 if (!GetWithoutPathExpansion(key, &value)) in GetIntegerWithoutPathExpansion()
985 if (!GetWithoutPathExpansion(key, &value)) in GetDoubleWithoutPathExpansion()
995 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
1004 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
1014 bool result = GetWithoutPathExpansion(key, &value); in GetDictionaryWithoutPathExpansion()
1038 bool result = GetWithoutPathExpansion(key, &value); in GetListWithoutPathExpansion()