OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverlayStrategySingleOnTop
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/output/
overlay_strategy_single_on_top.h
18
class CC_EXPORT
OverlayStrategySingleOnTop
: public OverlayProcessor::Strategy {
20
OverlayStrategySingleOnTop
(OverlayCandidateValidator* capability_checker,
28
DISALLOW_COPY_AND_ASSIGN(
OverlayStrategySingleOnTop
);
overlay_processor.cc
27
new
OverlayStrategySingleOnTop
(candidates, resource_provider_)));
overlay_strategy_single_on_top.cc
14
OverlayStrategySingleOnTop
::
OverlayStrategySingleOnTop
(
20
bool
OverlayStrategySingleOnTop
::Attempt(
overlay_unittest.cc
81
new
OverlayStrategySingleOnTop
(candidates, resource_provider_)));
Completed in 141 milliseconds