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

  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 50 struct WindowWithHeight {
51 explicit WindowWithHeight(aura::Window* window) :
221 std::vector<WindowWithHeight>* visible_windows);
225 int CalculateIdealWidth(const std::vector<WindowWithHeight>& visible_windows);
233 std::vector<WindowWithHeight>* visible_windows);
docked_window_layout_manager.cc 252 bool operator()(WindowWithHeight win1, WindowWithHeight win2) {
268 bool operator()(WindowWithHeight window_with_height1,
269 WindowWithHeight window_with_height2) {
    [all...]

Completed in 59 milliseconds