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

  /external/chromium_org/ppapi/proxy/
serialized_var.cc 229 // ReceiveSerializedException --------------------------------------------------
231 ReceiveSerializedException::ReceiveSerializedException(Dispatcher* dispatcher,
237 ReceiveSerializedException::~ReceiveSerializedException() {
257 bool ReceiveSerializedException::IsThrown() const {
serialized_var.h 294 // ReceiveSerializedException se(dispatcher(), exception)
297 class PPAPI_PROXY_EXPORT ReceiveSerializedException : public SerializedVar {
299 ReceiveSerializedException(Dispatcher* dispatcher, PP_Var* exception);
300 ~ReceiveSerializedException();
310 DISALLOW_IMPLICIT_CONSTRUCTORS(ReceiveSerializedException);

Completed in 155 milliseconds