Searched defs:sub_dir (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dshell_integration_win.cc114 const wchar_t* sub_dir; member in struct:__anon2278::__anon2279
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc171 const wchar_t* sub_dir; member in struct:__anon2589::__anon2590
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
/external/chromium/chrome/common/
H A Dsandbox_policy.cc124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, argument
131 if (sub_dir) {
132 directory = directory.Append(sub_dir);
/external/chromium/base/
H A Dfile_util_posix.cc457 FilePath sub_dir = base_dir.Append(name_tmpl); local
458 std::string sub_dir_string = sub_dir.value();

Completed in 106 milliseconds