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

  /external/chromium_org/content/renderer/pepper/
pepper_try_catch.h 55 class PepperTryCatchV8 : public PepperTryCatch {
57 PepperTryCatchV8(PepperPluginInstanceImpl* instance,
60 virtual ~PepperTryCatchV8();
74 DISALLOW_COPY_AND_ASSIGN(PepperTryCatchV8);
pepper_try_catch.cc 60 PepperTryCatchV8::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::SetException(const char* message)
    [all...]
plugin_object.cc 98 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,
message_channel.cc 217 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,
249 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,
299 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars,

Completed in 54 milliseconds