Home
last modified time | relevance | path

Searched refs:window_preferences (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dchrome_views_delegate.cc148 base::DictionaryValue* window_preferences = update.Get(); local
149 window_preferences->SetInteger("left", bounds.x());
150 window_preferences->SetInteger("top", bounds.y());
151 window_preferences->SetInteger("right", bounds.right());
152 window_preferences->SetInteger("bottom", bounds.bottom());
153 window_preferences->SetBoolean("maximized",
157 window_preferences->SetInteger("work_area_left", work_area.x());
158 window_preferences->SetInteger("work_area_top", work_area.y());
159 window_preferences->SetInteger("work_area_right", work_area.right());
160 window_preferences->SetInteger("work_area_bottom", work_area.bottom());