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

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc53 wm::WindowState* state_object) {
55 ScreenUtil::GetDisplayWorkAreaBoundsInParent(state_object->window());
61 gfx::Rect GetBoundsInMaximizedMode(wm::WindowState* state_object) { argument
62 if (state_object->IsFullscreen())
63 return ScreenUtil::GetDisplayBoundsInParent(state_object->window());
67 if (state_object->CanMaximize() || state_object->CanResize()) {
68 bounds_in_parent.set_size(GetMaximumSizeOfWindow(state_object));
73 if (state_object->HasRestoreBounds())
74 bounds_in_parent = state_object
52 GetCenteredBounds(const gfx::Rect& bounds_in_parent, wm::WindowState* state_object) argument
[all...]
/external/chromium_org/content/common/
H A Dpage_state_serialization.h49 base::NullableString16 state_object; member in struct:content::ExplodedFrameState
H A Dpage_state_serialization_unittest.cc73 EXPECT_EQ(a.state_object, b.state_object);
99 frame_state->state_object = NS16(NULL);
H A Dpage_state_serialization.cc520 bool has_state_object = !state.state_object.is_null();
523 WriteString(state.state_object, obj);
593 state->state_object = ReadString(obj);
720 state_object = other.state_object;
/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc91 state->state_object = item.stateObject().toString();
134 if (!state.state_object.is_null()) {
136 WebSerializedScriptValue::fromString(state.state_object));

Completed in 122 milliseconds