/external/chromium/chrome/browser/chromeos/ |
enterprise_extension_observer.cc | 10 #include "chrome/browser/profiles/profile.h" 15 EnterpriseExtensionObserver::EnterpriseExtensionObserver(Profile* profile) 16 : profile_(profile) { 20 Source<Profile>(profile_)); 28 if (Source<Profile>(source).ptr() != profile_) {
|
/external/chromium/chrome/browser/chromeos/login/ |
authenticator.h | 14 class Profile; 37 virtual bool AuthenticateToLogin(Profile* profile, 83 virtual void RetryAuth(Profile* profile,
|
online_attempt_unittest.cc | 124 TestingProfile profile; local 136 attempt_->Initiate(&profile); 151 TestingProfile profile; local 163 attempt_->Initiate(&profile); 182 TestingProfile profile; local 194 attempt_->Initiate(&profile); 208 TestingProfile profile; local 220 attempt_->Initiate(&profile);
|
registration_screen.h | 23 class Profile; 36 virtual TabContents* CreateTabContents(Profile* profile, 38 return new WizardWebPageViewTabContents(profile,
|
/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification.h | 18 class Profile; 26 // The profile is the current user profile. The id is any string used 29 SystemNotification(Profile* profile, 35 SystemNotification(Profile* profile, 82 Profile* profile_;
|
/external/chromium/chrome/browser/ |
default_encoding_combo_model.cc | 10 #include "chrome/browser/profiles/profile.h" 45 int DefaultEncodingComboboxModel::GetSelectedEncodingIndex(Profile* profile) { 48 profile->GetPrefs(),
|
mock_browsing_data_indexed_db_helper.cc | 11 Profile* profile) 12 : profile_(profile) {
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.h | 20 // Observes the profile and routes accessibility notifications as events 28 void ObserveProfile(Profile* profile); 66 void DispatchEvent(Profile* profile,
|
extension_apitest.h | 47 void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; } 65 // If non-NULL, we will listen to events from this profile only. 66 Profile* profile_restriction_;
|
extension_devtools_manager.cc | 13 ExtensionDevToolsManager::ExtensionDevToolsManager(Profile* profile) 14 : profile_(profile),
|
extension_install_ui.h | 20 class Profile; 52 explicit ExtensionInstallUI(Profile* profile); 85 const Extension* new_theme, Profile* profile); 105 Profile* profile_;
|
extension_uninstall_dialog.cc | 9 #include "chrome/browser/profiles/profile.h" 20 ExtensionUninstallDialog::ExtensionUninstallDialog(Profile* profile) 21 : profile_(profile),
|
/external/chromium/chrome/browser/notifications/ |
balloon.cc | 14 Balloon::Balloon(const Notification& notification, Profile* profile, 16 : profile_(profile),
|
balloon_collection_linux.cc | 17 Profile* profile) { 18 Balloon* balloon = new Balloon(notification, profile, this);
|
balloon_collection_win.cc | 12 Profile* profile) { 13 Balloon* balloon = new Balloon(notification, profile, this);
|
balloon_host.cc | 10 #include "chrome/browser/profiles/profile.h" 41 balloon_->profile()->GetExtensionProcessManager()->GetSiteInstanceForURL( 44 site_instance_ = SiteInstance::CreateSiteInstance(balloon_->profile()); 84 Profile* BalloonHost::GetProfile() const { 85 return balloon_->profile(); 148 balloon_->profile(), 150 ChromeWebUIFactory::GetInstance()->GetWebUIType(balloon_->profile(), 168 Browser* browser = BrowserList::GetLastActiveWithProfile(balloon_->profile()); 188 RendererPreferences BalloonHost::GetRendererPrefs(Profile* profile) const [all...] |
/external/chromium/chrome/browser/remoting/ |
setup_flow_register_step.cc | 8 #include "chrome/browser/profiles/profile.h" 33 flow()->profile()->GetRequestContext())); 40 flow()->profile()->GetPrefs()->SetBoolean(
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.cc | 11 #include "chrome/browser/profiles/profile.h" 92 TemplateURLModel* model = fetcher_->profile()->GetTemplateURLModel(); 103 url_fetcher_.set_request_context(fetcher->profile()->GetRequestContext()); 148 TemplateURLModel* model = fetcher_->profile()->GetTemplateURLModel(); 168 TemplateURLModel* model = fetcher_->profile()->GetTemplateURLModel(); 248 fetcher_->profile()); 263 TemplateURLFetcher::TemplateURLFetcher(Profile* profile) : profile_(profile) { 284 TemplateURLModel* url_model = profile()->GetTemplateURLModel() [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.h | 15 class Profile; 25 Profile* profile_; // Weak, owned by browser. 84 // related to a specific page. Profile is passed to BugReportUtil, who 86 - (id)initWithTabContents:(TabContents*)currentTab profile:(Profile*)profile;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 18 class Profile; 61 profile:(Profile*)profile
|
extension_install_dialog_controller.h | 19 class Profile; 34 Profile* profile_; // weak 53 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.cc | 9 #include "chrome/browser/profiles/profile.h" 25 DownloadManager* dlm = tab_contents()->profile()->GetDownloadManager(); 45 DownloadManager* dlm = tab_contents()->profile()->GetDownloadManager();
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bubble_gtk.h | 29 class Profile; 40 Profile* profile, 57 Profile* profile, 85 // Our current profile (used to access the bookmark system). 86 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.h | 27 class Profile; 38 Profile* profile); 45 Profile* profile);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.cc | 10 #include "chrome/browser/profiles/profile.h" 19 Profile* profile) 21 profile_(profile) {
|