Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dmessage_channel.cc142 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasMethod() local
143 if (passthrough) in MessageChannelHasMethod()
144 return WebBindings::hasMethod(NULL, passthrough, name); in MessageChannelHasMethod()
165 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvoke() local
166 if (passthrough) { in MessageChannelInvoke()
167 return WebBindings::invoke(NULL, passthrough, name, args, arg_count, in MessageChannelInvoke()
181 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvokeDefault() local
182 if (passthrough) { in MessageChannelInvokeDefault()
183 return WebBindings::invokeDefault(NULL, passthrough, args, arg_count, in MessageChannelInvokeDefault()
200 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasProperty() local
[all …]
Dmessage_channel.h74 void SetPassthroughObject(NPObject* passthrough);
/external/chromium_org/native_client_sdk/src/build_tools/
Dupdate_nacl_manifest.py853 def __init__(self, passthrough): argument
854 self.passthrough = passthrough
859 if self.passthrough:
860 self.passthrough.write(s)
/external/qemu/
DChangelog114 - Bluetooth emulation and host passthrough support