HomeSort by relevance Sort by last modified time
    Searched defs:IsInternal (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/features/
api_feature.cc 15 bool APIFeature::IsInternal() const {
complex_feature.cc 68 bool ComplexFeature::IsInternal() const {
70 return features_[0]->IsInternal();
simple_feature.cc 489 bool SimpleFeature::IsInternal() const {
  /external/chromium_org/ui/gfx/
display.cc 140 IsInternal() ? "internal" : "external");
143 bool Display::IsInternal() const {

Completed in 2432 milliseconds