Home | History | Annotate | Download | only in gtk

Lines Matching refs:toolbar

121 // The thickness of the shadow around the toolbar+web content area.  There are
122 // actually a couple pixels more that should overlap the toolbar and web
295 // We register first so that other views like the toolbar can use the
410 // Draw the shadow above the toolbar. Tabs on the tabstrip will draw over us.
446 // of pixels overlap the toolbar. We just crop it off on Linux. The top
447 // corners extend to the base of the toolbar (one pixel above the dividing
452 // The toolbar is shorter in location bar only mode so clip the image to the
453 // height of the toolbar + the amount of shadow above the toolbar.
477 // the sides down to the bottom of the toolbar.
1962 // the toolbar.
2075 // Ignore clicks that are in/below the browser toolbar.
2076 GtkWidget* toolbar = toolbar_->widget();
2077 if (!GTK_WIDGET_VISIBLE(toolbar)) {
2078 // If the toolbar is not showing, use the location of web contents as the
2080 toolbar = render_area_vbox_;
2083 gtk_widget_get_pointer(toolbar, NULL, &toolbar_y);