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

  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.cc 31 ConstrainedWindowGtk::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::OnKeyPress(GtkWidget* sender
    [all...]
constrained_window_gtk.h 39 // 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 {
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);

Completed in 47 milliseconds