HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 53 const base::FilePath& profile_path) {
54 return base::Bind(&StartSyncProxy, profile_path);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.h 53 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
76 GURL GetHomepage(const base::FilePath& profile_path);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.h 34 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
39 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
bluetooth_profile_manager_client.h 81 // D-bus object path |profile_path| with the remote profile manager.
84 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
92 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.h 15 const base::FilePath& profile_path,
profile_shortcut_manager_win.cc 141 void OnProfileIconCreateSuccess(base::FilePath profile_path) {
146 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
163 const base::FilePath& profile_path,
168 if (!base::PathExists(profile_path)) {
169 LOG(ERROR) << "Profile directory " << profile_path.value()
201 profiles::internal::GetProfileIconPath(profile_path);
223 base::Bind(&OnProfileIconCreateSuccess, profile_path));
369 base::FilePath profile_path,
372 : profile_path(profile_path), create_mode(create_mode), action(action) {
379 base::FilePath profile_path; member in struct:__anon9163::CreateOrUpdateShortcutsParams
    [all...]
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 26 const base::FilePath& profile_path,
  /external/chromium_org/chromeos/network/
network_profile_handler.h 47 void GetProfilePropertiesCallback(const std::string& profile_path,
51 const std::string& profile_path) const;
72 void RemoveProfile(const std::string& profile_path);
network_configuration_handler.cc 80 const std::string& profile_path,
85 "Config.SetNetworkProfile Failed: " + profile_path,
142 std::string profile_path = StripQuotations(iter.key()); local
145 if (profile_path.empty() || entry_path.empty()) {
147 "%s: %s", profile_path.c_str(), entry_path.c_str()));
150 if (profile_delete_entries_.count(profile_path) != 0) {
152 "%s: %s", profile_path.c_str(), entry_path.c_str()));
156 "%s: %s", profile_path.c_str(), entry_path.c_str()));
157 profile_delete_entries_[profile_path] = entry_path;
159 dbus::ObjectPath(profile_path),
    [all...]
network_profile_handler.cc 34 void LogProfileRequestError(const std::string& profile_path,
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) {
153 VLOG(2) << "Removing profile for path " << profile_path << ".";
155 ProfilePathEquals(profile_path));
165 const std::string& profile_path) const {
168 ProfilePathEquals(profile_path));
  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 56 base::FilePath profile_path; member in struct:app_list::AppListViewDelegate::User
67 // Sets the delegate to use the profile at |profile_path|. This is currently
69 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
135 // Shows the app list for the profile specified by |profile_path|.
136 virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
  /external/chromium_org/chrome/browser/
shell_integration.h 112 const base::FilePath& profile_path);
118 static void AppendProfileArgs(const base::FilePath& profile_path,
130 const base::FilePath& profile_path);
135 const base::FilePath& profile_path);
137 // Get the AppUserModelId for the App List, for the profile in |profile_path|.
139 const base::FilePath& profile_path);
shell_integration_win_unittest.cc 342 base::FilePath profile_path(FILE_PATH_LITERAL("root"));
343 profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
344 profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));
347 profile_path));
371 base::FilePath profile_path(FILE_PATH_LITERAL("root"));
372 profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
373 profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
version_handler.cc 26 void GetFilePaths(const base::FilePath& profile_path,
40 base::FilePath profile_path_copy(base::MakeAbsoluteFilePath(profile_path));
41 if (!profile_path.empty() && !profile_path_copy.empty()) {
42 *profile_path_out = profile_path.LossyDisplayName();
123 base::StringValue profile_path(*profile_path_data);
124 web_ui()->CallJavascriptFunction("returnFilePaths", exec_path, profile_path);
  /external/chromium_org/extensions/browser/api/storage/
local_value_store_cache.cc 45 const base::FilePath& profile_path)
48 profile_path.AppendASCII(kLocalExtensionSettingsDirectoryName)),
49 app_base_path_(profile_path.AppendASCII(kLocalAppSettingsDirectoryName)),
local_value_store_cache.h 26 const base::FilePath& profile_path);
  /external/chromium_org/chrome/browser/web_applications/
web_app_chromeos.cc 34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 67 base::FilePath profile_path(profiles_dir_.path());
70 profile_path =
71 profile_path.Append(chromeos::ProfileHelper::Get()->GetUserProfileDir(
75 profile_path = profile_path.AppendASCII(profile_name);
78 profile_path = profile_path.AppendASCII(profile_name);
83 builder.SetPath(profile_path);
98 size_t index = cache.GetIndexOfProfileWithPath(profile_path);
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 81 // |profile_path|.
82 void SchedulePrefsFilePathVerification(const base::FilePath& profile_path);
95 // Initializes the preferences for the profile at |profile_path| with the
98 const base::FilePath& profile_path,
profile_pref_store_manager.h 38 // manage the user preferences of the profile at |profile_path|.
45 const base::FilePath& profile_path,
63 // Determines the user preferences filename for the profile at |profile_path|.
65 const base::FilePath& profile_path);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 55 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
92 const base::FilePath& profile_path) OVERRIDE;
app_list_view_delegate.h 79 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
104 const base::FilePath& profile_path) OVERRIDE;
142 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
143 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
146 const base::FilePath& profile_path,
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data_views.cc 31 void BookmarkNodeData::Write(const base::FilePath& profile_path,
46 WriteToPickle(profile_path, &data_pickle);
bookmark_node_data.cc 219 void BookmarkNodeData::WriteToPickle(const base::FilePath& profile_path,
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;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 94 const base::FilePath& profile_path = profile->GetPath(); local
96 if (data.IsFromProfilePath(profile_path) && data.size() > 1)
140 const base::FilePath& profile_path = profile->GetPath(); local
141 if (data.IsFromProfilePath(profile_path)) {
142 std::vector<const BookmarkNode*> nodes = data.GetNodes(model, profile_path);

Completed in 660 milliseconds

12 3 4 5 6 7 8