OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MetaFrames
(Results
1 - 3
of
3
) 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;
/external/chromium_org/chrome/browser/ui/gtk/
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;
/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;
Completed in 75 milliseconds