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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 30 #include "chrome/browser/profiles/profile.h"
94 CrashNotificationDelegate(Profile* profile,
96 : profile_(profile),
150 Profile* profile_;
163 Profile* profile,
183 profile); local
189 void ShowBalloon(const Extension* extension, Profile* profile) {
343 Profile* profile = content::Source<Profile>(source).ptr(); local
368 Profile* profile = content::Source<Profile>(source).ptr(); local
385 Profile* profile = content::Source<Profile>(source).ptr(); local
412 Profile* profile = content::Source<Profile>(source).ptr(); local
    [all...]
background_contents_service.h 24 class Profile;
44 // BackgroundContentsService is owned by the profile, and is responsible for
56 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
93 // |frame_name| and |application_id| values, using the passed |profile| as the
98 Profile* profile,
108 void LoadBackgroundContentsForExtension(Profile* profile,
126 void StartObserving(Profile* profile)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 32 #profile-views {
42 .profile-launcher-view-tree-item > .icon {
52 .profile-sidebar-tree-item .icon {
56 .profile-sidebar-tree-item.small .icon {
60 .profile-group-sidebar-tree-item .icon {
64 .profile-view {
74 .profile-view.visible {
78 .profile-view .data-grid {
83 .profile-view .data-grid th.average-column {
87 .profile-view .data-grid td.average-column
    [all...]
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h 17 class Profile;
26 explicit EnterpriseExtensionObserver(Profile* profile);
37 Profile* profile_;
sms_observer.h 15 class Profile;
25 explicit SmsObserver(Profile* profile);
43 Profile* profile_;
  /external/chromium/chrome/browser/extensions/
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_policy_extension_loader.h 17 class Profile;
26 explicit ExternalPolicyExtensionLoader(Profile* profile);
44 Profile* profile_;
  /external/chromium/chrome/browser/profiles/
profile.h 5 // This class gathers state related to a single user profile.
128 Profile {
130 // Profile services are accessed with the following parameter. This parameter
133 // result in persistent implicit records while using an OffTheRecord profile.
134 // This flag allows the profile to perform an additional check.
149 // in the profile, as part of Chrome's implicit data logging. Use this flag
157 // Called when creation of the profile is finished.
158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
164 // Key used to bind profile to the widget with which it is associated
    [all...]
profile_manager_unittest.cc 12 #include "chrome/browser/profiles/profile.h"
28 Profile* g_created_profile;
61 MOCK_METHOD1(OnProfileCreated, void(Profile* profile));
73 // Also will test profile deletion.
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
83 Profile* profile; local
85 // Successfully create a profile.
86 profile = profile_manager_->GetProfile(dest_path)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.h 14 class Profile;
20 explicit OverflowButton(Profile* profile);
33 Profile* profile_;
  /external/chromium/chrome/browser/ui/options/
options_page_base.cc 16 OptionsPageBase::OptionsPageBase(Profile* profile)
17 : profile_(profile) {
25 UserMetrics::RecordAction(action, profile());
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.h 14 class Profile;
21 explicit InstantConfirmView(Profile* profile);
36 Profile* profile_;
  /external/chromium_org/chrome/browser/android/
new_tab_page_prefs.h 10 #include "chrome/browser/profiles/profile.h"
14 explicit NewTabPagePrefs(Profile* profile);
44 Profile* profile_; // weak
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.cc 19 #include "chrome/browser/profiles/profile.h"
31 void LaunchAppWithId(Profile* profile,
34 ExtensionSystem::Get(profile)->extension_service();
43 extensions::AppEventRouter::DispatchOnLaunchedEvent(profile, extension);
48 void HandleAppLaunchForMetroRestart(Profile* profile) {
53 // This will be called for each profile that had a browser window open before
55 // profile that is starting up matches the profile that initially wanted t
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter_factory.h 13 class Profile;
22 static InstallLimiter* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_first_run_notification.h 15 class Profile;
26 // Invoked when the user profile is prepared. Show the notification for
29 void UserProfilePrepared(Profile* user_profile);
33 void OnDismissed(Profile* user_profile);
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api_factory.h 11 class Profile;
18 static AutotestPrivateAPI* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_factory.h 11 class Profile;
19 static BluetoothAPI* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api_factory.h 11 class Profile;
21 static DeveloperPrivateAPI* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry_factory.h 11 class Profile;
20 static SuggestedLinksRegistry* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager_factory.h 11 class Profile;
18 static IdleManager* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 15 #include "chrome/browser/profiles/profile.h"
54 Profile* profile,
58 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
59 : profile->GetPrefs();
69 if (PreferenceAPI::Get(profile)->DoesExtensionControlPref(
76 if (PreferenceAPI::Get(profile)->CanExtensionControlPref(extension_id,
86 Profile* profile,
93 ExtensionSystem::Get(profile)->event_router()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.h 13 // A Profile-scoped object which is registered as an observer of EventRouter
21 explicit SystemInfoAPI(Profile* profile);
40 Profile* profile_;
  /external/chromium_org/chrome/browser/extensions/
browsertest_util.h 10 class Profile;
17 // an empty string if |extension_id| isn't installed in |profile| or doesn't
19 std::string ExecuteScriptInBackgroundPage(Profile* profile,
extension_installer.cc 9 #include "chrome/browser/profiles/profile.h"
15 ExtensionInstaller::ExtensionInstaller(Profile* profile)
17 profile_(profile),

Completed in 980 milliseconds

<<11121314151617181920>>