OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileTaskExecutor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc
26
FileTaskExecutor
::
FileTaskExecutor
(Profile* profile,
34
FileTaskExecutor
::~
FileTaskExecutor
() {
37
void
FileTaskExecutor
::Execute(
65
base::Bind(&
FileTaskExecutor
::OnFileEntryFetched,
70
void
FileTaskExecutor
::OnFileEntryFetched(FileError error,
89
base::Bind(&
FileTaskExecutor
::OnAppAuthorized,
94
void
FileTaskExecutor
::OnAppAuthorized(const std::string& resource_id,
121
void
FileTaskExecutor
::Done(bool success)
[
all
...]
file_task_executor.h
26
class
FileTaskExecutor
{
28
FileTaskExecutor
(Profile* profile, const std::string& app_id);
36
~
FileTaskExecutor
();
51
base::WeakPtrFactory<
FileTaskExecutor
> weak_ptr_factory_;
Completed in 2471 milliseconds