Searched refs:PepperTryCatch (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker_unittest.cc45 class PepperTryCatchForTest : public PepperTryCatch {
48 : PepperTryCatch(instance, V8VarConverter::kAllowObjectVars),
H A Dpepper_try_catch.cc22 PepperTryCatch::PepperTryCatch(PepperPluginInstanceImpl* instance, function in class:content::PepperTryCatch
27 PepperTryCatch::~PepperTryCatch() {}
29 v8::Handle<v8::Value> PepperTryCatch::ToV8(PP_Var var) {
45 ppapi::ScopedPPVar PepperTryCatch::FromV8(v8::Handle<v8::Value> v8_value) {
64 : PepperTryCatch(instance, convert_objects),
124 : PepperTryCatch(instance, V8VarConverter::kAllowObjectVars),
H A Dpepper_try_catch.h20 class CONTENT_EXPORT PepperTryCatch { class in namespace:content
22 // PepperTryCatch objects should only be used as stack variables. This object
24 PepperTryCatch(PepperPluginInstanceImpl* instance,
26 virtual ~PepperTryCatch();
39 // Make sure that |instance_| is alive for the lifetime of PepperTryCatch.
40 // PepperTryCatch is used mostly in Pepper scripting code, where it can be
44 // Note that PepperTryCatch objects should only ever be on the stack, so this
55 class PepperTryCatchV8 : public PepperTryCatch {
66 // PepperTryCatch
78 class PepperTryCatchVar : public PepperTryCatch {
[all...]

Completed in 192 milliseconds