/external/chromium/chrome/browser/notifications/ |
desktop_notification_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 15 Profile* profile) { 18 GetInstance()->GetServiceForProfile(profile)); 35 Profile* profile) const { 36 DesktopNotificationService* service = new DesktopNotificationService(profile,
|
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/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 Profile* profile) const OVERRIDE;
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_state.h | 5 // Stores per-profile state needed for find in page. This includes the most 15 class Profile; 30 // Retrieves the last prepopulate text for a given Profile. If the profile is 32 // prepopulate text from the normal profile. 33 static string16 GetLastPrepopulateText(Profile* profile);
|
/external/chromium/chrome/browser/ |
accessibility_events.cc | 10 #include "chrome/browser/profiles/profile.h" 18 Profile *profile = info->profile(); local 19 if (profile->ShouldSendAccessibilityEvents()) { 22 Source<Profile>(profile), 28 Profile* profile, const std::string& control_name) 29 : profile_(profile), name_(control_name) [all...] |
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;
|
renderer_preferences_util.h | 11 class Profile; 16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
|
chrome_content_browser_client.h | 17 Profile* profile, 21 virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
|
/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...] |
change_processor.cc | 6 #include "chrome/browser/profiles/profile.h" 14 void ChangeProcessor::Start(Profile* profile, 18 StartImpl(profile);
|
/external/chromium/chrome/browser/profiles/ |
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/ui/views/bookmarks/ |
bookmark_bar_view_unittest.cc | 15 profile()->CreateBookmarkModel(true); 16 profile()->BlockUntilBookmarkModelLoaded(); 18 profile()->GetBookmarkModel()->AddURL( 19 profile()->GetBookmarkModel()->GetBookmarkBarNode(), 24 BookmarkBarView bookmark_bar(profile(), browser()); 36 bookmark_bar.SetProfile(profile());
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
mock_login_ui_helpers.h | 21 MOCK_METHOD0(GetDefaultProfile, Profile*()); 22 MOCK_METHOD0(GetDefaultProfileByPath, Profile*()); 33 MOCK_METHOD1(CreateBrowser, Browser*(Profile* profile)); 34 MOCK_METHOD1(GetLoginBrowser, Browser*(Profile* profile));
|
/external/chromium/chrome/browser/first_run/ |
first_run_dialog.h | 9 class Profile; 15 void ShowFirstRunDialog(Profile* profile,
|
/external/chromium/chrome/browser/ui/options/ |
show_options_url.h | 10 class Profile; 16 void ShowOptionsURL(Profile* profile, const GURL& url);
|
show_options_url.cc | 7 #include "chrome/browser/profiles/profile.h" 13 void ShowOptionsURL(Profile* profile, const GURL& url) { 16 Browser* browser = Browser::Create(profile);
|
/external/chromium/chrome/browser/instant/ |
promo_counter_unittest.cc | 13 TestingProfile profile; local 14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 17 PromoCounter counter(&profile, "test", "test", 2, 2); 25 TestingProfile profile; local 26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 30 PromoCounter counter(&profile, "test", "test", 2, 2); 35 PromoCounter counter(&profile, "test", "test", 2, 2); 40 PromoCounter counter(&profile, "test", "test", 2, 2); 47 TestingProfile profile; local 48 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test") 66 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/metrics/ |
user_metrics.cc | 7 #include "chrome/browser/profiles/profile.h" 12 Profile* profile) { 13 Record(action.str_, profile); 17 Profile* profile) { 18 Record(action.c_str(), profile); 21 void UserMetrics::Record(const char *action, 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_;
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_drag_data.h | 12 #include "chrome/browser/profiles/profile.h" 31 // Returns true if this data is from the specified profile. 32 bool IsFromProfile(Profile* profile) const; 35 void Write(Profile* profile, ui::OSExchangeData* data) const; 45 void WriteToPickle(Profile* profile, Pickle* pickle) const; 48 // ID of the profile we originated from.
|
/external/chromium/chrome/browser/ui/webui/ |
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/e2fsprogs/e2fsck/ |
profile_helpers.h | 2 * profile_helpers.h -- Function prototypes for profile helper functions 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names);
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnProfile.java | 75 VpnProfile profile = new VpnProfile(key); local 76 profile.name = values[0]; 77 profile.type = Integer.valueOf(values[1]); 78 if (profile.type < 0 || profile.type > TYPE_MAX) { 81 profile.server = values[2]; 82 profile.username = values[3]; 83 profile.password = values[4]; 84 profile.dnsServers = values[5]; 85 profile.searchDomains = values[6] [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
login_browsertest.cc | 81 // This profile should NOT be an OTR profile. 83 Profile* profile = browser()->profile(); local 84 EXPECT_EQ("user", profile->GetPath().BaseName().value()); 85 EXPECT_FALSE(profile->IsOffTheRecord()); 88 // On initial launch, we should get the OTR default profile. 90 Profile* profile = browser()->profile() local [all...] |