Home
last modified time | relevance | path

Searched refs:file_paths (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_file_chooser_host.cc102 std::vector<base::FilePath> file_paths; in StoreChosenFiles() local
110 file_paths.push_back(file_path); in StoreChosenFiles()
121 file_paths, in StoreChosenFiles()
178 const std::vector<base::FilePath>& file_paths, in DidCreateResourceHosts() argument
181 DCHECK(file_paths.size() == display_names.size()); in DidCreateResourceHosts()
182 DCHECK(file_paths.size() == browser_ids.size()); in DidCreateResourceHosts()
190 file_paths[i]); in DidCreateResourceHosts()
195 file_paths[i], display_names[i], browser_ids[i], renderer_id); in DidCreateResourceHosts()
Dpepper_file_chooser_host.h58 void DidCreateResourceHosts(const std::vector<base::FilePath>& file_paths,
/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.h136 FilePathMap* file_paths) const;
142 FilePathMap* file_paths) const;
145 void BuildSourceImagesArray(const FilePathMap& file_paths);
149 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
Dbrowser_theme_pack.cc650 FilePathMap file_paths; in BuildFromExtension() local
654 &file_paths); in BuildFromExtension()
655 pack->BuildSourceImagesArray(file_paths); in BuildFromExtension()
657 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_)) in BuildFromExtension()
1171 FilePathMap* file_paths) const { in ParseImageNamesFromJSON()
1191 file_paths); in ParseImageNamesFromJSON()
1201 file_paths); in ParseImageNamesFromJSON()
1210 FilePathMap* file_paths) const { in AddFileAtScaleToMap()
1213 (*file_paths)[id][scale_factor] = image_path; in AddFileAtScaleToMap()
1219 (*file_paths)[id][scale_factor] = image_path; in AddFileAtScaleToMap()
[all …]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_util.cc40 std::vector<base::FilePath> file_paths; member
59 i < params->file_paths.size(); ++i) { in GetSelectedFileInfoInternal()
60 const base::FilePath& file_path = params->file_paths[i]; in GetSelectedFileInfoInternal()
111 const base::FilePath& file_path = params->file_paths[index]; in ContinueGetSelectedFileInfo()
271 params->file_paths.push_back(path); in GetSelectedFileInfo()
Dprivate_api_dialog.cc41 std::vector<GURL> file_paths; in RunImpl() local
42 file_paths.push_back(GURL(params->selected_path)); in RunImpl()
55 file_paths, in RunImpl()
Dprivate_api_mount.cc102 std::vector<GURL> file_paths; in RunImpl() local
103 file_paths.push_back(GURL(params->mount_path)); in RunImpl()
107 file_paths, in RunImpl()
/external/chromium_org/ui/shell_dialogs/
Dselect_file_dialog.cc58 std::vector<base::FilePath> file_paths; in MultiFilesSelectedWithExtraInfo() local
60 file_paths.push_back(files[i].local_path); in MultiFilesSelectedWithExtraInfo()
62 MultiFilesSelected(file_paths, params); in MultiFilesSelectedWithExtraInfo()
/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack.h131 FilePathMap* file_paths) const;
134 void BuildSourceImagesArray(const FilePathMap& file_paths);
138 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
Dbrowser_theme_pack.cc343 FilePathMap file_paths; in BuildFromExtension() local
346 &file_paths); in BuildFromExtension()
347 pack->BuildSourceImagesArray(file_paths); in BuildFromExtension()
349 if (!pack->LoadRawBitmapsTo(file_paths, &pack->prepared_images_)) in BuildFromExtension()
816 FilePathMap* file_paths) const { in ParseImageNamesFromJSON()
826 (*file_paths)[id] = images_path.AppendASCII(val); in ParseImageNamesFromJSON()
831 void BrowserThemePack::BuildSourceImagesArray(const FilePathMap& file_paths) { in BuildSourceImagesArray() argument
833 for (FilePathMap::const_iterator it = file_paths.begin(); in BuildSourceImagesArray()
834 it != file_paths.end(); ++it) { in BuildSourceImagesArray()
844 const FilePathMap& file_paths, in LoadRawBitmapsTo() argument
[all …]
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_context_impl.cc56 std::vector<base::FilePath>* file_paths) { in GetAllOriginsAndPaths() argument
70 if (file_paths) in GetAllOriginsAndPaths()
71 file_paths->push_back(file_path); in GetAllOriginsAndPaths()
83 std::vector<base::FilePath> file_paths; in ClearSessionOnlyOrigins() local
84 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths); in ClearSessionOnlyOrigins()
85 DCHECK_EQ(origins.size(), file_paths.size()); in ClearSessionOnlyOrigins()
87 file_paths.begin(); in ClearSessionOnlyOrigins()
/external/chromium_org/android_webview/native/
Dstate_serializer.cc123 const std::vector<base::FilePath>& file_paths = in RestoreFromPickle() local
125 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin(); in RestoreFromPickle()
126 file != file_paths.end(); ++file) { in RestoreFromPickle()
Daw_web_contents_delegate.cc201 jobjectArray file_paths) { in FilesSelectedInChooser() argument
209 base::android::AppendJavaStringArrayToStringVector(env, file_paths, in FilesSelectedInChooser()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dpatched_file_system.py54 file_paths = set(paths) - dir_paths
55 patched_paths = file_paths & patched_files
56 unpatched_paths = file_paths - patched_files
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Dmake_css_value_keywords.py113 def __init__(self, file_paths): argument
114 in_generator.Writer.__init__(self, file_paths)
Dmake_css_property_names.py189 def __init__(self, file_paths): argument
190 in_generator.Writer.__init__(self, file_paths)
Daction_derivedsourcesallinone.py108 def extract_meta_data(file_paths): argument
112 for file_path in file_paths:
Din_file.py64 def load_from_files(self, file_paths, defaults, valid_values, default_parameters): argument
66 for path in file_paths:
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.h126 const std::vector<base::FilePath>& file_paths);
Ddevtools_file_system_indexer.cc504 vector<FilePath> file_paths = g_trigram_index.Get().Search(query); in SearchInPathOnFileThread() local
507 vector<FilePath>::const_iterator it = file_paths.begin(); in SearchInPathOnFileThread()
508 for (; it != file_paths.end(); ++it) { in SearchInPathOnFileThread()
Ddevtools_window.h319 const std::vector<std::string>& file_paths);
Ddevtools_window.cc1310 const std::vector<std::string>& file_paths) { in SearchCompleted() argument
1313 for (std::vector<std::string>::const_iterator it(file_paths.begin()); in SearchCompleted()
1314 it != file_paths.end(); ++it) { in SearchCompleted()
/external/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.cc886 UrlList file_paths; in RunImpl() local
887 file_paths.push_back(GURL(file_url)); in RunImpl()
893 file_paths, std::string())); in RunImpl()
/external/chromium_org/chrome/browser/sessions/
Dsession_restore.cc1052 const std::vector<base::FilePath>& file_paths = in RestoreTab() local
1054 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin(); in RestoreTab()
1055 file != file_paths.end(); ++file) { in RestoreTab()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc2320 const std::vector<base::FilePath>& file_paths = state.GetReferencedFiles(); in CanAccessFilesOfPageState() local
2321 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin(); in CanAccessFilesOfPageState()
2322 file != file_paths.end(); ++file) { in CanAccessFilesOfPageState()