Searched defs:file_paths (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_dialog.cc40 std::vector<GURL> file_paths; local
41 file_paths.push_back(GURL(params->selected_path));
54 file_paths, local
H A Dprivate_api_util.cc40 std::vector<base::FilePath> file_paths; member in struct:file_manager::util::__anon3146::GetSelectedFileInfoParams
113 i < params->file_paths.size(); ++i) {
114 const base::FilePath& file_path = params->file_paths[i];
156 const base::FilePath& file_path = params->file_paths[index];
311 params->file_paths.push_back(path);
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc123 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) {
H A Daw_web_contents_delegate.cc233 jobjectArray file_paths, jobjectArray display_names) {
241 // Note file_paths maybe NULL, but this will just yield a zero-length vector.
242 base::android::AppendJavaStringArrayToStringVector(env, file_paths,
230 FilesSelectedInChooser( JNIEnv* env, jclass clazz, jint process_id, jint render_id, jint mode_flags, jobjectArray file_paths, jobjectArray display_names) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host.cc94 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);
169 DidCreateResourceHosts( const std::vector<base::FilePath>& file_paths, const std::vector<std::string>& display_names, const std::vector<int>& browser_ids) argument
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc55 std::vector<base::FilePath> file_paths; local
57 file_paths.push_back(files[i].local_path);
59 MultiFilesSelected(file_paths, params);
/external/chromium_org/apps/
H A Dlauncher.cc103 const std::vector<base::FilePath>& file_paths)
106 file_paths_(file_paths),
373 const std::vector<base::FilePath>& file_paths) {
375 new PlatformAppPathLauncher(profile, extension, file_paths);
101 PlatformAppPathLauncher(Profile* profile, const Extension* extension, const std::vector<base::FilePath>& file_paths) argument
369 LaunchPlatformAppWithFileHandler( Profile* profile, const Extension* extension, const std::string& handler_id, const std::vector<base::FilePath>& file_paths) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc58 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();
56 GetAllOriginsAndPaths(const base::FilePath& indexeddb_path, std::vector<GURL>* origins, std::vector<base::FilePath>* file_paths) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc484 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) {
H A Ddevtools_ui_bindings.cc732 const std::vector<std::string>& file_paths) {
735 for (std::vector<std::string>::const_iterator it(file_paths.begin());
736 it != file_paths.end(); ++it) {
729 SearchCompleted( int request_id, const std::string& file_system_path, const std::vector<std::string>& file_paths) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.cc1057 const std::vector<base::FilePath>& file_paths = local
1059 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin();
1060 file != file_paths.end(); ++file) {
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc668 FilePathMap file_paths; local
672 &file_paths); local
673 pack->BuildSourceImagesArray(file_paths);
675 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
1193 FilePathMap* file_paths) const {
1213 file_paths);
1223 file_paths);
1232 FilePathMap* file_paths) const {
1235 (*file_paths)[id][scale_factor] = image_path;
1241 (*file_paths)[i
1245 BuildSourceImagesArray(const FilePathMap& file_paths) argument
1257 LoadRawBitmapsTo( const FilePathMap& file_paths, ImageCache* image_cache) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc1506 const std::vector<base::FilePath>& file_paths = state.GetReferencedFiles(); local
1507 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin();
1508 file != file_paths.end(); ++file) {

Completed in 472 milliseconds