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

  /external/chromium_org/extensions/common/features/
complex_feature.cc 11 features_.swap(*features);
12 no_parent_ = features_[0]->no_parent();
16 bool first_is_internal = features_[0]->IsInternal();
17 for (FeatureList::const_iterator it = features_.begin() + 1;
18 it != features_.end();
40 features_[0]->IsAvailableToManifest(
45 for (FeatureList::const_iterator it = features_.begin() + 1;
46 it != features_.end(); ++it) {
63 features_[0]->IsAvailableToContext(extension, context, url, platform);
67 for (FeatureList::const_iterator it = features_.begin() + 1
    [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 54 FeatureList features_; member in class:extensions::ComplexFeature
  /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/chrome/renderer/safe_browsing/
features.cc 22 if (features_.size() >= kMaxFeatureMapSize) {
41 features_[name] = value;
46 features_.clear();
features.h 54 return features_;
66 base::hash_map<std::string, double> features_; member in class:safe_browsing::FeatureMap
phishing_dom_feature_extractor.cc 126 features_ = features;
373 features_ = NULL;
440 features_->AddRealFeature(features::kPageExternalLinksFreq, link_freq);
446 features_->AddBooleanFeature(features::kPageLinkDomain + *it);
452 features_->AddRealFeature(features::kPageSecureLinksFreq, secure_freq);
457 features_->AddBooleanFeature(features::kPageHasForms);
460 features_->AddBooleanFeature(features::kPageHasTextInputs);
463 features_->AddBooleanFeature(features::kPageHasPswdInputs);
466 features_->AddBooleanFeature(features::kPageHasRadioInputs);
469 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);
phishing_classifier.h 139 scoped_ptr<FeatureMap> features_; member in class:safe_browsing::PhishingClassifier
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.h 153 FeatureMap* features_; // The caller keeps ownership of this. member in class:safe_browsing::PhishingTermFeatureExtractor
phishing_term_feature_extractor.cc 121 features_ = features;
247 features_->AddBooleanFeature(features::kPageTerm + it->second);
291 features_ = NULL;
  /external/jsoncpp/include/json/
reader.h 181 Features features_; member in class:Json::Reader
  /external/chromium_org/v8/src/compiler/
instruction-selector.h 79 return features_.Contains(feature);
202 Features features_; member in class:v8::internal::compiler::FINAL
instruction-selector.cc 22 features_(features),
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 92 features_( Features::all() ),
107 features_( features ),
147 if ( !features_.allowComments_ )
169 if ( features_.strictRoot_ )
240 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/chromium_org/gpu/config/
gpu_control_list.cc 976 features_.clear();
982 features_.insert(iter->second);
986 features_.clear();
989 features_.insert(feature);
    [all...]
gpu_control_list.h 452 std::set<int> features_; member in class:gpu::GpuControlList::GpuControlListEntry

Completed in 4375 milliseconds