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

  /external/chromium/chrome/browser/ui/
window_sizer.cc 55 int work_area_bottom = 0; local
60 wp_pref->GetInteger("work_area_bottom", &work_area_bottom);
65 std::max(0, work_area_bottom - work_area_top));
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 70 int work_area_bottom = 0; variable
75 wp_pref->GetInteger("work_area_bottom", &work_area_bottom);
82 std::max(0, work_area_bottom - work_area_top));

Completed in 405 milliseconds