Searched refs:ReceiveSerializedException (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | ppb_var_deprecated_proxy.cc | 74 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()
|
D | ppp_class_proxy.cc | 53 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()
|
D | serialized_var.h | 297 class PPAPI_PROXY_EXPORT ReceiveSerializedException : public SerializedVar { 299 ReceiveSerializedException(Dispatcher* dispatcher, PP_Var* exception); 300 ~ReceiveSerializedException(); 310 DISALLOW_IMPLICIT_CONSTRUCTORS(ReceiveSerializedException);
|
D | serialized_var.cc | 231 ReceiveSerializedException::ReceiveSerializedException(Dispatcher* dispatcher, in ReceiveSerializedException() function in ppapi::proxy::ReceiveSerializedException 237 ReceiveSerializedException::~ReceiveSerializedException() { in ~ReceiveSerializedException() 257 bool ReceiveSerializedException::IsThrown() const { in IsThrown()
|
D | ppb_instance_proxy.cc | 291 ReceiveSerializedException se(dispatcher(), exception); in ExecuteScript()
|