HomeSort by relevance Sort by last modified time
    Searched defs:sub_dir (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 171 const wchar_t* sub_dir; member in struct:__anon4696::__anon4697
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
  /external/chromium/chrome/browser/
shell_integration_win.cc 114 const wchar_t* sub_dir; member in struct:__anon4385::__anon4386
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
  /external/chromium/base/
file_util_posix.cc 457 FilePath sub_dir = base_dir.Append(name_tmpl); local
458 std::string sub_dir_string = sub_dir.value();

Completed in 295 milliseconds