HomeSort by relevance Sort by last modified time
    Searched refs:AsValue (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium_org/cc/quads/
render_pass.h 87 scoped_ptr<base::Value> AsValue() const;
texture_draw_quad.cc 164 value->Set("uv_top_left", MathUtil::AsValue(uv_top_left).release());
165 value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release());
  /external/chromium_org/cc/resources/
managed_tile_state.h 135 scoped_ptr<base::Value> AsValue() const;
picture.h 82 scoped_ptr<base::Value> AsValue() const;
tile.h 76 scoped_ptr<base::Value> AsValue() const;
tile_priority.cc 97 scoped_ptr<base::Value> TilePriority::AsValue() const {
186 scoped_ptr<base::Value> GlobalStateThatImpactsTilePriority::AsValue() const {
managed_tile_state.cc 105 scoped_ptr<base::Value> ManagedTileState::AsValue() const {
picture_layer_tiling.h 163 scoped_ptr<base::Value> AsValue() const;
picture_layer_tiling_set.cc 342 scoped_ptr<base::Value> PictureLayerTilingSet::AsValue() const {
345 state->Append(tilings_[i]->AsValue().release());
picture.cc 325 scoped_ptr<base::Value> Picture::AsValue() const {
333 res->Set("params.layer_rect", MathUtil::AsValue(layer_rect_).release());
334 res->Set("params.opaque_rect", MathUtil::AsValue(opaque_rect_).release());
picture_unittest.cc 58 one_rect_picture->AsValue());
86 two_rect_picture->AsValue());
picture_pile_base.cc 182 scoped_ptr<base::Value> PicturePileBase::AsValue() const {
  /external/chromium_org/cc/base/
math_util.cc 483 scoped_ptr<base::Value> MathUtil::AsValue(gfx::Size s) {
490 scoped_ptr<base::Value> MathUtil::AsValue(gfx::SizeF s) {
497 scoped_ptr<base::Value> MathUtil::AsValue(gfx::Rect r) {
527 scoped_ptr<base::Value> MathUtil::AsValue(gfx::PointF pt) {
534 scoped_ptr<base::Value> MathUtil::AsValue(const gfx::QuadF& q) {
547 scoped_ptr<base::Value> MathUtil::AsValue(const gfx::RectF& rect) {
556 scoped_ptr<base::Value> MathUtil::AsValue(const gfx::Transform& transform) {
region.cc 111 scoped_ptr<base::Value> Region::AsValue() const {
  /external/chromium_org/cc/output/
filter_operation.h 169 scoped_ptr<base::Value> AsValue() const;
filter_operation.cc 221 scoped_ptr<base::Value> FilterOperation::AsValue() const {
239 value->Set("offset", MathUtil::AsValue(drop_shadow_offset_).release());
  /external/chromium_org/cc/trees/
layer_tree_impl.h 90 scoped_ptr<base::Value> AsValue() const;
single_thread_proxy.h 47 virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
single_thread_proxy.cc 362 scoped_ptr<base::Value> SingleThreadProxy::AsValue() const {
366 // setting debug state. We still want the AsValue() function and its
371 layer_tree_host_impl_->AsValue().release());
layer_tree_host_impl.h 142 scoped_ptr<base::Value> AsValue() const;
384 scoped_ptr<base::Value> AsValue() const { return AsValueWithFrame(NULL); }
thread_proxy.h 64 virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
layer_tree_impl.cc 528 scoped_ptr<base::Value> LayerTreeImpl::AsValue() const {
533 state->Set("root_layer", root_layer_->AsValue().release());
  /external/chromium_org/cc/layers/
layer_impl.cc     [all...]
picture_layer_impl.cc     [all...]
tiled_layer_impl.cc 111 state->Set("invalidation", MathUtil::AsValue(update_rect()).release());

Completed in 275 milliseconds

12 3