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 42 // ThemeProvider
44 // ThemeProvider is an abstract class that defines the API that should be
49 class UI_EXPORT ThemeProvider {
51 virtual ~ThemeProvider();
53 // Get the image specified by |id|. An implementation of ThemeProvider should
74 // implementations of ThemeProvider. Returns NULL on error.

Completed in 43 milliseconds