Home | History | Annotate | Download | only in webkit

Lines Matching refs:allocation

624 static void webkit_web_view_size_allocate(GtkWidget* widget, GtkAllocation* allocation)
626 GTK_WIDGET_CLASS(webkit_web_view_parent_class)->size_allocate(widget,allocation);
634 frame->view()->resize(allocation->width, allocation->height);
693 attributes.x = widget->allocation.x;
694 attributes.y = widget->allocation.y;
695 attributes.width = widget->allocation.width;
696 attributes.height = widget->allocation.height;