/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.h | 74 // |width_id| and |height_id| are resource IDs for the size. If either of these 80 int width_id, int height_id, bool resizable); 272 int height_id,
|
gtk_util.cc | 384 int width_id, int height_id, bool resizable) { 387 gtk_util::GetWidgetSizeFromResources(GTK_WIDGET(window), width_id, height_id, local 389 (height_id != -1) ? &height : NULL); 912 height_id, local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.h | 117 // |width_id| and |height_id| are resource IDs for the size. If either of these 123 int width_id, int height_id, bool resizable); 321 int height_id,
|
gtk_util.cc | 307 int width_id, int height_id, bool resizable) { 310 gtk_util::GetWidgetSizeFromResources(GTK_WIDGET(window), width_id, height_id, local 312 (height_id != -1) ? &height : NULL); 1105 height_id, local [all...] |