OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MetaFrames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
chrome_gtk_frame.h
15
// The first is "
MetaFrames
," which is (was?) the name of a gobject class in
18
// the gtkrc file.
MetaFrames
derives from GtkWindow.
20
//
Metaframes
can not be instantiated. It has no constructor; instantiate
22
typedef struct _MetaFrames
MetaFrames
;
36
// mode. It derives from
MetaFrames
in chrome so older themes that declare a
37
//
MetaFrames
theme will still work. New themes should target this class.
42
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 548 milliseconds