Searched refs:GetBackgroundInfo (Results 1 – 2 of 2) sorted by relevance
38 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) { in GetBackgroundInfo() function58 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()
134 background_view = self.GetBackgroundInfo()171 def GetBackgroundInfo(self): member in GTalkBaseTest