Searched defs:profile_path (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_list.cc31 const base::FilePath& profile_path) {
32 DCHECK(!profile_path.empty());
33 return profile_path.AppendASCII(kWebRtcLogDirectory);
30 GetWebRtcLogDirectoryForProfile( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_start_util.cc53 const base::FilePath& profile_path) {
54 return base::Bind(&StartSyncProxy, profile_path);
52 GetFlareForSyncableService( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper_browsertest.cc49 base::FilePath profile_path = local
54 EXPECT_EQ(expected_path, profile_path);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.cc21 const base::FilePath& profile_path,
24 profile_path_(profile_path),
19 ProfileAvatarDownloader( size_t icon_index, const base::FilePath& profile_path, ProfileInfoCache* cache) argument
H A Dprofile_info_cache_observer.h21 virtual void OnProfileAdded(const base::FilePath& profile_path) {} argument
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {} argument
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path, argument
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path, argument
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} argument
29 const base::FilePath& profile_path) {}
31 const base::FilePath& profile_path) {}
28 OnProfileSigninRequiredChanged( const base::FilePath& profile_path) argument
30 OnProfileSupervisedUserIdChanged( const base::FilePath& profile_path) argument
H A Davatar_menu.h82 base::FilePath profile_path; member in struct:AvatarMenu::Item
H A Dprofiles_state.cc54 base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path) { argument
57 if (profile_path == ProfileManager::GetGuestProfilePath()) {
62 size_t index = cache.GetIndexOfProfileWithPath(profile_path);
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_chromeos.cc34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} argument
H A Dweb_app_linux.cc39 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) { argument
73 shell_integration_linux::DeleteAllDesktopShortcuts(profile_path);
/external/chromium_org/chromeos/network/
H A Dnetwork_profile.h20 NetworkProfile(const std::string& profile_path, argument
22 : path(profile_path),
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc31 void BookmarkNodeData::Write(const base::FilePath& profile_path, argument
46 WriteToPickle(profile_path, &data_pickle);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc42 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)));
39 SyncValueStoreCache( const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
92 InitOnFileThread( const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc80 const base::FilePath& profile_path = profile->GetPath(); local
85 shortcut_manager->GetShortcutProperties(profile_path, &command_line,
/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.cc45 const base::FilePath& profile_path)
48 profile_path.AppendASCII(kLocalExtensionSettingsDirectoryName)),
49 app_base_path_(profile_path.AppendASCII(kLocalAppSettingsDirectoryName)),
43 LocalValueStoreCache( const scoped_refptr<SettingsStorageFactory>& factory, const base::FilePath& profile_path) argument
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h56 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/apps/
H A Dshortcut_manager.cc147 const base::FilePath& profile_path) {
148 if (profile_path != profile_->GetPath())
153 profile_path));
146 OnProfileWillBeRemoved( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util_unittest.cc220 base::FilePath profile_path = profile.GetPath(); local
221 EXPECT_EQ(profile_path.AppendASCII("GCache/v1"),
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc65 base::FilePath profile_path = GetFirefoxProfilePath(); local
66 if (profile_path.empty())
77 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
89 firefox->source_path = profile_path;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_interactive_uitest.cc205 base::FilePath profile_path = user_data_dir.Append(second_profile_name_); variable
206 CHECK(second_profile_temp_dir_.Set(profile_path));
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_manager_client.cc36 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) {
35 RegisterProfile( const dbus::ObjectPath& profile_path, const std::string& uuid, const Options& options, const base::Closure& callback, const ErrorCallback& error_callback) argument
61 UnregisterProfile( const dbus::ObjectPath& profile_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
H A Dshill_profile_client.cc30 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
81 GetHelper( const dbus::ObjectPath& profile_path) argument
96 GetProperties( const dbus::ObjectPath& profile_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
106 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
119 DeleteEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.cc53 const base::FilePath& profile_path,
66 profile_path,
84 profile_path,
51 CreateFileSystemContext( BrowserContext* browser_context, const base::FilePath& profile_path, bool is_incognito, storage::QuotaManagerProxy* quota_manager_proxy) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.h44 base::FilePath profile_path; member in struct:extensions::ExtensionServiceTestBase::ExtensionServiceInitParams
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager.cc35 const base::FilePath& profile_path,
42 : profile_path_(profile_path),
64 const base::FilePath& profile_path) {
65 return profile_path.Append(chrome::kPreferencesFilename);
34 ProfilePrefStoreManager( const base::FilePath& profile_path, const std::vector<PrefHashFilter::TrackedPreferenceMetadata>& tracking_configuration, size_t reporting_ids_count, const std::string& seed, const std::string& device_id, PrefService* local_state) argument
63 GetPrefFilePathFromProfilePath( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc92 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);
91 GetLegacyDeviceIDPath( const base::FilePath& profile_path) argument
180 LegacyComputeOnBlockingPool( const base::FilePath& profile_path, const std::string& salt) argument

Completed in 1042 milliseconds

12345