Searched refs:passthrough (Results 1 - 3 of 3) 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...]
H A Dmessage_channel.h36 // - Separate message ports won't require the passthrough object.
74 void SetPassthroughObject(NPObject* passthrough);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py853 def __init__(self, passthrough):
854 self.passthrough = passthrough
859 if self.passthrough:
860 self.passthrough.write(s)

Completed in 114 milliseconds