Searched refs:passthrough (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/content/renderer/pepper/ |
D | message_channel.cc | 142 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 …]
|
D | message_channel.h | 74 void SetPassthroughObject(NPObject* passthrough);
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
D | update_nacl_manifest.py | 853 def __init__(self, passthrough): argument 854 self.passthrough = passthrough 859 if self.passthrough: 860 self.passthrough.write(s)
|
/external/qemu/ |
D | Changelog | 114 - Bluetooth emulation and host passthrough support
|