OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnerSettingsServiceChromeOSFactory
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.h
25
class
OwnerSettingsServiceChromeOSFactory
30
static
OwnerSettingsServiceChromeOSFactory
* GetInstance();
38
friend struct DefaultSingletonTraits<
OwnerSettingsServiceChromeOSFactory
>;
40
OwnerSettingsServiceChromeOSFactory
();
41
virtual ~
OwnerSettingsServiceChromeOSFactory
();
54
DISALLOW_COPY_AND_ASSIGN(
OwnerSettingsServiceChromeOSFactory
);
owner_settings_service_chromeos_factory.cc
18
OwnerSettingsServiceChromeOSFactory
::
OwnerSettingsServiceChromeOSFactory
()
24
OwnerSettingsServiceChromeOSFactory
::~
OwnerSettingsServiceChromeOSFactory
() {
29
OwnerSettingsServiceChromeOSFactory
::GetForProfile(Profile* profile) {
35
OwnerSettingsServiceChromeOSFactory
*
36
OwnerSettingsServiceChromeOSFactory
::GetInstance() {
37
return Singleton<
OwnerSettingsServiceChromeOSFactory
>::get();
41
OwnerSettingsServiceChromeOSFactory
::GetOwnerKeyUtil() {
51
void
OwnerSettingsServiceChromeOSFactory
::SetOwnerKeyUtilForTesting
[
all
...]
owner_settings_service_chromeos.h
71
friend class
OwnerSettingsServiceChromeOSFactory
;
/external/chromium_org/chrome/browser/chromeos/login/auth/
chrome_cryptohome_authenticator.cc
50
OwnerSettingsServiceChromeOSFactory
::GetInstance()->GetOwnerKeyUtil(),
cryptohome_authenticator_unittest.cc
139
OwnerSettingsServiceChromeOSFactory
::GetInstance()
[
all
...]
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.cc
200
OwnerSettingsServiceChromeOSFactory
::GetInstance()->SetOwnerKeyUtilForTesting(
253
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile_.get());
session_manager_operation_unittest.cc
47
OwnerSettingsServiceChromeOSFactory
::GetInstance()
57
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile_.get());
device_settings_service_unittest.cc
501
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile_.get());
546
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile_.get());
603
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile_.get());
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
227
chromeos::
OwnerSettingsServiceChromeOSFactory
::GetInstance();
/external/chromium_org/chrome/browser/ui/webui/
flags_ui.cc
296
chromeos::
OwnerSettingsServiceChromeOSFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc
192
OwnerSettingsServiceChromeOSFactory
::GetInstance()->GetOwnerKeyUtil());
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc
62
OwnerSettingsServiceChromeOSFactory
::GetInstance()->GetOwnerKeyUtil();
Completed in 1678 milliseconds