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

12

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.h131 FilePathMap* file_paths) const;
133 // Creates the data for |source_images_| from |file_paths|.
134 void BuildSourceImagesArray(const FilePathMap& file_paths);
138 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
H A Dbrowser_theme_pack.cc343 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) { argument
833 for (FilePathMap::const_iterator it = file_paths.begin();
834 it != file_paths.end(); ++it) {
844 const FilePathMap& file_paths,
843 LoadRawBitmapsTo( const FilePathMap& file_paths, ImageCache* raw_bitmaps) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_dialog.cc41 std::vector<GURL> file_paths; local
42 file_paths.push_back(GURL(file_url));
58 file_paths, local
H A Dprivate_api_tasks.h102 void FindFileHandlerTasks(const std::vector<base::FilePath>& file_paths,
112 const std::vector<base::FilePath>& file_paths,
H A Dprivate_api_tasks.cc78 void GetMimeTypesForFileURLs(const std::vector<base::FilePath>& file_paths, argument
80 for (std::vector<base::FilePath>::const_iterator iter = file_paths.begin();
81 iter != file_paths.end(); ++iter) {
339 const std::vector<base::FilePath>& file_paths,
342 DCHECK(!file_paths.empty());
351 GetMimeTypesForFileURLs(file_paths, &files);
410 const std::vector<base::FilePath>& file_paths,
413 DCHECK(!file_paths.empty());
424 profile_, file_paths, common_tasks);
493 std::vector<base::FilePath> file_paths; local
338 FindFileHandlerTasks( const std::vector<base::FilePath>& file_paths, ListValue* result_list, bool* default_already_set) argument
408 FindFileBrowserHandlerTasks( const std::vector<GURL>& file_urls, const std::vector<base::FilePath>& file_paths, ListValue* result_list, bool* default_already_set) argument
[all...]
H A Dprivate_api_util.cc37 std::vector<base::FilePath> file_paths; member in struct:file_manager::util::__anon4436::GetSelectedFileInfoParams
56 i < params->file_paths.size(); ++i) {
57 const base::FilePath& file_path = params->file_paths[i];
108 const base::FilePath& file_path = params->file_paths[index];
190 params->file_paths.push_back(path);
H A Dprivate_api_mount.cc197 std::vector<GURL> file_paths; local
198 file_paths.push_back(GURL(mount_path));
202 file_paths, local
H A Dfile_browser_handlers.cc594 std::vector<base::FilePath> file_paths;
595 file_paths.push_back(file_path);
598 FindDefaultFileBrowserHandlers(profile, file_paths, common_handlers);
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc58 std::vector<base::FilePath> file_paths; local
60 file_paths.push_back(files[i].local_path);
62 MultiFilesSelected(file_paths, params);
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.h136 FilePathMap* file_paths) const;
142 FilePathMap* file_paths) const;
144 // Creates the data for |source_images_| from |file_paths|.
145 void BuildSourceImagesArray(const FilePathMap& file_paths);
149 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
H A Dbrowser_theme_pack.cc652 FilePathMap file_paths; local
656 &file_paths); local
657 pack->BuildSourceImagesArray(file_paths);
659 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
1173 FilePathMap* file_paths) const {
1193 file_paths);
1203 file_paths);
1212 FilePathMap* file_paths) const {
1215 (*file_paths)[id][scale_factor] = image_path;
1221 (*file_paths)[i
1225 BuildSourceImagesArray(const FilePathMap& file_paths) argument
1237 LoadRawBitmapsTo( const FilePathMap& file_paths, ImageCache* image_cache) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A Dmake_css_property_names.py177 def __init__(self, file_paths, enabled_conditions):
178 in_generator.Writer.__init__(self, file_paths, enabled_conditions)
H A Dmake_css_value_keywords.py112 def __init__(self, file_paths, enabled_conditions):
113 in_generator.Writer.__init__(self, file_paths, enabled_conditions)
H A Din_file.py64 def load_from_files(self, file_paths, defaults, valid_values, default_parameters):
66 for path in file_paths:
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.h110 const std::vector<base::FilePath>& file_paths);
H A Ddevtools_file_system_indexer.cc504 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) {
H A Ddevtools_window.h219 const std::vector<std::string>& file_paths);
/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.cc182 jobjectArray file_paths) {
189 // Note file_paths maybe NULL, but this will just yield a zero-length vector.
190 base::android::AppendJavaStringArrayToStringVector(env, file_paths,
179 FilesSelectedInChooser( JNIEnv* env, jclass clazz, jint process_id, jint render_id, jint mode_flags, jobjectArray file_paths) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatched_file_system.py52 file_paths = set(paths) - dir_paths
53 patched_paths = file_paths & patched_files
54 unpatched_paths = file_paths - patched_files
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc53 std::vector<base::FilePath>* file_paths) {
67 if (file_paths)
68 file_paths->push_back(file_path);
80 std::vector<base::FilePath> file_paths; local
81 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths);
82 DCHECK_EQ(origins.size(), file_paths.size());
84 file_paths.begin();
51 GetAllOriginsAndPaths(const base::FilePath& indexeddb_path, std::vector<GURL>* origins, std::vector<base::FilePath>* file_paths) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py335 def revert_files(self, file_paths):
337 self._run_svn(['revert'] + file_paths)
H A Dscm.py200 def revert_files(self, file_paths):
H A Dgit.py357 def revert_files(self, file_paths):
358 self._run_git(['checkout', 'HEAD'] + file_paths)
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc886 UrlList file_paths; local
887 file_paths.push_back(GURL(file_url));
893 file_paths, std::string()));

Completed in 698 milliseconds

12