Home
last modified time | relevance | path

Searched refs:passthrough_object_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dmessage_channel.h72 return passthrough_object_; in passthrough_object()
110 NPObject* passthrough_object_; variable
Dmessage_channel.cc315 passthrough_object_(NULL), in MessageChannel()
554 if (passthrough_object_) in ~MessageChannel()
555 WebBindings::releaseObject(passthrough_object_); in ~MessageChannel()
568 if (passthrough_object_) in SetPassthroughObject()
569 WebBindings::releaseObject(passthrough_object_); in SetPassthroughObject()
571 passthrough_object_ = passthrough; in SetPassthroughObject()