Searched defs:base (Results 176 - 200 of 5037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.h20 namespace base { namespace
55 base::DictionaryValue* CreateDictionaryValueForFileSystemEntry(
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_user_script.h10 #include "base/memory/ref_counted.h"
11 #include "base/strings/string16.h"
15 namespace base { namespace
30 const base::FilePath& user_script, const GURL& original_url,
31 const base::FilePath& extensions_dir, base::string16* error);
H A Dconvert_web_app.h10 #include "base/memory/ref_counted.h"
12 namespace base { namespace
31 std::string ConvertTimeToExtensionVersion(const base::Time& time);
43 const base::Time& create_time,
44 const base::FilePath& extensions_dir);
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.h8 namespace base { namespace
31 bool DoUpgradeTasks(const base::CommandLine& command_line);
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.h10 namespace base { namespace
15 // A base class for a history unit test. It provides the common test methods.
24 static void ExecuteSQLScript(const base::FilePath& sql_path,
25 const base::FilePath& db_path);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_perf.h8 namespace base { namespace
22 void PrintBweForVideoMetrics(const base::DictionaryValue& pc_dict);
23 void PrintMetricsForAllStreams(const base::DictionaryValue& pc_dict);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dav_scanning_file_validator.h8 #include "base/basictypes.h"
11 namespace base { namespace
13 } // namespace base
23 const base::FilePath& dest_platform_path,
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.h10 namespace base { namespace
27 virtual void OnOpenURL(const base::string16& url) OVERRIDE;
29 const base::string16& search_string) OVERRIDE;
/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.h8 #include "base/basictypes.h"
13 namespace base { namespace
52 const base::CommandLine& command_line,
/external/chromium_org/chrome/browser/
H A Dplatform_util.h10 #include "base/strings/string16.h"
16 namespace base { namespace
26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
30 void OpenItem(Profile* profile, const base::FilePath& full_path);
H A Dshell_integration_linux.h10 #include "base/basictypes.h"
11 #include "base/files/file_path.h"
15 namespace base { namespace
27 bool GetDataWriteLocation(base::Environment* env, base::FilePath* search_path);
33 std::vector<base::FilePath> GetDataSearchLocations(base::Environment* env);
41 std::string GetDesktopName(base::Environment* env);
52 base::Environment* env,
53 const base
[all...]
H A Dsxs_linux.h8 #include "base/compiler_specific.h"
10 namespace base { namespace
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary.h10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
14 namespace base { namespace
30 explicit ProxyConfigDictionary(const base::DictionaryValue* dict);
40 const base::DictionaryValue& GetDictionary() const;
42 static base::DictionaryValue* CreateDirect();
43 static base::DictionaryValue* CreateAutoDetect();
44 static base::DictionaryValue* CreatePacScript(const std::string& pac_url,
46 static base::DictionaryValue* CreateFixedServers(
49 static base
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.h12 namespace base { namespace
21 void ConfigurePrerender(const base::CommandLine& command_line);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util.h12 namespace base { namespace
57 base::FilePath GetPathOfHighResAvatarAtIndex(size_t index);
H A Dprofile_shortcut_manager.h8 #include "base/callback.h"
9 #include "base/files/file_path.h"
10 #include "base/strings/string16.h"
15 namespace base { namespace
25 const base::FilePath& profile_path) = 0;
30 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
34 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
40 const base::FilePath& profile_path,
41 const base::Callback<void(bool)>& callback) = 0;
45 virtual void GetShortcutProperties(const base
[all...]
H A Dprofiles_state.h9 #include "base/strings/string16.h"
15 namespace base { class FilePath; } namespace
24 base::FilePath GetDefaultProfileDir(const base::FilePath& user_data_dir);
35 base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path);
40 base::string16 GetAvatarButtonTextForProfile(Profile* profile);
48 const base::string16& new_profile_name);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbinary_feature_extractor.h11 #include "base/basictypes.h"
12 #include "base/memory/ref_counted.h"
14 namespace base { namespace
23 : public base::RefCountedThreadSafe<BinaryFeatureExtractor> {
30 const base::FilePath& file_path,
35 const base::FilePath& file_path,
39 friend class base::RefCountedThreadSafe<BinaryFeatureExtractor>;
H A Dprotocol_parser.h16 #include "base/basictypes.h"
17 #include "base/memory/scoped_vector.h"
20 namespace base { namespace
27 // const base::StringPiece&.
54 base::TimeDelta* cache_lifetime,
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer.h12 namespace base { namespace
14 } // namespace base
28 std::vector<base::FilePath> GetCriticalBinariesPath();
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_desktop_utils.h8 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
28 const base::FilePath& store_path,
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.h8 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
25 scoped_ptr<base::DictionaryValue> ConstructAboutInformation(
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_start_util.h13 namespace base { namespace
29 const base::FilePath& profile_path);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.h11 namespace base { namespace
21 const base::DictionaryValue& settings);
25 const std::string& id, const base::DictionaryValue& settings);
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dsync_timing_helper.h8 #include "base/basictypes.h"
13 namespace base { namespace
25 static base::TimeDelta TimeSyncCycle(ProfileSyncServiceHarness* client);
29 static base::TimeDelta TimeMutualSyncCycle(
34 static base::TimeDelta TimeUntilQuiescence(
42 const base::TimeDelta& dt);

Completed in 421 milliseconds

1234567891011>>