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();
77 DISALLOW_COPY_AND_ASSIGN(BackgroundInfo);
background_info.cc 36 static base::LazyInstance<BackgroundInfo> g_empty_background_info =
39 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) {
40 BackgroundInfo* info = static_cast<BackgroundInfo*>(
49 BackgroundInfo::BackgroundInfo()
54 BackgroundInfo::~BackgroundInfo() {
58 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
59 const BackgroundInfo& info = GetBackgroundInfo(extension)
    [all...]

Completed in 176 milliseconds