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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 9 class Profile;
21 static void PromotionInfoBar(Profile* profile);
encoding_menu_controller_delegate_mac.h 12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/webkit/Source/WebCore/ForwardingHeaders/profiler/
Profile.h 3 #include <JavaScriptCore/Profile.h>
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 9 class Profile;
15 void ShowFirstRunDialog(Profile* profile,
  /external/chromium/chrome/browser/
renderer_preferences_util.h 11 class Profile;
16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
page_info_window.h 12 class Profile;
18 Profile* profile,
browser_url_handler.h 20 class Profile;
30 typedef bool (*URLHandler)(GURL* url, Profile* profile);
36 static void RewriteURLIfNecessary(GURL* url, Profile* profile,
41 Profile* profile);
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 12 class Profile;
22 explicit DOMBrowser(Profile* profile);
27 static DOMBrowser* CreateForDOM(Profile* profile);
  /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,
extension_idle_api.h 12 class Profile;
17 static void OnIdleStateChange(Profile* profile,
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 12 class Profile;
23 Profile* profile);
29 Profile* profile);
  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.h 9 class Profile;
12 // Displays the about box, using data copied from |profile|.
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
  /external/chromium/chrome/browser/ui/options/
options_util.h 11 class Profile;
18 static void ResetToDefaults(Profile* profile);
show_options_url.h 10 class Profile;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
options_page_base.h 17 class Profile;
40 explicit OptionsPageBase(Profile* profile);
42 // Returns the Profile associated with this page.
43 Profile* profile() const { return profile_; } function in class:OptionsPageBase
56 // The Profile associated with this page.
57 Profile* profile_;
  /external/llvm/lib/Support/
APSInt.cpp 20 void APSInt::Profile(FoldingSetNodeID& ID) const {
22 APInt::Profile(ID);
  /external/chromium/chrome/browser/profiles/
profile_manager.h 20 #include "chrome/browser/profiles/profile.h"
30 public Profile::Delegate {
34 // This method is called when profile is ready. If profile creation has been
35 // failed, method is called with |profile| equals to NULL.
36 virtual void OnProfileCreated(Profile* profile) = 0;
45 // Returns the default profile. This adds the profile to the
47 // the profile doesn't exist and we can't create it
127 scoped_ptr<Profile> profile; member in struct:ProfileManager::ProfileInfo
    [all...]
profile_keyed_service_factory.h 10 class Profile;
14 // Base class for Factories that take a Profile object and return some service
24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile);
27 // Associate an already-created |service| with |profile| for this factory.
31 void ForceAssociationBetween(Profile* profile, ProfileKeyedService* service) {
32 Associate(profile, service);
54 // Common implementation that maps |profile| to some service object. Deals
57 ProfileKeyedService* GetServiceForProfile(Profile* profile)
    [all...]
  /external/chromium/chrome/browser/themes/
theme_service_factory.h 17 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);
30 // |profile|. Returns NULL if the theme is no longer installed, if there is
32 static const Extension* GetThemeForProfile(Profile* profile);
43 virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/chromium/chrome/browser/chromeos/
update_observer.h 14 class Profile;
23 explicit UpdateObserver(Profile* profile);
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 9 class Profile;
29 Profile* profile) = 0;
  /external/chromium/chrome/browser/tabs/
tab_handler.h 10 class Profile;
15 virtual Profile* GetProfile() const = 0;
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.h 11 class Profile;
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
  /external/chromium/chrome/browser/metrics/
user_metrics.h 11 class Profile;
46 // TODO(semenzato): |profile| isn't actually used---should switch all calls
48 static void RecordAction(const UserMetricsAction& action, Profile* profile);
56 Profile* profile);
62 static void Record(const char *action, Profile *profile);

Completed in 2969 milliseconds

1 2 3 4 5 6 7 8 91011>>