Home | History | Annotate | Download | only in gtk

Lines Matching full:window_preferences

1848   DictionaryValue* window_preferences = update.Get();
1852 window_preferences->SetInteger("left", restored_bounds_.x());
1853 window_preferences->SetInteger("top", restored_bounds_.y());
1854 window_preferences->SetInteger("right", restored_bounds_.right());
1855 window_preferences->SetInteger("bottom", restored_bounds_.bottom());
1856 window_preferences->SetBoolean("maximized", IsMaximized());
1862 window_preferences->SetInteger("work_area_left", work_area.x());
1863 window_preferences->SetInteger("work_area_top", work_area.y());
1864 window_preferences->SetInteger("work_area_right", work_area.right());
1865 window_preferences->SetInteger("work_area_bottom", work_area.bottom());