Searched refs:constrained_window (Results 1 – 10 of 10) sorted by relevance
109 ConstrainedWindow* constrained_window = in CreateConstrainedHtmlDialog() local111 constrained_delegate->set_window(constrained_window); in CreateConstrainedHtmlDialog()112 return constrained_window; in CreateConstrainedHtmlDialog()
120 ConstrainedWindow* constrained_window = in CreateConstrainedHtmlDialog() local122 constrained_delegate->set_window(constrained_window); in CreateConstrainedHtmlDialog()123 return constrained_window; in CreateConstrainedHtmlDialog()
113 ConstrainedWindow* constrained_window = in CreateConstrainedHtmlDialog() local115 constrained_delegate->set_window(constrained_window); in CreateConstrainedHtmlDialog()116 return constrained_window; in CreateConstrainedHtmlDialog()
113 ConstrainedWindowGtk* constrained_window) { in AttachConstrainedWindow() argument116 constrained_window_ = constrained_window; in AttachConstrainedWindow()118 constrained_window->widget()); in AttachConstrainedWindow()122 ConstrainedWindowGtk* constrained_window) { in RemoveConstrainedWindow() argument123 DCHECK(constrained_window == constrained_window_); in RemoveConstrainedWindow()127 constrained_window->widget()); in RemoveConstrainedWindow()
38 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);39 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
130 ConstrainedWindowGtk* constrained_window) { in AttachConstrainedWindow() argument132 constrained_window) == constrained_windows_.end()); in AttachConstrainedWindow()134 constrained_windows_.push_back(constrained_window); in AttachConstrainedWindow()135 AddChild(constrained_window->widget()); in AttachConstrainedWindow()143 ConstrainedWindowGtk* constrained_window) { in RemoveConstrainedWindow() argument146 constrained_window); in RemoveConstrainedWindow()
43 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);44 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
44 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);45 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
58 ConstrainedWindowGtk* constrained_window) { in AttachConstrainedWindow() argument64 ConstrainedWindowGtk* constrained_window) { in RemoveConstrainedWindow() argument
133 ConstrainedWindow* constrained_window =135 constrained_delegate->set_window(constrained_window);136 return constrained_window;