Home | History | Annotate | Download | only in fileapi

Lines Matching defs:Lifetime

44   // The scoped pointer to control lifetime of the instance itself. The pointer
45 // is passed to callback functions and binds the lifetime of the instance to
46 // the callback's lifetime.
47 typedef scoped_ptr<URLHelper> Lifetime;
54 Lifetime lifetime(this);
59 base::Passed(&lifetime)));
63 void RunOnUIThread(Lifetime lifetime) {
102 base::Passed(&lifetime)));
105 void OnGotMimeTypeOnUIThread(Lifetime lifetime,