Searched refs:FilePath (Results 1 - 25 of 4037) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc34 using base::FilePath;
65 const FilePath path,
172 const base::FilePath& partition_path,
233 base::FilePath AwBrowserContext::GetPath() const {
264 const base::FilePath& partition_path,
H A Daw_browser_context.h56 AwBrowserContext(const base::FilePath path,
80 const base::FilePath& partition_path,
97 virtual base::FilePath GetPath() const OVERRIDE;
107 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
125 base::FilePath context_storage_path_;
H A Daw_browser_main_parts.cc85 base::FilePath pak_path;
H A Daw_content_browser_client.cc186 base::FilePath user_data_dir;
249 const base::FilePath& partition_path,
536 base::FilePath AwContentBrowserClient::GetDefaultDownloadDirectory() {
542 return base::FilePath();
H A Daw_content_browser_client.h48 const base::FilePath& partition_path,
161 virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
H A Daw_download_manager_delegate.cc22 callback.Run(base::FilePath() /* Empty file path for cancel */,
25 base::FilePath());
H A Daw_form_database_service.cc28 AwFormDatabaseService::AwFormDatabaseService(const base::FilePath path) {
H A Daw_form_database_service.h26 AwFormDatabaseService(const base::FilePath path);
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc122 const base::FilePath& path) const {
H A Daw_network_delegate.h82 const base::FilePath& path) const OVERRIDE;
H A Daw_url_request_context_getter.cc175 const base::FilePath& partition_path, net::CookieStore* cookie_store,
H A Daw_url_request_context_getter.h38 const base::FilePath& partition_path,
75 const base::FilePath partition_path_;
/external/chromium_org/android_webview/native/
H A Daw_contents.cc428 const base::FilePath& path, int64 size) {
443 base::FilePath target_path(ConvertJavaStringToUTF8(env, jpath));
H A Daw_dev_tools_server.cc48 virtual base::FilePath GetDebugFrontendDir() OVERRIDE {
49 return base::FilePath();
115 base::FilePath());
H A Daw_web_contents_delegate.cc252 base::FilePath path(url.SchemeIsFile() ? url.path() : file_path_str[i]);
253 ui::SelectedFileInfo file_info(path, base::FilePath());
H A Dcookie_manager.cc37 using base::FilePath;
115 void ImportLegacyCookieStore(const FilePath& cookie_store_path) {
126 FilePath old_cookie_store_path;
138 void GetUserDataDir(FilePath* user_data_dir) {
203 const FilePath& user_data_dir,
234 const FilePath& user_data_dir,
237 FilePath cookie_store_path =
263 FilePath user_data_dir;
H A Dstate_serializer.cc123 const std::vector<base::FilePath>& file_paths =
125 for (std::vector<base::FilePath>::const_iterator file = file_paths.begin();
/external/chromium_org/apps/
H A Dapp_load_service.cc61 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
63 const base::FilePath& current_dir) {
68 LoadFromCommandLine(base::FilePath(extension_path), &extension_id)) {
H A Dapp_load_service.h43 base::FilePath current_dir;
60 bool LoadAndLaunch(const base::FilePath& extension_path,
62 const base::FilePath& current_dir);
H A Dapp_restore_service_browsertest.cc119 base::FilePath temp_file;
159 base::FilePath temp_file;
H A Dlauncher.cc67 bool DoMakePathAbsolute(const base::FilePath& current_directory,
68 base::FilePath* file_path) {
103 const std::vector<base::FilePath>& file_paths)
111 const base::FilePath& file_path)
146 void LaunchWithRelativePath(const base::FilePath& current_directory) {
160 void MakePathAbsolute(const base::FilePath& current_directory) {
163 for (std::vector<base::FilePath>::iterator it = file_paths_.begin();
187 void OnFilesInvalid(const base::FilePath& /* error_path */) {
223 std::set<std::pair<base::FilePath, std::string> > path_and_file_type_set;
299 std::vector<base::FilePath> file_paths
[all...]
H A Dlauncher.h16 class FilePath;
32 const base::FilePath& current_directory);
38 const base::FilePath& file_path);
52 const std::vector<base::FilePath>& file_paths);
H A Dload_and_launch_browsertest.cc45 base::FilePath app_path = test_data_dir_
82 base::FilePath app_path = test_data_dir_
86 base::FilePath test_file_path = test_data_dir_
131 base::FilePath app_path_;
H A Dsaved_files_service.cc125 base::FilePath file_path;
146 const base::FilePath& path,
160 const base::FilePath& file_path,
235 const base::FilePath& file_path,
321 const base::FilePath& file_path,
H A Dsaved_files_service.h39 const base::FilePath& path,
47 base::FilePath path;
72 const base::FilePath& file_path,

Completed in 447 milliseconds

1234567891011>>