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

  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 18 class BackgroundInfo : public Extension::ManifestData {
20 BackgroundInfo();
21 virtual ~BackgroundInfo();
88 DISALLOW_COPY_AND_ASSIGN(BackgroundInfo);
background_info.cc 37 static base::LazyInstance<BackgroundInfo> g_empty_background_info =
40 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) {
41 BackgroundInfo* info = static_cast<BackgroundInfo*>(
50 BackgroundInfo::BackgroundInfo()
55 BackgroundInfo::~BackgroundInfo() {
59 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
60 const BackgroundInfo& info = GetBackgroundInfo(extension)
    [all...]

Completed in 41 milliseconds