Searched refs:PP_BLOCKING (Results 1 – 4 of 4) sorted by relevance
95 enum CallbackType { PP_REQUIRED, PP_OPTIONAL, PP_BLOCKING }; enumerator244 if (callback_.callback_type() == PP_BLOCKING) { in GetCallback()
318 if (callback_type_ == PP_BLOCKING) { in WaitForResult()362 if (callback_type_ == PP_BLOCKING) in GetCallback()
441 if (callback_type() == PP_BLOCKING) { in TestReadToArrayWriteSetLength()656 if (callback_type() == PP_BLOCKING) { in TestAbortCalls()698 if (callback_type() == PP_BLOCKING) { in TestAbortCalls()720 if (callback_type() == PP_BLOCKING) in TestAbortCalls()929 if (callback_type() == PP_BLOCKING) { in TestNotAllowMixedReadWrite()
639 set_callback_type(PP_BLOCKING); \