HomeSort by relevance Sort by last modified time
    Searched defs:expected_height (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 28 int expected_height; member in struct:gtk_util::__anon5070::RoundedWindowData
63 int height = data->expected_height;
208 data->expected_height != widget->allocation.height) {
210 data->expected_height = widget->allocation.height;
252 data->expected_height = -1;
271 data->expected_height = -1;
  /external/chromium_org/chrome/browser/ui/gtk/
rounded_window.cc 29 int expected_height; member in struct:gtk_util::__anon8582::RoundedWindowData
64 int height = data->expected_height;
212 data->expected_height != allocation.height) {
214 data->expected_height = allocation.height;
257 data->expected_height = -1;
276 data->expected_height = -1;

Completed in 1004 milliseconds