Searched defs:BindToCurrentLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Dbind_to_current_loop.h25 // media::BindToCurrentLoop(base::Bind(&MyClass::MyMethod, this)));
27 // Note that like base::Bind(), BindToCurrentLoop() can't bind non-constant
28 // references, and that *unlike* base::Bind(), BindToCurrentLoop() makes copies
154 static base::Callback<T> BindToCurrentLoop( function in namespace:media

Completed in 188 milliseconds