HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 51 - 75 of 7858) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
14 // Profiles. Listens for the Profile's destruction notification and cleans up
18 // Returns the session service for |profile|. This may return NULL. If this
19 // profile supports a session service (it isn't incognito), and the session
23 // This returns NULL if the profile is incognito. Callers should always check
25 static SessionService* GetForProfile(Profile* profile);
27 // Returns the session service for |profile|, but do not create it if it
28 // doesn't exist. This returns NULL if the profile is incognito or if session
31 static SessionService* GetForProfileIfExisting(Profile* profile)
    [all...]
session_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
12 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
24 Profile* profile) {
30 GetInstance()->GetServiceForBrowserContext(profile, false));
35 void SessionServiceFactory::ShutdownForProfile(Profile* profile) {
40 factory->GetServiceForBrowserContext(profile, true)
    [all...]
  /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/extensions/
scoped_gaia_auth_extension.h 10 class Profile;
16 explicit ScopedGaiaAuthExtension(Profile* profile);
20 Profile* profile_;
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector_factory.h 15 class Profile;
38 // Returns the ProfilePolicyConnector associated with |profile|. This is only
39 // valid before |profile| is shut down.
40 static ProfilePolicyConnector* GetForProfile(Profile* profile);
42 // Creates a new ProfilePolicyConnector for |profile|, which must be managed
48 Profile* profile,
52 // Overrides the |connector| for the given |profile|; use only in tests.
55 void SetServiceForTesting(Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_finder.h 12 class Profile;
22 // Retrieve the last active tabbed browser with a profile matching |profile|.
24 // original profile, eg profile->GetOriginalProfile() ==
25 // browser->profile()->GetOriginalProfile(). This has the effect of matching
29 Browser* FindTabbedBrowser(Profile* profile,
33 // Returns the first tabbed browser matching |profile|. If there is no tabbed
36 Browser* FindOrCreateTabbedBrowser(Profile* profile, HostDesktopType type)
    [all...]
  /external/chromium_org/apps/
launcher.h 11 class Profile;
24 // the |command_line| fields present. |extension| and |profile| must not be
27 void LaunchPlatformAppWithCommandLine(Profile* profile,
34 void LaunchPlatformAppWithPath(Profile* profile,
39 void LaunchPlatformApp(Profile* profile,
44 void LaunchPlatformAppWithFileHandler(Profile* profile,
    [all...]
app_launch_for_metro_restart_win.h 12 class Profile;
18 void HandleAppLaunchForMetroRestart(Profile* profile);
21 void SetAppLaunchForMetroRestart(Profile* profile,
  /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/api/bluetooth/
bluetooth_extension_function.cc 10 #include "chrome/browser/profiles/profile.h"
19 extensions::ExtensionBluetoothEventRouter* GetEventRouter(Profile* profile) {
20 return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router();
23 bool IsBluetoothSupported(Profile* profile) {
24 return GetEventRouter(profile)->IsBluetoothSupported();
29 Profile* profile) {
30 GetEventRouter(profile)->GetAdapter(callback)
    [all...]
  /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/profiles/
profile_manager.cc 103 // Simple task to log the size of the current profile.
110 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB);
114 UMA_HISTOGRAM_COUNTS_10000("Profile.HistorySize", size_MB);
118 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalHistorySize", size_MB);
122 UMA_HISTOGRAM_COUNTS_10000("Profile.CookiesSize", size_MB);
126 UMA_HISTOGRAM_COUNTS_10000("Profile.BookmarksSize", size_MB);
130 UMA_HISTOGRAM_COUNTS_10000("Profile.FaviconsSize", size_MB);
134 UMA_HISTOGRAM_COUNTS_10000("Profile.TopSitesSize", size_MB);
138 UMA_HISTOGRAM_COUNTS_10000("Profile.VisitedLinksSize", size_MB);
142 UMA_HISTOGRAM_COUNTS_10000("Profile.WebDataSize", size_MB)
240 Profile* profile = GetDefaultProfile(); local
256 Profile* profile = GetLastUsedProfile(); local
383 std::string profile; local
411 Profile* profile = GetProfile(default_profile_dir); local
460 Profile* profile = GetProfileByPath(profile_dir); local
627 Profile* profile = browser->profile(); local
643 Profile* profile = browser->profile(); local
1084 Profile* profile = GetProfileByPath(profile_dir); local
    [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/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/accessibility/
accessibility_events.cc 11 #include "chrome/browser/profiles/profile.h"
19 Profile *profile = info->profile(); local
20 if (profile->ShouldSendAccessibilityEvents()) {
23 content::Source<Profile>(profile),
29 Profile* profile, const std::string& name)
30 : AccessibilityEventInfo(profile),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.h 14 class Profile;
25 // for UserCloudPolicyManagerChromeOS instances that initialize per-profile
30 // Therefore, lifetime of instances is managed by Profile, Profile startup code
45 // |profile|.
46 static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
48 // Creates an instance for |profile|. Note that the caller is responsible for
55 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...]
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.h 11 class Profile;
15 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile,
19 void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.h 10 class Profile;
15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
29 Profile* profile_;
  /external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.h 9 class Profile;
17 Profile* profile_;
23 profile:(Profile*)profile;
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.h 17 class Profile;
23 static Browser* OpenPopup(Profile* profile);
24 static Browser* GetPopup(Profile* profile);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
Profile.java 10 * Wrapper that allows passing a Profile reference around in the Java layer.
12 public class Profile {
16 private Profile(int nativeProfileAndroid) {
21 private static Profile create(int nativeProfileAndroid) {
22 return new Profile(nativeProfileAndroid);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.h 12 class Profile;
17 static ProfileSyncService* GetForProfile(Profile* profile);
18 static bool HasProfileSyncService(Profile* profile);
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
bookmarks_sync_perf_test.cc 27 // Adds |num_urls| new unique bookmarks to the bookmark bar for |profile|.
28 void AddURLs(int profile, int num_urls);
30 // Updates the URL for all bookmarks in the bookmark bar for |profile|.
31 void UpdateURLs(int profile);
33 // Removes all bookmarks in the bookmark bar for |profile|.
34 void RemoveURLs(int profile);
36 // Returns the number of bookmarks stored in the bookmark bar for |profile|.
37 int GetURLCount(int profile);
51 void BookmarksSyncPerfTest::AddURLs(int profile, int num_urls) {
54 profile, 0, NextIndexedURLTitle(), GURL(NextIndexedURL())) != NULL)
    [all...]

Completed in 631 milliseconds

1 23 4 5 6 7 8 91011>>