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

/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.cc94 void CallWhileUnlocked(const base::Closure& closure) { function in namespace:ppapi
H A Dproxy_lock.h106 // CallWhileUnlocked unlocks the ProxyLock just before invoking the given
108 // function returns. CallWhileUnlocked returns whatever the given function
112 // *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
116 ReturnType CallWhileUnlocked(ReturnType (*function)()) { function in namespace:ppapi
125 ReturnType CallWhileUnlocked(ReturnType (*function)(A1), const P1& p1) { function in namespace:ppapi
130 ReturnType CallWhileUnlocked(ReturnType (*function)(A1, A2), function in namespace:ppapi
138 ReturnType CallWhileUnlocked(ReturnType (*function)(A1, A2, A3), function in namespace:ppapi
147 ReturnType CallWhileUnlocked(ReturnType (*function)(A1, A2, A3, A4), function in namespace:ppapi
157 ReturnType CallWhileUnlocked(ReturnType (*function)(A1, A2, A3, A4, A5), function in namespace:ppapi
166 void PPAPI_SHARED_EXPORT CallWhileUnlocked(cons
[all...]

Completed in 99 milliseconds