OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileHelper
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc
32
//
ProfileHelper
, public
34
ProfileHelper
::
ProfileHelper
()
38
ProfileHelper
::~
ProfileHelper
() {
46
Profile*
ProfileHelper
::GetProfileByUserIdHash(
53
base::FilePath
ProfileHelper
::GetProfilePathByUserIdHash(
69
base::FilePath
ProfileHelper
::GetProfileDirByLegacyLoginProfileSwitch() {
77
profile_dir =
ProfileHelper
::GetUserProfileDir(login_profile_value);
83
Profile*
ProfileHelper
::GetSigninProfile()
[
all
...]
profile_helper_browsertest.cc
38
void ActiveUserChanged(
ProfileHelper
* profile_helper,
45
ProfileHelper
profile_helper;
60
ProfileHelper
::GetProfileDirByLegacyLoginProfileSwitch().value());
65
ProfileHelper
::GetProfileDirByLegacyLoginProfileSwitch().value());
70
ProfileHelper
::GetProfileDirByLegacyLoginProfileSwitch().value());
74
ProfileHelper
profile_helper;
profile_helper.h
33
class
ProfileHelper
: public BrowsingDataRemover::Observer,
37
ProfileHelper
();
38
virtual ~
ProfileHelper
();
107
DISALLOW_COPY_AND_ASSIGN(
ProfileHelper
);
avatar_menu_chromeos.cc
19
chromeos::
ProfileHelper
::GetUserIdHashFromProfile(profile);
profile_list_chromeos.cc
51
ProfileHelper
::GetProfilePathByUserIdHash((*it)->username_hash()));
/external/chromium_org/chrome/browser/
browser_process_platform_part_chromeos.h
15
class
ProfileHelper
;
36
// Returns the
ProfileHelper
instance that is used to identify
38
virtual chromeos::
ProfileHelper
* profile_helper();
51
scoped_ptr<chromeos::
ProfileHelper
> profile_helper_;
browser_process_platform_part_chromeos.cc
40
chromeos::
ProfileHelper
* BrowserProcessPlatformPart::profile_helper() {
50
profile_helper_.reset(new chromeos::
ProfileHelper
());
/external/chromium_org/chrome/browser/chromeos/login/
auth_prewarmer.cc
29
content::Source<Profile>(
ProfileHelper
::GetSigninProfile()))) {
33
content::Source<Profile>(
ProfileHelper
::GetSigninProfile()));
60
content::Source<Profile>(
ProfileHelper
::GetSigninProfile()));
82
content::Source<Profile>(
ProfileHelper
::GetSigninProfile()));
119
return
ProfileHelper
::GetSigninProfile()->GetRequestContext();
help_app_launcher.cc
41
Profile* profile =
ProfileHelper
::GetSigninProfile();
mount_manager.cc
22
return
ProfileHelper
::GetProfilePathByUserIdHash(user_hash);
login_performer.cc
177
ProfileHelper
::GetSigninProfile()->GetRequestContext(),
300
Profile* profile =
ProfileHelper
::GetSigninProfile();
316
Profile* profile =
ProfileHelper
::GetSigninProfile();
captive_portal_window_proxy.cc
111
new CaptivePortalView(
ProfileHelper
::GetSigninProfile(), this));
login_web_dialog.cc
64
ProfileHelper
::GetSigninProfile(),
/external/chromium_org/chrome/browser/chromeos/policy/
user_network_configuration_updater_factory.cc
67
if (chromeos::
ProfileHelper
::IsSigninProfile(profile))
login_screen_default_policy_browsertest.cc
150
login_profile_ = chromeos::
ProfileHelper
::GetSigninProfile();
184
chromeos::
ProfileHelper
::GetSigninProfile());
190
chromeos::
ProfileHelper
::GetSigninProfile());
recommendation_restorer.cc
33
if (!chromeos::
ProfileHelper
::IsSigninProfile(profile))
user_cloud_policy_manager_chromeos.cc
276
Profile* signin_profile = chromeos::
ProfileHelper
::GetSigninProfile();
user_cloud_policy_manager_factory_chromeos.cc
120
if (chromeos::
ProfileHelper
::IsSigninProfile(profile))
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_apitest.cc
31
using chromeos::
ProfileHelper
;
276
ProfileHelper
::GetSigninProfile()->IsSameProfile(
278
<<
ProfileHelper
::GetSigninProfile()->GetDebugName() << " vs. "
282
BrailleDisplayPrivateAPI signin_api(
ProfileHelper
::GetSigninProfile());
braille_display_private_api.cc
86
active_profile = chromeos::
ProfileHelper
::GetSigninProfile();
/external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc
243
ProfileHelper
::IsSigninProfile(previous_profile) &&
245
!
ProfileHelper
::IsSigninProfile(current_profile)) ||
252
const PrefService::Preference* pref =
ProfileHelper
::GetSigninProfile()->
500
if (
ProfileHelper
::IsSigninProfile(profile_)) {
543
Profile* signin_profile =
ProfileHelper
::GetSigninProfile();
812
if (
ProfileHelper
::IsSigninProfile(profile))
magnification_manager.cc
212
if (
ProfileHelper
::IsSigninProfile(profile))
/external/chromium_org/chrome/browser/policy/
profile_policy_connector_factory.cc
100
if (!chromeos::
ProfileHelper
::IsSigninProfile(profile)) {
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc
41
Profile* default_profile =
ProfileHelper
::GetSigninProfile();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc
115
if (!
ProfileHelper
::IsSigninProfile(profile)) {
Completed in 589 milliseconds
1
2