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

  /external/chromium_org/chrome/common/extensions/
background_info.cc 37 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) {
57 const BackgroundInfo& info = GetBackgroundInfo(extension);
66 return GetBackgroundInfo(extension).background_scripts_;
71 return GetBackgroundInfo(extension).has_background_page();
76 return GetBackgroundInfo(extension).allow_js_access_;
81 return GetBackgroundInfo(extension).has_persistent_background_page();
86 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 85 milliseconds