Searched defs:ConstrainedWindowGtk (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_window_gtk.h39 // Returns true if hosting ConstrainedWindowGtk should apply default padding.
47 // ConstrainedWindowGtk doesn't draw draggable fake windows and instead just
49 class ConstrainedWindowGtk : public ConstrainedWindow { class in inherits:ConstrainedWindow
57 virtual ~ConstrainedWindowGtk();
76 ConstrainedWindowGtk(TabContents* owner,
80 CHROMEGTK_CALLBACK_1(ConstrainedWindowGtk, gboolean, OnKeyPress,
82 CHROMEGTK_CALLBACK_1(ConstrainedWindowGtk, void, OnHierarchyChanged,
97 ScopedRunnableMethodFactory<ConstrainedWindowGtk> factory_;
99 DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowGtk);
H A Dconstrained_window_gtk.cc31 ConstrainedWindowGtk::ConstrainedWindowGtk( function in class:ConstrainedWindowGtk
77 ConstrainedWindowGtk::~ConstrainedWindowGtk() {
81 void ConstrainedWindowGtk::ShowConstrainedWindow() {
91 void ConstrainedWindowGtk::CloseConstrainedWindow() {
100 void ConstrainedWindowGtk::FocusConstrainedWindow() {
121 ConstrainedWindowGtk::TabContentsViewType*
122 ConstrainedWindowGtk::ContainingView() {
126 gboolean ConstrainedWindowGtk
[all...]

Completed in 149 milliseconds