Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dplugin_stream.h74 void* notify_data() const { return notify_data_; } in notify_data()
128 void* notify_data_; variable
Dplugin_stream.cc30 notify_data_(notify_data), in PluginStream()
59 stream_.notifyData = notify_data_; in Open()
270 instance_->NPP_URLNotify(stream_.url, reason, notify_data_); in Notify()