HomeSort by relevance Sort by last modified time
    Searched full:features_ (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.cc 26 features_(features),
49 if (features_.xSet)
50 nav_params.window_bounds.set_x(features_.x);
51 if (features_.ySet)
52 nav_params.window_bounds.set_y(features_.y);
53 if (features_.widthSet)
54 nav_params.window_bounds.set_width(features_.width);
55 if (features_.heightSet)
56 nav_params.window_bounds.set_height(features_.height);
blocked_window_params.h 33 return features_;
52 blink::WebWindowFeatures features_; member in class:BlockedWindowParams
  /external/chromium_org/extensions/common/features/
complex_feature.cc 11 features_.swap(*features);
12 no_parent_ = features_[0]->no_parent();
17 std::set<Feature::Context>* first_contexts = features_[0]->GetContexts();
18 bool first_is_internal = features_[0]->IsInternal();
20 features_[0]->IsBlockedInServiceWorker();
21 for (FeatureList::const_iterator it = features_.begin() + 1;
22 it != features_.end();
50 features_[0]->IsAvailableToManifest(
55 for (FeatureList::const_iterator it = features_.begin() + 1;
56 it != features_.end(); ++it)
    [all...]
base_feature_provider.cc 79 features_[iter.key()] = feature;
109 features_[iter.key()] = feature;
123 for (FeatureMap::const_iterator iter = features_.begin();
124 iter != features_.end(); ++iter) {
134 FeatureMap::const_iterator iter = features_.find(name);
135 if (iter != features_.end())
155 // means they'll be contiguous in the features_ std::map.
159 const FeatureMap::const_iterator first_child = features_.lower_bound(prefix);
164 features_.lower_bound(prefix);
base_feature_provider.h 40 FeatureMap features_; member in class:extensions::BaseFeatureProvider
complex_feature.h 57 FeatureList features_; member in class:extensions::ComplexFeature
  /external/chromium_org/chrome/renderer/safe_browsing/
features.cc 22 if (features_.size() >= kMaxFeatureMapSize) {
41 features_[name] = value;
46 features_.clear();
phishing_dom_feature_extractor.cc 126 features_ = features;
373 features_ = NULL;
439 features_->AddRealFeature(features::kPageExternalLinksFreq, link_freq);
445 features_->AddBooleanFeature(features::kPageLinkDomain + *it);
451 features_->AddRealFeature(features::kPageSecureLinksFreq, secure_freq);
456 features_->AddBooleanFeature(features::kPageHasForms);
459 features_->AddBooleanFeature(features::kPageHasTextInputs);
462 features_->AddBooleanFeature(features::kPageHasPswdInputs);
465 features_->AddBooleanFeature(features::kPageHasRadioInputs);
468 features_->AddBooleanFeature(features::kPageHasCheckInputs)
    [all...]
phishing_classifier.cc 134 features_.reset(new FeatureMap);
135 if (!url_extractor_->ExtractFeatures(url, features_.get())) {
143 features_.get(),
165 features_.get(),
194 features_->features().begin();
195 it != features_->features().end(); ++it) {
246 features_.reset(NULL);
features.h 54 return features_;
66 base::hash_map<std::string, double> features_; member in class:safe_browsing::FeatureMap
phishing_dom_feature_extractor.h 122 // PageFeatureState and add them to |features_|. See features.h for a
133 FeatureMap* features_; // The caller keeps ownership of this. member in class:safe_browsing::PhishingDOMFeatureExtractor
phishing_term_feature_extractor.cc 122 features_ = features;
248 features_->AddBooleanFeature(features::kPageTerm + it->second);
292 features_ = NULL;
phishing_classifier.h 139 scoped_ptr<FeatureMap> features_; member in class:safe_browsing::PhishingClassifier
phishing_term_feature_extractor.h 153 FeatureMap* features_; // The caller keeps ownership of this. member in class:safe_browsing::PhishingTermFeatureExtractor
  /external/chromium_org/tools/json_schema_compiler/
features_cc_generator.py 49 c.Append('features_["%s"] = %s;'
85 ' = features_.find(id);' % self._class_name)
86 .Append('if (it == features_.end())')
features_h_generator.py 83 '%s::ID> features_;' % self._class_name)
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 100 features_( Features::all() ),
115 features_( features ),
155 if ( !features_.allowComments_ )
177 if ( features_.strictRoot_ )
248 if ( features_.allowComments_ )
  /external/jsoncpp/src/lib_json/
json_reader.cpp 90 features_( Features::all() ),
105 features_( features ),
145 if ( !features_.allowComments_ )
167 if ( features_.strictRoot_ )
238 if ( features_.allowComments_ )
  /external/jsoncpp/include/json/
reader.h 181 Features features_; member in class:Json::Reader
  /external/chromium_org/gpu/config/
gpu_control_list.cc     [all...]
gpu_control_list.h 483 std::set<int> features_; member in class:gpu::GpuControlList::GpuControlListEntry

Completed in 303 milliseconds