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

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.cc 44 const base::FilePath::CharType kDeviceManagementDir[] =
48 const base::FilePath::CharType kToken[] = FILE_PATH_LITERAL("Token");
53 const base::FilePath::CharType kPolicy[] = FILE_PATH_LITERAL("Policy");
57 const base::FilePath::CharType kComponentsDir[] =
62 const base::FilePath::CharType kPolicyExternalDataDir[] =
156 base::FilePath profile_dir = profile->GetPath();
157 const base::FilePath legacy_dir = profile_dir.Append(kDeviceManagementDir);
158 const base::FilePath policy_cache_file = legacy_dir.Append(kPolicy);
159 const base::FilePath token_cache_file = legacy_dir.Append(kToken);
160 const base::FilePath component_policy_cache_dir
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 40 base::FilePath profile_dir = profile_helper.GetActiveUserProfileDir();
68 base::FilePath profile_path =
70 base::FilePath expected_path = g_browser_process->profile_manager()->
  /external/chromium_org/chrome/browser/chromeos/system_logs/
touch_log_source.cc 34 CommandLine(base::FilePath("/opt/google/input/inputcontrol"));
39 CommandLine(base::FilePath("/opt/google/input/cmt_feedback"));
43 base::FilePath("/opt/google/input/evdev_feedback"));
  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.h 18 class FilePath;
51 const base::FilePath& filepath);
98 URLRequestPostInterceptor* CreateInterceptor(const base::FilePath& filepath);
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 44 const base::FilePath& db_path)
75 base::FilePath path;
197 base::FilePath db_path_;
207 base::FilePath(chrome::kArchivedHistoryFilename));
213 base::FilePath(chrome::kCookieFilename));
217 base::FilePath databases_dir(webkit_database::kDatabaseDirectoryName);
218 base::FilePath tracker_db =
229 base::FilePath(chrome::kHistoryFilename));
234 base::FilePath home_dir;
242 base::FilePath home_dir
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.h 18 class FilePath;
159 void SetMasterPrefsPathForTesting(const base::FilePath& master_prefs);
175 const base::FilePath& user_data_dir,
  /external/chromium_org/chrome/browser/history/
history_database.h 27 class FilePath;
81 sql::InitStatus Init(const base::FilePath& history_name);
85 void ComputeDatabaseMetrics(const base::FilePath& filename);
  /external/chromium_org/chrome/browser/
icon_manager.h 65 gfx::Image* LookupIconFromFilepath(const base::FilePath& file_name,
81 const base::FilePath& file_name,
110 typedef std::map<base::FilePath, IconGroupID> GroupMap;
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_attribute_cache.cc 17 const base::FilePath& full_path) {
29 const base::FilePath& full_path,
51 const base::FilePath& full_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
file_path_watcher_util.cc 20 const base::FilePath& path,
30 const base::FilePath& path,
50 const base::FilePath& path,
iapps_data_provider.cc 26 IAppsDataProvider::IAppsDataProvider(const base::FilePath& library_path)
64 const base::FilePath& IAppsDataProvider::library_path() const {
74 void IAppsDataProvider::OnLibraryChanged(const base::FilePath& path,
safe_iapps_library_parser.h 45 void ParseIPhotoLibrary(const base::FilePath& library_file,
49 void ParseITunesLibrary(const base::FilePath& library_file,
97 base::FilePath library_file_path_;
  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.h 20 const base::FilePath& snapshot_file_path,
30 const base::FilePath snapshot_file_path;
54 base::FilePath snapshot_file_path() const {
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_enumerator.cc 24 base::FilePath MTPDeviceObjectEnumerator::Next() {
32 return base::FilePath();
33 return base::FilePath(object_entries_[index_].name);
  /external/chromium_org/chrome/browser/metrics/
metrics_service_browsertest.cc 43 base::FilePath test_directory;
46 base::FilePath page1_path = test_directory.AppendASCII("title2.html");
53 base::FilePath page2_path = test_directory.AppendASCII("iframe.html");
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 61 const base::FilePath& profile_data_directory) {
105 const base::FilePath& profile_data_directory) {
139 bool NaClBrowserDelegateImpl::GetCacheDirectory(base::FilePath* cache_dir) {
140 base::FilePath user_data_dir;
147 bool NaClBrowserDelegateImpl::GetPluginDirectory(base::FilePath* plugin_dir) {
151 bool NaClBrowserDelegateImpl::GetPnaclDirectory(base::FilePath* pnacl_dir) {
155 bool NaClBrowserDelegateImpl::GetUserDirectory(base::FilePath* user_dir) {
222 const base::FilePath& profile_directory,
223 base::FilePath* file_path) {
274 const base::FilePath resource_file_path = resource.GetFilePath()
    [all...]
  /external/chromium_org/chrome/browser/net/
proxy_browsertest.cc 30 const base::FilePath::CharType kPACScript[] = FILE_PATH_LITERAL(
82 base::FilePath()) {
151 base::FilePath(FILE_PATH_LITERAL("chrome/test/data"))) {
161 base::FilePath pac_script_path(FILE_PATH_LITERAL("files"));
185 base::FilePath(base::FilePath::kCurrentDirectory),
186 base::FilePath(kPACScript)).spec());
203 base::FilePath(FILE_PATH_LITERAL("chrome/test/data"))) {
213 base::FilePath pac_script_path(kPACScript);
239 base::FilePath(base::FilePath::kCurrentDirectory)
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 39 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
40 base::FilePath(), base::FilePath().AppendASCII("empty.html"));
  /external/chromium_org/chrome/browser/profiles/
profile_window.h 14 namespace base { class FilePath; }
46 void SwitchToProfile(const base::FilePath& path,
76 const base::FilePath& profile_path_to_focus,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_uploader_on_worker.h 37 const base::FilePath& local_file_path,
46 const base::FilePath& local_file_path,
55 const base::FilePath& local_file_path,
fake_drive_uploader.h 55 const base::FilePath& local_file_path,
63 const base::FilePath& local_file_path,
70 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc 54 EXPECT_EQ(base::FilePath(),
63 EXPECT_NE(base::FilePath(),
71 base::FilePath());
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 31 base::FilePath rundll32;
35 base::FilePath shell32dll;
39 base::FilePath inetcpl;
  /external/chromium_org/chrome/common/
chrome_paths.h 11 class FilePath;
141 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
142 const base::FilePath& GetInvalidSpecifiedUserDataDir();
  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.cc 13 bool IsArchiveFile(const base::FilePath& file) {
17 bool IsBinaryFile(const base::FilePath& file) {
41 const base::FilePath& file) {

Completed in 1045 milliseconds

<<41424344454647484950>>