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 21 bool notify_needed,
23 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data),
57 if (notify_needed()) {
plugin_stream_url.h 29 bool notify_needed,
plugin_stream.h 74 bool notify_needed() const { return notify_needed_; } function in class:content::PluginStream

Completed in 79 milliseconds