Strategy           28 cc/output/overlay_processor.cc     strategies_.push_back(scoped_ptr<Strategy>(
Strategy           20 cc/output/overlay_processor.h   class CC_EXPORT Strategy {
Strategy           22 cc/output/overlay_processor.h     virtual ~Strategy() {}
Strategy           30 cc/output/overlay_processor.h   typedef ScopedPtrVector<Strategy> StrategyList;
Strategy           18 cc/output/overlay_strategy_single_on_top.h class CC_EXPORT OverlayStrategySingleOnTop : public OverlayProcessor::Strategy {
Strategy           72 cc/output/overlay_unittest.cc   strategies_.push_back(scoped_ptr<Strategy>(
Strategy           20 chrome/renderer/extensions/activity_log_converter_strategy.h     : public content::V8ValueConverter::Strategy {
Strategy           28 content/public/renderer/v8_value_converter.h   class CONTENT_EXPORT Strategy {
Strategy           30 content/public/renderer/v8_value_converter.h     virtual ~Strategy() {}
Strategy           72 content/public/renderer/v8_value_converter.h   virtual void SetStrategy(Strategy* strategy) = 0;
Strategy          112 content/renderer/v8_value_converter_impl.cc void V8ValueConverterImpl::SetStrategy(Strategy* strategy) {
Strategy           33 content/renderer/v8_value_converter_impl.h   virtual void SetStrategy(Strategy* strategy) OVERRIDE;
Strategy           87 content/renderer/v8_value_converter_impl.h   Strategy* strategy_;
Strategy          190 ui/events/gesture_detection/velocity_tracker.cc VelocityTrackerStrategy* CreateStrategy(VelocityTracker::Strategy strategy) {
Strategy          225 ui/events/gesture_detection/velocity_tracker.cc VelocityTracker::VelocityTracker(Strategy strategy)
Strategy           93 ui/events/gesture_detection/velocity_tracker.h   explicit VelocityTracker(Strategy strategy);
Strategy           20 ui/events/gesture_detection/velocity_tracker_state.cc VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy)
Strategy           24 ui/events/gesture_detection/velocity_tracker_state.h   explicit VelocityTrackerState(VelocityTracker::Strategy strategy);
Strategy           25 ui/events/gesture_detection/velocity_tracker_unittest.cc const char* GetStrategyName(VelocityTracker::Strategy strategy) {
Strategy           93 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTracker::Strategy strategy =
Strategy           94 ui/events/gesture_detection/velocity_tracker_unittest.cc         static_cast<VelocityTracker::Strategy>(i);
Strategy          149 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTracker::Strategy strategy =
Strategy          150 ui/events/gesture_detection/velocity_tracker_unittest.cc         static_cast<VelocityTracker::Strategy>(i);