Lines Matching refs:Delegate
31 Delegate* d) { in AsyncCheckKey()
49 Delegate* d) { in AsyncMigrateKey()
69 Delegate* d) { in AsyncMount()
84 bool AsyncMountForBwsi(Delegate* d) { in AsyncMountForBwsi()
98 bool AsyncRemove(const std::string& user_email, Delegate* d) { in AsyncRemove()
126 bool AsyncDoAutomaticFreeDiskSpaceControl(Delegate* d) { in AsyncDoAutomaticFreeDiskSpaceControl()
236 bool CacheCallback(int async_id, Delegate* d, const char* error) { in CacheCallback()
246 typedef base::hash_map<int, Delegate*> CallbackMap;
266 Delegate* callback) { in AsyncCheckKey()
282 Delegate* callback) { in AsyncMigrateKey()
306 Delegate* callback) { in AsyncMount()
317 bool AsyncMountForBwsi(Delegate* callback) { in AsyncMountForBwsi()
332 bool AsyncRemove(const std::string& user_email, Delegate* callback) { in AsyncRemove()
350 bool AsyncDoAutomaticFreeDiskSpaceControl(Delegate* callback) { in AsyncDoAutomaticFreeDiskSpaceControl()
431 static void DoStubCallback(Delegate* callback) { in DoStubCallback()