/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate.cc | 7 #include "chrome/browser/profiles/profile.h" 15 // non-incognito profile. 18 // profile that's long-lived? Of course, we'd still have to clear it out 20 HtmlDialogTabContentsDelegate::HtmlDialogTabContentsDelegate(Profile* profile) 21 : profile_(profile->GetOriginalProfile()) {} 25 Profile* HtmlDialogTabContentsDelegate::profile() const { return profile_; } function in class:HtmlDialogTabContentsDelegate 36 // to find a browser matching params.profile or create a new one. 39 params.profile = profile_ [all...] |
/external/chromium_org/apps/ |
app_load_service_factory.h | 11 class Profile; 19 static AppLoadService* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/automation/ |
automation_provider_json.cc | 15 #include "chrome/browser/profiles/profile.h" 105 Profile* profile, 120 Profile* profile, 129 ExtensionService* service = extensions::ExtensionSystem::Get(profile)-> 157 Profile* profile, 161 args, key, profile, true /* include_disabled */, extension, error); 167 Profile* profile [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_login_detector.cc | 12 Profile* profile) 13 : profile_(profile),
|
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_sync_observer.h | 15 class Profile; 24 explicit AuthSyncObserver(Profile* user_profile); 41 Profile* profile_;
|
/external/chromium_org/chrome/browser/extensions/api/spellcheck/ |
spellcheck_api.h | 12 class Profile; 19 explicit SpellcheckAPI(Profile* profile);
|
/external/chromium_org/chrome/browser/extensions/ |
blob_reader.h | 17 class Profile; 27 BlobReader(Profile* profile,
|
chrome_extension_function.cc | 10 #include "chrome/browser/profiles/profile.h" 22 Profile* ChromeAsyncExtensionFunction::GetProfile() const { 23 return Profile::FromBrowserContext(context_); 33 if (GetProfile() == window_controller->profile()) 40 GetProfile()->GetOffTheRecordProfile() == window_controller->profile(); 58 // profile. Note that the profile may already be incognito, in which case 64 Profile* profile = Profile::FromBrowserContext local [all...] |
data_deleter.h | 10 class Profile; 21 Profile* profile,
|
install_tracker.cc | 15 InstallTracker::InstallTracker(Profile* profile, 20 content::Source<Profile>(profile)); 22 content::Source<Profile>(profile)); 24 content::Source<Profile>(profile)); 26 content::Source<Profile>(profile)); [all...] |
page_action_controller.cc | 16 #include "chrome/browser/profiles/profile.h" 40 ExtensionActionManager::Get(profile()); 62 ExtensionActionManager::Get(profile())->GetPageAction(*extension); 76 profile(), *page_action, tab_id, 112 Profile* PageActionController::profile() const { function in class:extensions::PageActionController 115 return Profile::FromBrowserContext(web_contents->GetBrowserContext()); 121 Profile* profile = this->profile(); local [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites.cc | 34 TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) { 35 TopSitesImpl* top_sites_impl = new TopSitesImpl(profile);
|
/external/chromium_org/chrome/browser/network_time/ |
network_time_service_factory.h | 9 #include "chrome/browser/profiles/profile.h" 20 static NetworkTimeService* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu_actions_desktop.h | 13 class Profile; 23 virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
|
off_the_record_profile_impl.h | 12 #include "chrome/browser/profiles/profile.h" 24 // OffTheRecordProfileImpl is a profile subclass that wraps an existing profile 31 class OffTheRecordProfileImpl : public Profile { 33 explicit OffTheRecordProfileImpl(Profile* real_profile); 37 // Profile implementation. 39 virtual Profile* GetOffTheRecordProfile() OVERRIDE; 42 virtual Profile* GetOriginalProfile() OVERRIDE; 59 virtual bool IsSameProfile(Profile* profile) OVERRIDE [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_account_id_helper.cc | 9 #include "chrome/browser/profiles/profile.h" 21 AccountIdFetcher(Profile* profile, 40 Profile* profile_; 50 Profile* profile, 52 : profile_(profile), 63 scopes.insert("https://www.googleapis.com/auth/userinfo.profile"); 103 SigninAccountIdHelper::SigninAccountIdHelper(Profile* profile) [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.h | 10 #include "chrome/browser/profiles/profile.h" 41 // Sets the cryptographer's encryption passphrase for the profile at index 47 // Sets the cryptographer's decryption passphrase for the profile at index 52 // Gets the password store of the profile with index |index|. 55 // Gets the password store of the verifier profile. 58 // Returns true iff the profile with index |index| contains the same password 59 // forms as the verifier profile. 62 // Returns true iff the profile with index |index_a| contains the same 63 // password forms as the profile with index |index_b|. 67 // verifier profile [all...] |
/external/chromium_org/chrome/browser/tab_contents/ |
tab_util.h | 9 class Profile; 26 Profile* profile,
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager_util.h | 11 class Profile; 31 base::string16 GetProfileNameFromInfoCache(Profile* profile);
|
/external/chromium_org/chrome/browser/translate/ |
translate_accept_languages.cc | 14 #include "chrome/browser/profiles/profile.h" 47 bool TranslateAcceptLanguages::IsAcceptLanguage(Profile* profile, 49 DCHECK(profile); 51 PrefService* pref_service = profile->GetPrefs(); 56 // Listen for this profile going away, in which case we would need to clear 57 // the accepted languages for the profile. 59 content::Source<Profile>(profile)); 83 // We have been asked for this profile, build the languages [all...] |
/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model_list.h | 12 class Profile; 30 static TabModel* GetTabModelWithProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list.h | 10 class Profile; 24 virtual void SetProfile(Profile* profile) = 0;
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
app_sync_ui_state_watcher.cc | 10 AppSyncUIStateWatcher::AppSyncUIStateWatcher(Profile* profile, 12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
|
/external/chromium_org/chrome/browser/ui/ash/ |
app_sync_ui_state_factory.h | 14 class Profile; 19 static AppSyncUIState* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
drag_util.h | 11 class Profile; 22 BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
|