HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 676 - 700 of 4655) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.cc 47 const base::FilePath& file_path,
75 base::FilePath local_cache_path;
103 const base::FilePath& file_path,
124 const base::FilePath& file_path,
137 const base::FilePath& drive_file_path,
138 base::FilePath* cache_file_path) {
149 base::FilePath* cache_file_path,
173 const base::FilePath& unused_file_path,
193 base::FilePath* file_path) {
204 void GetPathFromResourceIdAfterGetPath(base::FilePath* file_path
    [all...]
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 50 const base::FilePath& drive_path,
62 const base::FilePath& drive_path,
63 const base::FilePath& drive_tmp_download_path) {
74 const base::FilePath::StringType& extra_extension) {
78 std::vector<base::FilePath::StringType> extensions;
92 std::vector<base::FilePath::StringType> extensions;
102 const base::FilePath::StringType& extra_extension) {
106 std::vector<base::FilePath::StringType> extensions;
128 const base::FilePath& suggested_path,
129 const base::FilePath::StringType& default_extension
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest_chromeos.cc 54 base::FilePath::FromUTF8Unsafe("drive/root"), // whatever
125 base::FilePath test_file = drive::util::GetDriveMountPointPath(
135 base::FilePath test_file = drive::util::GetDriveMountPointPath(
145 base::FilePath test_file = drive::util::GetDriveMountPointPath(
157 base::FilePath test_file1 = drive::util::GetDriveMountPointPath(
159 base::FilePath test_file2 = drive::util::GetDriveMountPointPath(
161 std::vector<base::FilePath> test_files;
172 base::FilePath test_directory =
183 base::FilePath test_directory =
195 base::FilePath test_directory
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_ui_unittest.cc 43 CommandLine::ForCurrentProcess(), base::FilePath(), false);
58 const base::FilePath& path,
69 const base::FilePath& extension_path,
74 base::FilePath manifest_path = extension_path.Append(kManifestFilename);
89 const base::FilePath& extension_path,
91 const base::FilePath& expected_output_path) {
135 base::FilePath data_test_dir_path, extension_path, expected_output_path;
199 base::FilePath data_test_dir_path, extension_path;
216 base::FilePath::StringType ui_path;
223 EXPECT_EQ(extension_path, base::FilePath(ui_path))
    [all...]
extension_assets_manager_chromeos.cc 39 static const base::FilePath* g_shared_install_dir_override = NULL;
47 base::FilePath unpacked_extension_root;
48 base::FilePath local_install_dir;
64 const base::FilePath& unpacked_extension_root,
65 const base::FilePath& local_install_dir,
141 const base::FilePath& unpacked_extension_root,
142 const base::FilePath& local_install_dir,
167 const base::FilePath& local_install_dir,
168 const base::FilePath& extension_root) {
185 base::FilePath ExtensionAssetsManagerChromeOS::GetSharedInstallDir()
    [all...]
extension_creator.cc 37 const base::FilePath& extension_dir,
38 const base::FilePath& crx_path,
39 const base::FilePath& private_key_path,
40 const base::FilePath& private_key_output_path,
50 base::FilePath absolute_extension_dir =
88 bool ExtensionCreator::ValidateManifest(const base::FilePath& extension_dir,
120 crypto::RSAPrivateKey* ExtensionCreator::ReadInputKey(const base::FilePath&
147 crypto::RSAPrivateKey* ExtensionCreator::GenerateKey(const base::FilePath&
193 bool ExtensionCreator::CreateZip(const base::FilePath& extension_dir,
194 const base::FilePath& temp_path
    [all...]
extension_resource_protocols.cc 19 base::FilePath ResolvePath(const GURL& url) {
20 base::FilePath root_path;
30 request, network_delegate, base::FilePath(),
41 void ResolvePathDone(const base::FilePath& resolved_path);
61 const base::FilePath& resolved_path) {
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 37 typedef base::Callback<void(const base::FilePath&, int, void*)>
40 typedef base::Callback<void(const std::vector<base::FilePath>&, void*)>
43 typedef base::Callback<void(const base::FilePath&, int, void*)>
46 typedef base::Callback<void(const base::FilePath&, int, void*)>
76 static void HandleActivateDesktop(const base::FilePath& shortcut,
87 const base::FilePath& default_path,
97 const base::FilePath& default_path,
106 const base::FilePath& default_path,
132 const base::FilePath& default_path,
138 const base::FilePath& default_path
    [all...]
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 84 base::FilePath(base::FilePath::kCurrentDirectory),
85 base::FilePath(FILE_PATH_LITERAL("title2.html")));
114 base::FilePath().AppendASCII("History"),
115 base::FilePath().AppendASCII(filename));
306 base::FilePath().AppendASCII("History"),
307 base::FilePath().AppendASCII("non_existant_file.html"));
337 base::FilePath(), base::FilePath(FILE_PATH_LITERAL("title1.html")));
339 base::FilePath(), base::FilePath(FILE_PATH_LITERAL("title3.html")))
    [all...]
top_sites_backend.h 16 class FilePath;
35 void Init(const base::FilePath& path);
68 void InitDBOnDBThread(const base::FilePath& path);
86 void ResetDatabaseOnDBThread(const base::FilePath& file_path);
88 base::FilePath db_path_;
  /external/chromium_org/content/browser/quota/
quota_database_unittest.cc 43 void LazyOpen(const base::FilePath& kDbFile) {
51 void UpgradeSchemaV2toV3(const base::FilePath& kDbFile) {
71 void HostQuota(const base::FilePath& kDbFile) {
101 void GlobalQuota(const base::FilePath& kDbFile) {
131 void OriginLastAccessTimeLRU(const base::FilePath& kDbFile) {
206 void OriginLastModifiedSince(const base::FilePath& kDbFile) {
283 void RegisterInitialOriginInfo(const base::FilePath& kDbFile) {
332 void DumpQuotaTable(const base::FilePath& kDbFile) {
353 void DumpOriginInfoTable(const base::FilePath& kDbFile) {
417 bool OpenDatabase(sql::Connection* db, const base::FilePath& kDbFile)
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 35 * @param filePath the file path for the class, excluding any base
40 String filePath, Args args) {
42 new ClassDumper(bytes, out, filePath, args);
51 String filePath, Args args) {
52 super(bytes, out, filePath, args);
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.h 54 void OnLaunchApp(const base::FilePath& profile_dir,
57 const std::vector<base::FilePath>& files);
61 const std::vector<base::FilePath>& files);
73 virtual base::FilePath GetProfilePath() const OVERRIDE;
81 base::FilePath profile_path_;
  /external/chromium_org/base/files/
file_util_proxy.cc 29 void RunWorkForFilePath(const FilePath& file_path) {
50 File::Error DeleteAdapter(const FilePath& file_path, bool recursive) {
69 const FilePath& file_path,
81 const FilePath& file_path,
93 const FilePath& file_path,
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter.h 39 const base::FilePath& path);
45 const base::FilePath& path);
49 const base::FilePath path;
59 const base::FilePath& path,
68 const base::FilePath& path);
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 129 void SetLastUnpackedDirectory(const base::FilePath& path);
131 base::FilePath& GetLastUnpackedDirectory() {
156 base::FilePath last_unpacked_directory_;
319 const base::FilePath& last_directory,
325 virtual void FileSelected(const base::FilePath& path) = 0;
341 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
356 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
371 virtual void OnPackSuccess(const base::FilePath& crx_file,
372 const base::FilePath& key_file) OVERRIDE;
413 void ClearExistingDirectoryContent(const base::FilePath& project_path)
    [all...]
entry_picker.cc 19 base::FilePath* g_path_to_be_picked_for_test = NULL;
30 const base::FilePath& last_directory,
63 base::FilePath::StringType(),
70 void EntryPicker::FileSelected(const base::FilePath& path,
84 base::FilePath* path) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_data_provider.h 28 explicit IAppsDataProvider(const base::FilePath& library_path);
36 const base::FilePath& library_path() const;
46 virtual void DoParseLibrary(const base::FilePath& library_path,
50 virtual void OnLibraryChanged(const base::FilePath& path, bool error);
58 const base::FilePath library_path_;
iapps_finder_impl_win.cc 29 base::FilePath appdata_dir;
31 base::FilePath pref_file = appdata_dir.AppendASCII("Apple Computer")
43 base::FilePath music_dir;
48 base::FilePath library_file =
60 const base::FilePath& library_file) {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl.cc 31 base::FilePath* SelectFileDialogImpl::last_saved_path_ = NULL;
32 base::FilePath* SelectFileDialogImpl::last_opened_path_ = NULL;
75 last_saved_path_ = new base::FilePath();
76 last_opened_path_ = new base::FilePath();
87 const base::FilePath& path) {
select_file_dialog_impl.h 54 const base::FilePath& default_path,
57 const base::FilePath::StringType& default_extension,
65 bool CallDirectoryExistsOnUIThread(const base::FilePath& path);
79 static base::FilePath* last_saved_path_;
80 static base::FilePath* last_opened_path_;
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.cc 30 void StickySettings::StoreSavePath(const base::FilePath& path) {
31 save_path_.reset(new base::FilePath(path));
53 base::FilePath::StringType save_path;
55 save_path_.reset(new base::FilePath(save_path));
73 base::FilePath* StickySettings::save_path() {
  /external/chromium_org/chrome/common/
logging_chrome.h 16 class FilePath;
39 base::FilePath GetSessionLogFile(const base::CommandLine& command_line);
49 base::FilePath GetLogFileName();
69 base::FilePath GenerateTimestampedName(const base::FilePath& base_path,
  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator.mm 17 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle) {
27 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
28 base::FilePath* executable_path,
30 base::FilePath* version_path,
31 base::FilePath* framework_shlib_path) {
  /external/chromium_org/chrome/common/media_galleries/
picasa_types.h 27 typedef std::map<std::string, base::FilePath> AlbumImages;
47 const std::string& uid, const base::FilePath& path);
54 base::FilePath path;
61 explicit AlbumTableFiles(const base::FilePath& directory_path);
93 base::FilePath folder_path;

Completed in 1790 milliseconds

<<21222324252627282930>>