strategy          151 chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc   ASSERT_EQ(PortalDetectorStrategy::STRATEGY_ID_LOGIN_SCREEN, strategy()->Id());
strategy          171 chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc   ASSERT_EQ(PortalDetectorStrategy::STRATEGY_ID_SESSION, strategy()->Id());
strategy          136 chrome/browser/component_updater/component_patcher_operation.cc     scoped_ptr<DeltaUpdateOpPatchStrategy> strategy(new BsdiffTraits());
strategy          137 chrome/browser/component_updater/component_patcher_operation.cc     return new DeltaUpdateOpPatch(strategy.Pass());
strategy          139 chrome/browser/component_updater/component_patcher_operation.cc     scoped_ptr<DeltaUpdateOpPatchStrategy> strategy(new CourgetteTraits());
strategy          140 chrome/browser/component_updater/component_patcher_operation.cc     return new DeltaUpdateOpPatch(strategy.Pass());
strategy          346 chrome/browser/component_updater/component_patcher_operation.cc     scoped_ptr<DeltaUpdateOpPatchStrategy> strategy) {
strategy          347 chrome/browser/component_updater/component_patcher_operation.cc   strategy_ = strategy.Pass();
strategy          183 chrome/browser/component_updater/component_patcher_operation.h   explicit DeltaUpdateOpPatch(scoped_ptr<DeltaUpdateOpPatchStrategy> strategy);
strategy           19 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     const DevToolsContentsResizingStrategy& strategy) {
strategy           20 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   insets_ = strategy.insets();
strategy           21 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   min_size_ = strategy.min_size();
strategy           25 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     const DevToolsContentsResizingStrategy& strategy) {
strategy           26 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   return insets_ == strategy.insets() && min_size_ == strategy.min_size();
strategy           30 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     const DevToolsContentsResizingStrategy& strategy,
strategy           39 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   const gfx::Insets& insets = strategy.insets();
strategy           40 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   const gfx::Size& min_size = strategy.min_size();
strategy           22 chrome/browser/devtools/devtools_contents_resizing_strategy.h   void CopyFrom(const DevToolsContentsResizingStrategy& strategy);
strategy           23 chrome/browser/devtools/devtools_contents_resizing_strategy.h   bool Equals(const DevToolsContentsResizingStrategy& strategy);
strategy           44 chrome/browser/devtools/devtools_contents_resizing_strategy.h     const DevToolsContentsResizingStrategy& strategy,
strategy           25 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc   DevToolsContentsResizingStrategy strategy(
strategy           33 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc       strategy, container_size,
strategy           41 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc   DevToolsContentsResizingStrategy strategy(
strategy           49 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc       strategy, container_size,
strategy           57 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc   DevToolsContentsResizingStrategy strategy(
strategy           65 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc       strategy, container_size,
strategy           73 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc   DevToolsContentsResizingStrategy strategy(
strategy           81 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc       strategy, container_size,
strategy           89 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc   DevToolsContentsResizingStrategy strategy(
strategy           97 chrome/browser/devtools/devtools_contents_resizing_strategy_unittest.cc       strategy, container_size,
strategy         1018 chrome/browser/devtools/devtools_window.cc   DevToolsContentsResizingStrategy strategy(insets, min_size);
strategy         1019 chrome/browser/devtools/devtools_window.cc   if (contents_resizing_strategy_.Equals(strategy))
strategy         1022 chrome/browser/devtools/devtools_window.cc   contents_resizing_strategy_.CopyFrom(strategy);
strategy          546 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc                                    HostPermissionsStrategy strategy)
strategy          550 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       host_permissions_strategy_(strategy) {}
strategy          161 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h                    HostPermissionsStrategy strategy);
strategy           35 chrome/browser/prefs/pref_hash_filter.cc     switch (metadata.strategy) {
strategy           58 chrome/browser/prefs/pref_hash_filter.h     PrefTrackingStrategy strategy;
strategy          177 chrome/browser/prefs/pref_hash_filter_unittest.cc       PrefHashFilter::PrefTrackingStrategy strategy);
strategy          182 chrome/browser/prefs/pref_hash_filter_unittest.cc                        PrefHashFilter::PrefTrackingStrategy strategy);
strategy          240 chrome/browser/prefs/pref_hash_filter_unittest.cc     PrefHashFilter::PrefTrackingStrategy strategy) {
strategy          244 chrome/browser/prefs/pref_hash_filter_unittest.cc       std::make_pair(path, std::make_pair(value, strategy))).second);
strategy          256 chrome/browser/prefs/pref_hash_filter_unittest.cc     PrefHashFilter::PrefTrackingStrategy strategy) {
strategy          258 chrome/browser/prefs/pref_hash_filter_unittest.cc       std::make_pair(path, std::make_pair(new_value, strategy))).second);
strategy           99 chrome/browser/prefs/profile_pref_store_manager_unittest.cc       if (it->strategy == PrefHashFilter::TRACKING_STRATEGY_ATOMIC) {
strategy          247 chrome/browser/renderer_host/web_cache_manager.cc     AllocationStrategy* strategy) {
strategy          248 chrome/browser/renderer_host/web_cache_manager.cc   DCHECK(strategy);
strategy          276 chrome/browser/renderer_host/web_cache_manager.cc   AddToStrategy(active_renderers_, active_tactic, active_extra, strategy);
strategy          277 chrome/browser/renderer_host/web_cache_manager.cc   AddToStrategy(inactive_renderers_, inactive_tactic, inactive_extra, strategy);
strategy          286 chrome/browser/renderer_host/web_cache_manager.cc                                     AllocationStrategy* strategy) {
strategy          287 chrome/browser/renderer_host/web_cache_manager.cc   DCHECK(strategy);
strategy          307 chrome/browser/renderer_host/web_cache_manager.cc     strategy->push_back(Allocation(*iter, cache_size));
strategy          312 chrome/browser/renderer_host/web_cache_manager.cc void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) {
strategy          314 chrome/browser/renderer_host/web_cache_manager.cc   AllocationStrategy::const_iterator allocation = strategy.begin();
strategy          315 chrome/browser/renderer_host/web_cache_manager.cc   while (allocation != strategy.end()) {
strategy          396 chrome/browser/renderer_host/web_cache_manager.cc   AllocationStrategy strategy;
strategy          400 chrome/browser/renderer_host/web_cache_manager.cc                     KEEP_CURRENT, inactive, &strategy) ||
strategy          404 chrome/browser/renderer_host/web_cache_manager.cc                     KEEP_LIVE, inactive, &strategy) ||
strategy          409 chrome/browser/renderer_host/web_cache_manager.cc                     DIVIDE_EVENLY, inactive, &strategy) ||
strategy          412 chrome/browser/renderer_host/web_cache_manager.cc       AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) ||
strategy          416 chrome/browser/renderer_host/web_cache_manager.cc                     &strategy)) {
strategy          418 chrome/browser/renderer_host/web_cache_manager.cc     EnactStrategy(strategy);
strategy          171 chrome/browser/renderer_host/web_cache_manager.h                      AllocationStrategy* strategy);
strategy          179 chrome/browser/renderer_host/web_cache_manager.h                      AllocationStrategy* strategy);
strategy          183 chrome/browser/renderer_host/web_cache_manager.h   void EnactStrategy(const AllocationStrategy& strategy);
strategy           65 chrome/browser/renderer_host/web_cache_manager_unittest.cc                             std::list< std::pair<int,size_t> >* strategy) {
strategy           71 chrome/browser/renderer_host/web_cache_manager_unittest.cc         strategy);
strategy           77 chrome/browser/renderer_host/web_cache_manager_unittest.cc                             std::list< std::pair<int,size_t> >* strategy) {
strategy           81 chrome/browser/renderer_host/web_cache_manager_unittest.cc                      strategy);
strategy          234 chrome/browser/renderer_host/web_cache_manager_unittest.cc   AllocationStrategy strategy;
strategy          241 chrome/browser/renderer_host/web_cache_manager_unittest.cc                              &strategy));
strategy          242 chrome/browser/renderer_host/web_cache_manager_unittest.cc   EXPECT_TRUE(strategy.empty());
strategy          249 chrome/browser/renderer_host/web_cache_manager_unittest.cc                             &strategy));
strategy          250 chrome/browser/renderer_host/web_cache_manager_unittest.cc   EXPECT_EQ(2U, strategy.size());
strategy          252 chrome/browser/renderer_host/web_cache_manager_unittest.cc   AllocationStrategy::iterator iter = strategy.begin();
strategy          253 chrome/browser/renderer_host/web_cache_manager_unittest.cc   while (iter != strategy.end()) {
strategy          280 chrome/browser/renderer_host/web_cache_manager_unittest.cc   AllocationStrategy strategy;
strategy          285 chrome/browser/renderer_host/web_cache_manager_unittest.cc                 &strategy);
strategy          287 chrome/browser/renderer_host/web_cache_manager_unittest.cc   EXPECT_EQ(2U, strategy.size());
strategy          290 chrome/browser/renderer_host/web_cache_manager_unittest.cc   AllocationStrategy::iterator iter = strategy.begin();
strategy          291 chrome/browser/renderer_host/web_cache_manager_unittest.cc   while (iter != strategy.end()) {
strategy           22 chrome/browser/ui/views/frame/contents_layout_manager.cc     const DevToolsContentsResizingStrategy& strategy) {
strategy           23 chrome/browser/ui/views/frame/contents_layout_manager.cc   if (strategy_.Equals(strategy))
strategy           26 chrome/browser/ui/views/frame/contents_layout_manager.cc   strategy_.CopyFrom(strategy);
strategy           25 chrome/browser/ui/views/frame/contents_layout_manager.h       const DevToolsContentsResizingStrategy& strategy);
strategy           58 chrome/renderer/extensions/api_activity_logger.cc     ActivityLogConverterStrategy strategy;
strategy           60 chrome/renderer/extensions/api_activity_logger.cc     converter->SetStrategy(&strategy);
strategy           36 chrome/renderer/extensions/dom_activity_logger.cc   ActivityLogConverterStrategy strategy;
strategy           38 chrome/renderer/extensions/dom_activity_logger.cc   converter->SetStrategy(&strategy);
strategy          225 chrome/test/chromedriver/element_util.cc   std::string strategy;
strategy          226 chrome/test/chromedriver/element_util.cc   if (!params.GetString("using", &strategy))
strategy          238 chrome/test/chromedriver/element_util.cc   locator->SetString(strategy, target);
strategy          316 components/policy/core/browser/configuration_policy_handler.cc     SchemaOnErrorStrategy strategy)
strategy          317 components/policy/core/browser/configuration_policy_handler.cc     : policy_name_(policy_name), schema_(schema), strategy_(strategy) {
strategy          253 components/policy/core/browser/configuration_policy_handler.h                                 SchemaOnErrorStrategy strategy);
strategy           32 components/policy/core/browser/configuration_policy_handler_unittest.cc                                       SchemaOnErrorStrategy strategy)
strategy           33 components/policy/core/browser/configuration_policy_handler_unittest.cc       : SchemaValidatingPolicyHandler("PolicyForTesting", schema, strategy) {}
strategy           86 components/policy/core/common/schema.cc bool StrategyAllowInvalidOnTopLevel(SchemaOnErrorStrategy strategy) {
strategy           87 components/policy/core/common/schema.cc   return strategy == SCHEMA_ALLOW_INVALID ||
strategy           88 components/policy/core/common/schema.cc          strategy == SCHEMA_ALLOW_INVALID_TOPLEVEL ||
strategy           89 components/policy/core/common/schema.cc          strategy == SCHEMA_ALLOW_INVALID_TOPLEVEL_AND_ALLOW_UNKNOWN;
strategy           92 components/policy/core/common/schema.cc bool StrategyAllowUnknownOnTopLevel(SchemaOnErrorStrategy strategy) {
strategy           93 components/policy/core/common/schema.cc   return strategy != SCHEMA_STRICT;
strategy           96 components/policy/core/common/schema.cc SchemaOnErrorStrategy StrategyForNextLevel(SchemaOnErrorStrategy strategy) {
strategy          105 components/policy/core/common/schema.cc   return next_level_strategy[(int)strategy];
strategy          662 components/policy/core/common/schema.cc                       SchemaOnErrorStrategy strategy,
strategy          694 components/policy/core/common/schema.cc         if (!StrategyAllowUnknownOnTopLevel(strategy))
strategy          697 components/policy/core/common/schema.cc                                      StrategyForNextLevel(strategy),
strategy          702 components/policy/core/common/schema.cc         if (!StrategyAllowInvalidOnTopLevel(strategy))
strategy          711 components/policy/core/common/schema.cc                                StrategyForNextLevel(strategy),
strategy          716 components/policy/core/common/schema.cc         if (!StrategyAllowInvalidOnTopLevel(strategy))
strategy          738 components/policy/core/common/schema.cc                        SchemaOnErrorStrategy strategy,
strategy          770 components/policy/core/common/schema.cc         if (StrategyAllowUnknownOnTopLevel(strategy))
strategy          778 components/policy/core/common/schema.cc                                  StrategyForNextLevel(strategy),
strategy          784 components/policy/core/common/schema.cc           if (StrategyAllowInvalidOnTopLevel(strategy))
strategy          805 components/policy/core/common/schema.cc                                               StrategyForNextLevel(strategy),
strategy          811 components/policy/core/common/schema.cc         if (StrategyAllowInvalidOnTopLevel(strategy))
strategy          826 components/policy/core/common/schema.cc   return Validate(*value, strategy, error_path, error);
strategy           95 components/policy/core/common/schema.h                 SchemaOnErrorStrategy strategy,
strategy          107 components/policy/core/common/schema.h                  SchemaOnErrorStrategy strategy,
strategy          117 components/policy/core/common/schema_unittest.cc                           SchemaOnErrorStrategy strategy,
strategy          124 components/policy/core/common/schema_unittest.cc   bool returned = schema.Validate(value, strategy, NULL, &error);
strategy          133 components/policy/core/common/schema_unittest.cc       schema.Normalize(cloned_value.get(), strategy, NULL, &error, &touched);
strategy           72 content/public/renderer/v8_value_converter.h   virtual void SetStrategy(Strategy* strategy) = 0;
strategy          116 content/renderer/media/buffered_data_source.cc   BufferedResourceLoader::DeferStrategy strategy = preload_ == METADATA ?
strategy          124 content/renderer/media/buffered_data_source.cc                                     strategy,
strategy          102 content/renderer/media/buffered_resource_loader.cc     DeferStrategy strategy,
strategy          108 content/renderer/media/buffered_resource_loader.cc       defer_strategy_(strategy),
strategy          561 content/renderer/media/buffered_resource_loader.cc void BufferedResourceLoader::UpdateDeferStrategy(DeferStrategy strategy) {
strategy          562 content/renderer/media/buffered_resource_loader.cc   if (!might_be_reused_from_cache_in_future_ && strategy == kNeverDefer)
strategy          563 content/renderer/media/buffered_resource_loader.cc     strategy = kCapacityDefer;
strategy          564 content/renderer/media/buffered_resource_loader.cc   defer_strategy_ = strategy;
strategy           93 content/renderer/media/buffered_resource_loader.h       DeferStrategy strategy,
strategy          185 content/renderer/media/buffered_resource_loader.h   void UpdateDeferStrategy(DeferStrategy strategy);
strategy          112 content/renderer/v8_value_converter_impl.cc void V8ValueConverterImpl::SetStrategy(Strategy* strategy) {
strategy          113 content/renderer/v8_value_converter_impl.cc   strategy_ = strategy;
strategy           33 content/renderer/v8_value_converter_impl.h   virtual void SetStrategy(Strategy* strategy) OVERRIDE;
strategy         2014 third_party/libpng/png.h    PNGARG((png_structp png_ptr, int strategy));
strategy         1441 third_party/libpng/pngwrite.c png_set_compression_strategy(png_structp png_ptr, int strategy)
strategy         1448 third_party/libpng/pngwrite.c    png_ptr->zlib_strategy = strategy;
strategy         1059 third_party/zlib/contrib/minizip/zip.c                                          int windowBits,int memLevel, int strategy,
strategy         1220 third_party/zlib/contrib/minizip/zip.c           err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy);
strategy         1268 third_party/zlib/contrib/minizip/zip.c                                          int windowBits,int memLevel, int strategy,
strategy         1276 third_party/zlib/contrib/minizip/zip.c                                  windowBits, memLevel, strategy,
strategy         1284 third_party/zlib/contrib/minizip/zip.c                                          int windowBits,int memLevel, int strategy,
strategy         1291 third_party/zlib/contrib/minizip/zip.c                                  windowBits, memLevel, strategy,
strategy         1299 third_party/zlib/contrib/minizip/zip.c                                          int windowBits,int memLevel, int strategy,
strategy         1306 third_party/zlib/contrib/minizip/zip.c                                  windowBits, memLevel, strategy,
strategy          229 third_party/zlib/contrib/minizip/zip.h                                             int strategy,
strategy          246 third_party/zlib/contrib/minizip/zip.h                                             int strategy,
strategy          272 third_party/zlib/contrib/minizip/zip.h                                             int strategy,
strategy          293 third_party/zlib/contrib/minizip/zip.h                                             int strategy,
strategy          211 third_party/zlib/deflate.c int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
strategy          218 third_party/zlib/deflate.c     int  strategy;
strategy          262 third_party/zlib/deflate.c         strategy < 0 || strategy > Z_FIXED) {
strategy          308 third_party/zlib/deflate.c     s->strategy = strategy;
strategy          418 third_party/zlib/deflate.c int ZEXPORT deflateParams(strm, level, strategy)
strategy          421 third_party/zlib/deflate.c     int strategy;
strategy          435 third_party/zlib/deflate.c     if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
strategy          440 third_party/zlib/deflate.c     if ((strategy != s->strategy || func != configuration_table[level].func) &&
strategy          452 third_party/zlib/deflate.c     s->strategy = strategy;
strategy          627 third_party/zlib/deflate.c                             (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
strategy          644 third_party/zlib/deflate.c                             (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
strategy          664 third_party/zlib/deflate.c             if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
strategy          833 third_party/zlib/deflate.c         if (strm->clas && s->strategy == Z_RLE) {
strategy          838 third_party/zlib/deflate.c         if (s->strategy == Z_HUFFMAN_ONLY) {
strategy          840 third_party/zlib/deflate.c         } else if (s->strategy == Z_RLE) {
strategy         1846 third_party/zlib/deflate.c             if (s->match_length <= 5 && (s->strategy == Z_FILTERED
strategy          188 third_party/zlib/deflate.h     int strategy; /* favor or force Huffman coding*/
strategy          106 third_party/zlib/gzguts.h     int strategy;           /* compression strategy */
strategy          107 third_party/zlib/gzlib.c     state->strategy = Z_DEFAULT_STRATEGY;
strategy          130 third_party/zlib/gzlib.c                 state->strategy = Z_FILTERED;
strategy          133 third_party/zlib/gzlib.c                 state->strategy = Z_HUFFMAN_ONLY;
strategy          136 third_party/zlib/gzlib.c                 state->strategy = Z_RLE;
strategy          139 third_party/zlib/gzlib.c                 state->strategy = Z_FIXED;
strategy           38 third_party/zlib/gzwrite.c                        15 + 16, 8, state->strategy);
strategy          458 third_party/zlib/gzwrite.c int ZEXPORT gzsetparams(file, level, strategy)
strategy          461 third_party/zlib/gzwrite.c     int strategy;
strategy          477 third_party/zlib/gzwrite.c     if (level == state->level && strategy == state->strategy)
strategy          492 third_party/zlib/gzwrite.c         deflateParams(strm, level, strategy);
strategy          495 third_party/zlib/gzwrite.c     state->strategy = strategy;
strategy          990 third_party/zlib/trees.c     } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
strategy          653 third_party/zlib/zlib.h                                       int strategy));
strategy         1231 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
strategy         1543 third_party/zlib/zlib.h                                       int strategy, const char *version,
strategy         1555 third_party/zlib/zlib.h #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
strategy         1557 third_party/zlib/zlib.h                       (strategy),           ZLIB_VERSION, sizeof(z_stream))
strategy          104 ui/compositor/layer_animator.h   void set_preemption_strategy(PreemptionStrategy strategy) {
strategy          105 ui/compositor/layer_animator.h     preemption_strategy_ = strategy;
strategy          140 ui/compositor/scoped_layer_animation_settings.cc     LayerAnimator::PreemptionStrategy strategy) {
strategy          141 ui/compositor/scoped_layer_animation_settings.cc   animator_->set_preemption_strategy(strategy);
strategy           46 ui/compositor/scoped_layer_animation_settings.h   void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
strategy          190 ui/events/gesture_detection/velocity_tracker.cc VelocityTrackerStrategy* CreateStrategy(VelocityTracker::Strategy strategy) {
strategy          191 ui/events/gesture_detection/velocity_tracker.cc   switch (strategy) {
strategy          212 ui/events/gesture_detection/velocity_tracker.cc   NOTREACHED() << "Unrecognized velocity tracker strategy: " << strategy;
strategy          225 ui/events/gesture_detection/velocity_tracker.cc VelocityTracker::VelocityTracker(Strategy strategy)
strategy          228 ui/events/gesture_detection/velocity_tracker.cc       strategy_(CreateStrategy(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           21 ui/events/gesture_detection/velocity_tracker_state.cc     : velocity_tracker_(strategy), active_pointer_id_(ACTIVE_POINTER_ID) {}
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           26 ui/events/gesture_detection/velocity_tracker_unittest.cc   switch (strategy) {
strategy           93 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTracker::Strategy strategy =
strategy           96 ui/events/gesture_detection/velocity_tracker_unittest.cc     SCOPED_TRACE(GetStrategyName(strategy));
strategy           97 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTrackerState state(strategy);
strategy          149 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTracker::Strategy strategy =
strategy          152 ui/events/gesture_detection/velocity_tracker_unittest.cc     SCOPED_TRACE(GetStrategyName(strategy));
strategy          153 ui/events/gesture_detection/velocity_tracker_unittest.cc     VelocityTrackerState state(strategy);