Home
last modified time | relevance | path

Searched refs:IsThrown (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_var_deprecated_proxy.cc76 if (!se.IsThrown()) { in HasProperty()
95 if (!se.IsThrown()) { in HasMethod()
114 if (!se.IsThrown()) { in GetProperty()
138 if (!se.IsThrown()) { in EnumerateProperties()
156 if (!se.IsThrown()) { in SetProperty()
175 if (!se.IsThrown()) { in RemoveProperty()
195 if (!se.IsThrown()) { in Call()
219 if (!se.IsThrown()) { in Construct()
Dserialized_var.h304 bool IsThrown() const;
Dserialized_var.cc257 bool ReceiveSerializedException::IsThrown() const { in IsThrown() function in ppapi::proxy::ReceiveSerializedException
Dppb_instance_proxy.cc287 if (se.IsThrown()) in ExecuteScript()