HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 726 - 750 of 3914) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ui/events/ozone/evdev/
event_factory_evdev.h 42 void AttachInputDevice(const base::FilePath& file_path,
46 void DetachInputDevice(const base::FilePath& file_path);
57 std::map<base::FilePath, EventConverterEvdev*> converters_;
  /external/chromium_org/webkit/browser/fileapi/
sandbox_prioritized_origin_database.cc 19 const base::FilePath::CharType kPrimaryDirectory[] =
21 const base::FilePath::CharType kPrimaryOriginFile[] =
24 bool WritePrimaryOriginFile(const base::FilePath& path,
38 bool ReadPrimaryOriginFile(const base::FilePath& path,
51 const base::FilePath& file_system_directory,
71 base::FilePath(kPrimaryDirectory)));
101 const std::string& origin, base::FilePath* directory) {
152 base::FilePath(kPrimaryDirectory)));
176 base::FilePath directory_name;
178 directory_name != base::FilePath(kPrimaryOriginFile))
    [all...]
local_file_util.cc 27 LocalFileEnumerator(const base::FilePath& platform_root_path,
28 const base::FilePath& virtual_root_path,
37 virtual base::FilePath Next() OVERRIDE;
45 base::FilePath platform_root_path_;
46 base::FilePath virtual_root_path_;
49 base::FilePath LocalFileEnumerator::Next() {
50 base::FilePath next = file_enum_.Next();
58 base::FilePath path;
82 base::FilePath file_path;
97 base::FilePath file_path
    [all...]
  /external/chromium_org/webkit/common/blob/
shareable_file_reference.h 30 static scoped_refptr<ShareableFileReference> Get(const base::FilePath& path);
36 const base::FilePath& path,
54 const base::FilePath& path() const { return scoped_file_.path(); }
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.hpp 55 DirectoryIterator (const FilePath& path);
58 FilePath getItem (void) const;
66 FilePath m_path;
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc 51 base::FilePath input_abs_path,
52 base::FilePath patch_abs_path,
53 base::FilePath output_abs_path) OVERRIDE;
54 virtual int Patch(base::FilePath input_abs_path,
55 base::FilePath patch_abs_path,
56 base::FilePath output_abs_path) OVERRIDE;
68 base::FilePath input_abs_path,
69 base::FilePath patch_abs_path,
70 base::FilePath output_abs_path) {
77 int CourgetteTraits::Patch(base::FilePath input_abs_path
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.cc 32 typedef base::Callback<void(const std::vector<base::FilePath>& /*roots*/)>
61 bool IsValidScanPath(const base::FilePath& path) {
90 bool ShouldIgnoreScanRoot(const base::FilePath& path) {
96 base::FilePath mount_point =
115 base::FilePath GetPlatformSpecificDefaultScanRoot() {
116 base::FilePath root;
133 const std::vector<base::FilePath>& override_paths) {
144 std::vector<base::FilePath> roots;
153 base::FilePath path(storages[i].location());
159 base::FilePath platform_root = GetPlatformSpecificDefaultScanRoot()
    [all...]
  /external/chromium_org/base/nix/
xdg_util.cc 29 FilePath GetXDGDirectory(Environment* env, const char* env_name,
31 FilePath path;
34 path = FilePath(env_value);
42 FilePath GetXDGUserDirectory(const char* dir_name, const char* fallback_dir) {
43 FilePath path;
46 path = FilePath(xdg_dir);
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 21 class FilePath;
114 const base::FilePath& path);
119 const base::FilePath& path);
122 const base::FilePath& path,
126 const std::vector<base::FilePath>& file_paths);
130 typedef std::map<std::string, base::FilePath> PathsMap;
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 30 const base::FilePath::CharType* kRootRelativeToDriveMount =
66 base::FilePath::StringType string_value;
70 base::FilePath::StringType expanded_value;
76 if (position != base::FilePath::StringType::npos) {
77 base::FilePath::StringType google_drive_root;
87 base::FilePath::StringType(kDriveNamePolicyVariableName).length(),
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 21 base::FilePath FindManifestInDir(int dir_key, const std::string& host_name) {
22 base::FilePath base_path;
24 base::FilePath path = base_path.Append(host_name + ".json");
28 return base::FilePath();
34 base::FilePath NativeProcessLauncher::FindManifest(
38 base::FilePath result;
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.cc 21 const base::FilePath& root_directory,
22 const base::FilePath& key_file,
47 crx_file_out_ = base::FilePath(root_directory_.value() +
51 key_file_out_ = base::FilePath(root_directory_.value() +
94 const base::FilePath& crx_file,
95 const base::FilePath& key_file) {
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper_browsertest.cc 18 virtual base::FilePath GetPreferencesFilePath() {
19 base::FilePath test_data_directory;
29 base::FilePath user_data_directory;
31 base::FilePath default_profile =
37 base::FilePath pref_file = GetPreferencesFilePath();
42 base::FilePath default_pref_file =
  /external/chromium_org/chrome/installer/util/
product.h 85 bool LaunchChrome(const base::FilePath& application_path) const;
93 bool LaunchChromeAndWait(const base::FilePath& application_path,
107 void AddKeyFiles(std::vector<base::FilePath>* key_files) const;
110 void AddComDllList(std::vector<base::FilePath>* com_dll_list) const;
123 const base::FilePath& target_exe,
126 void LaunchUserExperiment(const base::FilePath& setup_path,
  /external/chromium_org/components/feedback/
feedback_report.cc 18 const base::FilePath::CharType kFeedbackReportFilenameWildcard[] =
23 void WriteReportOnBlockingPool(const base::FilePath reports_path,
24 const base::FilePath& file,
40 const base::FilePath& path,
66 const base::FilePath& user_dir, QueueCallback callback) {
74 for (base::FilePath name = enumerator.Next();
  /external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc 22 virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) OVERRIDE {
27 void SetPnaclDirectory(const base::FilePath& pnacl_dir) {
32 base::FilePath pnacl_path_;
69 base::FilePath kTestPnaclPath = scoped_tmp_dir.path();
76 base::FilePath out_path;
78 base::FilePath expected_path = kTestPnaclPath.Append(
  /external/chromium_org/content/browser/download/
base_file.h 36 BaseFile(const base::FilePath& full_path,
52 DownloadInterruptReason Initialize(const base::FilePath& default_directory);
60 virtual DownloadInterruptReason Rename(const base::FilePath& full_path);
82 base::FilePath full_path() const { return full_path_; }
117 const base::FilePath& new_path);
140 base::FilePath full_path_;
download_net_log_parameters.h 17 class FilePath;
41 base::Value* ItemRenamedNetLogCallback(const base::FilePath* old_filename,
42 const base::FilePath* new_filename,
73 base::Value* FileOpenedNetLogCallback(const base::FilePath* file_name,
83 base::Value* FileRenamedNetLogCallback(const base::FilePath* old_filename,
84 const base::FilePath* new_filename,
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h 37 const base::FilePath& plugin_path,
38 const base::FilePath& profile_data_directory,
52 virtual const base::FilePath& GetPluginPath() OVERRIDE;
53 virtual const base::FilePath& GetProfileDataDirectory() OVERRIDE;
113 base::FilePath plugin_path_;
114 base::FilePath profile_data_directory_;
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 45 static const base::FilePath::CharType* kRootPaths[] = {
51 base::FilePath GetTopLevelPath(const base::FilePath& path) {
52 std::vector<base::FilePath::StringType> components;
54 return base::FilePath(components[0]);
66 const base::FilePath::StringType& name) {
73 base::FilePath GetRelativeVirtualPath(const FileSystemURL& root,
77 base::FilePath relative;
124 const base::FilePath& root_path() const {
133 base::FilePath GetTestCasePlatformPath
    [all...]
  /external/chromium_org/android_webview/browser/
aw_download_manager_delegate.cc 22 callback.Run(base::FilePath() /* Empty file path for cancel */,
25 base::FilePath());
  /external/chromium_org/base/prefs/
pref_registry_simple.h 15 class FilePath;
29 const base::FilePath& default_value);
  /external/chromium_org/base/test/
perf_test_suite.cc 24 FilePath log_path =
29 base::FilePath tmp_dir;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
mtp_file_system_backend_delegate.h 12 class FilePath;
24 const base::FilePath& storage_partition_path);
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_store_chromeos.h 48 const base::FilePath& user_policy_key_dir,
49 const base::FilePath& legacy_token_cache_file,
50 const base::FilePath& legacy_policy_cache_file);
101 static void RemoveLegacyCacheDir(const base::FilePath& dir);
107 static void LoadPolicyKey(const base::FilePath& path,
129 base::FilePath user_policy_key_dir_;
135 base::FilePath legacy_cache_dir_;
140 base::FilePath policy_key_path_;

Completed in 956 milliseconds

<<21222324252627282930>>