HomeSort by relevance Sort by last modified time
    Searched refs:PepperTryCatchVar (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_try_catch.h 78 class PepperTryCatchVar : public PepperTryCatch {
83 PepperTryCatchVar(PepperPluginInstanceImpl* instance,
85 virtual ~PepperTryCatchVar();
93 // Code which uses PepperTryCatchVar doesn't typically have a HandleScope,
104 DISALLOW_COPY_AND_ASSIGN(PepperTryCatchVar);
pepper_try_catch.cc 122 PepperTryCatchVar::PepperTryCatchVar(PepperPluginInstanceImpl* instance,
134 PepperTryCatchVar::~PepperTryCatchVar() {
139 bool PepperTryCatchVar::HasException() {
160 v8::Handle<v8::Context> PepperTryCatchVar::GetContext() {
165 void PepperTryCatchVar::SetException(const char* message) {
ppb_var_deprecated_impl.cc 85 PepperTryCatchVar try_catch(accessor.instance(), exception);
101 PepperTryCatchVar try_catch(accessor.instance(), exception);
118 PepperTryCatchVar try_catch(accessor.instance(), exception);
138 PepperTryCatchVar try_catch(accessor.instance(), exception);
168 PepperTryCatchVar try_catch(accessor.instance(), exception);
184 PepperTryCatchVar try_catch(accessor.instance(), exception);
211 PepperTryCatchVar try_catch(accessor.instance(), exception);
plugin_object.cc 74 PepperTryCatchVar try_catch(instance, NULL);
pepper_plugin_instance_impl.cc     [all...]

Completed in 318 milliseconds