Searched refs:GetMaxTilesForInterestArea (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.cc63 size_t FakePictureLayerTilingClient::GetMaxTilesForInterestArea() const { function in class:cc::FakePictureLayerTilingClient
H A Dfake_picture_layer_tiling_client.h29 virtual size_t GetMaxTilesForInterestArea() const OVERRIDE;
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark_impl.cc126 virtual size_t GetMaxTilesForInterestArea() const OVERRIDE {
127 return base_client_->GetMaxTilesForInterestArea();
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h132 virtual size_t GetMaxTilesForInterestArea() const OVERRIDE;
H A Dpicture_layer_impl.cc660 size_t PictureLayerImpl::GetMaxTilesForInterestArea() const { function in class:cc::PictureLayerImpl
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.h49 virtual size_t GetMaxTilesForInterestArea() const = 0;
H A Dpicture_layer_tiling.cc560 size_t max_tiles_for_interest_area = client_->GetMaxTilesForInterestArea();

Completed in 140 milliseconds