Searched refs:constrained_window (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_html_delegate_gtk.cc113 ConstrainedWindow* constrained_window = local
115 constrained_delegate->set_window(constrained_window);
116 return constrained_window;
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_html_delegate_gtk.cc120 ConstrainedWindow* constrained_window = local
122 constrained_delegate->set_window(constrained_window);
123 return constrained_window;
H A Dconstrained_html_delegate_win.cc109 ConstrainedWindow* constrained_window = local
111 constrained_delegate->set_window(constrained_window);
112 return constrained_window;
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.h38 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
39 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
H A Dtab_contents_view_gtk.cc113 ConstrainedWindowGtk* constrained_window) {
116 constrained_window_ = constrained_window;
118 constrained_window->widget());
122 ConstrainedWindowGtk* constrained_window) {
123 DCHECK(constrained_window == constrained_window_);
127 constrained_window->widget());
112 AttachConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument
121 RemoveConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h44 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
45 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
H A Dtab_contents_view_touch.h43 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
44 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
H A Dtab_contents_view_gtk.cc130 ConstrainedWindowGtk* constrained_window) {
132 constrained_window) == constrained_windows_.end());
134 constrained_windows_.push_back(constrained_window);
135 AddChild(constrained_window->widget());
143 ConstrainedWindowGtk* constrained_window) {
146 constrained_window);
129 AttachConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument
142 RemoveConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument
H A Dtab_contents_view_touch.cc58 ConstrainedWindowGtk* constrained_window) {
64 ConstrainedWindowGtk* constrained_window) {
57 AttachConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument
63 RemoveConstrainedWindow( ConstrainedWindowGtk* constrained_window) argument

Completed in 120 milliseconds