Searched refs:RunTrackedCallback (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | file_ref_resource.cc | 139 base::Bind(&FileRefResource::RunTrackedCallback, this, callback)); in MakeDirectory() 150 base::Bind(&FileRefResource::RunTrackedCallback, this, callback)); in Touch() 158 base::Bind(&FileRefResource::RunTrackedCallback, this, callback)); in Delete() 167 base::Bind(&FileRefResource::RunTrackedCallback, this, callback)); in Rename() 210 void FileRefResource::RunTrackedCallback( in RunTrackedCallback() function in ppapi::proxy::FileRefResource
|
D | isolated_file_system_private_resource.cc | 22 void RunTrackedCallback(scoped_refptr<TrackedCallback> callback, in RunTrackedCallback() function 77 fsid, type, base::Bind(&RunTrackedCallback, callback)); in OnBrowserOpenComplete()
|
D | file_ref_resource.h | 68 void RunTrackedCallback(scoped_refptr<TrackedCallback> callback,
|