HomeSort by relevance Sort by last modified time
    Searched full:file_paths (Results 1 - 25 of 29) sorted by null

1 2

  /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);
pepper_file_chooser_host.h 58 void DidCreateResourceHosts(const std::vector<base::FilePath>& file_paths,
  /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_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);
private_api_mount.cc 102 std::vector<GURL> file_paths; local
103 file_paths.push_back(GURL(params->mount_path));
107 file_paths, local
  /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/chrome/browser/themes/
browser_theme_pack.h 131 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,
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/common/extensions/docs/server2/
patched_file_system.py 54 file_paths = set(paths) - dir_paths
55 patched_paths = file_paths & patched_files
56 unpatched_paths = file_paths - patched_files
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 136 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,
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/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_org/android_webview/native/
aw_web_contents_delegate.cc 201 jobjectArray file_paths) {
208 // Note file_paths maybe NULL, but this will just yield a zero-length vector.
209 base::android::AppendJavaStringArrayToStringVector(env, file_paths,
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/third_party/WebKit/Source/build/scripts/
in_file.py 64 def load_from_files(self, file_paths, defaults, valid_values, default_parameters):
66 for path in file_paths:
make_css_value_keywords.py 113 def __init__(self, file_paths):
114 in_generator.Writer.__init__(self, file_paths)
action_derivedsourcesallinone.py 108 def extract_meta_data(file_paths):
112 for file_path in file_paths:
make_css_property_names.py 189 def __init__(self, file_paths):
190 in_generator.Writer.__init__(self, file_paths)
  /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) {
devtools_file_helper.h 126 const std::vector<base::FilePath>& file_paths);
devtools_window.cc     [all...]
devtools_window.h 319 const std::vector<std::string>& file_paths);
  /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...]
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 191 * For example, you can add them to a new file called <code>res/xml/file_paths.xml</code>.
197 * to <code>&#64;xml/file_paths</code> (notice that you don't specify the <code>.xml</code>
207 * android:resource="&#64;xml/file_paths" /&gt;
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 1052 const std::vector<base::FilePath>& file_paths = local
    [all...]

Completed in 1276 milliseconds

1 2