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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_dialog.cc 41 std::vector<GURL> file_paths; local
42 file_paths.push_back(GURL(params->selected_path));
55 file_paths, local
private_api_mount.cc 102 std::vector<GURL> file_paths; local
103 file_paths.push_back(GURL(params->mount_path));
107 file_paths, local
private_api_util.cc 40 std::vector<base::FilePath> file_paths; member in struct:file_manager::util::__anon4244::GetSelectedFileInfoParams
59 i < params->file_paths.size(); ++i) {
60 const base::FilePath& file_path = params->file_paths[i];
111 const base::FilePath& file_path = params->file_paths[index];
271 params->file_paths.push_back(path);
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host.cc 102 std::vector<base::FilePath> file_paths; local
110 file_paths.push_back(file_path);
121 file_paths,
178 const std::vector<base::FilePath>& file_paths,
181 DCHECK(file_paths.size() == display_names.size());
182 DCHECK(file_paths.size() == browser_ids.size());
190 file_paths[i]);
195 file_paths[i], display_names[i], browser_ids[i], renderer_id);
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.cc 58 std::vector<base::FilePath> file_paths; local
60 file_paths.push_back(files[i].local_path);
62 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 56 std::vector<base::FilePath>* file_paths) {
70 if (file_paths)
71 file_paths->push_back(file_path);
83 std::vector<base::FilePath> file_paths; local
84 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths);
85 DCHECK_EQ(origins.size(), file_paths.size());
87 file_paths.begin();
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 886 UrlList file_paths; local
887 file_paths.push_back(GURL(file_url));
893 file_paths, std::string()));
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 504 vector<FilePath> file_paths = g_trigram_index.Get().Search(query); local
507 vector<FilePath>::const_iterator it = file_paths.begin();
508 for (; it != file_paths.end(); ++it) {
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 1052 const std::vector<base::FilePath>& file_paths = local
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 343 FilePathMap file_paths; local
346 &file_paths);
347 pack->BuildSourceImagesArray(file_paths);
349 if (!pack->LoadRawBitmapsTo(file_paths, &pack->prepared_images_))
816 FilePathMap* file_paths) const {
826 (*file_paths)[id] = images_path.AppendASCII(val);
831 void BrowserThemePack::BuildSourceImagesArray(const FilePathMap& file_paths) {
833 for (FilePathMap::const_iterator it = file_paths.begin();
834 it != file_paths.end(); ++it) {
844 const FilePathMap& file_paths,
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 650 FilePathMap file_paths; local
654 &file_paths); local
655 pack->BuildSourceImagesArray(file_paths);
657 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 2320 const std::vector<base::FilePath>& file_paths = state.GetReferencedFiles(); local
    [all...]

Completed in 1303 milliseconds