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

1 2 3

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 55 base::FilePath profile_path = local
60 EXPECT_EQ(expected_path, profile_path);
profile_helper.cc 65 base::FilePath profile_path = profile_manager->user_data_dir(); local
66 return profile_path.Append(
172 base::FilePath profile_path = GetProfilePathByUserIdHash(hash); local
173 LOG(INFO) << "Switching to profile path: " << profile_path.value();
  /external/chromium_org/chromeos/network/
favorite_state.h 32 const std::string& profile_path() const { return profile_path_; } function in class:chromeos::FavoriteState
network_configuration_handler.cc 84 const std::string& profile_path,
89 "Config.SetNetworkProfile Failed: " + profile_path,
159 std::string profile_path = StripQuotations(iter.key()); local
162 if (profile_path.empty() || entry_path.empty()) {
164 "%s: %s", profile_path.c_str(), entry_path.c_str()));
167 if (profile_delete_entries_.count(profile_path) != 0) {
169 "%s: %s", profile_path.c_str(), entry_path.c_str()));
173 "%s: %s", profile_path.c_str(), entry_path.c_str()));
174 profile_delete_entries_[profile_path] = entry_path;
176 dbus::ObjectPath(profile_path),
    [all...]
  /external/chromium/chrome/browser/importer/
importer_list.cc 55 FilePath profile_path = GetFirefoxProfilePath(); local
56 if (profile_path.empty())
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
81 firefox->source_path = profile_path;
firefox_proxy_settings.cc 91 FilePath profile_path = GetFirefoxProfilePath(); local
92 if (profile_path.empty())
94 FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 178 base::FilePath profile_path = profile.GetPath(); local
179 EXPECT_EQ(profile_path.AppendASCII("GCache/v1"),
  /external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc 37 base::FilePath profile_path; local
38 GetChromeFrameProfilePath(profile_name, &profile_path);
39 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value());
41 new ChromeFrameLaunchParams(empty, empty, profile_path,
42 profile_path.BaseName().value(), L"", false,
chrome_frame_automation_mock.h 44 base::FilePath profile_path; local
45 GetChromeFrameProfilePath(profile_name, &profile_path);
46 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value());
51 new ChromeFrameLaunchParams(empty, empty, profile_path, profile_name,
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.cc 105 const base::FilePath& profile_path = profile->GetPath(); local
112 profile_path);
119 profile_path);
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.h 34 base::FilePath profile_path; member in struct:ExtensionServiceTestBase::ExtensionServiceInitParams
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 62 base::FilePath profile_path = GetFirefoxProfilePath(); local
63 if (profile_path.empty())
74 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
86 firefox->source_path = profile_path;
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 45 const base::FilePath& profile_path,
56 sync_start_util::GetFlareForSyncableService(profile_path));
61 sync_start_util::GetFlareForSyncableService(profile_path));
69 base::FilePath profile_path = profile->GetPath(); local
70 base::FilePath path = profile_path.Append(kWebDataFilename);
114 profile_path,
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 208 bool GetNetworkProfilePath(bool shared, std::string* profile_path) {
210 *profile_path = NetworkProfileHandler::kSharedProfilePath;
227 *profile_path = profile->path;
301 std::string profile_path; local
302 if (!GetNetworkProfilePath(shared, &profile_path)) {
308 service_path, profile_path,
312 "SetProfile: " + profile_path, service_path));
318 std::string profile_path; local
319 if (!GetNetworkProfilePath(shared, &profile_path)) {
324 flimflam::kProfileProperty, profile_path);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 37 const base::FilePath& profile_path) {
39 GetCache()->GetIndexOfProfileWithPath(profile_path));
45 const base::FilePath& profile_path) {
47 GetCache()->GetIndexOfProfileWithPath(profile_path));
53 const base::FilePath& profile_path,
59 const base::FilePath& profile_path,
62 GetCache()->GetIndexOfProfileWithPath(profile_path));
70 const base::FilePath& profile_path) {
72 GetCache()->GetIndexOfProfileWithPath(profile_path));
120 base::FilePath profile_path local
150 base::FilePath profile_path = local
    [all...]
  /external/chromium/chrome/browser/
shell_integration_win.cc 41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) {
42 // Return empty string if profile_path is empty
43 if (profile_path.empty())
47 // Return empty string if profile_path is in default user data
50 profile_path.DirName() == default_user_data_dir &&
51 profile_path.BaseName().value() ==
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
58 L"." + profile_path.BaseName().value();
221 FilePath profile_path; local
223 profile_path
    [all...]
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 179 const base::FilePath& profile_path = host->GetProfilePath(); local
180 DCHECK(!profile_path.empty());
182 if (!delegate_->ProfileExistsForPath(profile_path)) {
186 << profile_path.value() << "'.";
191 Profile* profile = delegate_->ProfileForPath(profile_path);
203 profile_path,
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 171 base::FilePath profile_path = GetFirefoxProfilePath(); local
172 if (profile_path.empty())
174 base::FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
  /external/chromium_org/chrome/browser/
shell_integration.h 105 base::FilePath profile_path; member in struct:ShellIntegration::ShortcutInfo
147 const base::FilePath& profile_path);
158 const base::FilePath& profile_path);
163 const base::FilePath& profile_path);
165 // Get the AppUserModelId for the App List, for the profile in |profile_path|.
167 const base::FilePath& profile_path);
shell_integration_win.cc 51 string16 GetProfileIdFromPath(const base::FilePath& profile_path) {
52 // Return empty string if profile_path is empty
53 if (profile_path.empty())
57 // Return empty string if profile_path is in default user data
60 profile_path.DirName() == default_user_data_dir &&
61 profile_path.BaseName().value() ==
67 string16 basenames = profile_path.DirName().BaseName().value() +
68 L"." + profile_path.BaseName().value();
113 base::FilePath profile_path = user_data_dir.Append(profile_subdir); local
129 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 456 const base::FilePath profile_path = local
461 profile_path, base::Bind(&ManageProfileHandler::OnHasProfileShortcuts,
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 123 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE {
127 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
133 const base::FilePath& profile_path) OVERRIDE {
138 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
144 const base::FilePath& profile_path) OVERRIDE {
184 base::FilePath profile_path;
185 if (!base::GetValueAsFilePath(*profile_path_value, &profile_path))
202 profile_path,
326 base::FilePath profile_path = info_cache.GetPathOfProfileAtIndex(i); local
327 bool is_active_user = (profile_path == active_profile_path)
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 96 // 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)) {
196 shortcut_info.extension_id, shortcut_info.profile_path);
212 UTF8ToUTF16(app_name), shortcut_info.profile_path));
469 GetShortcutLocationsAndDeleteShortcuts(base::FilePath(), profile_path, L"", local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 77 base::FilePath profile_path; local
78 GetProfilePath(profile_name, &profile_path);
82 base::FilePath actual_profile_name = profile_path.BaseName();
83 launch_params_ = new ChromeFrameLaunchParams(url, referrer, profile_path,
241 base::FilePath* profile_path) {
242 return GetChromeFrameProfilePath(profile_name, profile_path);
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 300 // Provide a dictionary with a single { profile_path, service_path } entry
307 std::string profile_path; local
309 flimflam::kProfileProperty, &profile_path)) {
311 profile_path, service_path.value());

Completed in 1360 milliseconds

1 2 3