HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 651 - 675 of 7885) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_ui.cc 7 #include "chrome/browser/profiles/profile.h"
71 Profile* profile = Profile::FromWebUI(web_ui); local
73 profile,
83 Profile* profile = Profile::FromWebUI(web_ui); local
85 profile,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
inline_login_handler_chromeos.cc 8 #include "chrome/browser/profiles/profile.h"
41 Profile* profile = Profile::FromWebUI(web_ui_); variable
43 ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
64 Profile* profile = Profile::FromWebUI(web_ui()); local
80 profile, GURL(chrome::kChromeUIChromeSigninURL))
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
extension_statuses_handler.cc 14 #include "chrome/browser/profiles/profile.h"
63 ExtensionStatusesHandler::ExtensionStatusesHandler(Profile* profile)
64 : profile_(profile),
78 Profile* profile,
80 DCHECK(profile);
83 SyncFileSystemServiceFactory::GetForProfile(profile);
90 extensions::ExtensionSystem::Get(profile)->extension_service();
  /external/chromium_org/extensions/browser/api/storage/
settings_test_util.h 39 // Creates an extension with |id| and adds it to the registry for |profile|.
40 scoped_refptr<const Extension> AddExtensionWithId(Profile* profile,
45 // the registry for |profile|.
47 Profile* profile,
55 explicit MockExtensionSystem(Profile* profile);
66 // A Profile which returns an ExtensionSystem with enough functionality for
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.h 8 * of the ICC profile data; it just knows how to put the profile data into
29 * This routine writes the given ICC profile data into a JPEG file.
42 * Reading a JPEG file that may contain an ICC profile requires two steps:
49 * whether there was a profile and obtain it if so.
54 * Prepare for reading an ICC profile
61 * See if there was an ICC profile in the JPEG file being read;
62 * if so, reassemble and return the profile data.
64 * TRUE is returned if an ICC profile was found, FALSE if not.
  /external/chromium_org/third_party/mesa/src/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/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/android/
recently_closed_tabs_bridge.h 14 class Profile;
20 explicit RecentlyClosedTabsBridge(Profile* profile);
55 // The profile whose recently closed tabs are being monitored.
56 Profile* profile_;
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h 18 class Profile;
26 // DriveAppInfo into the given profile.
32 DriveAppConverter(Profile* profile,
59 Profile* profile_;
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
17 EphemeralAppServiceFactory::GetForProfile(Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
39 return new EphemeralAppService(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.h 14 class Profile;
22 Profile* profile,
41 // The Profile associated with our renderer process. This should only be
43 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.cc 11 #include "chrome/browser/profiles/profile.h"
20 FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) {
22 GetInstance()->GetServiceForBrowserContext(profile, true));
46 return new FileBrowserPrivateAPI(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 15 #include "chrome/browser/profiles/profile.h"
34 base::FilePath GetDownloadsFolderForProfile(Profile* profile) {
35 // On non-ChromeOS system (test+development), the primary profile uses
41 profile->GetOriginalProfile());
47 return profile->GetPath().AppendASCII(kDownloadsFolderName);
50 bool MigratePathFromOldFormat(Profile* profile,
58 // default value set in DownloadPrefs::RegisterProfilePrefs in profile-unaware
64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service_factory.cc 41 content::BrowserContext* profile) const {
43 Profile::FromBrowserContext(profile),
44 extensions::ExtensionRegistry::Get(Profile::FromBrowserContext(profile)));
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mock_authenticator.h 14 class Profile;
26 virtual void CompleteLogin(Profile* profile,
28 virtual void AuthenticateToLogin(Profile* profile,
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter_factory.cc 9 #include "chrome/browser/profiles/profile.h"
26 Profile* profile) {
28 GetInstance()->GetServiceForBrowserContext(profile, true));
47 return new SAMLOfflineSigninLimiter(static_cast<Profile*>(context),
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_xhr_request_waiter.h 18 class Profile;
25 Profile* profile,
35 Profile* user_profile,
44 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_factory.h 16 class Profile;
24 static OwnerSettingsService* GetForProfile(Profile* profile);
28 // Sets name of the user supposed to be an owner. If profile
30 // sent. Otherwise, owner key will be reloaded as soon as profile will
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc 43 scoped_ptr<TestingProfile> profile = profile_builder.Build(); local
44 // Trigger early creation of off-the-record profile.
45 EXPECT_TRUE(profile->GetOffTheRecordProfile());
48 cookies_helpers::GetStoreIdFromProfile(profile.get()));
49 EXPECT_EQ(profile.get(),
51 "0", profile.get(), true));
52 EXPECT_EQ(profile.get(),
54 "0", profile.get(), false));
55 EXPECT_EQ(profile->GetOffTheRecordProfile(),
57 "1", profile.get(), true))
110 TestingProfile profile; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service_nonchromeos.cc 9 #include "chrome/browser/profiles/profile.h"
44 Profile* profile = ProfileManager::GetLastUsedProfile(); local
45 if (!profile)
48 SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_service_client_factory.cc 8 #include "chrome/browser/profiles/profile.h"
18 NetworkingPrivateServiceClientFactory::GetForProfile(Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
41 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.h 13 class Profile;
28 Profile* profile,
39 Profile* profile,
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.cc 13 #include "chrome/browser/profiles/profile.h"
26 WindowsEventRouter::WindowsEventRouter(Profile* profile)
27 : profile_(profile),
30 DCHECK(!profile->IsOffTheRecord());
52 if (!profile_->IsSameProfile(window_controller->profile()))
59 DispatchEvent(windows::OnCreated::kEventName, window_controller->profile(),
65 if (!profile_->IsSameProfile(window_controller->profile()))
72 window_controller->profile(),
103 // dispatch WINDOW_ID_NONE to extensions whose profile lost focus tha
    [all...]
  /external/chromium_org/chrome/browser/extensions/
default_apps.h 12 class Profile;
41 // profile.
44 Provider(Profile* profile,
58 Profile* profile_;
devtools_util.cc 8 #include "chrome/browser/profiles/profile.h"
28 void InspectBackgroundPage(const Extension* extension, Profile* profile) {
30 ExtensionSystem* system = ExtensionSystem::Get(profile);
37 profile,

Completed in 1181 milliseconds

<<21222324252627282930>>