/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); 271 int width_id, 275 int width_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 388 (width_id != -1) ? &width : NULL, 911 width_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); 320 int width_id, 324 int width_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 311 (width_id != -1) ? &width : NULL, 1104 width_id, local [all...] |