Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalue_conversions.h23 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
Dvalue_conversions.cc39 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { in GetValueAsFilePath() function