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

  /external/chromium_org/content/child/npapi/
np_channel_base.cc 117 non_npobject_count_(0),
253 non_npobject_count_++;
278 non_npobject_count_--;
279 DCHECK(non_npobject_count_ >= 0);
281 if (!non_npobject_count_) {
np_channel_base.h 168 int non_npobject_count_; member in class:content::NPChannelBase

Completed in 434 milliseconds