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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/signin/
fake_signin_manager.cc 10 #include "chrome/browser/profiles/profile.h"
26 content::BrowserContext* profile) {
32 FakeSigninManager::FakeSigninManager(Profile* profile)
34 new ChromeSigninManagerDelegate(profile))) {
62 content::Source<Profile>(profile_),
68 content::BrowserContext* profile) {
69 return new FakeSigninManager(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.cc 5 #include "chrome/browser/profiles/profile.h"
10 SyncStartupTracker::SyncStartupTracker(Profile* profile, Observer* observer)
11 : profile_(profile),
50 Profile* profile) {
52 if (!profile->IsSyncAccessible())
56 ProfileSyncServiceFactory::GetForProfile(profile);
59 if (!profile->IsSyncAccessible() || !service ||
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
22 Profile* profile) {
24 GetInstance()->GetServiceForBrowserContext(profile, true));
59 Profile* profile = Profile::FromBrowserContext(context); local
61 SyncFileSystemService* service = new SyncFileSystemService(profile);
64 new LocalFileSyncService(profile));
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.cc 7 #include "chrome/browser/profiles/profile.h"
47 Profile* profile = Profile::FromWebUI(web_ui); local
49 new syncfs_internals::SyncFileSystemInternalsHandler(profile));
51 new syncfs_internals::ExtensionStatusesHandler(profile));
53 new syncfs_internals::FileMetadataHandler(profile));
55 new syncfs_internals::DumpDatabaseHandler(profile));
56 content::WebUIDataSource::Add(profile,
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 15 #include "chrome/browser/profiles/profile.h"
30 // Register for notification when profile is destroyed to ensure that all
111 Profile* profile = content::Source<Profile>(source).ptr(); local
112 if (profile == most_recent_profile_)
136 // Get the profile associated with this view. If it's not found, use
137 // the most recent profile where accessibility events were sent, or
138 // the default profile.
139 Profile* profile = NULL local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
manage_profile_overlay.js 11 * Encapsulated handling of the 'Manage profile...' overlay page.
18 'manage-profile-overlay');
27 // Info about the currently managed/deleted profile.
30 // An object containing all known profile names.
44 options.ProfilesIconGrid.decorate($('manage-profile-icon-grid'));
45 options.ProfilesIconGrid.decorate($('create-profile-icon-grid'));
51 // Override the create-profile-ok and create-* keydown handlers, to avoid
52 // closing the overlay until we finish creating the profile.
53 $('create-profile-ok').onclick = function(event) {
57 $('create-profile-cancel').onclick = function(event)
    [all...]
  /external/chromium/chrome/browser/
chrome_content_browser_client.cc 12 #include "chrome/browser/profiles/profile.h"
31 Profile* profile,
34 ExtensionService* service = profile->GetExtensionService();
49 host->profile(),
50 host->profile()->GetRequestContextForPossibleApp(
54 new SearchProviderInstallStateMessageFilter(host->id(), host->profile()));
62 GURL ChromeContentBrowserClient::GetEffectiveURL(Profile* profile,
68 if (!profile || !profile->GetExtensionService()
    [all...]
default_encoding_combo_model.h 15 class Profile;
29 int GetSelectedEncodingIndex(Profile* profile);
mock_browsing_data_appcache_helper.cc 10 Profile* profile)
11 : BrowsingDataAppCacheHelper(profile) {
page_info_window.h 12 class Profile;
18 Profile* profile,
  /external/chromium/chrome/browser/extensions/
extension_idle_api.h 12 class Profile;
17 static void OnIdleStateChange(Profile* profile,
extension_install_dialog.h 15 class Profile;
19 void ShowExtensionInstallDialog(Profile* profile,
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
first_run_bubble_controller.mm 18 profile:(Profile*)profile;
26 profile:(Profile*)profile {
30 profile:profile];
35 profile:(Profile*)profile
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 5 #include "chrome/browser/profiles/profile.h"
9 string16 FindBarState::GetLastPrepopulateText(Profile* p) {
14 // Fall back to the original profile.
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.h 11 class Profile;
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
  /external/chromium/chrome/browser/ui/options/
options_util.h 11 class Profile;
18 static void ResetToDefaults(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_launch_utils.h 10 class Profile;
18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_factory.h 13 class Profile;
23 static RecommendationRestorer* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router.h 11 class Profile;
21 static NetworkingPrivateEventRouter* Create(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 21 class Profile;
31 // but will only route eventes within a profile to extension processes in the
32 // same profile.
41 explicit WindowsEventRouter(Profile* profile);
67 Profile* profile,
72 // The main profile that owns this event router.
73 Profile* profile_;
75 // The profile the currently focused window belongs to; either the main o
    [all...]
  /external/chromium_org/chrome/browser/extensions/
install_tracker_factory.h 12 class Profile;
20 static InstallTracker* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/signin/
scoped_gaia_auth_extension.cc 9 ScopedGaiaAuthExtension::ScopedGaiaAuthExtension(Profile* profile)
10 : profile_(profile) {
  /external/chromium_org/chrome/browser/predictors/
predictor_database.h 11 class Profile;
26 explicit PredictorDatabase(Profile* profile);
  /external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc 10 BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile)
11 : profile_(profile) {

Completed in 1327 milliseconds

<<11121314151617181920>>