HomeSort by relevance Sort by last modified time
    Searched defs:contents_swizzled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 34 bool contents_swizzled() { return contents_swizzled_; } function in class:cc::DrawableTile
35 void set_contents_swizzled(bool contents_swizzled) {
36 contents_swizzled_ = contents_swizzled;
141 tile->contents_swizzled());
259 tile->contents_swizzled());
282 bool contents_swizzled) {
288 tile->set_contents_swizzled(contents_swizzled);
  /external/chromium_org/cc/resources/
managed_tile_state.h 65 bool contents_swizzled() const { function in class:cc::ManagedTileState::TileVersion
prioritized_resource.h 47 bool contents_swizzled() const { return contents_swizzled_; } function in class:cc::PrioritizedResource

Completed in 361 milliseconds