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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_dialog.cc 40 std::vector<GURL> file_paths; local
41 file_paths.push_back(GURL(params->selected_path));
54 file_paths, local
private_api_util.cc 40 std::vector<base::FilePath> file_paths; member in struct:file_manager::util::__anon7691::GetSelectedFileInfoParams
113 i < params->file_paths.size(); ++i) {
114 const base::FilePath& file_path = params->file_paths[i];
152 const base::FilePath& file_path = params->file_paths[index];
307 params->file_paths.push_back(path);
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host.cc 94 std::vector<base::FilePath> file_paths; local
102 file_paths.push_back(file_path);
113 file_paths,
170 const std::vector<base::FilePath>& file_paths,
173 DCHECK(file_paths.size() == display_names.size());
174 DCHECK(file_paths.size() == browser_ids.size());
179 renderer_ppapi_host_, pp_instance(), 0, file_paths[i]);
184 file_paths[i], display_names[i], browser_ids[i], renderer_id);
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.cc 56 std::vector<base::FilePath> file_paths; local
58 file_paths.push_back(files[i].local_path);
60 MultiFilesSelected(file_paths, params);
  /external/chromium_org/android_webview/native/
state_serializer.cc 123 const std::vector<base::FilePath>& file_paths = local
125 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin();
126 file != file_paths.end(); ++file) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 58 std::vector<base::FilePath>* file_paths) {
72 if (file_paths)
73 file_paths->push_back(file_path);
85 std::vector<base::FilePath> file_paths; local
86 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths);
87 DCHECK_EQ(origins.size(), file_paths.size());
89 file_paths.begin();
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 484 vector<FilePath> file_paths = g_trigram_index.Get().Search(query); local
487 vector<FilePath>::const_iterator it = file_paths.begin();
488 for (; it != file_paths.end(); ++it) {
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 1060 const std::vector<base::FilePath>& file_paths = local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 1670 const std::vector<base::FilePath>& file_paths = state.GetReferencedFiles(); local
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 649 FilePathMap file_paths; local
653 &file_paths); local
654 pack->BuildSourceImagesArray(file_paths);
656 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
    [all...]

Completed in 283 milliseconds