HomeSort by relevance Sort by last modified time
    Searched defs:PepperTryCatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_try_catch.cc 22 PepperTryCatch::PepperTryCatch(PepperPluginInstanceImpl* instance,
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),
pepper_try_catch.h 20 class CONTENT_EXPORT PepperTryCatch {
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 87 milliseconds