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

  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 38 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) {
58 const BackgroundInfo& info = GetBackgroundInfo(extension);
66 const BackgroundInfo& info = GetBackgroundInfo(extension);
73 return GetBackgroundInfo(extension).background_scripts_;
78 return GetBackgroundInfo(extension).has_background_page();
83 return GetBackgroundInfo(extension).allow_js_access_;
88 return GetBackgroundInfo(extension).has_persistent_background_page();
93 return GetBackgroundInfo(extension).has_lazy_background_page();
  /external/chromium_org/chrome/test/functional/gtalk/
gtalk_base_test.py 134 background_view = self.GetBackgroundInfo()
171 def GetBackgroundInfo(self):

Completed in 60 milliseconds