HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 26 - 50 of 1014) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
background_contents_service_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
20 static BackgroundContentsService* GetForProfile(Profile* profile);
32 Profile* profile) const OVERRIDE;
background_mode_manager_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
20 static BackgroundModeManager* GetForProfile(Profile* profile);
32 Profile* profile) const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h 17 class Profile;
26 explicit EnterpriseExtensionObserver(Profile* profile);
37 Profile* profile_;
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
21 // for |profile|.
22 static DesktopNotificationService* GetForProfile(Profile* profile);
34 Profile* profile) const OVERRIDE;
  /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/tabs/
pinned_tab_codec.h 15 class Profile;
30 static void WritePinnedTabs(Profile* profile);
34 Profile* profile);
pinned_tab_service.h 13 class Profile;
21 explicit PinnedTabService(Profile* profile);
32 Profile* profile_;
38 // True if there is at least one normal browser for our profile.
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 Profile* profile) const OVERRIDE;
  /external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.h 9 class Profile;
17 Profile* profile_;
23 profile:(Profile*)profile;
html_dialog_window_controller.h 16 class Profile;
30 // delegate and profile. The window is automatically destroyed when
36 profile:(Profile*)profile;
45 profile:(Profile*)profile;
  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.h 12 class Profile;
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
29 Profile* profile_;
overflow_button.h 14 class Profile;
20 explicit OverflowButton(Profile* profile);
33 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);
chrome_web_ui_factory.h 17 class Profile;
23 virtual WebUI::TypeID GetWebUIType(Profile* profile, const GURL& url) const;
24 virtual bool UseWebUIForURL(Profile* profile, const GURL& url) const;
26 virtual bool IsURLAcceptableForWebUI(Profile* profile, const GURL& url) const;
32 void GetFaviconForURL(Profile* profile,
  /external/chromium/android/autofill/
profile_android.cc 30 // We only need the Profile constructor (but that is needed since
31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
34 // Taken from chrome/browser/profiles/profile.cc
35 Profile::Profile()
49 Profile* ProfileImplAndroid::GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) {
  /external/chromium/chrome/browser/sessions/
session_restore.h 16 class Profile;
33 static void RestoreSession(Profile* profile,
42 Profile* profile,
48 static void RestoreForeignSessionTab(Profile* profile,
59 Profile* profile,
  /external/chromium/chrome/browser/sync/glue/
theme_util.h 10 class Profile;
34 Profile* profile);
39 Profile* profile,
52 const sync_pb::ThemeSpecifics& theme_specifics, Profile* profile);
55 // |theme_specifics| uses the default theme and |profile| does not, the local
59 Profile* profile, sync_pb::ThemeSpecifics* theme_specifics)
    [all...]
  /external/chromium/chrome/browser/extensions/
external_policy_extension_loader.h 17 class Profile;
26 explicit ExternalPolicyExtensionLoader(Profile* profile);
44 Profile* profile_;
extension_uninstall_dialog.h 15 class Profile;
31 explicit ExtensionUninstallDialog(Profile* profile);
43 static void Show(Profile* profile,
57 Profile* profile_;
  /external/chromium/chrome/browser/ui/
browser_dialogs.h 15 class Profile;
30 // Creates and shows an HTML dialog with the given delegate and profile.
36 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile,
46 Profile* profile);
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.h 14 class Profile;
21 explicit InstantConfirmView(Profile* profile);
36 Profile* profile_;
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 14 class Profile;
30 // Creates a TemplateURLFetcher with the specified Profile.
31 explicit TemplateURLFetcher(Profile* profile);
53 Profile* profile() const { return profile_; } function in class:TemplateURLFetcher
58 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 14 class Profile;
26 Profile* profile);
39 void set_profile(Profile* profile) { profile_ = profile; }
54 Profile* profile_;
  /external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.h 14 class Profile;
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfile.h 38 class Profile;
47 static PassRefPtr<ScriptProfile> create(PassRefPtr<JSC::Profile> profile);
59 ScriptProfile(PassRefPtr<JSC::Profile> profile);
61 RefPtr<JSC::Profile> m_profile;

Completed in 2821 milliseconds

12 3 4 5 6 7 8 91011>>