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

/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc149 base::DictionaryValue* window_preferences = pref_update->Get(); local
150 window_preferences->SetInteger("left", bounds.x());
151 window_preferences->SetInteger("top", bounds.y());
152 window_preferences->SetInteger("right", bounds.right());
153 window_preferences->SetInteger("bottom", bounds.bottom());
154 window_preferences->SetBoolean("maximized",
158 window_preferences->SetInteger("work_area_left", work_area.x());
159 window_preferences->SetInteger("work_area_top", work_area.y());
160 window_preferences->SetInteger("work_area_right", work_area.right());
161 window_preferences
[all...]

Completed in 405 milliseconds