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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/safe_browsing/
path_sanitizer_unittest.cc 16 base::FilePath GetRootDirectory() {
17 base::FilePath dir_temp;
21 std::vector<base::FilePath::StringType> components;
24 return base::FilePath(components[0]).AsEndingWithSeparator();
37 base::FilePath path =
39 base::FilePath path_expected = path;
51 base::FilePath path = path_sanitizer.GetHomeDirectory().Append(
53 base::FilePath path_expected = base::FilePath(FILE_PATH_LITERAL("~")).Append(
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 27 bool GetDataWriteLocation(base::Environment* env, base::FilePath* search_path);
33 std::vector<base::FilePath> GetDataSearchLocations(base::Environment* env);
53 const base::FilePath& profile_path,
61 const base::FilePath& profile_path,
63 const base::FilePath& desktop_path);
70 const base::FilePath& desktop_filename,
74 base::FilePath GetWebShortcutFilename(const GURL& url);
78 base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
83 std::vector<base::FilePath> GetExistingProfileShortcutFilenames
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.h 19 class FilePath;
36 base::FilePath* save_path();
42 void StoreSavePath(const base::FilePath& path);
50 scoped_ptr<base::FilePath> save_path_;
  /external/chromium_org/chrome/browser/web_applications/
web_app_android.cc 17 const base::FilePath& web_app_path,
25 void DeletePlatformShortcuts(const base::FilePath& web_app_path,
29 const base::FilePath& web_app_path,
34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
web_app_chromeos.cc 17 const base::FilePath& web_app_path,
25 void DeletePlatformShortcuts(const base::FilePath& web_app_path,
29 const base::FilePath& web_app_path,
34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
  /external/chromium_org/chrome/common/
chrome_paths_linux.cc 32 base::FilePath* result) {
39 base::FilePath home;
42 base::FilePath desktop;
62 bool GetDefaultUserDataDirectory(base::FilePath* result) {
64 base::FilePath config_dir(GetXDGDirectory(env.get(),
75 void GetUserCacheDirectory(const base::FilePath& profile_dir,
76 base::FilePath* result) {
90 base::FilePath cache_dir;
93 base::FilePath config_dir(GetXDGDirectory(env.get(),
103 bool GetUserDocumentsDirectory(base::FilePath* result)
    [all...]
widevine_cdm_constants.cc 10 const base::FilePath::CharType kWidevineCdmBaseDirectory[] =
  /external/chromium_org/chrome/common/media_galleries/
iphoto_library.h 22 const base::FilePath& location,
23 const base::FilePath& original_location);
27 base::FilePath location;
28 base::FilePath original_location;
  /external/chromium_org/chrome/installer/setup/
install.h 21 class FilePath;
60 bool CreateVisualElementsManifest(const base::FilePath& src_path,
76 const base::FilePath& target,
111 const base::FilePath& setup_path,
112 const base::FilePath& archive_path,
113 const base::FilePath& install_temp_path,
114 const base::FilePath& src_path,
115 const base::FilePath& prefs_path,
131 void HandleActiveSetupForBrowser(const base::FilePath& installation_root,
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_null.h 19 class FilePath;
27 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path) {
35 bool ReadAndParseSignons(const base::FilePath& sqlite_file,
  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.h 28 base::FilePath::StringType FindLibraryLocationInPrefXml(
  /external/chromium_org/components/nacl/common/
nacl_paths.cc 14 const base::FilePath::CharType kInternalNaClHelperFileName[] =
16 const base::FilePath::CharType kInternalNaClHelperBootstrapFileName[] =
24 bool PathProvider(int key, base::FilePath* result) {
25 base::FilePath cur;
  /external/chromium_org/content/browser/download/
drag_download_util.h 18 class FilePath;
34 base::FilePath* file_name,
40 CONTENT_EXPORT base::File CreateFileForDrop(base::FilePath* file_path);
48 virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_browsertest.cc 27 base::FilePath test_dir_;
  /external/chromium_org/content/common/
file_utilities_messages.h 17 base::FilePath /* path */,
plugin_list_posix.cc 9 bool PluginList::ReadWebPluginInfo(const base::FilePath& filename,
15 std::vector<base::FilePath>* plugin_dirs) {
18 void PluginList::GetPluginsInDir(const base::FilePath& dir_path,
19 std::vector<base::FilePath>* plugins) {
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h 38 PluginModule* GetLiveModule(const base::FilePath& path);
44 void AddLiveModule(const base::FilePath& path, PluginModule* module);
57 typedef std::map<base::FilePath, scoped_refptr<PluginModule> >
67 typedef std::map<base::FilePath, PluginModule*> NonOwningModuleMap;
  /external/chromium_org/extensions/browser/value_store/
testing_value_store_unittest.cc 13 ValueStore* Param(const base::FilePath& file_path) {
  /external/chromium_org/extensions/common/
constants.cc 14 const base::FilePath::CharType kManifestFilename[] =
16 const base::FilePath::CharType kLocaleFolder[] =
18 const base::FilePath::CharType kMessagesFilename[] =
20 const base::FilePath::CharType kPlatformSpecificFolder[] =
22 const base::FilePath::CharType kMetadataFolder[] =
24 const base::FilePath::CharType kVerifiedContentsFilename[] =
26 const base::FilePath::CharType kComputedHashesFilename[] =
42 const base::FilePath::CharType kExtensionFileExtension[] =
44 const base::FilePath::CharType kExtensionKeyFileExtension[] =
constants.h 20 extern const base::FilePath::CharType kManifestFilename[];
23 extern const base::FilePath::CharType kLocaleFolder[];
26 extern const base::FilePath::CharType kMessagesFilename[];
29 extern const base::FilePath::CharType kPlatformSpecificFolder[];
33 extern const base::FilePath::CharType kMetadataFolder[];
36 extern const base::FilePath::CharType kVerifiedContentsFilename[];
39 extern const base::FilePath::CharType kComputedHashesFilename[];
64 extern const base::FilePath::CharType kExtensionFileExtension[];
67 extern const base::FilePath::CharType kExtensionKeyFileExtension[];
  /external/chromium_org/net/test/
cert_test_util.h 15 class FilePath;
24 CertificateList CreateCertificateListFromFile(const base::FilePath& certs_dir,
33 const base::FilePath& certs_dir,
41 scoped_refptr<X509Certificate> ImportCertFromFile(const base::FilePath& certs_dir,
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.h 24 const base::FilePath& document_root);
30 const base::FilePath& document_root);
50 base::FilePath GetDocumentRoot() const;
53 bool Init(const base::FilePath& document_root);
  /external/chromium_org/ppapi/shared_impl/
dir_contents.h 15 base::FilePath name;
  /external/chromium_org/sync/test/
local_sync_test_server.cc 20 base::FilePath()),
27 base::FilePath()),
46 base::FilePath* testserver_path) const {
47 base::FilePath testserver_dir;
62 const base::FilePath::StringType& test_script_name,
63 base::FilePath* test_script_path) const {
64 base::FilePath testserver_path;
77 base::FilePath net_testserver_path;
85 base::FilePath pyproto_dir;
  /external/chromium_org/ui/gl/
gl_implementation_osmesa.h 15 base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename);

Completed in 800 milliseconds

<<11121314151617181920>>