Searched defs:base (Results 226 - 250 of 5037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/
H A Dlogging_chrome.h11 #include "base/logging.h"
12 #include "base/time/time.h"
14 namespace base { namespace
34 void InitChromeLogging(const base::CommandLine& command_line,
39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line);
42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line);
45 void RedirectChromeLogging(const base::CommandLine& command_line);
52 base
[all...]
/external/chromium_org/chrome/common/mac/
H A Dapp_mode_chrome_locator.h10 #include "base/strings/string16.h"
14 namespace base { namespace
22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
33 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
35 base::FilePath* executable_path,
36 base::FilePath* version_path,
37 base::FilePath* framework_shlib_path);
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_test_util.h11 #include "base/basictypes.h"
13 namespace base { namespace
19 void WriteAlbumTable(const base::FilePath& column_file_destination,
28 void WriteTestAlbumTable(const base::FilePath& column_file_destination,
29 const base::FilePath& test_folder_1_path,
30 const base::FilePath& test_folder_2_path);
32 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path,
33 const base::FilePath& test_folder_2_path);
/external/chromium_org/chrome/common/safe_browsing/
H A Ddownload_protection_util.h10 namespace base { namespace
18 bool IsBinaryFile(const base::FilePath& file);
21 bool IsArchiveFile(const base::FilePath& file);
25 ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
/external/chromium_org/chrome/common/variations/
H A Duniformity_field_trials.h8 namespace base { namespace
17 void SetupUniformityFieldTrials(const base::Time install_date);
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.h15 #include "base/strings/string16.h"
20 namespace base { namespace
36 const base::FilePath& setup_path,
37 const base::Version& new_version,
45 const base::string16& version_key,
46 const base::string16& product_name,
47 const base::Version& new_version,
88 const base::FilePath& setup_path,
89 const base::Version* current_version,
90 const base
[all...]
H A Dsetup_main.h13 namespace base { namespace
16 } // namespace base
29 const base::FilePath& setup_exe,
30 const base::CommandLine& cmd_line,
33 base::FilePath* installer_directory,
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.h8 #include "base/strings/string16.h"
10 namespace base { namespace
35 bool AutoStartRequested(const base::string16& profile_directory,
37 const base::FilePath& application_path);
42 void DisableAllAutoStartFeatures(const base::string16& profile_directory);
51 void EnableForegroundStartAtLogin(const base::string16& profile_directory,
52 const base::FilePath& application_path);
59 void DisableForegroundStartAtLogin(const base::string16& profile_directory);
H A Ddelete_after_reboot_helper.h16 namespace base { namespace
27 bool ScheduleFileSystemEntityForDeletion(const base::FilePath& path);
30 bool ScheduleDirectoryForDeletion(const base::FilePath& dir_name);
34 bool RemoveFromMovesPendingReboot(const base::FilePath& directory);
46 bool MatchPendingDeletePath(const base::FilePath& short_form_needle,
47 const base::FilePath& reg_path);
73 base::FilePath GetShortPathName(const base::FilePath& path);
H A Dduplicate_tree_detector.h12 namespace base { namespace
24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
25 const base::FilePath& dest_path);
H A Dfirewall_manager_win.h8 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
26 const base::FilePath& chrome_path);
H A Dgoogle_chrome_distribution.h11 #include "base/gtest_prod_util.h"
12 #include "base/strings/string16.h"
15 namespace base { namespace
34 const base::FilePath& local_data_path,
35 const base::string16& distribution_data) OVERRIDE;
37 virtual base::string16 GetActiveSetupGuid() OVERRIDE;
39 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
41 virtual base::string16 GetIconFilename() OVERRIDE;
45 virtual base::string16 GetBaseAppName() OVERRIDE;
47 virtual base
[all...]
H A Dgoogle_update_experiment_util.h8 #include "base/strings/string16.h"
10 namespace base { namespace
23 extern const base::char16 kExperimentLabelSeparator;
31 base::string16 BuildExperimentDateString(const base::Time& current_time);
H A Dhelper.h14 namespace base { namespace
25 base::FilePath GetChromeInstallPath(bool system_install,
H A Dinstaller_util_test_common.h8 namespace base { namespace
18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
H A Duninstall_metrics.h8 #include "base/strings/string16.h"
10 namespace base { namespace
18 bool ExtractUninstallMetrics(const base::DictionaryValue& root,
19 base::string16* uninstall_metrics);
26 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path,
27 base::string16* uninstall_metrics);
/external/chromium_org/chrome/renderer/extensions/
H A Dnotifications_native_handler.h8 #include "base/compiler_specific.h"
11 namespace base { namespace
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.h10 #include "base/prefs/json_pref_store.h"
12 namespace base { namespace
23 ServiceProcessPrefs(const base::FilePath& pref_filename,
24 base::SequencedTaskRunner* task_runner);
53 const base::DictionaryValue* GetDictionary(const std::string& key) const;
56 const base::ListValue* GetList(const std::string& key) const;
59 void SetValue(const std::string& key, base::Value* value);
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.h10 #include "base/compiler_specific.h"
11 #include "base/files/file_path.h"
13 namespace base { namespace
22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
26 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT;
/external/chromium_org/chrome/test/chromedriver/
H A Dalert_commands.h8 #include "base/callback_forward.h"
9 #include "base/memory/scoped_ptr.h"
11 namespace base { namespace
20 typedef base::Callback<Status(
23 const base::DictionaryValue&,
24 scoped_ptr<base::Value>*)> AlertCommand;
30 const base::DictionaryValue& params,
31 scoped_ptr<base::Value>* value);
37 const base::DictionaryValue& params,
38 scoped_ptr<base
[all...]
H A Dchrome_launcher.h11 #include "base/files/file_path.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/scoped_vector.h"
19 namespace base { namespace
43 const base::FilePath& temp_dir,
48 const base::FilePath& user_data_dir,
49 const base::DictionaryValue* custom_prefs,
50 const base::DictionaryValue* custom_local_state);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.h10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
50 Status UpdateWindow(const base::DictionaryValue& update_info);
H A Dchrome_finder.h10 #include "base/callback_forward.h"
12 namespace base { namespace
17 bool FindChrome(base::FilePath* browser_exe);
22 const base::Callback<bool(const base::FilePath&)>& exists_func,
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
25 base::FilePath* out_path);
H A Ddebugger_tracker.h10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h"
14 namespace base { namespace
30 const base::DictionaryValue& params) OVERRIDE;
H A Ddevtools_event_listener.h10 namespace base { namespace
29 const base::DictionaryValue& params);

Completed in 1024 milliseconds

1234567891011>>