/external/chromium/chrome/browser/ |
browser_signin.h | 17 class Profile; 31 explicit BrowserSignin(Profile* profile); 94 // Non-owned pointer to the profile (which owns this object). 95 Profile* profile_;
|
custom_home_pages_table_model.h | 18 class Profile; 30 explicit CustomHomePagesTableModel(Profile* profile); 91 // Profile used to load titles and icons. 92 Profile* profile_;
|
file_select_helper.h | 19 class Profile; 31 explicit FileSelectHelper(Profile* profile); 98 // Profile used to set/retrieve the last used directory. 99 Profile* profile_;
|
spellcheck_host.h | 16 class Profile; 29 // * Listing available languages for a Profile object; 41 // retrieve the instance via Profile::GetSpellCheckHost(). 79 static int GetSpellCheckLanguages(Profile* profile,
|
/external/chromium/chrome/browser/chromeos/login/ |
authenticator.h | 14 class Profile; 37 virtual bool AuthenticateToLogin(Profile* profile, 83 virtual void RetryAuth(Profile* profile,
|
/external/chromium/chrome/browser/extensions/ |
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_bridge.cc | 17 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) 25 profile_(profile), 120 DCHECK_EQ(profile_, new_tab->profile());
|
extension_install_ui_browsertest.cc | 9 #include "chrome/browser/profiles/profile.h" 35 return ThemeServiceFactory::GetThemeForProfile(browser()->profile()); 93 browser()->profile())); 105 Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model_unittest.cc | 37 profile()->GetGeolocationContentSettingsMap())); 42 profile()->GetGeolocationContentSettingsMap()); 59 profile()->GetGeolocationContentSettingsMap()); 88 profile()->GetGeolocationContentSettingsMap()); 115 profile()->GetGeolocationContentSettingsMap());
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils.h | 34 // in order to decoded FF profile passwords. 40 // Returns the path to the Firefox profile. 44 // profile. 53 // Parses the profile.ini file, and stores its information in |root|. 82 // Returns the home page set in Firefox in a particular profile.
|
firefox_profile_lock.h | 20 // profile at the same time. 25 // profile/dirserviceprovider/src/nsProfileLock.cpp 74 // Locks and releases the profile. 78 // Returns true if we lock the profile successfully. 90 // Full path of the lock file in the profile folder.
|
/external/chromium/chrome/browser/instant/ |
promo_counter.cc | 10 #include "chrome/browser/profiles/profile.h" 22 PromoCounter::PromoCounter(Profile* profile, 27 : profile_(profile), 80 // launched the profile max_sessions_ times.
|
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager.cc | 15 class Profile; 49 void ProfileDependencyManager::DestroyProfileServices(Profile* profile) { 55 (*it)->ProfileShutdown(profile); 60 (*it)->ProfileDestroyed(profile);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_change_processor.h | 69 virtual void StartImpl(Profile* profile); 76 // A function to remove the sync node for an autofill entry or profile. 97 const sync_pb::AutofillProfileSpecifics& profile, 110 // Called to see if we need to upgrade to the new autofill2 profile.
|
frontend_data_type_controller.cc | 8 #include "chrome/browser/profiles/profile.h" 25 Profile* profile, 28 profile_(profile), 33 DCHECK(profile);
|
theme_change_processor.cc | 8 #include "chrome/browser/profiles/profile.h" 108 void ThemeChangeProcessor::StartImpl(Profile* profile) { 109 DCHECK(profile); 110 profile_ = profile;
|
theme_model_associator.cc | 45 Profile* profile = sync_service_->profile(); local 56 if (UpdateThemeSpecificsOrSetCurrentThemeIfNecessary(profile, 70 GetThemeSpecificsFromCurrentTheme(profile, &theme_specifics);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.mm | 28 profile:(Profile*)profile 34 profile:profile
|
bookmark_menu_bridge.h | 30 class Profile; 38 BookmarkMenuBridge(Profile* profile); 68 Profile* GetProfile(); 121 Profile* profile_; // weak
|
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button_unittest.mm | 82 // Without profile display name. Only topRight should hit. 87 // With profile display name. The profile display name should not hit. 97 // With profile display name. 100 // With profile display name.
|
/external/chromium/chrome/browser/ui/search_engines/ |
keyword_editor_controller.cc | 10 #include "chrome/browser/profiles/profile.h" 16 KeywordEditorController::KeywordEditorController(Profile* profile) 17 : profile_(profile) { 18 table_model_.reset(new TemplateURLTableModel(profile->GetTemplateURLModel()));
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.h | 27 class Profile; 38 Profile* profile); 45 Profile* profile);
|
keyboard_overlay_dialog_view.cc | 41 Profile* profile, 44 : HtmlDialogView(profile, delegate), 52 DOMView::Init(profile(), NULL); 103 new KeyboardOverlayDialogView(parent_view->browser()->profile(),
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.h | 31 Profile* profile, 77 // The current profile (not owned by us). 78 Profile* profile_; 81 // us, it resides in the extension of this particular profile.
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_ui.cc | 24 #include "chrome/browser/profiles/profile.h" 213 Profile* profile = web_ui->GetProfile(); local 214 profile->GetChromeURLDataManager()->AddDataSource( 215 new FaviconSource(profile)); 360 void MediaPlayer::EnqueueMediaFile(Profile* profile, const FilePath& file_path, 364 if (!FileManagerUtil::ConvertFileToFileSystemUrl(profile, file_path, 379 void MediaPlayer::ForcePlayMediaFile(Profile* profile, 505 Profile* profile = BrowserList::GetLastActive()->profile(); local 525 Profile* profile = BrowserList::GetLastActive()->profile(); local [all...] |