HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 476 - 500 of 7858) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h 19 class Profile;
33 Profile* profile,
57 Profile* profile_;
72 // Returns the KioskAppUpdateService for |profile|, creating it if it is not
74 static KioskAppUpdateService* GetForProfile(Profile* profile);
87 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.h 17 class Profile;
28 explicit ExtensionActionManager(Profile* profile);
31 // Returns this profile's ExtensionActionManager. One instance is
32 // shared between a profile and its incognito version.
33 static ExtensionActionManager* Get(Profile* profile);
52 Profile* profile_;
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
42 Profile* profile) {
44 GetInstance()->GetServiceForBrowserContext(profile, true));
54 content::BrowserContext* profile) const {
55 return new UserPolicySigninService(static_cast<Profile*>(profile));
60 // Create this object when the profile is created so it can track any
  /external/chromium_org/chrome/browser/profiles/
incognito_helpers.cc 7 #include "chrome/browser/profiles/profile.h"
13 return static_cast<Profile*>(context)->GetOriginalProfile();
  /external/chromium_org/chrome/browser/sessions/
session_restore_android.cc 9 #include "chrome/browser/profiles/profile.h"
27 Profile* profile = Profile::FromBrowserContext(context); local
28 TabModel* tab_model = TabModelList::GetTabModelWithProfile(profile);
32 session_tab.navigations, profile);
46 Profile* profile,
  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 14 class Profile;
33 SigninGlobalError(Profile* profile);
63 // Returns the SigninGlobalError instance for the given profile.
64 static SigninGlobalError* GetForProfile(Profile* profile);
73 // The Profile this object belongs to.
74 Profile* profile_;
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.h 16 Profile* profile,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.cc 7 #include "chrome/browser/profiles/profile.h"
15 static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm 30 Profile* profile,
40 Profile* profile,
43 : ExtensionUninstallDialog(profile, browser, delegate) {}
76 Profile* profile,
79 return new ExtensionUninstallDialogCocoa(profile, browser, delegate);
  /external/chromium_org/chromeos/network/
network_profile_observer.h 18 virtual void OnProfileAdded(const NetworkProfile& profile) = 0;
19 virtual void OnProfileRemoved(const NetworkProfile& profile) = 0;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 32 #profile-views {
50 .profile-launcher-view-tree-item > .icon {
55 .profile-sidebar-tree-item .icon {
59 .profile-sidebar-tree-item.small .icon {
63 .profile-group-sidebar-tree-item .icon {
67 .profile-view {
77 .profile-view.visible {
81 .profile-view .data-grid {
86 .profile-view .data-grid th.average-column {
90 .profile-view .data-grid td.average-column
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
profile_creator.py 6 """Base class for an object that constructs a Chrome profile."""
12 """Fill in the profile in question."""
  /external/chromium_org/ui/gfx/
color_profile.cc 10 void ReadColorProfile(std::vector<char>* profile);
12 void ReadColorProfile(std::vector<char>* profile) { }
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 7 #include "chrome/browser/profiles/profile.h"
34 Profile* profile = Source<Profile>(source).ptr(); local
35 if (profile) {
36 ExtensionService* service = profile->GetExtensionService();
  /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) {
dom_browser.cc 14 DOMBrowser::DOMBrowser(Profile* profile)
15 : Browser(Browser::TYPE_NORMAL, profile) {
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) {
23 DOMBrowser* browser = new DOMBrowser(profile);
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_apitest.cc 11 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = browser()->profile(); local
32 BookmarkModel* model = profile->GetBookmarkModel();
41 profile->GetPrefs()->SetBoolean(prefs::kEditBookmarksEnabled, false);
extension_message_handler.cc 8 #include "chrome/browser/profiles/profile.h"
36 Profile* profile = render_view_host()->process()->profile(); local
37 if (profile->GetExtensionMessageService()) {
38 profile->GetExtensionMessageService()->PostMessageFromRenderer(
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 9 #include "chrome/browser/profiles/profile.h"
16 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) {
17 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton());
22 GtkThemeService::GetFrom(profile)->InitThemesFor(this);
  /external/chromium/chrome/browser/ui/webui/
theme_source.h 13 class Profile;
18 explicit ThemeSource(Profile* profile);
39 // The original profile (never an OTR profile).
40 Profile* profile_;
  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.h 13 class Profile;
29 // Listens for the Profile's destruction notification and cleans up the
33 // Returns the WhitelistManager for |profile|, creating it if
35 static WhitelistManager* GetForProfile(Profile* profile);
47 content::BrowserContext* profile) const OVERRIDE;
personal_data_manager_factory.h 13 class Profile;
29 // Listens for the Profile's destruction notification and cleans up the
33 // Returns the PersonalDataManager for |profile|, creating it if it is not
35 static PersonalDataManager* GetForProfile(Profile* profile);
47 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_factory.h 13 class Profile;
20 // Profiles. Listens for the Profile's destruction notification and cleans up
25 // Returns the CaptivePortalService for |profile|.
26 static CaptivePortalService* GetForProfile(Profile* profile);
40 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_browsertest.cc 8 #include "chrome/browser/profiles/profile.h"
22 browser()->profile()));
30 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, false);
34 browser()->profile());
39 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, true);
43 browser()->profile());
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_event_router.cc 16 #include "chrome/browser/profiles/profile.h"
31 Profile *profile = ProfileManager::GetDefaultProfile(); local
33 extensions::ExtensionSystem::Get(profile)->event_router();
47 event->restrict_to_profile = profile;
48 extensions::ExtensionSystem::Get(profile)->event_router()->

Completed in 1804 milliseconds

<<11121314151617181920>>