/external/chromium_org/chrome/common/mac/ |
app_mode_chrome_locator.h | 10 #include "base/strings/string16.h" 14 namespace base { namespace 22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle); 30 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle, 32 base::FilePath* version_path, 33 base::FilePath* framework_shlib_path);
|
/external/chromium_org/chrome/common/metrics/variations/ |
uniformity_field_trials.h | 8 namespace base { namespace 17 void SetupUniformityFieldTrials(const base::Time install_date);
|
/external/chromium_org/chrome/common/net/ |
url_fixer_upper.h | 10 #include "base/strings/string16.h" 13 namespace base { namespace 67 GURL FixupRelativeFile(const base::FilePath& base_dir, 68 const base::FilePath& text);
|
/external/chromium_org/chrome/common/safe_browsing/ |
download_protection_util.h | 8 namespace base { namespace 16 bool IsBinaryFile(const base::FilePath& file); 19 bool IsArchiveFile(const base::FilePath& file);
|
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 19 namespace base { namespace 34 const base::FilePath& setup_path, 35 const base::Version& new_version, 44 const base::Version& new_version, 85 const base::FilePath& setup_path, 86 const base::Version* current_version, 87 const base::Version& new_version, 88 const base::FilePath& temp_path, 105 const base::FilePath& setup_path, 106 const base::FilePath& archive_path [all...] |
uninstall.h | 12 #include "base/strings/string16.h" 18 namespace base { namespace 60 const base::FilePath& setup_path,
|
/external/chromium_org/chrome/installer/util/ |
auto_launch_util.h | 8 #include "base/strings/string16.h" 10 namespace base { namespace 37 const base::FilePath& application_path); 52 const base::FilePath& application_path);
|
duplicate_tree_detector.h | 12 namespace base { namespace 24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path, 25 const base::FilePath& dest_path);
|
helper.h | 15 namespace base { namespace 26 base::FilePath GetChromeInstallPath(bool system_install, BrowserDistribution* dist); 37 std::vector<base::FilePath>* paths);
|
installer_util_test_common.h | 8 namespace base { namespace 18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
|
uninstall_metrics.h | 8 #include "base/strings/string16.h" 10 namespace base { namespace 18 bool ExtractUninstallMetrics(const base::DictionaryValue& root, 26 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path,
|
/external/chromium_org/chrome/service/ |
service_process_prefs.h | 10 #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/automation/ |
value_conversion_traits.h | 10 namespace base { namespace 16 // ValueConversionTraits contains functions for converting between a base::Value 21 // static base::Value* CreateValueFrom(const T& t); 25 // static bool SetFromValue(const base::Value* value, T* t); 29 // static bool CanConvert(const base::Value* value); 34 static base::Value* CreateValueFrom(int t); 35 static bool SetFromValue(const base::Value* value, int* t); 36 static bool CanConvert(const base::Value* value); 41 static base::Value* CreateValueFrom(bool t); 42 static bool SetFromValue(const base::Value* value, bool* t) [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
alert_commands.h | 8 #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::Value>* value) [all...] |
chrome_launcher.h | 11 #include "base/files/file_path.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_vector.h" 20 namespace base { namespace 43 const base::FilePath& temp_dir, 47 const base::FilePath& user_data_dir, 48 const base::DictionaryValue* custom_prefs, 49 const base::DictionaryValue* custom_local_state);
|
command.h | 10 #include "base/callback_forward.h" 11 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 20 typedef base::Callback<void( 22 scoped_ptr<base::Value>, 25 typedef base::Callback<void( 26 const base::DictionaryValue&,
|
element_commands.h | 10 #include "base/callback_forward.h" 11 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 22 typedef base::Callback<Status( 26 const base::DictionaryValue&, 27 scoped_ptr<base::Value>*)> ElementCommand; 34 const base::DictionaryValue& params, 35 scoped_ptr<base::Value>* value); 43 const base::DictionaryValue& params, 44 scoped_ptr<base::Value>* value) [all...] |
window_commands.h | 10 #include "base/callback_forward.h" 11 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 22 typedef base::Callback<Status( 25 const base::DictionaryValue&, 26 scoped_ptr<base::Value>*)> WindowCommand; 32 const base::DictionaryValue& params, 33 scoped_ptr<base::Value>* value); 39 const base::DictionaryValue& params, 40 scoped_ptr<base::Value>* value) [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
automation_extension.h | 8 #include "base/basictypes.h" 9 #include "base/memory/scoped_ptr.h" 11 namespace base { namespace 41 Status UpdateWindow(const base::DictionaryValue& update_info);
|
chrome_finder.h | 10 #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);
|
devtools_event_listener.h | 10 namespace base { namespace 29 const base::DictionaryValue& params);
|
/external/chromium_org/chrome/test/logging/win/ |
log_file_printer.h | 14 namespace base { namespace 23 void PrintLogFile(const base::FilePath& log_file, std::ostream* out);
|
log_file_reader.h | 17 #include "base/logging.h" 18 #include "base/strings/string_piece.h" 20 namespace base { namespace 46 const base::StringPiece& message) = 0; 54 const base::StringPiece& file, 55 const base::StringPiece& message) = 0; 59 const base::StringPiece& name, 62 const base::StringPiece& extra, 74 void ReadLogFile(const base::FilePath& log_file, LogFileDelegate* delegate);
|
/external/chromium_org/chrome/test/perf/ |
generate_profile.h | 8 #include "base/compiler_specific.h" 10 namespace base { namespace 26 const base::FilePath& dst_dir) WARN_UNUSED_RESULT;
|
/external/chromium_org/chrome/utility/importer/ |
bookmark_html_reader.h | 11 #include "base/callback_forward.h" 12 #include "base/strings/string16.h" 18 namespace base { namespace 43 const base::Callback<bool(void)>& cancellation_callback, 44 const base::Callback<bool(const GURL&)>& valid_url_callback, 45 const base::FilePath& file_path, 66 base::string16* folder_name, 68 base::Time* add_date); 70 // if there is a favicon given. |post_data| is set for POST base keywords to 74 base::string16* title [all...] |