Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dppb_var_deprecated_proxy.cc38 PluginDispatcher* CheckExceptionAndGetDispatcher(const PP_Var& object, in CheckExceptionAndGetDispatcher() function
70 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in HasProperty()
89 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in HasMethod()
108 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in GetProperty()
128 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in EnumerateProperties()
151 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in SetProperty()
169 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception); in RemoveProperty()
189 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(object, exception); in Call()
213 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(object, exception); in Construct()
235 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, NULL); in IsInstanceOf()