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

  /external/chromium/chrome/browser/themes/
theme_service.h 59 static const char* kTilingRepeat;
theme_service.cc 36 const char* ThemeService::kTilingRepeat = "repeat";
413 return kTilingRepeat;
425 if (base::strcasecmp(component, kTilingRepeat) == 0)

Completed in 166 milliseconds