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

  /external/chromium_org/chrome/common/extensions/features/
feature.cc 39 Feature::Feature() : no_parent_(false) {}
feature.h 101 bool no_parent() const { return no_parent_; }
150 bool no_parent_; member in class:extensions::Feature
simple_feature.cc 246 no_parent_ = false;
247 value->GetBoolean("noparent", &no_parent_);

Completed in 63 milliseconds