Home
last modified time | relevance | path

Searched refs:removeCount (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp261 unsigned removeCount = tilesToRemove.size(); in invalidate() local
262 for (unsigned n = 0; n < removeCount; ++n) in invalidate()
375 unsigned removeCount = tilesToRemove.size(); in removeAllTiles() local
376 for (unsigned n = 0; n < removeCount; ++n) in removeAllTiles()
499 unsigned removeCount = tilesToRemove.size(); in resizeEdgeTiles() local
500 for (unsigned n = 0; n < removeCount; ++n) in resizeEdgeTiles()
517 unsigned removeCount = toRemove.size(); in dropTilesOutsideRect() local
518 for (unsigned n = 0; n < removeCount; ++n) in dropTilesOutsideRect()
/external/replicaisland/src/com/replica/replicaisland/
DChangeComponentsComponent.java117 final int removeCount = mComponentsToRemove.getCount(); in activate() local
118 for (int x = 0; x < removeCount; x++) { in activate()
/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp282 unsigned removeCount = tilesToRemove.size(); in dropOverhangingTiles() local
283 for (unsigned n = 0; n < removeCount; ++n) in dropOverhangingTiles()
299 unsigned removeCount = toRemove.size(); in dropTilesOutsideRect() local
300 for (unsigned n = 0; n < removeCount; ++n) in dropTilesOutsideRect()
/external/guava/guava/src/com/google/common/collect/
DMultisets.java646 int removeCount = occurrencesToRemove.count(entry.getElement());
647 if (removeCount >= entry.getCount()) {
650 } else if (removeCount > 0) {
651 multisetToModify.remove(entry.getElement(), removeCount);
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3860 size_t removeCount = nodesToRemoveFromChain.size(); in scrollTo() local
3861 for (size_t i = 0; i < removeCount; ++i) { in scrollTo()