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

  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 57 void CallWhileUnlocked(const base::Closure& closure) {
proxy_lock.h 81 // CallWhileUnlocked unlocks the ProxyLock just before invoking the given
83 // function returns. CallWhileUnlocked returns whatever the given function
87 // *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
91 ReturnType CallWhileUnlocked(ReturnType (*function)()) {
96 ReturnType CallWhileUnlocked(ReturnType (*function)(P1), const P1& p1) {
101 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2),
108 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3),
116 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4),
125 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4, P5),
134 void PPAPI_SHARED_EXPORT CallWhileUnlocked(const base::Closure& closure)
    [all...]

Completed in 84 milliseconds