Home | History | Annotate | Download | only in drive

Lines Matching refs:local_id

62   void AddFetchTask(const std::string& local_id);
65 void RemoveFetchTask(const std::string& local_id);
68 void AddUpdateTask(const ClientContext& context, const std::string& local_id);
72 bool WaitForUpdateTaskToComplete(const std::string& local_id,
121 base::Closure PerformFetchTask(const std::string& local_id,
125 void AddFetchTaskInternal(const std::string& local_id,
129 base::Closure PerformUpdateTask(const std::string& local_id,
134 const std::string& local_id,
157 const std::string& local_id,
160 // Called when the file for |local_id| is fetched.
161 void OnFetchFileComplete(const std::string& local_id,