Searched defs:passthrough (Results 1 – 2 of 2) sorted by relevance
142 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasMethod() local165 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvoke() local181 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelInvokeDefault() local200 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelHasProperty() local222 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelGetProperty() local238 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelSetProperty() local251 NPObject* passthrough = ToPassThroughObject(np_obj); in MessageChannelEnumerate() local558 void MessageChannel::SetPassthroughObject(NPObject* passthrough) { in SetPassthroughObject()
853 def __init__(self, passthrough): argument