Searched refs:PepperTryCatchV8 (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/content/renderer/pepper/
H A Dmessage_channel.cc217 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,
249 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,
299 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,
H A Dpepper_try_catch.cc60 PepperTryCatchV8::PepperTryCatchV8( function in class:content::PepperTryCatchV8
66 // Typically when using PepperTryCatchV8 we are passed an isolate. We verify
76 PepperTryCatchV8::~PepperTryCatchV8() {
80 bool PepperTryCatchV8::HasException() {
84 v8::Handle<v8::Context> PepperTryCatchV8::GetContext() {
89 bool PepperTryCatchV8::ThrowException() {
110 void PepperTryCatchV8::ThrowException(const char* message) {
115 void PepperTryCatchV8
[all...]
H A Dpepper_try_catch.h55 class PepperTryCatchV8 : public PepperTryCatch { class in namespace:content
57 PepperTryCatchV8(PepperPluginInstanceImpl* instance,
60 virtual ~PepperTryCatchV8();
74 DISALLOW_COPY_AND_ASSIGN(PepperTryCatchV8);
H A Dplugin_object.cc98 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars,
130 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars,
183 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars,
228 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars,

Completed in 102 milliseconds