OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 530 milliseconds