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

  /external/chromium_org/ui/base/
theme_provider.cc 13 ThemeProvider::~ThemeProvider() {
theme_provider.h 39 // ThemeProvider
41 // ThemeProvider is an abstract class that defines the API that should be
46 class UI_BASE_EXPORT ThemeProvider {
48 virtual ~ThemeProvider();
54 // Get the image specified by |id|. An implementation of ThemeProvider should
75 // implementations of ThemeProvider. Returns NULL on error.

Completed in 3718 milliseconds