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

  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.h 17 // The first is "MetaFrames," which is (was?) the name of a gobject class in
20 // the gtkrc file. MetaFrames derives from GtkWindow.
22 // Metaframes can not be instantiated. It has no constructor; instantiate
24 typedef struct _MetaFrames MetaFrames;
38 // mode. It derives from MetaFrames in chrome so older themes that declare a
39 // MetaFrames theme will still work. New themes should target this class.
44 MetaFrames frames;
chrome_gtk_frame.cc 9 // MetaFrames declaration
10 G_DEFINE_TYPE(MetaFrames, meta_frames, GTK_TYPE_WINDOW)
16 static void meta_frames_init(MetaFrames* button) {

Completed in 142 milliseconds