Searched refs:resizability_to_test (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.cc52 panel::Resizability resizability_to_test; local
55 resizability_to_test = panel::RESIZABLE_TOP_LEFT;
58 resizability_to_test = panel::RESIZABLE_TOP;
61 resizability_to_test = panel::RESIZABLE_TOP_RIGHT;
64 resizability_to_test = panel::RESIZABLE_LEFT;
67 resizability_to_test = panel::RESIZABLE_RIGHT;
70 resizability_to_test = panel::RESIZABLE_BOTTOM_LEFT;
73 resizability_to_test = panel::RESIZABLE_BOTTOM;
76 resizability_to_test = panel::RESIZABLE_BOTTOM_RIGHT;
79 resizability_to_test
[all...]

Completed in 98 milliseconds