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

12345

/external/chromium_org/mojo/shell/
H A Dstorage.h19 base::FilePath profile_path() const { function in class:mojo::shell::Storage
/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/web_applications/
H A Dweb_app_linux.cc34 ShellIntegrationLinux::DeleteDesktopShortcuts(shortcut_info.profile_path,
50 env.get(), shortcut_info.profile_path, shortcut_info.extension_id);
60 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) { argument
62 ShellIntegrationLinux::DeleteAllDesktopShortcuts(profile_path);
H A Dweb_app_android.cc27 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} argument
H A Dweb_app_chromeos.cc27 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} argument
/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc25 net::TransportSecurityState* state, const FilePath& profile_path) {
29 profile_path.Append(FILE_PATH_LITERAL("TransportSecurity"));
24 Initialize( net::TransportSecurityState* state, const FilePath& profile_path) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util_unittest.cc187 base::FilePath profile_path = profile.GetPath(); local
188 EXPECT_EQ(profile_path.AppendASCII("GCache/v1"),
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper_browsertest.cc75 base::FilePath profile_path = local
80 EXPECT_EQ(expected_path, profile_path);
/external/chromium_org/chrome/browser/profiles/
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
H A Davatar_menu.h72 base::FilePath profile_path; member in struct:AvatarMenu::Item
/external/chromium_org/chrome_frame/
H A Ddelete_chrome_history.cc46 base::FilePath* profile_path) {
47 ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path);
45 GetProfilePath(const std::wstring& profile_name, base::FilePath* profile_path) argument
/external/chromium_org/chromeos/network/
H A Dfavorite_state.h35 const std::string& profile_path() const { return profile_path_; } function in class:chromeos::FavoriteState
H A Dnetwork_profile.h20 NetworkProfile(const std::string& profile_path, argument
22 : path(profile_path),
/external/chromium/chrome/browser/importer/
H A Dimporter_list.cc55 FilePath profile_path = GetFirefoxProfilePath(); local
56 if (profile_path.empty())
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
81 firefox->source_path = profile_path;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc61 const base::FilePath& profile_path = profile->GetPath(); local
66 shortcut_manager->GetShortcutProperties(profile_path, &command_line,
/external/chromium_org/chrome_frame/test/
H A Dproxy_factory_mock.cc37 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,
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h54 base::FilePath profile_path; member in struct:app_list::AppListViewDelegate::User
65 // Sets the delegate to use the profile at |profile_path|. This is currently
67 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
124 // Shows the app list for the profile specified by |profile_path|.
125 virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc153 const base::FilePath& profile_path) {
154 if (profile_path != profile_->GetPath())
159 profile_path));
152 OnProfileWillBeRemoved( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_frontend.cc107 const base::FilePath& profile_path = profile->GetPath(); local
114 profile_path);
121 profile_path);
H A Dsync_or_local_value_store_cache.cc30 const base::FilePath& profile_path)
43 factory, quota, observers, profile_path));
100 const base::FilePath& profile_path) {
105 const base::FilePath app_path = profile_path.AppendASCII(
108 const base::FilePath extension_path = profile_path.AppendASCII(
113 sync_start_util::GetFlareForSyncableService(profile_path),
117 sync_start_util::GetFlareForSyncableService(profile_path),
25 SyncOrLocalValueStoreCache( settings_namespace::Namespace settings_namespace, const scoped_refptr<SettingsStorageFactory>& factory, const SettingsStorageQuotaEnforcer::Limits& quota, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
96 InitOnFileThread( const scoped_refptr<SettingsStorageFactory>& factory, const SettingsStorageQuotaEnforcer::Limits& quota, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.h34 base::FilePath profile_path; member in struct:ExtensionServiceTestBase::ExtensionServiceInitParams
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc62 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/ui/ash/app_list/
H A Dapp_list_controller_ash.cc93 const base::FilePath& profile_path) {
92 ShowForProfileByPath( const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui_browsertest.cc112 const base::FilePath profile_path = local
/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

Completed in 905 milliseconds

12345