/external/chromium_org/chrome/browser/profiles/ |
profile_android.h | 14 class Profile; 16 // Android wrapper around profile that provides safer passage from java and 20 static ProfileAndroid* FromProfile(Profile* profile); 21 static Profile* FromProfileAndroid(jobject obj); 26 explicit ProfileAndroid(Profile* profile); 32 Profile* profile_; // weak
|
profile_android.cc | 8 #include "chrome/browser/profiles/profile.h" 19 ProfileAndroid* ProfileAndroid::FromProfile(Profile* profile) { 20 if (!profile) 24 profile->GetUserData(kProfileAndroidKey)); 26 profile_android = new ProfileAndroid(profile); 27 profile->SetUserData(kProfileAndroidKey, profile_android); 33 Profile* ProfileAndroid::FromProfileAndroid(jobject obj) { 51 Profile* profile = ProfileManager::GetLastUsedProfile() local [all...] |
/external/chromium_org/chrome/browser/ui/webui/signin/ |
login_ui_service_factory.h | 12 class Profile; 15 // Profiles. Listens for the Profile's destruction notification and cleans up 19 // Returns the instance of LoginUIService associated with this profile 20 // (creating one if none exists). Returns NULL if this profile cannot have a 21 // LoginUIService (for example, if |profile| is incognito). 22 static LoginUIService* GetForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/undo/ |
bookmark_undo_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 14 Profile* profile) { 16 GetInstance()->GetServiceForBrowserContext(profile, true)); 36 Profile* profile = static_cast<Profile*>(context); local 37 return new BookmarkUndoService(profile);
|
/external/chromium_org/chromeos/test/data/network/policy/ |
shill_policy_on_unconfigured_wifi1.json | 5 "Profile": "/profile/user1/shill",
|
shill_policy_on_unmanaged_ethernet_eap.json | 4 "Profile": "/profile/user1/shill",
|
shill_policy_on_unmanaged_wifi1.json | 5 "Profile": "/profile/user1/shill",
|
shill_policy_on_unmanaged_wifi1_wo_uidata.json | 5 "Profile": "/profile/user1/shill",
|
shill_unmanaged_wifi1.json | 5 "Profile": "/profile/user1/shill",
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
contact_manager_stub.cc | 12 #include "chrome/browser/profiles/profile.h" 19 ContactManagerStub::ContactManagerStub(Profile* profile) 20 : profile_(profile), 42 Profile* profile) { 45 CHECK_EQ(profile, profile_); 51 Profile* profile) { 54 CHECK_EQ(profile, profile_) [all...] |
contact_manager.cc | 14 #include "chrome/browser/profiles/profile.h" 76 std::vector<Profile*> profiles( 88 Profile* profile) { 91 DCHECK(profile); 92 Observers* observers = GetObserversForProfile(profile, true); 97 Profile* profile) { 100 DCHECK(profile); 101 Observers* observers = GetObserversForProfile(profile, false) 131 Profile* profile = it->first; local 153 Profile* profile = content::Details<Profile>(details).ptr(); local [all...] |
/external/chromium_org/chrome/browser/policy/ |
profile_policy_connector_factory.h | 17 class Profile; 40 // Returns the ProfilePolicyConnector associated with |profile|. This is only 41 // valid before |profile| is shut down. 42 static ProfilePolicyConnector* GetForProfile(Profile* profile); 44 // Creates a new ProfilePolicyConnector for |profile|, which must be managed 50 Profile* profile, 53 // Overrides the |connector| for the given |profile|; use only in tests. 56 void SetServiceForTesting(Profile* profile [all...] |
profile_policy_connector_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 39 Profile* profile) { 40 return GetInstance()->GetForProfileInternal(profile); 45 ProfilePolicyConnectorFactory::CreateForProfile(Profile* profile, 47 return GetInstance()->CreateForProfileInternal(profile, force_immediate_load); 51 Profile* profile, 53 ProfilePolicyConnector*& map_entry = connectors_[profile]; 126 Profile* profile = static_cast<Profile*>(context); local [all...] |
/external/chromium_org/chrome/browser/search/ |
hotword_service.h | 11 class Profile; 17 explicit HotwordService(Profile* profile); 21 Profile* profile_;
|
/external/chromium_org/chrome/browser/webdata/ |
web_data_service_factory.h | 11 #include "chrome/browser/profiles/profile.h" 23 // A wrapper of WebDataService so that we can use it as a profile keyed service. 26 explicit WebDataServiceWrapper(Profile* profile); 56 // Returns the WebDataServiceWrapper associated with the |profile|. 58 Profile* profile, 59 Profile::ServiceAccessType access_type); 62 Profile* profile, [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
manage_profile_overlay.css | 5 #manage-profile-overlay { 9 .profile-icon-grid-item { 16 .profile-icon { 21 #create-profile-name-input-container, 22 #manage-profile-name-input-container { 26 #create-profile-name, 27 #manage-profile-name { 31 #create-profile-name:invalid, 32 #manage-profile-name:invalid { 36 #create-profile-error-bubble [all...] |
/external/chromium_org/chrome/browser/background/ |
background_contents_service_unittest.cc | 34 const DictionaryValue* GetPrefs(Profile* profile) { 35 return profile->GetPrefs()->GetDictionary( 40 std::string GetPrefURLForApp(Profile* profile, const base::string16& appid) { 41 const DictionaryValue* pref = GetPrefs(profile); 55 explicit MockBackgroundContents(Profile* profile) 57 profile_(profile) { 59 MockBackgroundContents(Profile* profile, const std::string& id 109 TestingProfile profile; local 114 TestingProfile profile; local 125 TestingProfile profile; local 152 TestingProfile profile; local 173 TestingProfile profile; local 205 TestingProfile profile; local [all...] |
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_session_lifetime.h | 10 class Profile; 15 void InitAppSession(Profile* profile, const std::string& app_id);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_install_ui.cc | 10 ExtensionInstallUI::ExtensionInstallUI(Profile* profile) 11 : profile_(profile),
|
/external/chromium_org/chrome/browser/history/ |
history_service_factory.h | 9 #include "chrome/browser/profiles/profile.h" 19 Profile* profile, Profile::ServiceAccessType sat); 22 Profile* profile, Profile::ServiceAccessType sat); 25 Profile* profile); 29 // In the testing profile, we often clear the history before making a ne [all...] |
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_util.h | 10 class Profile; 18 // Get the user id from a given profile. 19 std::string GetUserIDFromProfile(Profile* profile); 24 // Get a profile for a given user id. 25 Profile* GetProfileFromUserID(const std::string& user_id); 27 // Get a profile for a |window|. Returns NULL if window belongs to no profile. 28 Profile* GetProfileFromWindow(aura::Window* window); 30 // Check if the given profile is from the currently active user. Note that sinc [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.h | 22 // Used to access the bookmark model within a particular sync profile. 25 // Used to access the bookmark bar within a particular sync profile. 28 // Used to access the "other bookmarks" node within a particular sync profile. 31 // Used to access the "Synced Bookmarks" node within a particular sync profile. 34 // Used to access the bookmarks within the verifier sync profile. 38 // profile |profile|. Returns a pointer to the node that was added. 40 int profile, 45 // profile |profile| at position |index|. Returns a pointer to the node tha [all...] |
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_events.cc | 11 #include "chrome/browser/profiles/profile.h" 21 Profile *profile = info->profile(); local 22 if (profile->ShouldSendAccessibilityEvents()) { 32 Profile *profile = info->profile(); local 33 if (profile->ShouldSendAccessibilityEvents()) { 43 Profile *profile = info->profile() local [all...] |
/external/chromium_org/chrome/browser/autofill/ |
personal_data_manager_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 22 explicit PersonalDataManagerServiceImpl(Profile* profile); 34 Profile* profile) { 39 profile, Profile::EXPLICIT_ACCESS), 40 profile->GetPrefs(), 41 profile->IsOffTheRecord()); 58 Profile* profile) [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_manager_factory.h | 14 class Profile; 17 // Profiles. Listens for the Profile's destruction notification and cleans up 23 // Returns the instance of SigninManager associated with this profile 24 // (creating one if none exists). Returns NULL if this profile cannot have a 25 // SigninManager (for example, if |profile| is incognito). 26 static SigninManagerBase* GetForProfile(Profile* profile); 28 // Returns the instance of SigninManager associated with this profile. Returns 31 static SigninManagerBase* GetForProfileIfExists(Profile* profile); [all...] |