HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 1 - 25 of 199) 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) {}
29 const base::FilePath& profile_path) {}
31 const base::FilePath& profile_path) {}
profile_shortcut_manager.h 23 // Create a profile icon for the profile with path |profile_path|.
25 const base::FilePath& profile_path) = 0;
27 // Create a profile shortcut for the profile with path |profile_path|, plus
28 // update the original profile shortcut if |profile_path| is the second
30 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
33 // |profile_path|.
34 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
36 // Checks if a profile at |profile_path| has any shortcuts and invokes
40 const base::FilePath& profile_path,
44 // the given |profile_path| should use
    [all...]
profile_shortcut_manager_win.h 20 base::FilePath GetProfileIconPath(const base::FilePath& profile_path);
29 base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path);
57 const base::FilePath& profile_path) OVERRIDE;
59 const base::FilePath& profile_path) OVERRIDE;
61 const base::FilePath& profile_path) OVERRIDE;
63 const base::FilePath& profile_path,
65 virtual void GetShortcutProperties(const base::FilePath& profile_path,
71 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
73 const base::FilePath& profile_path,
76 const base::FilePath& profile_path,
    [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_avatar_downloader.cc 21 const base::FilePath& profile_path,
24 profile_path_(profile_path),
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 49 virtual void AddProfile(const std::string& profile_path,
56 virtual void AddEntry(const std::string& profile_path,
64 virtual bool AddService(const std::string& profile_path,
68 // |service_path| to the profile entry matching |profile_path|. Returns
70 virtual bool UpdateService(const std::string& profile_path,
76 // Sets |properties| to the entry for |service_path|, sets |profile_path|
80 std::string* profile_path,
99 // Adds a property changed |observer| for the profile at |profile_path|.
101 const dbus::ObjectPath& profile_path,
104 // Removes a property changed |observer| for the profile at |profile_path|
    [all...]
fake_shill_profile_client.h 29 const dbus::ObjectPath& profile_path,
32 const dbus::ObjectPath& profile_path,
35 const dbus::ObjectPath& profile_path,
38 virtual void GetEntry(const dbus::ObjectPath& profile_path,
42 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
49 virtual void AddProfile(const std::string& profile_path,
51 virtual void AddEntry(const std::string& profile_path,
54 virtual bool AddService(const std::string& profile_path,
56 virtual bool UpdateService(const std::string& profile_path,
60 std::string* profile_path,
    [all...]
mock_shill_profile_client.h 25 void(const dbus::ObjectPath& profile_path,
28 void(const dbus::ObjectPath& profile_path,
31 const dbus::ObjectPath& profile_path,
35 const dbus::ObjectPath& profile_path,
39 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
fake_shill_profile_client.cc 50 const dbus::ObjectPath& profile_path,
55 const dbus::ObjectPath& profile_path,
60 const dbus::ObjectPath& profile_path,
63 ProfileProperties* profile = GetProfile(profile_path, error_callback);
81 const dbus::ObjectPath& profile_path,
85 ProfileProperties* profile = GetProfile(profile_path, error_callback);
101 void FakeShillProfileClient::DeleteEntry(const dbus::ObjectPath& profile_path,
105 ProfileProperties* profile = GetProfile(profile_path, error_callback);
127 void FakeShillProfileClient::AddProfile(const std::string& profile_path,
129 if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallback())
    [all...]
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);
42 const dbus::ObjectPath& profile_path,
45 virtual void GetEntry(const dbus::ObjectPath& profile_path,
49 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
82 const dbus::ObjectPath& profile_path) {
83 HelperMap::iterator it = helpers_.find(profile_path.value())
    [all...]
fake_bluetooth_profile_manager_client.cc 36 const dbus::ObjectPath& profile_path,
41 VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
45 ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
55 profile_map_[uuid] = profile_path;
62 const dbus::ObjectPath& profile_path,
65 VLOG(1) << "UnregisterProfile: " << profile_path.value();
67 ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
74 if (piter->second == 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);
  /external/chromium_org/chrome/browser/media/
webrtc_log_list.cc 31 const base::FilePath& profile_path) {
32 DCHECK(!profile_path.empty());
33 return profile_path.AppendASCII(kWebRtcLogDirectory);
webrtc_log_list.h 22 const 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/components/bookmarks/browser/
bookmark_pasteboard_helper_mac.h 25 const base::FilePath& profile_path);
31 base::FilePath* profile_path);
bookmark_node_data.h 120 // |profile_path| is used to identify which profile the data came from. Use an
122 void Write(const base::FilePath& profile_path,
130 void WriteToPickle(const base::FilePath& profile_path, Pickle* pickle) const;
141 const base::FilePath& profile_path) const;
146 const base::FilePath& profile_path) const;
163 void SetOriginatingProfilePath(const base::FilePath& profile_path);
166 bool IsFromProfilePath(const base::FilePath& profile_path) const;
  /external/chromium_org/chrome/browser/web_applications/
web_app_unittest.cc 57 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
59 web_app::GetWebAppDataDirectory(profile_path, "123", GURL()));
60 base::FilePath expected = profile_path.AppendASCII("Web Applications")
66 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
68 profile_path, std::string(), GURL("http://example.com")));
69 base::FilePath expected = profile_path.AppendASCII("Web Applications")
web_app_linux.cc 39 shell_integration_linux::DeleteDesktopShortcuts(shortcut_info.profile_path,
56 env.get(), shortcut_info.profile_path, shortcut_info.extension_id);
71 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {
73 shell_integration_linux::DeleteAllDesktopShortcuts(profile_path);
  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.h 41 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
43 const base::FilePath& profile_path,
46 const base::FilePath& profile_path,
49 const base::FilePath& profile_path) OVERRIDE;
51 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_value_store_cache.cc 42 const base::FilePath& profile_path)
53 factory, observers, profile_path));
95 const base::FilePath& profile_path) {
100 profile_path.AppendASCII(kSyncAppSettingsDirectoryName),
104 sync_start_util::GetFlareForSyncableService(profile_path)));
107 profile_path.AppendASCII(kSyncExtensionSettingsDirectoryName),
111 sync_start_util::GetFlareForSyncableService(profile_path)));
sync_value_store_cache.h 36 const base::FilePath& profile_path);
50 const base::FilePath& profile_path);
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 47 // extension with |extension_id| in |profile_path|.
53 const base::FilePath& profile_path,
61 const base::FilePath& profile_path,
76 // Returns filename for .desktop file based on |profile_path| and
78 base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
82 // on |profile_path| in a given |directory|.
84 const base::FilePath& profile_path,
95 const base::FilePath& profile_path,
131 // been added for the extension with |extension_id| in |profile_path|.
132 void DeleteDesktopShortcuts(const base::FilePath& profile_path,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 49 base::FilePath profile_path = local
54 EXPECT_EQ(expected_path, profile_path);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.h 47 const base::FilePath& profile_path);
61 void LegacyComputeOnBlockingPool(const base::FilePath& profile_path,

Completed in 204 milliseconds

1 2 3 4 5 6 7 8