HomeSort by relevance Sort by last modified time
    Searched full:search_paths (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
shell_integration_linux.cc 299 std::vector<FilePath> search_paths; local
304 search_paths.push_back(FilePath(xdg_data_home));
313 search_paths.push_back(data_dir);
314 search_paths.push_back(data_dir.Append("applications"));
320 search_paths.push_back(FilePath("/usr/share/applications"));
321 search_paths.push_back(FilePath("/usr/local/share/applications"));
324 for (std::vector<FilePath>::const_iterator i = search_paths.begin();
325 i != search_paths.end(); ++i) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 293 search_paths = {
301 return [self._webkit_baseline_path(d) for d in search_paths[self.name()]]

Completed in 3302 milliseconds