HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 226 - 250 of 2603) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service_factory.h 11 class Profile;
19 // Gets or creates the instance of StartPageService for |profile|.
20 static StartPageService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/ui/apps/
app_info_dialog.h 11 class Profile;
24 Profile* profile,
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.h 17 class Profile;
20 // of the given profile changes.
23 AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state_factory.h 14 class Profile;
19 static AppSyncUIState* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate.h 15 class Profile;
39 // The profile associated with |browser_|.
40 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/cocoa/
drag_util.h 11 class Profile;
22 BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.h 12 class Profile;
16 explicit ExtensionInstallUIDefault(Profile* profile);
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.h 14 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static GlobalErrorService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
media_utils.h 12 class Profile;
20 Profile* profile,
  /external/chromium_org/chrome/browser/ui/passwords/
password_ui_view.h 15 class Profile;
24 // Returns the profile associated with the currently active profile.
25 virtual Profile* GetProfile() = 0;
  /external/chromium_org/chrome/browser/ui/search/
instant_tab.h 12 class Profile;
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_factory.h 13 class Profile;
16 // Listens for the Profile's destruction notification and cleans up the
20 // Returns the PinnedTabService that tracks pinning changes for |profile|.
21 static PinnedTabService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_dialog_views.h 11 class Profile;
26 Profile* profile,
  /external/chromium_org/chrome/browser/ui/views/
browser_dialogs.h 21 class Profile;
37 Profile* profile);
settings_api_bubble_helper_views.h 10 class Profile;
27 Profile* profile,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_error_ui_util.h 10 class Profile;
23 // be read and extra details about the file, |profile| is the active profile to
26 Profile* profile,
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.h 12 class Profile;
15 // associates them with Profiles. Listens for the Profile's destruction
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
ntp_resource_cache_factory.h 12 class Profile;
15 // with Profiles. Listens for the Profile's destruction notification and cleans
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
suggestions_source.h 10 class Profile;
50 virtual void FetchItems(Profile* profile) = 0;
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.h 9 #include "chrome/browser/profiles/profile.h"
23 Profile* profile,
24 Profile::CreateStatus status);
26 // Deletes the profile at the given |file_path|.
  /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/ui/webui/
theme_handler.h 12 class Profile;
37 Profile* GetProfile() const;
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service_factory.h 12 class Profile;
16 static BookmarkUndoService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DomDistillerServiceFactory.java 9 import org.chromium.chrome.browser.profiles.Profile;
16 * {@link DomDistillerService} instances. Each {@link Profile} will at most
23 private static final HashMap<Profile, DomDistillerService> sServiceMap =
24 new HashMap<Profile, DomDistillerService>();
27 * Returns Java DomDistillerService for given Profile.
29 public static DomDistillerService getForProfile(Profile profile) {
31 DomDistillerService service = sServiceMap.get(profile);
33 service = (DomDistillerService) nativeGetForProfile(profile);
34 sServiceMap.put(profile, service)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 15 class Profile;
32 // Called after profile is loaded and prepared for the session.
33 virtual void OnProfilePrepared(Profile* profile) = 0;
36 // Called after post-profile RLZ initialization.
57 // Switch to the locale that |profile| wishes to use and invoke |callback|.
58 virtual void RespectLocalePreference(Profile* profile,
64 virtual void DoBrowserLaunch(Profile* profile,
    [all...]

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011>>