Home | History | Annotate | Download | only in trees

Lines Matching defs:host_impl

257 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
267 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
282 host_impl->memory_allocation_limit_bytes() &&
285 host_impl->SetNeedsCommit();
288 host_impl->set_max_memory_needed_bytes(
292 host_impl->resource_provider());
293 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
296 LayerTreeImpl* sync_tree = host_impl->sync_tree();
357 host_impl->SetUseGpuRasterization(UseGpuRasterization());
360 host_impl->SetViewportSize(device_viewport_size_);
361 host_impl->SetDeviceScaleFactor(device_scale_factor_);
362 host_impl->SetDebugState(debug_state_);
377 host_impl->SetOverhangUIResource(
391 micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl);
427 scoped_ptr<LayerTreeHostImpl> host_impl =
434 host_impl->SetUseGpuRasterization(UseGpuRasterization());
437 host_impl->top_controls_manager()) {
439 host_impl->top_controls_manager()->AsWeakPtr();
441 input_handler_weak_ptr_ = host_impl->AsWeakPtr();
442 return host_impl.Pass();