HomeSort by relevance Sort by last modified time
    Searched refs:in_send_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/plugin/
plugin_channel.h 49 bool in_send() { return in_send_ != 0; }
94 int in_send_; // Tracks if we're in a Send call. member in class:content::PluginChannel
plugin_channel.cc 170 in_send_++;
176 in_send_--;
242 in_send_(0),

Completed in 105 milliseconds