HomeSort by relevance Sort by last modified time
    Searched full:notify_needed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_string_stream.h 20 // If notify_needed, will notify the plugin after the data has
24 bool notify_needed,
plugin_string_stream.cc 14 bool notify_needed,
16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) {
plugin_stream_url.cc 23 bool notify_needed,
25 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data),
78 if (notify_needed()) {
plugin_stream_url.h 30 bool notify_needed,
plugin_stream.h 72 bool notify_needed() const { return notify_needed_; } function in class:content::PluginStream

Completed in 3001 milliseconds