Searched refs:profile (Results 226 - 250 of 3131) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_test_util.cc34 Profile* profile) {
37 profile_ = profile;
45 Profile* profile) {
48 profile_ = profile;
64 Profile* profile,
67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
77 bool StubNotificationUIManager::CancelAllByProfile(Profile* profile) { argument
33 Add(const Notification& notification, Profile* profile) argument
44 Update(const Notification& notification, Profile* profile) argument
63 GetAllIdsByProfileAndSourceOrigin( Profile* profile, const GURL& source) argument
/external/chromium_org/chrome/browser/search/
H A Dinstant_unittest_base.cc11 #include "chrome/browser/profiles/profile.h"
77 TemplateURLServiceFactory::GetForProfile(profile())->GoogleBaseURLChanged();
86 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); local
88 profile, &TemplateURLServiceFactory::BuildInstanceFor);
89 return profile;
95 template_url_service_ = TemplateURLServiceFactory::GetForProfile(profile());
99 TestingPrefServiceSyncable* pref_service = profile()->GetTestingPrefService();
103 instant_service_ = InstantServiceFactory::GetForProfile(profile());
H A Dsearch.cc15 #include "chrome/browser/profiles/profile.h"
81 // Corrupt state (e.g. no profile or template url).
131 TemplateURL* GetDefaultSearchProviderTemplateURL(Profile* profile) { argument
132 if (profile) {
134 TemplateURLServiceFactory::GetForProfile(profile);
184 // Returns true if |url| can be used as an Instant URL for |profile|.
185 bool IsInstantURL(const GURL& url, Profile* profile) { argument
192 const GURL new_tab_url(GetNewTabPageURL(profile));
197 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
205 UIThreadSearchTermsData search_terms_data(profile);
248 IsURLAllowedForSupervisedUser(const GURL& url, Profile* profile) argument
264 IsValidNewTabURL(Profile* profile, const GURL& new_tab_url) argument
282 ForProfile(Profile* profile) argument
343 ExtractSearchTermsFromURL(Profile* profile, const GURL& url) argument
363 IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url) argument
395 ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile) argument
403 IsRenderedInInstantProcess(const content::WebContents* contents, Profile* profile) argument
418 ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile) argument
424 IsNTPURL(const GURL& url, Profile* profile) argument
462 IsSuggestPrefEnabled(Profile* profile) argument
467 GetInstantURL(Profile* profile, bool force_instant_results) argument
511 GetSearchURLs(Profile* profile) argument
524 GetNewTabPageURL(Profile* profile) argument
528 GetSearchResultPrefetchBaseURL(Profile* profile) argument
581 GetLocalInstantURL(Profile* profile) argument
634 GetEffectiveURLForInstant(const GURL& url, Profile* profile) argument
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_browsertest.cc10 #include "chrome/browser/profiles/profile.h"
47 Profile* profile = browser()->profile(); local
48 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
69 profile->GetPrefs()->SetFilePath(
76 browser()->profile());
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc25 TestingProfile profile; local
26 profile.SetID(L"id");
37 TestingProfile profile; local
38 Profile* profile_ptr = &profile;
39 profile.SetID(L"id");
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile));
53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
H A Dbrowser_action_drag_data.cc10 #include "chrome/browser/profiles/profile.h"
40 const Profile* profile) {
42 return drop_data.Read(data) && drop_data.IsFromProfile(profile);
45 bool BrowserActionDragData::IsFromProfile(const Profile* profile) const {
46 return profile_ == profile;
51 Profile* profile, ui::OSExchangeData* data) const {
54 WriteToPickle(profile, &data_pickle);
85 Profile* profile, Pickle* pickle) const {
86 pickle->WriteBytes(&profile, sizeof(profile));
39 CanDrop(const ui::OSExchangeData& data, const Profile* profile) argument
50 Write( Profile* profile, ui::OSExchangeData* data) const argument
84 WriteToPickle( Profile* profile, Pickle* pickle) const argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc63 ProfileProperties* profile = GetProfile(profile_path, error_callback); local
64 if (!profile)
67 scoped_ptr<base::DictionaryValue> properties(profile->properties.DeepCopy());
70 for (base::DictionaryValue::Iterator it(profile->entries); !it.IsAtEnd();
85 ProfileProperties* profile = GetProfile(profile_path, error_callback); local
86 if (!profile)
90 profile->entries.GetDictionaryWithoutPathExpansion(entry_path, &entry);
92 error_callback.Run("Error.InvalidProfileEntry", "Invalid profile entry");
105 ProfileProperties* profile = GetProfile(profile_path, error_callback); local
106 if (!profile)
143 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path), local
153 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path), local
167 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path), local
182 AddOrUpdateServiceImpl( const std::string& profile_path, const std::string& service_path, ProfileProperties* profile) argument
227 const ProfileProperties* profile = iter->second; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_config.c51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, argument
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, argument
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc10 #include "chrome/browser/profiles/profile.h"
30 AppSyncUIState* AppSyncUIState::Get(Profile* profile) { argument
31 return AppSyncUIStateFactory::GetForProfile(profile);
35 bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) { argument
40 if (!profile || profile->IsOffTheRecord())
43 if (!ProfileSyncServiceFactory::HasProfileSyncService(profile))
46 return profile->IsNewProfile();
52 AppSyncUIState::AppSyncUIState(Profile* profile) argument
53 : profile_(profile),
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc48 void WaitUntilDriveMountPointIsAdded(Profile* profile) { argument
49 DCHECK(profile);
59 drive::DriveIntegrationServiceFactory::FindForProfile(profile);
/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util.h35 Profile* profile,
43 Profile* profile,
52 bool OffStoreInstallAllowedByPrefs(Profile* profile,
/external/chromium_org/chrome/browser/extensions/
H A Dbrowsertest_util_browsertest.cc38 profile(),
45 profile(),
53 profile(),
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider.cc11 #include "chrome/browser/profiles/profile.h"
18 TiclProfileSettingsProvider::TiclProfileSettingsProvider(Profile* profile) argument
19 : profile_(profile) {
20 registrar_.Init(profile->GetPrefs());
/external/chromium_org/chrome/browser/
H A Dplatform_util.h23 // The |profile| is used to determine the running profile of file manager app
26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
30 void OpenItem(Profile* profile, const base::FilePath& full_path);
35 void OpenExternal(Profile* profile, const GURL& url);
H A Dplatform_util_android.cc13 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { argument
17 void OpenItem(Profile* profile, const base::FilePath& full_path) { argument
21 void OpenExternal(Profile* profile, const GURL& url) { argument
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_invalidator_factory.cc9 #include "chrome/browser/profiles/profile.h"
43 Profile* profile = static_cast<Profile*>(context); local
46 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
54 return new UserCloudPolicyInvalidator(profile, policy_manager);
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_factory.cc11 #include "chrome/browser/profiles/profile.h"
43 Profile* profile = Profile::FromBrowserContext(context); local
46 if (!IsSpeculativeResourcePrefetchingEnabled(profile, &config))
49 return new ResourcePrefetchPredictor(config, profile);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_fetcher_factory.h18 static TemplateURLFetcher* GetForProfile(Profile* profile);
25 static void ShutdownForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
H A Dtemplate_url_service_factory.h18 static TemplateURLService* GetForProfile(Profile* profile);
22 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
32 content::BrowserContext* profile) const OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dprofile_oauth2_token_service_factory.h27 // profile (creating one if none exists). Returns NULL if this profile
28 // cannot have a ProfileOAuth2TokenService (for example, if |profile| is
30 static ProfileOAuth2TokenService* GetForProfile(Profile* profile);
33 // associated with this profile (creating one if none exists). Returns NULL
34 // if this profile cannot have a ProfileOAuth2TokenService (for example,
35 // if |profile| is incognito).
38 Profile* profile);
41 Profile* profile);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_factory.h17 static SupervisedUserService* GetForProfile(Profile* profile);
22 static KeyedService* BuildInstanceFor(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc9 #include "chrome/browser/profiles/profile.h"
33 InstantSearchPrerenderer* GetInstantSearchPrerenderer(Profile* profile) { argument
34 DCHECK(profile);
36 InstantServiceFactory::GetForProfile(profile);
51 InstantServiceFactory::GetForProfile(profile());
59 InstantServiceFactory::GetForProfile(profile());
76 chrome::ExtractSearchTermsFromURL(profile(), url);
81 GetInstantSearchPrerenderer(profile());
95 if (!chrome::IsQueryExtractionAllowedForURL(profile(), url))
101 Profile* BrowserInstantController::profile() cons function in class:BrowserInstantController
[all...]
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state_factory.h18 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 base::string16 GetLastPrepopulateText(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_codec.h36 static void WritePinnedTabs(Profile* profile);
39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs);
42 static StartupTabs ReadPinnedTabs(Profile* profile);

Completed in 784 milliseconds

1234567891011>>