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

  /external/chromium/chrome/browser/ui/
window_sizer.h 99 virtual bool GetLastActiveWindowState(gfx::Rect* bounds) const = 0;
119 // |window_bounds| is calculated by calling GetLastActiveWindowState(). To
window_sizer.cc 70 virtual bool GetLastActiveWindowState(gfx::Rect* bounds) const {
105 // If set, is used as the reference browser for GetLastActiveWindowState.
176 if (!state_provider_ || !state_provider_->GetLastActiveWindowState(bounds))
window_sizer_unittest.cc 137 virtual bool GetLastActiveWindowState(gfx::Rect* bounds) const {
    [all...]

Completed in 55 milliseconds