HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 326 - 350 of 4127) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/state_trackers/va/
va_config.c 51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
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,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
  /external/chromium_org/chrome/browser/background/
background_contents_service.h 24 class Profile;
36 // BackgroundContentsService is owned by the profile, and is responsible for
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
80 // |frame_name| and |application_id| values, using the passed |profile| as the
84 Profile* profile,
92 void LoadBackgroundContentsForExtension(Profile* profile,
110 void StartObserving(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 9 #include "chrome/browser/profiles/profile.h"
76 void RemoveKeyDontBlockForSync(int profile, const AutofillKey& key) {
84 autofill_helper::GetWebDataService(profile);
132 AutofillProfile profile; local
135 autofill::test::SetProfileInfoWithGuid(&profile,
143 autofill::test::SetProfileInfoWithGuid(&profile,
151 autofill::test::SetProfileInfoWithGuid(&profile,
158 autofill::test::SetProfileInfoWithGuid(&profile,
163 return profile;
175 void AddKeys(int profile, const std::set<AutofillKey>& keys)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc 12 #include "chrome/browser/profiles/profile.h"
33 AppSyncUIState* AppSyncUIState::Get(Profile* profile) {
34 return AppSyncUIStateFactory::GetForProfile(profile);
38 bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) {
43 if (!profile || profile->IsOffTheRecord())
46 if (!ProfileSyncServiceFactory::HasProfileSyncService(profile))
49 return profile->IsNewProfile()
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 21 #include "chrome/browser/profiles/profile.h"
48 static void CreateNewPollTask(Profile* profile);
49 static IdleState ThrottledCalculateIdleState(int threshold, Profile* profile);
54 explicit ExtensionIdlePollingTask(Profile* profile) : profile_(profile) {}
61 Profile* profile_;
92 void CreateNewPollTask(Profile* profile)
    [all...]
extension_module.cc 11 #include "chrome/browser/profiles/profile.h"
14 return profile()->GetExtensionService()->extension_prefs();
26 ExtensionService* ext_service = profile()->GetExtensionService();
35 ExtensionService* ext_service = profile()->GetExtensionService();
  /external/chromium/chrome/browser/ui/
browser_init.h 20 class Profile;
24 // initialize the profile.
37 Profile* profile, int* return_code) {
38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code,
50 Profile* profile, int* return_code) {
51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile,
57 Profile* profile,
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 14 class Profile;
26 Profile* profile);
39 void set_profile(Profile* profile) { profile_ = profile; }
54 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder_factory.cc 10 #include "chrome/browser/profiles/profile.h"
36 Profile* profile = static_cast<Profile*>(context); local
38 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
40 ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
48 // Create this object when the profile is created so it fetches the token
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api_factory.cc 10 #include "chrome/browser/profiles/profile.h"
16 AutotestPrivateAPI* AutotestPrivateAPIFactory::GetForProfile(Profile* profile) {
18 GetServiceForBrowserContext(profile, true));
37 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry_factory.cc 10 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
43 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 15 #include "chrome/browser/profiles/profile.h"
53 Profile* profile,
57 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
58 : profile->GetPrefs();
68 if (PreferenceAPI::Get(profile)->DoesExtensionControlPref(
75 if (PreferenceAPI::Get(profile)->CanExtensionControlPref(extension_id,
85 Profile* profile,
92 ExtensionSystem::Get(profile)->event_router()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
image_loader_factory.cc 9 #include "chrome/browser/profiles/profile.h"
15 ImageLoader* ImageLoaderFactory::GetForProfile(Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/history/
top_sites.cc 36 TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) {
39 TopSitesLikelyImpl* top_sites_likely_impl = new TopSitesLikelyImpl(profile);
43 TopSitesImpl* top_sites_impl = new TopSitesImpl(profile);
  /external/chromium_org/chrome/browser/signin/
signin_tracker.h 13 class Profile;
67 // |profile|, and notifies the |observer| on status changes. |observer| must
69 SigninTracker(Profile* profile, Observer* observer);
78 static bool AreServiceTokensLoaded(Profile* profile);
80 // Returns the sign in state for |profile|. If the profile is not signed in,
84 static LoginState GetSigninState(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.h 12 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 extensions::Extension* GetThemeForProfile(Profile* profile);
44 content::BrowserContext* profile) const OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_install_ui_android.cc 9 #include "chrome/browser/profiles/profile.h"
27 ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) {
34 Profile* profile, const std::string& app_id) {
52 Profile* profile) {
  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_installer.cc 13 Profile* profile,
16 : WebstoreStartupInstaller(webstore_item_id, profile, true, callback),
17 profile_(profile),
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 17 class Profile;
28 // Returns true if this data is from the specified profile.
29 bool IsFromProfile(Profile* profile) const;
32 void Write(Profile* profile, ui::OSExchangeData* data) const;
42 void WriteToPickle(Profile* profile, Pickle* pickle) const;
45 // The profile we originated from.
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.h 21 class Profile;
29 const extensions::Extension* extension, Profile* profile);
42 // Updates the shortcut info for |extension| and |profile|.
44 Profile* profile,
51 Profile* profile,
  /external/chromium/chrome/browser/
background_contents_service.cc 21 #include "chrome/browser/profiles/profile.h"
51 CrashNotificationDelegate(Profile* profile, const Extension* extension)
52 : profile_(profile),
84 Profile* profile_;
91 void ShowBalloon(const Extension* extension, Profile* profile) {
102 new CrashNotificationDelegate(profile, extension));
103 g_browser_process->notification_ui_manager()->Add(notification, profile);
124 Profile* profile, const CommandLine* command_line
222 Profile* profile = Source<Profile>(source).ptr(); local
237 Profile* profile = Source<Profile>(source).ptr(); local
260 Profile* profile = Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 21 #include "chrome/browser/profiles/profile.h"
33 void ProfileLoadedCallback(base::Callback<void(Profile*)> callback,
34 Profile* profile,
35 Profile::CreateStatus status) {
36 if (status == Profile::CREATE_STATUS_INITIALIZED) {
37 callback.Run(profile);
42 DCHECK_EQ(Profile::CREATE_STATUS_CREATED, status);
61 // Check for the profile name in the profile info cache to ensure that w
72 Profile* profile = profile_manager->GetProfileByPath(full_path); local
191 Profile* profile = delegate_->ProfileForPath(profile_path); local
258 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath()); local
287 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath()); local
302 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath()); local
335 Profile* profile = content::Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 28 Profile* GetDefaultProfile() {
34 const AutofillProfile& profile) {
37 ConvertUTF8ToJavaString(env, profile.guid()).obj(),
38 ConvertUTF8ToJavaString(env, profile.origin()).obj(),
39 ConvertUTF16ToJavaString(env, profile.GetRawInfo(NAME_FULL)).obj(),
40 ConvertUTF16ToJavaString(env, profile.GetRawInfo(COMPANY_NAME)).obj(),
43 profile.GetRawInfo(ADDRESS_HOME_LINE1)).obj(),
46 profile.GetRawInfo(ADDRESS_HOME_LINE2)).obj(),
49 profile.GetRawInfo(ADDRESS_HOME_CITY)).obj(),
52 profile.GetRawInfo(ADDRESS_HOME_STATE)).obj()
189 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( local
205 AutofillProfile profile; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>

Completed in 1018 milliseconds

<<11121314151617181920>>