HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 376 - 400 of 7885) sorted by null

<<11121314151617181920>>

  /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/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());
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_utils.cc 14 UndoManager* GetUndoManager(Profile* profile) {
15 BookmarkUndoService* undo_service = profile ?
16 BookmarkUndoServiceFactory::GetForProfile(profile) : NULL;
24 ScopedSuspendBookmarkUndo::ScopedSuspendBookmarkUndo(Profile* profile)
25 : profile_(profile) {
  /external/chromium_org/components/signin/core/common/
profile_management_switches.h 5 // These are functions to access various profile-management flags but with
30 // Enables using GAIA information to populate profile name and icon.
33 // Whether the new avatar menu is enabled, either because new profile management
34 // is enabled or because the new profile management preview UI is enabled.
37 // Use new profile management system, including profile sign-out and new
41 // Whether the new profile management preview has been enabled.
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 26 * to get the Profile Proxy. Each public profile implements this
34 * This extra represents the current connection state of the profile of the
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
42 * This extra represents the previous connection state of the profile of the
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
48 /** The profile is in disconnected state */
50 /** The profile is in connecting state */
52 /** The profile is in connected state */
54 /** The profile is in disconnecting state *
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 24 #include "chrome/browser/profiles/profile.h"
62 Profile* g_created_profile;
70 virtual Profile* CreateProfileHelper(
79 virtual Profile* CreateProfileAsyncHelper(const base::FilePath& path,
97 void(Profile* profile, Profile::CreateStatus status));
121 // Helper function to create a profile with |name| for a profile |manager|.
135 // Helper function to add a profile with |profile_name| t
172 Profile* profile = profile_manager->GetProfile(dest_path); local
417 Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy(); local
499 Profile* profile; local
527 Profile* profile = profile_manager->GetProfile(dest_path); local
548 Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy(); local
762 TestingProfile* profile = local
    [all...]
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/android/omnibox/
answers_image_bridge.cc 15 #include "chrome/browser/profiles/profile.h"
58 Profile* profile = ProfileAndroid::FromProfileAndroid(java_profile); local
59 DCHECK(profile);
61 BitmapFetcherServiceFactory::GetForBrowserContext(profile);
70 Profile* profile = ProfileAndroid::FromProfileAndroid(java_profile); local
71 DCHECK(profile);
73 BitmapFetcherServiceFactory::GetForBrowserContext(profile);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.h 16 class Profile;
27 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);
32 Profile* profile,
39 Profile* profile,
47 Profile* profile,
  /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)
226 Profile* profile = static_cast<Profile*>(context); local
236 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/
browser_permissions_policy_delegate.cc 8 #include "chrome/browser/profiles/profile.h"
43 // We don't have a Profile in this context. That's OK - for our purposes,
44 // we can just check every Profile for its signin process. If any of them
46 std::vector<Profile*> profiles =
48 for (std::vector<Profile*>::iterator profile = profiles.begin();
49 profile != profiles.end(); ++profile) {
51 ChromeSigninClientFactory::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();
63 Profile* profile = Profile::FromBrowserContext(
65 Predictor* predictor = profile->GetNetworkPredictor();
  /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 20 Profile* profile,
26 profile_(profile) {
27 DCHECK(profile);
29 // Register for notification that profile creation is complete. The
34 // context can be accessed during profile-keyed service creation. Tracked by
38 content::Source<Profile>(profile));
49 // Initialize now that profile creation is complete and the invalidation
  /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();
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.cc 7 #include "chrome/browser/profiles/profile.h"
11 SyncStartupTracker::SyncStartupTracker(Profile* profile, Observer* observer)
12 : profile_(profile),
51 Profile* profile) {
53 if (!profile->IsSyncAccessible())
57 ProfileSyncServiceFactory::GetForProfile(profile);
60 if (!profile->IsSyncAccessible() || !service ||
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 10 #include "chrome/browser/profiles/profile.h"
20 Profile* profile) {
22 GetInstance()->GetServiceForBrowserContext(profile, true));
56 Profile* profile = Profile::FromBrowserContext(context); local
58 SyncFileSystemService* service = new SyncFileSystemService(profile);
61 LocalFileSyncService::Create(profile);
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.cc 7 #include "chrome/browser/profiles/profile.h"
49 Profile* profile = Profile::FromWebUI(web_ui); local
51 new syncfs_internals::SyncFileSystemInternalsHandler(profile));
53 new syncfs_internals::ExtensionStatusesHandler(profile));
55 new syncfs_internals::FileMetadataHandler(profile));
57 new syncfs_internals::DumpDatabaseHandler(profile));
58 content::WebUIDataSource::Add(profile,
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 15 #include "chrome/browser/profiles/profile.h"
30 // Register for notification when profile is destroyed to ensure that all
111 Profile* profile = content::Source<Profile>(source).ptr(); local
112 if (profile == most_recent_profile_)
136 // Get the profile associated with this view. If it's not found, use
137 // the most recent profile where accessibility events were sent, or
138 // the default profile.
139 Profile* profile = NULL local
    [all...]
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.h 13 class Profile;
22 static void OpenAccountManagementScreen(Profile* profile,

Completed in 1481 milliseconds

<<11121314151617181920>>