Searched refs:rect_value (Results 1 – 1 of 1) sorted by relevance
394 scoped_ptr<base::ListValue> rect_value(new base::ListValue()); in SetDesktopShape() local395 rect_value->AppendInteger(rect.left()); in SetDesktopShape()396 rect_value->AppendInteger(rect.top()); in SetDesktopShape()397 rect_value->AppendInteger(rect.width()); in SetDesktopShape()398 rect_value->AppendInteger(rect.height()); in SetDesktopShape()399 rects_value->Append(rect_value.release()); in SetDesktopShape()