Home
last modified time | relevance | path

Searched refs:GetBackgroundInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
Dbackground_info.cc38 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) { in GetBackgroundInfo() function
58 const BackgroundInfo& info = GetBackgroundInfo(extension); in GetBackgroundURL()
66 const BackgroundInfo& info = GetBackgroundInfo(extension); in HasGeneratedBackgroundPage()
73 return GetBackgroundInfo(extension).background_scripts_; in GetBackgroundScripts()
78 return GetBackgroundInfo(extension).has_background_page(); in HasBackgroundPage()
83 return GetBackgroundInfo(extension).allow_js_access_; in AllowJSAccess()
88 return GetBackgroundInfo(extension).has_persistent_background_page(); in HasPersistentBackgroundPage()
93 return GetBackgroundInfo(extension).has_lazy_background_page(); in HasLazyBackgroundPage()
/external/chromium_org/chrome/test/functional/gtalk/
Dgtalk_base_test.py134 background_view = self.GetBackgroundInfo()
171 def GetBackgroundInfo(self): member in GTalkBaseTest