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

  /external/chromium/chrome/browser/themes/
theme_service_gtk.cc 64 void ThemeService::FreePlatformCaches() {
theme_service.cc 205 FreePlatformCaches();
307 FreePlatformCaches();
552 FreePlatformCaches();
610 void ThemeService::FreePlatformCaches() {
theme_service.h 243 virtual void FreePlatformCaches();
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 162 virtual void FreePlatformCaches();
193 // Split out from FreePlatformCaches so it can be called in our destructor;
194 // FreePlatformCaches() is called from the ThemeService's destructor,
gtk_theme_service.cc 284 // doesn't call the right virutal FreePlatformCaches.
285 FreePlatformCaches();
654 void GtkThemeService::FreePlatformCaches() {
655 ThemeService::FreePlatformCaches();
    [all...]

Completed in 50 milliseconds