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

  /external/chromium/chrome/browser/ui/gtk/
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);
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...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 21 class ConstrainedWindowGtk;
38 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
39 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
132 ConstrainedWindowGtk* constrained_window_;
tab_contents_view_gtk.cc 113 ConstrainedWindowGtk* constrained_window) {
122 ConstrainedWindowGtk* constrained_window) {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 16 class ConstrainedWindowGtk;
44 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
45 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
138 std::vector<ConstrainedWindowGtk*> constrained_windows_;
tab_contents_view_touch.h 16 class ConstrainedWindowGtk;
43 void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
44 void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
126 std::vector<ConstrainedWindowGtk*> constrained_windows_;
tab_contents_view_gtk.cc 130 ConstrainedWindowGtk* constrained_window) {
143 ConstrainedWindowGtk* constrained_window) {
144 std::vector<ConstrainedWindowGtk*>::iterator item =
464 typedef std::vector<ConstrainedWindowGtk*>::iterator iterator;
tab_contents_view_touch.cc 58 ConstrainedWindowGtk* constrained_window) {
64 ConstrainedWindowGtk* constrained_window) {

Completed in 1894 milliseconds