/external/chromium_org/chrome/browser/services/gcm/ |
gcm_profile_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 15 GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 content::BrowserContext* profile) const { 40 new GCMProfileService(static_cast<Profile*>(profile)) : NULL;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
profile_loader.h | 11 #include "chrome/browser/profiles/profile.h" 23 // the profile is ready. Only the callback for the most recent load request is 27 // only the latest requested profile is required. 39 base::Callback<void(Profile*)> callback); 43 base::Callback<void(Profile*)> callback, 44 Profile* profile);
|
profile_store.h | 12 class Profile; 20 // Loads the profile at |path| and calls |callback| when its done. A NULL 21 // Profile* represents an error. 23 base::Callback<void(Profile*)> callback) = 0; 25 // Returns the profile at |path| if it is already loaded. 26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0; 32 // Returns true if the profile at |path| is managed.
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_drag_drop.cc | 15 int DropBookmarks(Profile* profile, 19 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); 20 if (data.IsFromProfile(profile)) { 22 data.GetNodes(profile); 24 // Drag from same profile. Move nodes. 33 // Dropping a folder from different profile. Always accept.
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_state_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 13 FindBarState* FindBarStateFactory::GetForProfile(Profile* profile) { 15 GetInstance()->GetServiceForBrowserContext(profile, true)); 19 base::string16 FindBarStateFactory::GetLastPrepopulateText(Profile* p) { 24 // Fall back to the original profile. 46 content::BrowserContext* profile) const {
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_codec.h | 13 class Profile; 36 static void WritePinnedTabs(Profile* profile); 39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs); 42 static StartupTabs ReadPinnedTabs(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.h | 31 virtual void Init(Profile* initial_profile) OVERRIDE; 32 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE; 33 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE; 37 virtual Profile* GetCurrentAppListProfile() OVERRIDE; 49 // Loads the profile last used with the app list and populates the view from 51 // view already exists, or another profile is in the middle of being loaded to 54 void OnLoadProfileForWarmup(Profile* initial_profile);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.h | 10 class Profile; 34 int GetBookmarkDropOperation(Profile* profile, 41 // |index|. A drop from a separate profile is always allowed, where as 42 // a drop from the same profile is only allowed if none of the nodes in 45 bool IsValidBookmarkDropLocation(Profile* profile,
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
app_resource_cache_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 14 NTPResourceCache* AppResourceCacheFactory::GetForProfile(Profile* profile) { 16 GetInstance()->GetServiceForBrowserContext(profile, true)); 36 content::BrowserContext* profile) const { 37 return new NTPResourceCache(static_cast<Profile*>(profile));
|
ntp_resource_cache_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 14 NTPResourceCache* NTPResourceCacheFactory::GetForProfile(Profile* profile) { 16 GetInstance()->GetServiceForBrowserContext(profile, true)); 36 content::BrowserContext* profile) const { 37 return new NTPResourceCache(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/ui/webui/ |
theme_handler.cc | 9 #include "chrome/browser/profiles/profile.h" 49 Profile* profile = GetProfile(); local 50 ThemeSource* theme = new ThemeSource(profile); 51 content::URLDataSource::Add(profile, theme); 54 Profile* ThemeHandler::GetProfile() const { 55 return Profile::FromWebUI(web_ui());
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 100 * Last time a bt profile auto-connect was attempted. 114 * Describes the current device and profile for logging. 116 * @param profile Profile to describe 117 * @return Description of the device and profile 119 private String describe(LocalBluetoothProfile profile) { 122 if (profile != null) { 123 sb.append(" Profile:").append(profile); 129 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_dialog.h | 22 class Profile; 25 // the user has applied changes to the AutoFill profile data. 40 // Shows the AutoFill dialog, which allows the user to edit profile information. 41 // |profile| is profile from which you can get vectors of autofill profiles that 42 // contains the current profile information and credit cards. The dialog fills 43 // out the profile fields using this data. 52 Profile* profile);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu.h | 19 class Profile; 37 // The browser profile of the window that contains this extension. Weak. 38 Profile* profile_; 46 // The observer used to reset |observer_| when the profile is destroyed. 55 // Initializes and returns a context menu for the given extension and profile. 57 profile:(Profile*)profile 63 // Notifies the ExtensionActionContextMenu that the profile is is being
|
/external/chromium/chrome/browser/webdata/ |
autofill_change.cc | 18 Type type, std::string key, const AutofillProfile* profile) 20 profile_(profile) { 21 DCHECK(type == ADD ? (profile && profile->guid() == key) : true); 22 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true); 23 DCHECK(type == REMOVE ? !profile : true); 33 (type() != REMOVE) ? *profile() == *change.profile() : true;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_factory_chromeos.cc | 28 #include "chrome/browser/profiles/profile.h" 43 // Subdirectory in the user's profile for storing legacy user policies. 52 // a directory inside the profile directory where other resources are stored. 55 // Directory under kPolicy, in the user's profile dir, where policy for 80 Profile* profile) { 81 return GetInstance()->GetManagerForProfile(profile); 87 Profile* profile, 91 profile, force_immediate_load, background_task_runner) 225 Profile* profile = static_cast<Profile*>(context); local 235 Profile* profile = static_cast<Profile*>(context); local [all...] |
/external/chromium_org/chrome/browser/download/ |
download_test_file_activity_observer.cc | 12 #include "chrome/browser/profiles/profile.h" 24 explicit MockDownloadManagerDelegate(Profile* profile) 25 : ChromeDownloadManagerDelegate(profile), 29 if (!profile->IsOffTheRecord()) 71 Profile* profile) { 73 new MockDownloadManagerDelegate(profile)); 75 DownloadServiceFactory::GetForBrowserContext(profile)->
|
/external/chromium_org/chrome/browser/extensions/api/app_runtime/ |
app_runtime_api.h | 11 class Profile; 28 static void DispatchOnLaunchedEvent(Profile* profile, 33 static void DispatchOnRestartedEvent(Profile* profile, 52 Profile* profile, 61 Profile* profile,
|
/external/chromium_org/chrome/browser/extensions/ |
browser_permissions_policy_delegate.cc | 8 #include "chrome/browser/profiles/profile.h" 44 // We don't have a Profile in this context. That's OK - for our purposes, 45 // we can just check every Profile for its signin process. If any of them 47 std::vector<Profile*> profiles = 49 for (std::vector<Profile*>::iterator profile = profiles.begin(); 50 profile != profiles.end(); ++profile) { 52 SigninManagerFactory::GetForProfile(*profile);
|
/external/chromium_org/chrome/browser/net/ |
predictor_tab_helper.cc | 9 #include "chrome/browser/profiles/profile.h" 47 Profile* profile = local 48 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); 49 chrome_browser_net::Predictor* predictor = profile->GetNetworkPredictor(); 65 Profile* profile = Profile::FromBrowserContext( 67 Predictor* predictor = profile->GetNetworkPredictor();
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_notification_ui_manager.cc | 17 #include "chrome/browser/profiles/profile.h" 24 QueuedNotification(const Notification& notification, Profile* profile) 26 profile_(profile) { 30 Profile* profile() const { return profile_; } function in class:QueuedNotification 40 // Non owned pointer to the user's profile. 41 Profile* profile_; 78 Profile* profile) { [all...] |
/external/chromium_org/chrome/browser/ |
platform_util_chromeos.cc | 23 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { 25 file_manager::util::ShowItemInFolder(profile, full_path); 28 void OpenItem(Profile* profile, const base::FilePath& full_path) { 30 file_manager::util::OpenItem(profile, full_path); 33 void OpenExternal(Profile* profile, const GURL& url) { 45 chrome::NavigateParams params(profile, url, content::PAGE_TRANSITION_LINK);
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_cloud_policy_invalidator.cc | 17 Profile* profile, 22 profile_(profile) { 23 DCHECK(profile); 25 // Register for notification that profile creation is complete. The 30 // context can be accessed during profile-keyed service creation. Tracked by 34 content::Source<Profile>(profile)); 45 // Initialize now that profile creation is complete and the invalidation
|
/external/chromium_org/chrome/browser/profiles/ |
profile_downloader_delegate.h | 13 class Profile; 16 // Reports on success or failure of Profile download. It is OK to delete the 23 NETWORK_ERROR, // Network failure while downloading profile. 30 // Whether the delegate need profile picture to be downloaded. 33 // Returns the desired side length of the profile image. If 0, returns image 42 // Returns the browser profile associated with this download request. 43 virtual Profile* GetBrowserProfile() = 0; 45 // Called when the profile download has completed successfully. Delegate can 49 // Called when the profile download has failed.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_tab_observer.cc | 10 #include "chrome/browser/profiles/profile.h" 36 Profile* profile = local 37 Profile::FromBrowserContext(web_contents->GetBrowserContext()); 38 PrefService* prefs = profile->GetPrefs(); 63 Profile* profile = local 64 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); 65 PrefService* prefs = profile->GetPrefs();
|