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

  /external/chromium_org/chrome/common/
instant_types.cc 36 ThemeBackgroundInfo::ThemeBackgroundInfo()
52 ThemeBackgroundInfo::~ThemeBackgroundInfo() {
55 bool ThemeBackgroundInfo::operator==(const ThemeBackgroundInfo& rhs) const {
instant_types.h 108 struct ThemeBackgroundInfo {
109 ThemeBackgroundInfo();
110 ~ThemeBackgroundInfo();
112 bool operator==(const ThemeBackgroundInfo& rhs) const;

Completed in 444 milliseconds