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

<<11121314151617181920>>

  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.h 15 BrowserFrameChromeos(BrowserView* browser_view, Profile* profile);
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 15 class Profile;
32 // Called after profile is loaded and prepared for the session.
33 virtual void OnProfilePrepared(Profile* profile) = 0;
45 static void DoBrowserLaunch(Profile* profile);
49 // Loads and prepares profile for the session. Fires |delegate| in the end.
77 Profile* profile,
82 Profile* profile
    [all...]
  /external/chromium/chrome/browser/chromeos/
update_observer.h 14 class Profile;
23 explicit UpdateObserver(Profile* 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_idle_api.h 12 class Profile;
17 static void OnIdleStateChange(Profile* profile,
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(
notifications_apitest.cc 9 #include "chrome/browser/profiles/profile.h"
20 DesktopNotificationServiceFactory::GetForProfile(browser()->profile())
  /external/chromium/chrome/browser/
mock_browsing_data_appcache_helper.h 15 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
page_info_window.h 12 class Profile;
18 Profile* profile,
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 9 class Profile;
29 Profile* profile) = 0;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 26 Profile* profile_; // weak
47 profile:(Profile*)profile
50 profile:(Profile*)profile
  /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/omnibox/
location_bar_util.h 11 class Profile;
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
  /external/chromium_org/apps/
app_load_service_factory.cc 12 #include "chrome/browser/profiles/profile.h"
18 AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
40 content::BrowserContext* profile) const {
41 return new AppLoadService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/background/
background_contents_service_factory.cc 11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
40 content::BrowserContext* profile) const {
41 return new BackgroundContentsService(static_cast<Profile*>(profile),
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper_unittest.cc 18 TestingProfile profile; local
24 new CannedBrowsingDataDatabaseHelper(&profile));
34 TestingProfile profile; local
41 new CannedBrowsingDataDatabaseHelper(&profile));
browsing_data_local_storage_helper_unittest.cc 18 TestingProfile profile; local
23 new CannedBrowsingDataLocalStorageHelper(&profile));
33 TestingProfile profile; local
39 new CannedBrowsingDataLocalStorageHelper(&profile));
mock_browsing_data_appcache_helper.h 14 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.cc 10 #include "chrome/browser/profiles/profile.h"
52 void WaitUntilDriveMountPointIsAdded(Profile* profile) {
53 DCHECK(profile);
64 profile);
71 if (content::BrowserContext::GetMountPoints(profile)->
file_browser_handlers.h 20 class Profile;
49 Profile* profile,
56 Profile* profile,
65 Profile* profile,
74 Profile* 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()->
media_player_event_router.h 10 class Profile;
17 explicit MediaPlayerEventRouter(Profile* profile);
33 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 14 class Profile;
29 // Called after profile is loaded and prepared for the session.
30 virtual void OnProfilePrepared(Profile* profile) = 0;
33 // Called after post-profile RLZ initialization.
34 virtual void OnRlzInitialized(Profile* profile) {}
59 virtual void DoBrowserLaunch(Profile* profile,
62 // Loads and prepares profile for the session. Fires |delegate| in the end
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.cc 21 #include "chrome/browser/profiles/profile.h"
33 // Subdirectory in the user's profile for storing legacy user policies.
40 // a directory inside the profile directory where other resources are stored.
42 // Directory under kPolicy, in the user's profile dir, where external policy
61 Profile* profile) {
62 return GetInstance()->GetManagerForProfile(profile);
68 Profile* profile,
70 return GetInstance()->CreateManagerForProfile(profile, force_immediate_load)
173 Profile* profile = static_cast<Profile*>(context); local
183 Profile* profile = static_cast<Profile*>(context); local
    [all...]
user_cloud_policy_manager_factory_chromeos.h 14 class Profile;
25 // for UserCloudPolicyManagerChromeOS instances that initialize per-profile
30 // Therefore, lifetime of instances is managed by Profile, Profile startup code
45 // |profile|.
46 static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
48 // Creates an instance for |profile|. Note that the caller is responsible for
55 Profile* profile,
    [all...]

Completed in 486 milliseconds

<<11121314151617181920>>