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

/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.cc95 void CallWhileUnlocked(const base::Closure& closure) { function in namespace:ppapi
H A Dproxy_lock.h112 // CallWhileUnlocked unlocks the ProxyLock just before invoking the given
114 // function returns. CallWhileUnlocked returns whatever the given function
118 // *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
122 ReturnType CallWhileUnlocked(ReturnType (*function)()) { function in namespace:ppapi
127 ReturnType CallWhileUnlocked(ReturnType (*function)(P1), const P1& p1) { function in namespace:ppapi
132 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2), function in namespace:ppapi
139 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3), function in namespace:ppapi
147 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4), function in namespace:ppapi
156 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4, P5), function in namespace:ppapi
165 void PPAPI_SHARED_EXPORT CallWhileUnlocked(cons
[all...]

Completed in 100 milliseconds