Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Dmessage_channel.cc142 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasMethod() local
165 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvoke() local
181 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvokeDefault() local
200 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasProperty() local
222 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelGetProperty() local
238 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelSetProperty() local
251 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelEnumerate() local
558 void MessageChannel::SetPassthroughObject(NPObject* passthrough) { in SetPassthroughObject()
/external/chromium_org/native_client_sdk/src/build_tools/
Dupdate_nacl_manifest.py853 def __init__(self, passthrough): argument