HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_observer.h 21 virtual void OnProfileAdded(const base::FilePath& profile_path) {}
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {}
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
profile_shortcut_manager.h 19 // 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,
profile_shortcut_manager_win.h 20 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) OVERRIDE
    [all...]
profile_info_cache_unittest.h 30 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;
profile_metrics.cc 21 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),
profile_metrics.h 82 static void LogProfileSyncSignIn(const base::FilePath& profile_path);
83 static void LogProfileUpdate(const base::FilePath& profile_path);
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 20 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/
sync_start_util.h 26 // |profile_path| is used to get a hold of the actual Profile* once the
29 const base::FilePath& profile_path);
sync_start_util.cc 53 const base::FilePath& profile_path) {
54 return base::Bind(&StartSyncProxy, profile_path);
  /external/chromium_org/chromeos/dbus/
shill_profile_client_stub.h 26 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,
shill_profile_client.h 50 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...]
mock_shill_profile_client.h 24 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,
shill_profile_client.cc 30 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.value())
    [all...]
fake_bluetooth_profile_manager_client.cc 33 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) {
shill_profile_client_stub.cc 51 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,
106 ProfileProperties* profile = GetProfile(profile_path, error_callback);
128 void ShillProfileClientStub::AddProfile(const std::string& profile_path,
130 if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallback())
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 30 const base::FilePath& profile_path);
35 base::FilePath* profile_path);
  /external/chromium_org/chromeos/network/
network_profile.h 20 NetworkProfile(const std::string& profile_path,
22 : path(profile_path),
  /external/chromium_org/chrome/browser/web_applications/
web_app_unittest.cc 55 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")
web_app_linux.cc 29 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) {
59 ShellIntegrationLinux::DeleteAllDesktopShortcuts(profile_path);
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 41 // 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/
firefox_importer_utils.h 45 bool GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path,
80 const FilePath& profile_path);
83 GURL GetHomepage(const FilePath& profile_path);
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_or_local_value_store_cache.cc 30 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),
sync_or_local_value_store_cache.h 35 const base::FilePath& profile_path);
53 const base::FilePath& profile_path);
  /external/chromium/chrome/browser/web_applications/
web_app.h 38 // |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/
device_id_fetcher.h 47 const base::FilePath& profile_path);
59 void ComputeOnBlockingPool(const base::FilePath& profile_path,

Completed in 432 milliseconds

1 2 3 4 5 6 7 8