HomeSort by relevance Sort by last modified time
    Searched defs:FilterType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadProcessor.h 41 enum FilterType {
77 FilterType type() const { return m_type; }
78 void setType(FilterType);
81 FilterType m_type;
  /external/chromium/net/base/
filter.h 122 enum FilterType {
148 static Filter* Factory(const std::vector<FilterType>& filter_types,
186 // FilterType.
187 static FilterType ConvertEncodingToType(const std::string& filter_type);
197 std::vector<FilterType>* encoding_types);
244 static Filter* PrependNewFilter(FilterType type_id,
251 static Filter* InitGZipFilter(FilterType type_id, int buffer_size);
252 static Filter* InitSdchFilter(FilterType type_id,
261 static Filter* FactoryForTests(const std::vector<FilterType>& filter_types,
  /external/chromium_org/net/base/
filter.h 122 enum FilterType {
148 static Filter* Factory(const std::vector<FilterType>& filter_types,
186 // FilterType.
187 static FilterType ConvertEncodingToType(const std::string& filter_type);
197 std::vector<FilterType>* encoding_types);
244 static Filter* PrependNewFilter(FilterType type_id,
251 static Filter* InitGZipFilter(FilterType type_id, int buffer_size);
252 static Filter* InitSdchFilter(FilterType type_id,
261 static Filter* FactoryForTests(const std::vector<FilterType>& filter_types,
  /external/chromium_org/cc/output/
filter_operation.h 23 enum FilterType {
39 FilterType type() const { return type_; }
131 void set_type(FilterType type) { type_ = type; }
172 FilterOperation(FilterType type, float amount);
174 FilterOperation(FilterType type,
179 FilterOperation(FilterType, SkScalar matrix[20]);
181 FilterOperation(FilterType type, float amount, int inset);
183 FilterType type_;
  /external/chromium_org/chrome/browser/download/
download_query.h 50 enum FilterType {
99 // match all filters. Multiple instances of the same FilterType are allowed,
105 bool AddFilter(FilterType type, const base::Value& value);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 227 milliseconds