OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppListSyncableServiceFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.h
21
class
AppListSyncableServiceFactory
: public BrowserContextKeyedServiceFactory {
25
static
AppListSyncableServiceFactory
* GetInstance();
28
friend struct DefaultSingletonTraits<
AppListSyncableServiceFactory
>;
30
AppListSyncableServiceFactory
();
31
virtual ~
AppListSyncableServiceFactory
();
42
DISALLOW_COPY_AND_ASSIGN(
AppListSyncableServiceFactory
);
app_list_syncable_service_factory.cc
18
AppListSyncableService*
AppListSyncableServiceFactory
::GetForProfile(
25
AppListSyncableServiceFactory
*
AppListSyncableServiceFactory
::GetInstance() {
26
return Singleton<
AppListSyncableServiceFactory
>::get();
29
AppListSyncableServiceFactory
::
AppListSyncableServiceFactory
()
36
AppListSyncableServiceFactory
::~
AppListSyncableServiceFactory
() {
40
AppListSyncableServiceFactory
::BuildServiceInstanceFor(
48
void
AppListSyncableServiceFactory
::RegisterProfilePrefs
[
all
...]
Completed in 34 milliseconds