Searched refs:Profile (Results 1 - 25 of 1012) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/ForwardingHeaders/profiler/
H A DProfile.h3 #include <JavaScriptCore/Profile.h>
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_dialog.h9 class Profile;
15 void ShowFirstRunDialog(Profile* profile,
/external/chromium/chrome/browser/
H A Drenderer_preferences_util.h11 class Profile;
16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
H A Dbrowser_url_handler.h20 class Profile;
30 typedef bool (*URLHandler)(GURL* url, Profile* profile);
36 static void RewriteURLIfNecessary(GURL* url, Profile* profile,
41 Profile* profile);
H A Dbackground_mode_manager_factory.h13 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/ui/cocoa/
H A Dkeystone_infobar.h9 class Profile;
21 static void PromotionInfoBar(Profile* profile);
H A Dencoding_menu_controller_delegate_mac.h12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
H A Dfirst_run_bubble_controller.h9 class Profile;
17 Profile* profile_;
23 profile:(Profile*)profile;
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.h9 class Profile;
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
H A Dinstant_confirm_dialog_gtk.h12 class Profile;
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
29 Profile* profile_;
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.h10 class Profile;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
H A Doptions_util.h11 class Profile;
18 static void ResetToDefaults(Profile* profile);
/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
22 APInt::Profile(ID);
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java7 public interface Profile { interface
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.h30 public Profile::Delegate {
36 virtual void OnProfileCreated(Profile* profile) = 0;
49 Profile* GetDefaultProfile(const FilePath& user_data_dir);
52 static Profile* GetDefaultProfile();
57 Profile* GetProfile(const FilePath& profile_dir);
71 Profile* GetProfileWithId(ProfileId profile_id);
75 bool IsValidProfile(Profile* profile);
83 std::vector<Profile*> GetLoadedProfiles() const;
104 // return a pointer to the corresponding Profile object;
106 Profile* GetProfileByPat
[all...]
/external/chromium/chrome/browser/themes/
H A Dtheme_service_factory.h17 class Profile;
20 // Profiles. Listens for the Profile's destruction notification and cleans up
25 // |profile|. Note that even if a Profile doesn't have a theme installed, it
27 static ThemeService* GetForProfile(Profile* profile);
32 static const Extension* GetThemeForProfile(Profile* profile);
43 virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser.h12 class Profile;
22 explicit DOMBrowser(Profile* profile);
27 static DOMBrowser* CreateForDOM(Profile* profile);
/external/chromium/chrome/browser/extensions/
H A Dextension_disabled_infobar_delegate.h11 class Profile;
15 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile,
19 void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
/external/chromium/chrome/browser/instant/
H A Dinstant_confirm_dialog.h12 class Profile;
23 Profile* profile);
29 Profile* profile);
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_url.h10 class Profile;
15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
29 Profile* profile_;
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_codec.h15 class Profile;
30 static void WritePinnedTabs(Profile* profile);
34 Profile* profile);
H A Dpinned_tab_service_factory.h13 class Profile;
16 // Listens for the Profile's destruction notification and cleans up the
21 static PinnedTabService* GetForProfile(Profile* profile);
33 Profile* profile) const OVERRIDE;
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.h17 class Profile;
23 static Browser* OpenPopup(Profile* profile);
24 static Browser* GetPopup(Profile* profile);
/external/chromium/android/autofill/
H A Dprofile_android.cc30 // We only need the Profile constructor (but that is needed since
31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
35 Profile::Profile() function in class:Profile
49 Profile* ProfileImplAndroid::GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) {
/external/chromium/chrome/browser/sessions/
H A Dsession_restore.h16 class Profile;
33 static void RestoreSession(Profile* profile,
42 Profile* profile,
48 static void RestoreForeignSessionTab(Profile* profile,
59 Profile* profile,

Completed in 485 milliseconds

1234567891011>>