HomeSort by relevance Sort by last modified time
    Searched refs:ComposedCallback (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/drive/
task_util.h 20 template<typename Sig> struct ComposedCallback;
22 // ComposedCallback with no argument.
24 struct ComposedCallback<void()> {
32 // ComposedCallback with one argument.
34 struct ComposedCallback<void(T1)> {
43 // ComposedCallback with two arguments.
45 struct ComposedCallback<void(T1, T2)> {
54 // ComposedCallback with two arguments, and the last one is scoped_ptr.
56 struct ComposedCallback<void(T1, scoped_ptr<T2, D2>)> {
65 // ComposedCallback with three arguments
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 28 struct ComposedCallback<void(base::File, T2)> {

Completed in 72 milliseconds