HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 301 - 325 of 5077) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/installer/setup/
setup_main.h 15 namespace base { namespace
17 } // namespace base
33 base::FilePath* installer_directory,
  /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);
delete_after_reboot_helper.h 16 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);
duplicate_tree_detector.h 12 namespace base { namespace
24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
25 const base::FilePath& dest_path);
google_update_experiment_util.h 8 #include "base/strings/string16.h"
10 namespace base { namespace
32 string16 BuildExperimentDateString(const base::Time& current_time);
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/renderer/extensions/
pepper_request_natives.h 8 #include "base/compiler_specific.h"
11 namespace base { namespace
  /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/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
44 const base::FilePath& temp_dir,
49 const base::FilePath& user_data_dir,
50 const base::DictionaryValue* custom_prefs,
51 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&,
commands.h 10 #include "base/callback_forward.h"
11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h"
16 namespace base { namespace
26 const base::DictionaryValue& params,
34 const base::DictionaryValue& params,
42 const base::DictionaryValue& params,
46 typedef base::Callback<Status(
48 const base::DictionaryValue&,
49 scoped_ptr<base::Value>*)> SessionCommand
    [all...]
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 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
47 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);
debugger_tracker.h 10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h"
14 namespace base { namespace
30 const base::DictionaryValue& params) OVERRIDE;
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...]
  /external/chromium_org/chrome_frame/
chrome_launcher_utils.h 9 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
19 // The base name of the chrome_launcher.exe file.
41 base::FilePath GetChromeExecutablePath();

Completed in 464 milliseconds

<<11121314151617181920>>