OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreePlatformCaches
(Results
1 - 10
of
10
) 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_org/chrome/browser/themes/
theme_service_gtk.cc
61
void ThemeService::
FreePlatformCaches
() {
theme_service.cc
89
FreePlatformCaches
();
297
FreePlatformCaches
();
409
FreePlatformCaches
();
479
void ThemeService::
FreePlatformCaches
() {
theme_service.h
177
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
...]
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h
172
virtual void
FreePlatformCaches
() OVERRIDE;
gtk_theme_service.cc
292
// doesn't call the right virutal
FreePlatformCaches
.
293
FreePlatformCaches
();
691
void GtkThemeService::
FreePlatformCaches
() {
694
ThemeService::
FreePlatformCaches
();
[
all
...]
Completed in 1263 milliseconds