Searched refs:gtk_widget_get_allocation (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | GtkVersioning.h | 80 #define gtk_widget_get_allocation(widget, alloc) (*(alloc) = (widget)->allocation) macro
|
D | ScrollViewGtk.cpp | 188 gtk_widget_get_allocation(measuredWidget, &allocation); in visibleContentRect()
|
D | ScrollbarThemeGtk2.cpp | 166 gtk_widget_get_allocation(widget, &allocation); in paintButton()
|
D | WidgetRenderingContext.cpp | 154 gtk_widget_get_allocation(widget, &allocation); in gtkPaintBox()
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebView.cpp | 380 gtk_widget_get_allocation(m_viewWidget, &allocation); in viewSize()
|
D | WebViewWidget.cpp | 55 gtk_widget_get_allocation(widget, &allocation); in webViewWidgetRealize()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 130 gtk_widget_get_allocation(GTK_WIDGET(m_webView), &allocation); in pageRect()
|
D | FrameLoaderClientGtk.cpp | 1396 gtk_widget_get_allocation(GTK_WIDGET(containingWindow), &allocation); in transitionToCommittedForNewPage()
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | gtk2xtbin.c | 305 gtk_widget_get_allocation(widget, &widget_allocation); in gtk_xtbin_realize()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1018 gtk_widget_get_allocation(widget, &allocation); in webkit_web_view_realize()
|