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

  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 53 wm::WindowState* state_object) {
55 ScreenUtil::GetDisplayWorkAreaBoundsInParent(state_object->window());
61 gfx::Rect GetBoundsInMaximizedMode(wm::WindowState* state_object) {
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->GetRestoreBoundsInParent()
    [all...]
  /external/chromium_org/content/common/
page_state_serialization.h 49 base::NullableString16 state_object; member in struct:content::ExplodedFrameState
page_state_serialization_unittest.cc 73 EXPECT_EQ(a.state_object, b.state_object);
99 frame_state->state_object = NS16(NULL);
page_state_serialization.cc 520 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/
history_serialization.cc 91 state->state_object = item.stateObject().toString();
134 if (!state.state_object.is_null()) {
136 WebSerializedScriptValue::fromString(state.state_object));

Completed in 144 milliseconds