/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_settings_service_factory.h | 13 class Profile; 18 static ManagedUserSettingsService* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
managed_user_sync_service_factory.h | 12 class Profile; 17 static ManagedUserSyncService* GetForProfile(Profile* profile); 29 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/media/ |
chrome_midi_permission_context_factory.h | 12 class Profile; 17 static ChromeMIDIPermissionContext* GetForProfile(Profile* profile); 28 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_factory.h | 10 #include "chrome/browser/profiles/profile.h" 14 class Profile; 17 // Local profile ids are used to associate resources stored outside the profile 18 // directory, like saved passwords in GNOME Keyring / KWallet, with a profile. 25 // Profiles. Listens for the Profile's destruction notification and cleans up 31 Profile* profile, Profile::ServiceAccessType set);
|
/external/chromium_org/chrome/browser/predictors/ |
predictor_database_factory.h | 12 class Profile; 22 static PredictorDatabase* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_link_manager_factory.h | 12 class Profile; 20 static PrerenderLinkManager* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/profiles/ |
bookmark_model_loaded_observer.h | 12 class Profile; 16 explicit BookmarkModelLoadedObserver(Profile* profile); 23 Profile* profile_;
|
gaia_info_update_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) { 25 GetInstance()->GetServiceForBrowserContext(profile, true)); 36 Profile* profile = static_cast<Profile*>(context); local 37 if (!GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile)) 39 return new GAIAInfoUpdateService(profile);
|
profile_window.h | 12 class Profile; 17 // Callback to be used when switching to a new profile is completed. 20 // Activates a window for |profile| on the desktop specified by 25 // creation of a window from the multi-profile dropdown menu. 27 Profile* profile, 33 // Opens a Browser with the specified profile given by |path|. 35 // even if a window for that profile already exists. When the browser is 44 // Opens a Browser for the guest profile and runs |callback| if it isn't null. 48 // Creates a new profile from the next available profile directory, an [all...] |
startup_task_runner_service.cc | 9 #include "chrome/browser/profiles/profile.h" 11 StartupTaskRunnerService::StartupTaskRunnerService(Profile* profile) 12 : profile_(profile) {
|
/external/chromium_org/chrome/browser/signin/ |
signin_ui_util.h | 13 class Profile; 22 GlobalError* GetSignedInServiceError(Profile* profile); 25 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile); 29 base::string16 GetSigninMenuLabel(Profile* profile); 31 void GetStatusLabelsForAuthError(Profile* profile,
|
/external/chromium_org/chrome/browser/speech/ |
tts_extension_loader_chromeos.h | 11 class Profile; 13 // Profile-keyed class that loads a built-in TTS component extension 14 // into a given profile on Chrome OS. 19 static TtsExtensionLoaderChromeOs* GetInstance(Profile* profile); 35 // The state of TTS for this profile. 43 explicit TtsExtensionLoaderChromeOs(Profile* profile); 48 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_delegate_impl.h | 13 class Profile; 39 virtual void DoCreateShortcutsFlow(Profile* profile, 41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE; 42 virtual void ActivateApp(Profile* profile, 46 virtual void LaunchApp(Profile* profile,
|
app_list_shower.h | 15 class Profile; 34 void ShowAndReacquireFocus(Profile* requested_profile); 35 void ShowForProfile(Profile* requested_profile); 39 Profile* profile() const { return profile_; } function in class:AppListShower 42 void CreateViewForProfile(Profile* requested_profile); 47 void WarmupForProfile(Profile* profile); 55 Profile* profile_;
|
profile_loader.cc | 35 base::Callback<void(Profile*)> callback) { 38 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); local 39 if (profile) { 40 callback.Run(profile); 54 base::Callback<void(Profile*)> callback, 55 Profile* profile) { 58 callback.Run(profile);
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_drag_drop_gtk.cc | 21 BookmarkDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes); 34 Profile* profile_; 40 BookmarkDrag::BookmarkDrag(Profile* profile, 43 profile_(profile), 50 void DragBookmarks(Profile* profile, 57 new BookmarkDrag(profile, nodes);
|
/external/chromium_org/chrome/browser/ui/ |
scoped_tabbed_browser_displayer.cc | 14 Profile* profile, 16 browser_ = FindTabbedBrowser(profile, false, type); 18 browser_ = new Browser(Browser::CreateParams(profile, type));
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper.h | 11 class Profile; 23 // profile was created. 24 bool HasBeenShutdown(Profile* profile); 28 bool HasSyncedExtensions(Profile* profile); 31 // profile before signin. 33 Profile* profile,
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_drag_data.h | 17 class Profile; 28 // Returns true if this data is from the specified profile. 29 bool IsFromProfile(Profile* profile) const; 32 void Write(Profile* profile, ui::OSExchangeData* data) const; 42 void WriteToPickle(Profile* profile, Pickle* pickle) const; 45 // The profile we originated from.
|
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/ |
dump_database_handler.h | 11 class Profile; 17 explicit DumpDatabaseHandler(Profile* profile); 26 Profile* profile_;
|
/external/chromium_org/components/autofill/core/browser/android/ |
auxiliary_profile_unittest_android.cc | 44 AutofillProfile* profile = GetAndLoadProfile(); local 46 EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), first_name); 47 EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), middle_name); 48 EXPECT_EQ(profile->GetRawInfo(NAME_LAST), last_name); 52 AutofillProfile* profile = GetAndLoadProfile(); local 54 EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), base::string16()); 55 EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), base::string16()); 56 EXPECT_EQ(profile->GetRawInfo(NAME_LAST), base::string16()); 65 AutofillProfile* profile = GetAndLoadProfile(); local 67 profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses) 75 AutofillProfile* profile = GetAndLoadProfile(); local 86 AutofillProfile* profile = GetAndLoadProfile(); local 96 AutofillProfile* profile = GetAndLoadProfile(); local [all...] |
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_change.cc | 21 Type type, const std::string& key, const AutofillProfile* profile) 23 profile_(profile) { 24 DCHECK(type == ADD ? (profile && profile->guid() == key) : true); 25 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true); 26 DCHECK(type == REMOVE ? !profile : true); 36 (type() != REMOVE) ? *profile() == *change.profile() : true;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_profile.cc | 49 chromeos::BluetoothProfileChromeOS* profile = NULL; local 50 profile = new chromeos::BluetoothProfileChromeOS(); 51 profile->Init(uuid, options, callback); 53 BluetoothProfile* profile = NULL; 56 profile = new BluetoothProfileMac(uuid, options.name); 57 callback.Run(profile); 59 BluetoothProfile* profile = NULL; 60 profile = new BluetoothProfileWin(uuid, options.name); 61 callback.Run(profile);
|
/external/chromium_org/extensions/browser/ |
extension_prefs_scope.h | 14 // Regular profile and incognito. 16 // Regular profile only. 18 // Incognito profile; preference is persisted to disk and remains active 21 // Incognito profile; preference is kept in memory and deleted when the
|
/external/e2fsprogs/e2fsck/ |
profile_helpers.h | 2 * profile_helpers.h -- Function prototypes for profile helper functions 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names);
|