Home
last modified time | relevance | path

Searched refs:ReceiveSerializedException (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_var_deprecated_proxy.cc74 ReceiveSerializedException se(dispatcher, exception); in HasProperty()
93 ReceiveSerializedException se(dispatcher, exception); in HasMethod()
112 ReceiveSerializedException se(dispatcher, exception); in GetProperty()
137 ReceiveSerializedException se(dispatcher, exception); in EnumerateProperties()
155 ReceiveSerializedException se(dispatcher, exception); in SetProperty()
173 ReceiveSerializedException se(dispatcher, exception); in RemoveProperty()
194 ReceiveSerializedException se(dispatcher, exception); in Call()
218 ReceiveSerializedException se(dispatcher, exception); in Construct()
Dppp_class_proxy.cc53 ReceiveSerializedException se(obj->dispatcher, exception); in HasProperty()
66 ReceiveSerializedException se(obj->dispatcher, exception); in HasMethod()
80 ReceiveSerializedException se(obj->dispatcher, exception); in GetProperty()
104 ReceiveSerializedException se(obj->dispatcher, exception); in SetProperty()
118 ReceiveSerializedException se(obj->dispatcher, exception); in RemoveProperty()
134 ReceiveSerializedException se(obj->dispatcher, exception); in Call()
155 ReceiveSerializedException se(obj->dispatcher, exception); in Construct()
Dserialized_var.h297 class PPAPI_PROXY_EXPORT ReceiveSerializedException : public SerializedVar {
299 ReceiveSerializedException(Dispatcher* dispatcher, PP_Var* exception);
300 ~ReceiveSerializedException();
310 DISALLOW_IMPLICIT_CONSTRUCTORS(ReceiveSerializedException);
Dserialized_var.cc231 ReceiveSerializedException::ReceiveSerializedException(Dispatcher* dispatcher, in ReceiveSerializedException() function in ppapi::proxy::ReceiveSerializedException
237 ReceiveSerializedException::~ReceiveSerializedException() { in ~ReceiveSerializedException()
257 bool ReceiveSerializedException::IsThrown() const { in IsThrown()
Dppb_instance_proxy.cc291 ReceiveSerializedException se(dispatcher(), exception); in ExecuteScript()