HomeSort by relevance Sort by last modified time
    Searched full:gtkallocation (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 22 GtkAllocation* allocation;
52 GtkAllocation child_allocation;
114 GtkAllocation* allocation);
143 GtkAllocation* allocation) {
gtk_expanded_container_unittest.cc 78 GtkAllocation allocation = { 0, 0, 50, 100 };
111 GtkAllocation allocation = { 10, 10, 50, 100 };
137 GtkAllocation allocation = { 0, 0, 300, 100 };
fullscreen_exit_bubble_gtk.h 36 GtkAllocation*);
gtk_chrome_shrinkable_hbox.cc 20 GtkAllocation* allocation;
54 GtkAllocation child_allocation = child->allocation;
110 GtkAllocation* allocation);
174 GtkWidget* widget, GtkAllocation* allocation) {
gtk_floating_container.cc 55 GtkAllocation* allocation);
205 GtkAllocation* allocation) {
232 GtkAllocation child_allocation;
gtk_floating_container.h 30 // GtkAllocation* allocation,
fullscreen_exit_bubble_gtk.cc 87 GtkAllocation* allocation) {
slide_animator_gtk.cc 144 GtkAllocation* allocation,
slide_animator_gtk.h 96 GtkAllocation* allocation,
tab_contents_container_gtk.h 66 GtkFloatingContainer* container, GtkAllocation* allocation,
info_bubble_gtk.h 152 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, void, OnSizeAllocate, GtkAllocation*);
159 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, void, OnAnchorAllocate, GtkAllocation*);
gtk_chrome_shrinkable_hbox_unittest.cc 131 GtkAllocation allocation = { 0, 0, 0, 200 };
browser_window_gtk.h 338 GtkAllocation*);
355 GtkAllocation*);
gtk_custom_menu_item.cc 252 GtkAllocation child_alloc =
373 GtkAllocation alloc = current_widget->allocation;
  /external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.h 39 GtkAllocation*);
extension_infobar_gtk.cc 77 GtkAllocation* allocation) {
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 62 GtkAllocation allocation = { loc.x(), loc.y(), rect.width(), rect.height() };
102 * If we are going to paint do the translation and GtkAllocation manipulation.
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 238 GtkAllocation allocation = { 0, 0, 800, 600 };
341 GtkAllocation allocation = { 0, 0, 800, 600 };
388 GtkAllocation allocation = { 0, 0, 800, 600 };
489 GtkAllocation allocation = { 0, 0, 800, 600 };
575 GtkAllocation allocation = { 0, 0, 800, 600 };
600 GtkAllocation allocation = { 0, 0, 800, 600 };
625 GtkAllocation allocation = { 0, 0, 800, 600 };
650 GtkAllocation allocation = { 0, 0, 800, 600 };
677 GtkAllocation allocation = { 0, 0, 800, 600 };
704 GtkAllocation allocation = { 0, 0, 800, 600 }
    [all...]
testatkroles.c 53 GtkAllocation alloc;
71 fixture->alloc = (GtkAllocation) { 0, 0, 800, 600 };
testhittestresult.c 125 GtkAllocation allocation = { 0, 0, 50, 50 };
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 107 GtkAllocation*);
110 GtkAllocation*);
tab_contents_view_gtk.cc 414 GtkAllocation* allocation) {
433 GtkWidget* floating_container, GtkAllocation* allocation) {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 181 CHROMEGTK_CALLBACK_1(BookmarkBarGtk, void, OnItemAllocate, GtkAllocation*);
271 GtkAllocation*);
291 GtkAllocation*);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 54 GtkAllocation allocation;
164 static void webViewSizeAllocate(GtkWidget* widget, GtkAllocation* allocation)
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 89 virtual void OnSizeAllocate(GtkWidget* widget, GtkAllocation* allocation);

Completed in 193 milliseconds

1 2 3