Searched defs:passthrough (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dmessage_channel.cc120 // - Forward calls to the 'passthrough' object to allow backwards-compatibility
141 // Other method names we will pass to the passthrough object, if we have one.
142 NPObject* passthrough = ToPassThroughObject(np_obj);
143 if (passthrough)
144 return WebBindings::hasMethod(NULL, passthrough, name);
164 // Other method calls we will pass to the passthrough object, if we have one.
165 NPObject* passthrough = ToPassThroughObject(np_obj); local
166 if (passthrough) {
167 return WebBindings::invoke(NULL, passthrough, name, args, arg_count,
180 // Invoke on the passthrough objec
200 NPObject* passthrough = ToPassThroughObject(np_obj); local
222 NPObject* passthrough = ToPassThroughObject(np_obj); local
558 SetPassthroughObject(NPObject* passthrough) argument
[all...]

Completed in 53 milliseconds