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

1 2 34 5 6 7 8

  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 54 base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path) {
57 if (profile_path == ProfileManager::GetGuestProfilePath()) {
62 size_t index = cache.GetIndexOfProfileWithPath(profile_path);
profile_metrics.h 222 static void LogProfileSyncSignIn(const base::FilePath& profile_path);
223 static void LogProfileUpdate(const base::FilePath& profile_path);
profile_info_interface.h 27 const base::FilePath& profile_path) const = 0;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 134 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) {
289 profile_path.BaseName().MaybeAsASCII());
295 const base::FilePath& profile_path) {
300 if (profile_path.BaseName().MaybeAsASCII() != app_list_last_profile)
app_list_controller_delegate_impl.cc 121 const base::FilePath& profile_path) {
122 service_->SetProfilePath(profile_path);
app_list_controller_delegate_impl.h 51 const base::FilePath& profile_path) OVERRIDE;
app_list_service.h 69 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
app_list_service_disabled.cc 32 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE {}
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 131 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
136 profile_path.AppendASCII("compatibility.ini");
212 std::string ReadPrefsJsValue(const base::FilePath& profile_path,
215 if (!ReadPrefFile(profile_path.AppendASCII("prefs.js"), &content))
221 GURL GetHomepage(const base::FilePath& profile_path) {
223 ReadPrefsJsValue(profile_path, "browser.startup.homepage");
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 38 const base::FilePath& profile_path,
46 // the profile located in |profile_path|.
47 static std::string ConstructMountName(const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 634 const base::FilePath& profile_path,
639 return GetExistingShortcutLocations(env, profile_path, extension_id,
645 const base::FilePath& profile_path,
651 profile_path, extension_id);
720 base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
729 .append(profile_path.BaseName().value());
738 const base::FilePath& profile_path,
745 suffix.append(profile_path.BaseName().value());
770 const base::FilePath& profile_path,
774 url, extension_id, profile_path);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 80 const base::FilePath& profile_path = profile->GetPath(); local
85 shortcut_manager->GetShortcutProperties(profile_path, &command_line,
  /external/chromium_org/chrome/browser/web_applications/
web_app.cc 75 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,
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,
306 profile_path,
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 365 profile_path = os.path.join(profiles_dir, profile + '.mobileprovision')
366 if os.path.exists(profile_path):
367 provisioning_profiles = [profile_path]
372 for profile_path in provisioning_profiles:
373 profile_data = self._LoadProvisioningProfile(profile_path)
380 profile_path, profile_data, team_identifier)
391 def _LoadProvisioningProfile(self, profile_path):
395 profile_path: string, path to the .mobileprovision file
402 'security', 'cms', '-D', '-i', profile_path, '-o', temp.name])
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h 52 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
77 const base::FilePath& profile_path) OVERRIDE {}
  /external/chromium_org/chrome/browser/extensions/
extension_service_test_base.h 44 base::FilePath profile_path; member in struct:extensions::ExtensionServiceTestBase::ExtensionServiceInitParams
  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.cc 35 const base::FilePath& profile_path,
42 : profile_path_(profile_path),
64 const base::FilePath& profile_path) {
65 return profile_path.Append(chrome::kPreferencesFilename);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.cc 92 const base::FilePath& profile_path) {
93 return profile_path.AppendASCII(kDRMIdentifierFile);
181 const base::FilePath& profile_path,
186 base::FilePath id_path = GetLegacyDeviceIDPath(profile_path);
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.h 43 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.cc 37 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
47 writer.AppendObjectPath(profile_path);
172 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
180 writer.AppendObjectPath(profile_path);
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler.h 129 // Returns the policy with |guid| for profile |profile_path|. If such
133 const std::string& profile_path) const = 0;
managed_network_configuration_handler_unittest.cc 68 void AddProfile(const std::string& profile_path,
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,
82 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path, &entries);
87 profile_path);
91 void GetProperties(const dbus::ObjectPath& profile_path,
95 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
107 ASSERT_TRUE(ContainsKey(profile_to_user_, profile_path.value()))
    [all...]
mock_managed_network_configuration_handler.h 66 const std::string& profile_path));
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 39 // |profile_path|.
41 const base::FilePath& profile_path,
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 111 // If |shared| is true, sets |profile_path| to the shared profile path.
112 // Otherwise sets |profile_path| to the user profile path if authenticated and
113 // available. Returns 'false' if unable to set |profile_path|.
114 bool GetNetworkProfilePath(bool shared, std::string* profile_path) {
116 *profile_path = NetworkProfileHandler::GetSharedProfilePath();
133 *profile_path = profile->path;
250 std::string profile_path; local
251 if (!GetNetworkProfilePath(shared, &profile_path)) {
256 shill::kProfileProperty, profile_path);
468 std::string profile_path; local
    [all...]

Completed in 1307 milliseconds

1 2 34 5 6 7 8