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

<<21222324252627282930>>

  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.cc 42 HtmlDialogWithoutContextMenuView(Profile* profile,
44 : HtmlDialogView(profile, delegate) {}
60 Profile* profile; local
64 profile = browser->profile();
66 profile = ProfileManager::GetDefaultProfile();
69 profile, new SimDialogDelegate(mode));
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 11 #include "chrome/browser/profiles/profile.h"
118 Profile* profile,
124 DCHECK(profile);
125 RegisterPrefsObserver(profile);
204 Profile* profile,
206 DCHECK(!profile->IsOffTheRecord());
208 profile,
215 Profile* profile, const ProfileIOData* profile_io_data)
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.cc 11 #include "chrome/browser/profiles/profile.h"
25 Profile* profile) {
27 GetInstance()->GetServiceForBrowserContext(profile, true).get());
32 PluginPrefsFactory::CreateForTestingProfile(content::BrowserContext* profile) {
34 GetInstance()->BuildServiceInstanceFor(profile).get());
47 Profile* profile = static_cast<Profile*>(context); local
49 plugin_prefs->set_profile(profile->GetOriginalProfile())
    [all...]
plugin_status_pref_setter.cc 13 #include "chrome/browser/profiles/profile.h"
31 Profile* profile,
34 profile->GetPrefs(), observer);
36 profile->GetPrefs(), observer);
37 profile_ = profile;
39 content::Source<Profile>(profile));
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_mac.cc 83 Profile* profile = proxy_->GetProfile(); local
84 DCHECK(profile);
85 return profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck);
109 Profile* profile = proxy_->GetProfile(); local
110 DCHECK(profile);
113 profile->GetPrefs()->SetBoolean(
115 !profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck));
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.cc 11 #include "chrome/browser/profiles/profile.h"
27 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
29 GetInstance()->GetServiceForBrowserContext(profile, true));
34 Profile* profile) {
35 std::string id = GetForProfile(profile)->GetThemeID();
39 return profile->GetExtensionService()->GetExtensionById(id, false);
55 content::BrowserContext* profile) const {
64 provider->Init(static_cast<Profile*>(profile))
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 8 #include "chrome/browser/profiles/profile.h"
30 Profile* profile = browser->profile(); local
33 if (profile->IsOffTheRecord() || !web_contents)
39 new SessionCrashedInfoBarDelegate(infobar_service, profile)));
44 Profile* profile)
48 profile_(profile) {
98 SessionRestore::RestoreSession(browser->profile(), browser
    [all...]
  /external/oprofile/libpp/
populate.cpp 15 #include "profile.h"
33 populate_from_files(profile_t & profile, op_bfd const & abfd,
46 profile.add_sample_file(it->sample_filename);
47 profile.set_offset(abfd);
91 profile_t profile; local
92 if (populate_from_files(profile, abfd, it->files)) {
93 header = profile.get_header();
94 samples.add(profile, abfd, it->app_image, i);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 16 #include "chrome/browser/profiles/profile.h"
38 extensions::ExtensionBluetoothEventRouter* GetEventRouter(Profile* profile) {
39 return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router();
53 const char kPermissionDenied[] = "Permission to add profile denied.";
57 "This profile has already been registered";
58 const char kProfileNotFound[] = "Profile not found: invalid uuid";
59 const char kProfileRegistrationFailed[] = "Profile registration failed";
82 BluetoothAPI* BluetoothAPI::Get(Profile* profile) {
    [all...]
  /external/chromium/chrome/browser/
accessibility_events.h 14 class Profile;
18 // listeners. Will not send if the profile's pause level is nonzero
19 // (using profile->PauseAccessibilityEvents).
37 Profile* profile() const { return profile_; } function in class:AccessibilityControlInfo
42 AccessibilityControlInfo(Profile* profile, const std::string& control_name);
44 // The profile this control belongs to.
45 Profile* profile_;
55 AccessibilityWindowInfo(Profile* profile, const std::string& window_name)
    [all...]
browser_url_handler.cc 10 #include "chrome/browser/profiles/profile.h"
17 static bool HandleViewSource(GURL* url, Profile* profile) {
49 static bool ReverseViewSource(GURL* url, Profile* profile) {
64 static bool HandleWebUI(GURL* url, Profile* profile) {
65 if (!ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, *url))
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_incognito_apitest.cc 10 #include "chrome/browser/profiles/profile.h"
29 browser()->profile(),
33 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
67 browser()->profile(),
71 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
85 // accidentially create and incognito profile.
87 ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
90 ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
103 browser()->profile(),
122 catcher.RestrictToProfile(browser()->profile());
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.cc 14 #include "chrome/browser/profiles/profile.h"
33 static ExtensionActionManager* GetForProfile(Profile* profile) {
35 GetInstance()->GetServiceForBrowserContext(profile, true));
50 content::BrowserContext* profile) const OVERRIDE {
51 return new ExtensionActionManager(static_cast<Profile*>(profile));
67 ExtensionActionManager::ExtensionActionManager(Profile* profile)
68 : profile_(profile) {
    [all...]
extension_web_ui.h 15 class Profile;
54 static void RegisterChromeURLOverrides(Profile* profile,
56 static void UnregisterChromeURLOverrides(Profile* profile,
59 Profile* profile,
68 Profile* profile,
76 Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc 15 #include "chrome/browser/profiles/profile.h"
29 Profile* profile) : UserPolicySigninServiceBase(profile) {
30 if (profile->GetPrefs()->GetBoolean(prefs::kDisableCloudPolicyOnSignin))
39 TokenServiceFactory::GetForProfile(profile)));
44 DCHECK(!TokenServiceFactory::GetForProfile(profile)->HasOAuthLoginToken());
73 profile()->GetRequestContext(),
101 if (profile()->IsManaged()) {
108 if (!GetManager() || !SigninManagerFactory::GetForProfile(profile())) {
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_functional_browsertest.cc 33 BrowserContext::GetDownloadManager(browser->profile());
48 BrowserContext::GetDownloadManager(browser()->profile());
63 browser()->profile()->GetPrefs()->SetFilePath(
103 browser()->profile()->GetPrefs()->Set(prefs::kDefaultContentSettings,
122 EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
129 browser()->profile()->GetPrefs()->SetBoolean(prefs::kWebKitJavascriptEnabled,
140 EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
142 browser()->profile()->GetPrefs()->SetBoolean(prefs::kNetworkPredictionEnabled,
144 EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean(
151 EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc 11 #include "chrome/browser/profiles/profile.h"
25 Profile* profile = reinterpret_cast<Profile*>(profile_ptr); local
26 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
28 profile->GetPrefs()->SetBoolean(prefs::kUsedPolicyCertificatesOnce, true);
32 void* profile) {
36 base::Bind(&TaintProfile, profile));
40 void CallbackWrapper(void* profile,
46 MaybeTaintProfile(*verify_result, profile);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_crx_util.cc 15 #include "chrome/browser/profiles/profile.h"
39 Profile* profile,
51 Browser* browser = chrome::FindLastActiveWithProfile(profile,
55 profile, active_desktop));
73 Profile* profile,
77 ExtensionService* service = extensions::ExtensionSystem::Get(profile)->
84 CreateExtensionInstallPrompt(profile, download_item),
91 if (OffStoreInstallAllowedByPrefs(profile, download_item))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.h 19 class Profile;
40 // You can use Profile::PauseAccessibilityEvents to prevent a flurry
89 Profile* profile);
93 Profile* profile);
97 Profile* profile);
101 Profile* profile);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 10 #include "chrome/browser/profiles/profile.h"
20 void BookmarkFolderEditorController::Show(Profile* profile,
26 new BookmarkFolderEditorController(profile, wnd, node, index, type);
30 Profile* profile,
35 : profile_(profile),
36 model_(profile->GetBookmarkModel()),
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 20 class Profile;
42 Profile* profile,
75 Profile* profile,
98 static WebPreferences GetWebkitPrefs(Profile* profile, bool is_web_ui);
100 static void UpdateInspectorSetting(Profile* profile,
103 static void ClearInspectorSettings(Profile* profile)
    [all...]
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 7 #include "chrome/browser/profiles/profile.h"
33 Profile* profile = browser_view_->browser()->profile(); local
34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile);
38 profile->IsOffTheRecord() ?
42 profile->IsOffTheRecord() ?
  /external/chromium_org/apps/
app_lifetime_monitor.h 21 class Profile;
34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
36 virtual void OnAppActivated(Profile* profile,
39 virtual void OnAppDeactivated(Profile* profile,
42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
45 // so there is no associated profile and app id
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc 30 void Init(Profile* profile) {
32 window_registry_ = ShellWindowRegistry::Get(profile);
59 void InitAppSession(Profile* profile, const std::string& app_id) {
62 app_window_watcher.Get().Init(profile);
66 KioskAppUpdateServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle_browsertest.cc 14 #include "chrome/browser/profiles/profile.h"
43 ManagedUserServiceFactory::GetForProfile(browser()->profile());
51 Profile* profile = browser()->profile(); local
53 policy::ProfilePolicyConnectorFactory::GetForProfile(profile);
63 WebContents::Create(WebContents::CreateParams(profile)));

Completed in 440 milliseconds

<<21222324252627282930>>