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

  /external/chromium_org/chrome/browser/extensions/
extension_ui_util.cc 44 bool ShouldDisplayInNewTabPage(const Extension* extension,
46 return extension->ShouldDisplayInNewTabPage() &&
  /external/chromium_org/extensions/common/
extension.cc 311 bool Extension::ShouldDisplayInNewTabPage() const {
354 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())

Completed in 62 milliseconds