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 118 non_npobject_count_(0),
254 non_npobject_count_++;
279 non_npobject_count_--;
280 DCHECK(non_npobject_count_ >= 0);
282 if (!non_npobject_count_) {
np_channel_base.h 168 int non_npobject_count_; member in class:content::NPChannelBase

Completed in 38 milliseconds