Searched refs:GetValueAsFilePath (Results 1 – 4 of 4) sorted by relevance
21 BASE_API bool GetValueAsFilePath(const Value& value, FilePath* file_path);
43 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { in GetValueAsFilePath() function
163 return base::GetValueAsFilePath(value, &value_); in UpdateValueInternal()
399 bool rv = base::GetValueAsFilePath(*pref->GetValue(), &result); in GetFilePath()