Searched defs:profile_path (Results 51 - 75 of 105) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc134 const base::FilePath& profile_path) OVERRIDE {
137 size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path);
286 void AppListServiceImpl::SetProfilePath(const base::FilePath& profile_path) { argument
289 profile_path.BaseName().MaybeAsASCII());
295 const base::FilePath& profile_path) {
300 if (profile_path.BaseName().MaybeAsASCII() != app_list_last_profile)
294 OnProfileWillBeRemoved( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui_browsertest.cc320 const base::FilePath profile_path = local
H A Dmanage_profile_handler.cc454 const base::FilePath profile_path = local
459 profile_path, base::Bind(&ManageProfileHandler::OnHasProfileShortcuts,
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc131 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path, argument
136 profile_path.AppendASCII("compatibility.ini");
212 std::string ReadPrefsJsValue(const base::FilePath& profile_path, argument
215 if (!ReadPrefFile(profile_path.AppendASCII("prefs.js"), &content))
221 GURL GetHomepage(const base::FilePath& profile_path) { argument
223 ReadPrefsJsValue(profile_path, "browser.startup.homepage");
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc50 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, argument
105 ProfileProperties* profile = GetProfile(profile_path, error_callback);
127 void FakeShillProfileClient::AddProfile(const std::string& profile_path, argument
129 if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallbac
49 AddPropertyChangedObserver( const dbus::ObjectPath& profile_path, ShillPropertyChangedObserver* observer) argument
54 RemovePropertyChangedObserver( const dbus::ObjectPath& profile_path, ShillPropertyChangedObserver* observer) argument
59 GetProperties( const dbus::ObjectPath& profile_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
80 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
140 AddEntry(const std::string& profile_path, const std::string& entry_path, const base::DictionaryValue& properties) argument
151 AddService(const std::string& profile_path, const std::string& service_path) argument
165 UpdateService(const std::string& profile_path, const std::string& service_path) argument
182 AddOrUpdateServiceImpl( const std::string& profile_path, const std::string& service_path, ProfileProperties* profile) argument
221 GetService(const std::string& service_path, std::string* profile_path, base::DictionaryValue* properties) argument
244 GetProfile( const dbus::ObjectPath& profile_path, const ErrorCallback& error_callback) argument
[all...]
H A Dfake_shill_service_client.cc275 // Provide a dictionary with a single { profile_path, service_path } entry
282 std::string profile_path; local
284 shill::kProfileProperty, &profile_path)) {
286 profile_path, service_path.value());
329 std::string profile_path; local
331 &profile_path) &&
332 !profile_path.empty()) {
334 UpdateService(profile_path, service_path);
359 std::string profile_path; local
362 GetService(service_path, &profile_path,
445 std::string profile_path; local
453 std::string profile_path; local
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.cc34 void LogProfileRequestError(const std::string& profile_path, argument
38 << profile_path << ": " << error_message;
137 const std::string& profile_path,
142 AddProfile(NetworkProfile(profile_path, userhash));
152 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) { argument
153 VLOG(2) << "Removing profile for path " << profile_path << ".";
155 ProfilePathEquals(profile_path));
165 const std::string& profile_path) const {
168 ProfilePathEquals(profile_path));
136 GetProfilePropertiesCallback( const std::string& profile_path, const base::DictionaryValue& properties) argument
H A Dnetwork_state.h57 const std::string& profile_path() const { return profile_path_; } function in class:chromeos::NetworkState
H A Dmanaged_network_configuration_handler_unittest.cc68 void AddProfile(const std::string& profile_path, argument
70 if (profile_entries_.HasKey(profile_path))
74 profile_entries_.SetWithoutPathExpansion(profile_path, profile);
75 profile_to_user_[profile_path] = userhash;
78 void AddEntry(const std::string& profile_path, argument
82 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path, &entries);
87 profile_path);
91 void GetProperties(const dbus::ObjectPath& profile_path, argument
95 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
107 ASSERT_TRUE(ContainsKey(profile_to_user_, profile_path
114 GetEntry(const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
250 SetUpEntry(const std::string& path_to_shill_json, const std::string& profile_path, const std::string& entry_path) argument
818 GetProperties( const dbus::ObjectPath& profile_path, const ShillClientHelper::DictionaryValueCallbackWithoutStatus& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.cc219 void BookmarkNodeData::WriteToPickle(const base::FilePath& profile_path, argument
221 profile_path.WriteToPickle(pickle);
248 const base::FilePath& profile_path) const {
251 if (!IsFromProfilePath(profile_path))
267 const base::FilePath& profile_path) const {
268 std::vector<const BookmarkNode*> nodes = GetNodes(model, profile_path);
278 const base::FilePath& profile_path) {
280 profile_path_ = profile_path;
284 const base::FilePath& profile_path) const {
286 return !profile_path_.empty() && profile_path_ == profile_path;
277 SetOriginatingProfilePath( const base::FilePath& profile_path) argument
[all...]
H A Dbookmark_storage.cc146 const base::FilePath& profile_path,
149 writer_(profile_path.Append(kBookmarksFileName), sequenced_task_runner),
144 BookmarkStorage( BookmarkModel* model, const base::FilePath& profile_path, base::SequencedTaskRunner* sequenced_task_runner) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc180 const base::FilePath& profile_path,
184 profile_path.Append(kPolicyDir).Append(kPolicyCacheFile);
186 profile_path.Append(kPolicyDir).Append(kKeyCacheFile);
179 Create( const base::FilePath& profile_path, const std::string& verification_key, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
/external/chromium_org/content/browser/
H A Dplugin_data_remover_impl.cc203 base::FilePath profile_path = local
211 profile_path.Append(base::FilePath(base::UTF8ToUTF16(plugin_name_)));
214 profile_path.Append(base::FilePath(plugin_name_));
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.cc67 const base::FilePath& profile_path) {
68 return profile_path.Append(kPepperDataDirname);
66 GetDataDirName( const base::FilePath& profile_path) argument
/external/chromium_org/net/http/
H A Dtransport_security_persister.cc99 const base::FilePath& profile_path,
103 writer_(profile_path.AppendASCII("TransportSecurity"), background_runner),
97 TransportSecurityPersister( TransportSecurityState* state, const base::FilePath& profile_path, const scoped_refptr<base::SequencedTaskRunner>& background_runner, bool readonly) argument
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.cc320 const base::FilePath& profile_path = host->GetProfilePath(); local
321 DCHECK(!profile_path.empty());
323 if (!delegate_->ProfileExistsForPath(profile_path)) {
327 << profile_path.value() << "'.";
332 Profile* profile = delegate_->ProfileForPath(profile_path);
344 profile_path,
401 const base::FilePath& profile_path,
404 Profile* profile = delegate_->ProfileForPath(profile_path);
410 if (!extension || !delegate_->ProfileExistsForPath(profile_path)) {
400 OnExtensionEnabled( const base::FilePath& profile_path, const std::string& app_id, const std::vector<base::FilePath>& files) argument
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc228 base::FilePath profile_path = ProfileHelper::GetProfilePathByUserIdHash( local
230 JSONFileValueSerializer serializer(profile_path.Append(kPasswordUpdateFile));
286 base::FilePath profile_path = local
291 base::Bind(&LoadPasswordData, profile_path),
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc146 const base::FilePath& profile_path = profile->GetPath(); local
150 node_data->same_profile = data.IsFromProfilePath(profile_path);
154 BookmarkModelFactory::GetForProfile(profile), profile_path);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc84 // "profile_path/kDeviceMediaAsyncFileUtilTempDir" directory. Return the
88 const base::FilePath& profile_path) {
91 profile_path.AppendASCII(kDeviceMediaAsyncFileUtilTempDir);
245 const base::FilePath& profile_path,
247 DCHECK(!profile_path.empty());
249 new DeviceMediaAsyncFileUtil(profile_path, validation_type));
465 const base::FilePath& profile_path,
467 : profile_path_(profile_path),
86 CreateSnapshotFileOnBlockingPool( const base::FilePath& device_file_path, const base::FilePath& profile_path) argument
244 Create( const base::FilePath& profile_path, MediaFileValidationType validation_type) argument
464 DeviceMediaAsyncFileUtil( const base::FilePath& profile_path, MediaFileValidationType validation_type) argument
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc62 const base::FilePath& profile_path);
80 const base::FilePath& profile_path)
85 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
76 ProfileNotifierGroup(const gfx::Image& icon, const base::string16& display_name, const base::string16& login_info, size_t index, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc52 base::string16 GetProfileIdFromPath(const base::FilePath& profile_path) { argument
53 // Return empty string if profile_path is empty
54 if (profile_path.empty())
58 // Return empty string if profile_path is in default user data
61 profile_path.DirName() == default_user_data_dir &&
62 profile_path.BaseName().value() ==
68 base::string16 basenames = profile_path.DirName().BaseName().value() +
69 L"." + profile_path.BaseName().value();
115 base::FilePath profile_path = user_data_dir.Append(profile_subdir); local
132 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
394 GetAppModelIdForProfile( const base::string16& app_name, const base::FilePath& profile_path) argument
405 GetChromiumModelIdForProfile( const base::FilePath& profile_path) argument
419 GetAppListAppModelIdForProfile( const base::FilePath& profile_path) argument
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc58 base::FilePath profile_path,
62 profile_path.Append(chrome::kSupervisedUserSettingsFilename);
57 Init( base::FilePath profile_path, base::SequencedTaskRunner* sequenced_task_runner, bool load_synchronously) argument
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc705 const base::FilePath& profile_path) {
707 Profile* profile = profile_manager->GetProfileByPath(profile_path);
711 profile_manager->CreateProfileAsync(profile_path,
702 ProcessCommandLineAlreadyRunning( const CommandLine& command_line, const base::FilePath& cur_dir, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.cc75 return web_app::GetWebAppDataDirectory(shortcut_info.profile_path,
184 info->profile_path = profile->GetPath();
201 shortcut_info.profile_path = profile->GetPath();
276 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path, argument
279 DCHECK(!profile_path.empty());
280 base::FilePath app_data_dir(profile_path.Append(chrome::kWebAppDirname));
303 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path, argument
306 profile_path,
H A Dweb_app_win.cc96 // Returns true if |shortcut_file_name| matches profile |profile_path|, and has
99 const base::FilePath& profile_path) {
106 profile_path.BaseName() &&
113 // Finds shortcuts in |shortcut_path| that match profile for |profile_path| and
115 // If |shortcut_name| is empty, finds all shortcuts matching |profile_path|.
118 const base::FilePath& profile_path,
129 if (IsAppShortcutForProfile(shortcut_file, profile_path))
147 IsAppShortcutForProfile(shortcut_file, profile_path)) {
192 shortcut_info.extension_id, shortcut_info.profile_path);
208 base::UTF8ToUTF16(app_name), shortcut_info.profile_path));
98 IsAppShortcutForProfile(const base::FilePath& shortcut_file_name, const base::FilePath& profile_path) argument
116 FindAppShortcutsByProfileAndTitle( const base::FilePath& shortcut_path, const base::FilePath& profile_path, const base::string16& shortcut_name) argument
273 GetShortcutLocationsAndDeleteShortcuts( const base::FilePath& web_app_path, const base::FilePath& profile_path, const base::string16& title, bool* was_pinned_to_taskbar, std::vector<base::FilePath>* shortcut_paths) argument
547 DeleteAllShortcutsForProfile(const base::FilePath& profile_path) argument
548 GetShortcutLocationsAndDeleteShortcuts(base::FilePath(), profile_path, L"", local
[all...]

Completed in 819 milliseconds

12345