Searched refs:profile_path (Results 1 - 25 of 186) sorted by relevance

12345678

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_observer.h21 virtual void OnProfileAdded(const base::FilePath& profile_path) {} argument
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {} argument
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path, argument
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path, argument
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} argument
H A Dprofile_shortcut_manager_win.h20 base::FilePath GetProfileIconPath(const base::FilePath& profile_path);
29 string16 CreateProfileShortcutFlags(const base::FilePath& profile_path);
57 const base::FilePath& profile_path,
60 const base::FilePath& profile_path) OVERRIDE;
62 const base::FilePath& profile_path) OVERRIDE;
64 const base::FilePath& profile_path,
68 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
69 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
71 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
74 const base::FilePath& profile_path) OVERRID
[all...]
H A Dprofile_shortcut_manager.h19 // Create a profile icon for the profile with path |profile_path|.
22 const base::FilePath& profile_path,
25 // Create a profile shortcut for the profile with path |profile_path|, plus
26 // update the original profile shortcut if |profile_path| is the second
28 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
31 // |profile_path|.
32 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
34 // Checks if a profile at |profile_path| has any shortcuts and invokes
38 const base::FilePath& profile_path,
H A Dprofile_info_cache_unittest.h30 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
32 const base::FilePath& profile_path) OVERRIDE;
34 const base::FilePath& profile_path,
37 const base::FilePath& profile_path,
39 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) OVERRIDE;
H A Dprofile_metrics.cc21 const base::FilePath& profile_path) {
30 if (profile_path == user_data_dir.AppendASCII(chrome::kInitialProfile)) {
229 base::FilePath profile_path = profile->GetPath();
231 GetProfileType(profile_path),
240 void ProfileMetrics::LogProfileSyncSignIn(const base::FilePath& profile_path) {
242 GetProfileType(profile_path),
246 void ProfileMetrics::LogProfileUpdate(const base::FilePath& profile_path) {
248 GetProfileType(profile_path),
20 GetProfileType( const base::FilePath& profile_path) argument
H A Dprofile_metrics.h82 static void LogProfileSyncSignIn(const base::FilePath& profile_path);
83 static void LogProfileUpdate(const base::FilePath& profile_path);
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_profile_client.h24 void(const dbus::ObjectPath& profile_path,
27 void(const dbus::ObjectPath& profile_path,
30 const dbus::ObjectPath& profile_path,
34 const dbus::ObjectPath& profile_path,
38 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
H A Dshill_profile_client.cc30 const dbus::ObjectPath& profile_path,
32 GetHelper(profile_path)->AddPropertyChangedObserver(observer);
36 const dbus::ObjectPath& profile_path,
38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer);
41 const dbus::ObjectPath& profile_path,
44 virtual void GetEntry(const dbus::ObjectPath& profile_path,
48 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
61 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
76 const dbus::ObjectPath& profile_path) {
77 HelperMap::iterator it = helpers_.find(profile_path
75 GetHelper( const dbus::ObjectPath& profile_path) argument
90 GetProperties( const dbus::ObjectPath& profile_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
100 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
113 DeleteEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
[all...]
H A Dshill_profile_client_stub.h26 const dbus::ObjectPath& profile_path,
29 const dbus::ObjectPath& profile_path,
32 const dbus::ObjectPath& profile_path,
35 virtual void GetEntry(const dbus::ObjectPath& profile_path,
39 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
46 virtual void AddProfile(const std::string& profile_path,
48 virtual void AddEntry(const std::string& profile_path,
51 virtual bool AddService(const std::string& profile_path,
61 ProfileProperties* GetProfile(const dbus::ObjectPath& profile_path,
H A Dfake_bluetooth_profile_manager_client.cc33 const dbus::ObjectPath& profile_path,
38 VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
42 ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
52 profile_map_[uuid] = profile_path;
59 const dbus::ObjectPath& profile_path,
62 VLOG(1) << "UnregisterProfile: " << profile_path.value();
64 ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
71 if (piter->second == profile_path) {
32 RegisterProfile( const dbus::ObjectPath& profile_path, const std::string& uuid, const Options& options, const base::Closure& callback, const ErrorCallback& error_callback) argument
58 UnregisterProfile( const dbus::ObjectPath& profile_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
H A Dshill_profile_client.h50 virtual void AddProfile(const std::string& profile_path,
57 virtual void AddEntry(const std::string& profile_path,
64 virtual bool AddService(const std::string& profile_path,
81 // Adds a property changed |observer| for the profile at |profile_path|.
83 const dbus::ObjectPath& profile_path,
86 // Removes a property changed |observer| for the profile at |profile_path|.
88 const dbus::ObjectPath& profile_path,
94 const dbus::ObjectPath& profile_path,
100 virtual void GetEntry(const dbus::ObjectPath& profile_path,
107 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
[all...]
H A Dshill_profile_client_stub.cc51 const dbus::ObjectPath& profile_path,
56 const dbus::ObjectPath& profile_path,
61 const dbus::ObjectPath& profile_path,
64 ProfileProperties* profile = GetProfile(profile_path, error_callback);
82 const dbus::ObjectPath& profile_path,
86 ProfileProperties* profile = GetProfile(profile_path, error_callback);
102 void ShillProfileClientStub::DeleteEntry(const dbus::ObjectPath& profile_path, argument
106 ProfileProperties* profile = GetProfile(profile_path, error_callback);
128 void ShillProfileClientStub::AddProfile(const std::string& profile_path, argument
130 if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallbac
50 AddPropertyChangedObserver( const dbus::ObjectPath& profile_path, ShillPropertyChangedObserver* observer) argument
55 RemovePropertyChangedObserver( const dbus::ObjectPath& profile_path, ShillPropertyChangedObserver* observer) argument
60 GetProperties( const dbus::ObjectPath& profile_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
81 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
141 AddEntry(const std::string& profile_path, const std::string& entry_path, const base::DictionaryValue& properties) argument
153 AddService(const std::string& profile_path, const std::string& service_path) argument
196 GetProfile( const dbus::ObjectPath& profile_path, const ErrorCallback& error_callback) argument
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_pasteboard_helper_mac.h20 FilePath::StringType profile_path);
26 FilePath::StringType profile_path);
30 FilePath::StringType* profile_path);
34 FilePath::StringType* profile_path);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_start_util.h26 // |profile_path| is used to get a hold of the actual Profile* once the
29 const base::FilePath& profile_path);
H A Dsync_start_util.cc53 const base::FilePath& profile_path) {
54 return base::Bind(&StartSyncProxy, profile_path);
52 GetFlareForSyncableService( const base::FilePath& profile_path) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_profile.h20 NetworkProfile(const std::string& profile_path, argument
22 : path(profile_path),
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_unittest.cc55 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
57 web_app::GetWebAppDataDirectory(profile_path, "123", GURL()));
58 base::FilePath expected = profile_path.AppendASCII("Web Applications")
64 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
66 profile_path, std::string(), GURL("http://example.com")));
67 base::FilePath expected = profile_path.AppendASCII("Web Applications")
H A Dweb_app_linux.cc29 ShellIntegrationLinux::DeleteDesktopShortcuts(shortcut_info.profile_path,
44 env.get(), shortcut_info.profile_path, shortcut_info.extension_id);
58 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) { argument
59 ShellIntegrationLinux::DeleteAllDesktopShortcuts(profile_path);
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.h41 // extension with |extension_id| in |profile_path|.
47 const base::FilePath& profile_path,
55 const base::FilePath& profile_path,
70 // Returns filename for .desktop file based on |profile_path| and
72 base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
76 // on |profile_path| in a given |directory|.
78 const base::FilePath& profile_path,
90 const base::FilePath& profile_path,
107 // been added for the extension with |extension_id| in |profile_path|.
108 void DeleteDesktopShortcuts(const base::FilePath& profile_path,
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.h45 bool GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path,
80 const FilePath& profile_path);
83 GURL GetHomepage(const FilePath& profile_path);
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_pasteboard_helper_mac.h30 const base::FilePath& profile_path);
35 base::FilePath* profile_path);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_or_local_value_store_cache.cc30 const base::FilePath& profile_path)
43 factory, quota, observers, profile_path));
100 const base::FilePath& profile_path) {
105 const base::FilePath app_path = profile_path.AppendASCII(
108 const base::FilePath extension_path = profile_path.AppendASCII(
113 sync_start_util::GetFlareForSyncableService(profile_path),
117 sync_start_util::GetFlareForSyncableService(profile_path),
25 SyncOrLocalValueStoreCache( settings_namespace::Namespace settings_namespace, const scoped_refptr<SettingsStorageFactory>& factory, const SettingsStorageQuotaEnforcer::Limits& quota, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
96 InitOnFileThread( const scoped_refptr<SettingsStorageFactory>& factory, const SettingsStorageQuotaEnforcer::Limits& quota, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
H A Dsync_or_local_value_store_cache.h35 const base::FilePath& profile_path);
53 const base::FilePath& profile_path);
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.h38 // |profile_path| is used as root directory for persisted data such as icon.
43 const FilePath& profile_path,
51 FilePath GetDataDir(const FilePath& profile_path);
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.h47 const base::FilePath& profile_path);
59 void ComputeOnBlockingPool(const base::FilePath& profile_path,

Completed in 402 milliseconds

12345678