/external/chromium/chrome/browser/ |
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);
|
chrome_content_browser_client.cc | 12 #include "chrome/browser/profiles/profile.h" 31 Profile* profile, 34 ExtensionService* service = profile->GetExtensionService(); 49 host->profile(), 50 host->profile()->GetRequestContextForPossibleApp( 54 new SearchProviderInstallStateMessageFilter(host->id(), host->profile())); 62 GURL ChromeContentBrowserClient::GetEffectiveURL(Profile* profile, 68 if (!profile || !profile->GetExtensionService() [all...] |
/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);
|
/external/chromium/chrome/browser/ui/options/ |
options_page_base.cc | 16 OptionsPageBase::OptionsPageBase(Profile* profile) 17 : profile_(profile) { 25 UserMetrics::RecordAction(action, profile());
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_classifier_factory.h | 13 class Profile; 19 // Returns the AutocompleteClassifier for |profile|. 20 static AutocompleteClassifier* GetForProfile(Profile* profile); 25 content::BrowserContext* profile); 38 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
install_limiter_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 15 InstallLimiter* InstallLimiterFactory::GetForProfile(Profile* profile) { 17 GetInstance()->GetServiceForBrowserContext(profile, true)); 36 content::BrowserContext* profile) const {
|
/external/chromium_org/chrome/browser/extensions/api/app_runtime/ |
app_runtime_api.h | 11 class Profile; 29 static void DispatchOnLaunchedEvent(Profile* profile, 31 static void DispatchOnRestartedEvent(Profile* profile, 50 Profile* profile,
|
/external/chromium_org/chrome/browser/extensions/ |
default_apps_unittest.cc | 44 scoped_ptr<TestingProfile> profile(new TestingProfile()); 47 Provider provider(profile.get(), NULL, loader, Manifest::INTERNAL, 53 int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); 58 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); 63 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, 66 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); 70 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, 73 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); 82 profile.reset(new DefaultTestingProfile); 83 Provider provider2(profile.get(), NULL, loader, Manifest::INTERNAL [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service_factory.h | 13 class Profile; 17 static ManagedUserService* GetForProfile(Profile* profile); 22 static BrowserContextKeyedService* BuildInstanceFor(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher_factory.h | 11 class Profile; 18 static TemplateURLFetcher* GetForProfile(Profile* profile); 25 static void ShutdownForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/signin/ |
token_service_factory.cc | 21 TokenService* TokenServiceFactory::GetForProfile(Profile* profile) { 23 GetInstance()->GetServiceForBrowserContext(profile, true)); 32 content::BrowserContext* profile) const {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.cc | 17 Profile* profile, 24 instance_ = new ChromeLauncherControllerPerApp(profile, model); 26 instance_ = new ChromeLauncherControllerPerBrowser(profile, model);
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_state_factory.h | 13 class Profile; 18 static FindBarState* GetForProfile(Profile* profile); 20 // Retrieves the last prepopulate text for a given Profile. If the profile is 22 // prepopulate text from the normal profile. 23 static string16 GetLastPrepopulateText(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_codec.h | 13 class Profile; 36 static void WritePinnedTabs(Profile* profile); 39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs); 42 static StartupTabs ReadPinnedTabs(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
omnibox_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 24 Profile* profile = Profile::FromWebUI(web_ui); local 25 content::WebUIDataSource::Add(profile, html_source); 28 web_ui->AddMessageHandler(new OmniboxUIHandler(profile));
|
/external/chromium_org/chrome/browser/ui/webui/predictors/ |
predictors_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 28 Profile* profile = Profile::FromWebUI(web_ui); local 29 web_ui->AddMessageHandler(new PredictorsHandler(profile)); 30 content::WebUIDataSource::Add(profile, CreatePredictorsUIHTMLSource());
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
serialize_profiles.py | 40 for profile in cursor: 41 guid = profile[0] 42 profiles[guid] = zip(types, profile) 53 for profile in cursor: 54 guid = profile[0] 55 profiles[guid].extend(zip(types, profile)) 65 for profile in cursor: 66 guid = profile[0] 67 profiles[guid].extend(zip(types, profile)) 77 for profile in cursor [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
VideoPlayerCapability.java | 32 CamcorderProfile profile = CamcorderProfile.get(quality); local 33 Assert.assertNotNull(profile); 34 if ((profile.videoCodec == videoCodec) && (profile.audioCodec == audioCodec)) {
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_frame_chromeos.cc | 14 Profile* profile) { 16 new chromeos::BrowserFrameChromeos(browser_view, profile); 24 BrowserView* browser_view, Profile* profile) 25 : BrowserFrameGtk(browser_view, profile) {
|
/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...] |
/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,
|
/external/chromium/chrome/browser/service/ |
service_process_control_manager.cc | 9 #include "chrome/browser/profiles/profile.h" 21 Profile* profile) { 25 // service, but now we only create a new process for a different profile. 28 if ((*i)->profile() == profile) 33 ServiceProcessControl* process = new ServiceProcessControl(profile);
|
/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/tabs/ |
pinned_tab_codec_unittest.cc | 23 PinnedTabCodec::WritePinnedTabs(profile()); 26 PinnedTabCodec::ReadPinnedTabs(profile())); 42 PinnedTabCodec::WritePinnedTabs(profile()); 45 PinnedTabCodec::ReadPinnedTabs(profile()));
|