Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/resource/
Dresource_bundle_auralinux.cc19 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) { in GetResourcesPakFilePath() argument
22 return path.AppendASCII(pak_name.c_str()); in GetResourcesPakFilePath()
25 return base::FilePath(pak_name.c_str()); in GetResourcesPakFilePath()
Dresource_bundle_win.cc27 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) { in GetResourcesPakFilePath() argument
30 return path.AppendASCII(pak_name.c_str()); in GetResourcesPakFilePath()
33 return base::FilePath(ASCIIToUTF16(pak_name)); in GetResourcesPakFilePath()
Dresource_bundle_gtk.cc56 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) { in GetResourcesPakFilePath() argument
59 return path.AppendASCII(pak_name.c_str()); in GetResourcesPakFilePath()
62 return base::FilePath(pak_name.c_str()); in GetResourcesPakFilePath()