Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:strategy

101   // An allocation strategy is a list of allocations specifying the resources
118 // The various tactics used as part of an allocation strategy. To decide
123 // Determining a resource allocation strategy amounts to picking a tactic
147 // Helper functions for devising an allocation strategy
160 // Attempt to use the specified tactics to compute an allocation strategy
161 // and place the result in |strategy|. |active_stats| and |inactive_stats|
166 // |strategy| on failure.
171 AllocationStrategy* strategy);
174 // |tactic| and add the result to |strategy|. Any |extra_bytes_to_allocate|
179 AllocationStrategy* strategy);
181 // Enact an allocation strategy by informing the renderers of their
182 // allocations according to |strategy|.
183 void EnactStrategy(const AllocationStrategy& strategy);