Home
last modified time | relevance | path

Searched refs:theme_incognito_inactive_frame (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_ui.cc791 GdkColor* theme_incognito_inactive_frame = NULL; in BuildFrameColors() local
797 &theme_incognito_inactive_frame, in BuildFrameColors()
830 theme_incognito_inactive_frame, in BuildFrameColors()
834 if (theme_incognito_inactive_frame) in BuildFrameColors()
835 gdk_color_free(theme_incognito_inactive_frame); in BuildFrameColors()
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_theme_service.cc848 GdkColor* theme_incognito_inactive_frame = NULL; in BuildFrameColors() local
854 &theme_incognito_inactive_frame, in BuildFrameColors()
888 theme_incognito_inactive_frame, in BuildFrameColors()
893 if (theme_incognito_inactive_frame) in BuildFrameColors()
894 gdk_color_free(theme_incognito_inactive_frame); in BuildFrameColors()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc801 const GdkColor* theme_incognito_inactive_frame = NULL; in BuildFrameColors() local
807 &theme_incognito_inactive_frame, in BuildFrameColors()
834 theme_incognito_inactive_frame, in BuildFrameColors()