OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DriveAppRegistry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc
69
DriveAppRegistry
::
DriveAppRegistry
(JobScheduler* scheduler)
75
DriveAppRegistry
::~
DriveAppRegistry
() {
80
void
DriveAppRegistry
::GetAppsForFile(
104
void
DriveAppRegistry
::Update() {
113
base::Bind(&
DriveAppRegistry
::UpdateAfterGetAppList,
117
void
DriveAppRegistry
::UpdateAfterGetAppList(
135
void
DriveAppRegistry
::UpdateFromAppList(
203
void
DriveAppRegistry
::AddAppSelectorList
[
all
...]
drive_app_registry.h
61
class
DriveAppRegistry
{
63
explicit
DriveAppRegistry
(JobScheduler* scheduler);
64
~
DriveAppRegistry
();
119
base::WeakPtrFactory<
DriveAppRegistry
> weak_ptr_factory_;
120
DISALLOW_COPY_AND_ASSIGN(
DriveAppRegistry
);
Completed in 33 milliseconds