OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AboutSigninInternalsFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.h
16
class
AboutSigninInternalsFactory
: public BrowserContextKeyedServiceFactory {
22
// Returns an instance of the
AboutSigninInternalsFactory
singleton.
23
static
AboutSigninInternalsFactory
* GetInstance();
30
friend struct DefaultSingletonTraits<
AboutSigninInternalsFactory
>;
32
AboutSigninInternalsFactory
();
33
virtual ~
AboutSigninInternalsFactory
();
about_signin_internals_factory.cc
22
AboutSigninInternalsFactory
::
AboutSigninInternalsFactory
()
31
AboutSigninInternalsFactory
::~
AboutSigninInternalsFactory
() {}
34
AboutSigninInternals*
AboutSigninInternalsFactory
::GetForProfile(
41
AboutSigninInternalsFactory
*
AboutSigninInternalsFactory
::GetInstance() {
42
return Singleton<
AboutSigninInternalsFactory
>::get();
45
void
AboutSigninInternalsFactory
::RegisterProfilePrefs(
72
KeyedService*
AboutSigninInternalsFactory
::BuildServiceInstanceFor
[
all
...]
Completed in 93 milliseconds