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

  /external/chromium_org/cc/resources/
managed_tile_state.h 24 NOW_BIN = 1, // Needed ASAP.
managed_tile_state.cc 19 case NOW_BIN:
20 return "NOW_BIN";
tile_manager.cc 231 NEVER_BIN, // [NOW_BIN]
241 NOW_BIN, // [NOW_BIN]
251 NOW_BIN, // [NOW_BIN]
261 NOW_BIN, // [NOW_BIN]
270 // Ready to draw works by mapping NOW_BIN to NOW_AND_READY_TO_DRAW_BIN.
274 NOW_BIN, // [NOW_BIN]
    [all...]
prioritized_tile_set.cc 57 case NOW_BIN:
prioritized_tile_set_unittest.cc 116 set.InsertTile(tile.get(), NOW_BIN);
160 // Ensure that tiles in NOW_BIN are sorted according to BinComparator.
176 set.InsertTile(tile.get(), NOW_BIN);
414 scoped_refptr<Tile> now_bin = CreateTile(); local
425 set.InsertTile(now_bin.get(), NOW_BIN);
434 EXPECT_TRUE(*it == now_bin.get());
483 set.InsertTile(tile.get(), NOW_BIN);
602 set.InsertTile(tile.get(), NOW_BIN);
708 scoped_refptr<Tile> now_bin = CreateTile() local
    [all...]

Completed in 57 milliseconds