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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 461 // window_expansion_top_left_delta_ to the origin and subtract the
464 bounds.x() + window_expansion_top_left_delta_.x(),
465 bounds.y() + window_expansion_top_left_delta_.y(),
475 // window_expansion_top_left_delta_ from the origin and add the
481 bounds.x() - window_expansion_top_left_delta_.x(),
482 bounds.y() - window_expansion_top_left_delta_.y(),
550 window_expansion_top_left_delta_ = top_left_delta;
    [all...]
desktop_window_tree_host_win.h 236 gfx::Vector2d window_expansion_top_left_delta_; member in class:views::DesktopWindowTreeHostWin

Completed in 43 milliseconds