Searched refs:profile_ (Results 1 - 25 of 1032) sorted by path

1234567891011>>

/external/chromium_org/apps/
H A Dapp_lifetime_monitor.cc24 : profile_(profile) {
36 AppWindowRegistry::Factory::GetForBrowserContext(profile_,
103 AppWindowRegistry::Factory::GetForBrowserContext(profile_,
124 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id));
128 FOR_EACH_OBSERVER(Observer, observers_, OnAppActivated(profile_, app_id));
132 FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id));
136 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id));
H A Dapp_lifetime_monitor.h80 Profile* profile_; member in class:apps::AppLifetimeMonitor
H A Dapp_load_service.cc36 : profile_(profile) {
40 extensions::ExtensionRegistry::Get(profile_)->AddObserver(this);
44 extensions::ExtensionRegistry::Get(profile_)->RemoveObserver(this);
49 ExtensionService* service = extensions::ExtensionSystem::Get(profile_)->
57 if (apps::AppRestoreService::Get(profile_)->IsAppRestorable(extension_id))
65 ExtensionSystem::Get(profile_)->extension_service();
102 LaunchPlatformApp(profile_, extension);
105 RestartPlatformApp(profile_, extension);
109 profile_, extension, it->second.command_line, it->second.current_dir);
138 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
[all...]
H A Dapp_load_service.h87 Profile* profile_; member in class:apps::AppLoadService
H A Dapp_restore_service.cc38 : profile_(profile) {
44 ExtensionRegistry::Get(profile_)->enabled_extensions();
45 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
58 SavedFilesService::Get(profile_)->ClearQueueIfNoRetainPermission(
66 return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id);
104 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true);
108 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false);
113 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
124 RestartPlatformApp(profile_, extension);
129 AppLifetimeMonitorFactory::GetForProfile(profile_);
[all...]
H A Dapp_restore_service.h65 Profile* profile_; member in class:apps::AppRestoreService
H A Dlauncher.cc104 : profile_(profile),
112 : profile_(profile), extension_(extension), collector_(profile) {
120 LaunchPlatformAppWithNoData(profile_, extension_);
131 profile_,
193 LaunchPlatformAppWithNoData(profile_, extension_);
252 ExtensionSystem::Get(profile_)->lazy_background_task_queue();
253 if (queue->ShouldEnqueueTask(profile_, extension_)) {
255 profile_,
263 ExtensionSystem::Get(profile_)->process_manager();
280 CreateFileEntry(profile_,
292 Profile* profile_; member in class:apps::__anon1836::PlatformAppPathLauncher
[all...]
H A Dsaved_devices_service.cc199 base::Bind(AddSavedDeviceEntry, profile_, extension_id_, device_entry));
211 : profile_(profile), extension_id_(extension_id) {
212 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
234 SavedDevicesService::SavedDevicesService(Profile* profile) : profile_(profile) {
264 saved_devices = new SavedDevices(profile_, extension_id);
271 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
277 ClearSavedDeviceEntries(ExtensionPrefs::Get(profile_), extension_id);
H A Dsaved_devices_service.h78 Profile* profile_; member in class:apps::SavedDevicesService::SavedDevices
114 Profile* profile_; member in class:apps::SavedDevicesService
H A Dsaved_files_service.cc175 Profile* profile_; member in class:apps::SavedFilesService::SavedFiles
199 profile_(profile) {
250 return GetSavedFileEntries(ExtensionPrefs::Get(profile_), extension_id);
266 if (extensions::util::IsEphemeralApp(extension->id(), profile_) ||
274 ClearSavedFileEntries(ExtensionPrefs::Get(profile_), extension->id());
294 saved_files = new SavedFiles(profile_, extension_id);
311 : profile_(profile),
351 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
408 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
429 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
[all...]
H A Dsaved_files_service.h134 Profile* profile_; member in class:apps::SavedFilesService
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.h47 Profile* profile() const { return profile_; }
50 explicit AccessibilityEventInfo(Profile* profile) : profile_(profile) {}
53 Profile* profile_; member in class:AccessibilityEventInfo
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc88 profile_ = ProfileAndroid::FromProfileAndroid(j_profile);
89 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
90 client_ = ChromeBookmarkClientFactory::GetForProfile(profile_);
97 chrome::GetBrowserContextRedirectedInIncognito(profile_));
680 BookmarkUndoServiceFactory::GetForProfile(profile_);
814 profile_->GetOriginalProfile());
H A Dbookmarks_bridge.h198 Profile* profile_; member in class:BookmarksBridge
H A Dpartner_bookmarks_shim_unittest.cc40 TestingProfile* profile() const { return profile_.get(); }
42 return PartnerBookmarksShim::BuildForBrowserContext(profile_.get());
63 profile_.reset(new TestingProfile());
64 profile_->CreateBookmarkModel(true);
66 model_ = BookmarkModelFactory::GetForProfile(profile_.get());
71 PartnerBookmarksShim::ClearInBrowserContextForTesting(profile_.get());
74 profile_.reset(NULL);
77 scoped_ptr<TestingProfile> profile_; member in class:PartnerBookmarksShimTest
358 PartnerBookmarksShim::ClearInBrowserContextForTesting(profile_.get());
/external/chromium_org/chrome/browser/android/
H A Dforeign_session_helper.cc143 : profile_(profile) {
163 GetForProfile(profile_);
184 profile_->GetPrefs()->ClearPref(
199 OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_);
210 DictionaryPrefUpdate pref_update(profile_->GetPrefs(),
252 OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_);
290 OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_);
H A Dforeign_session_helper.h48 Profile* profile_; // weak member in class:ForeignSessionHelper
H A Dlogo_service.cc117 LogoService::LogoService(Profile* profile) : profile_(profile) {
125 TemplateURLServiceFactory::GetForProfile(profile_);
136 profile_->GetPath().Append(kCachedLogoDirectory),
139 profile_->GetRequestContext(),
145 GetGoogleDoodleURL(profile_),
H A Dlogo_service.h32 Profile* profile_; member in class:LogoService
H A Dmost_visited_sites.cc193 : profile_(profile), num_sites_(0), is_control_group_(false),
198 content::URLDataSource::Add(profile_,
199 new suggestions::SuggestionsSource(profile_));
200 content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_));
206 ProfileSyncServiceFactory::GetForProfile(profile_);
213 ProfileSyncServiceFactory::GetForProfile(profile_);
235 history::TopSites* top_sites = profile_->GetTopSites();
259 scoped_refptr<TopSites> top_sites(profile_->GetTopSites());
264 SuggestionsServiceFactory::GetForProfile(profile_);
[all...]
H A Dmost_visited_sites.h98 Profile* profile_; member in class:MostVisitedSites
H A Dnew_tab_page_prefs.cc26 : profile_(profile) {
38 PrefService* prefs = profile_->GetPrefs();
45 PrefService* prefs = profile_->GetPrefs();
51 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSnapshotDocument);
57 PrefService* prefs = profile_->GetPrefs();
63 return profile_->GetPrefs()->GetBoolean(
70 PrefService* prefs = profile_->GetPrefs();
76 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSyncPromo);
82 PrefService* prefs = profile_->GetPrefs();
89 const base::DictionaryValue* dict = profile_
[all...]
H A Dnew_tab_page_prefs.h49 Profile* profile_; // weak member in class:NewTabPagePrefs
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc124 profile_(profile) {
151 want_asynchronous_matches, ChromeAutocompleteSchemeClassifier(profile_));
184 false, false, true, true, ChromeAutocompleteSchemeClassifier(profile_));
234 content::Source<Profile>(profile_),
352 InstantSearchPrerenderer::GetForProfile(profile_);
419 if (url == profile_->GetPrefs()->GetString(prefs::kHomePage))
425 bool is_search_url = TemplateURLServiceFactory::GetForProfile(profile_)->
452 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_);
471 if (profile_ == NULL)
475 profile_
[all...]
H A Dautocomplete_controller_android.h148 Profile* profile_; member in class:AutocompleteControllerAndroid

Completed in 266 milliseconds

1234567891011>>