HomeSort by relevance Sort by last modified time
    Searched defs:FilterType (Results 1 - 7 of 7) 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_org/net/filter/
filter.h 130 enum FilterType {
156 static Filter* Factory(const std::vector<FilterType>& filter_types,
194 // FilterType.
195 static FilterType ConvertEncodingToType(const std::string& filter_type);
205 std::vector<FilterType>* encoding_types);
252 static Filter* PrependNewFilter(FilterType type_id,
259 static Filter* InitGZipFilter(FilterType type_id, int buffer_size);
260 static Filter* InitSdchFilter(FilterType type_id,
269 static Filter* FactoryForTests(const std::vector<FilterType>& filter_types,
  /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/chromium_org/cc/output/
filter_operation.h 26 enum FilterType {
49 FilterType type() const { return type_; }
169 void set_type(FilterType type) { type_ = type; }
226 FilterOperation(FilterType type, float amount);
228 FilterOperation(FilterType type,
233 FilterOperation(FilterType, SkScalar matrix[20]);
235 FilterOperation(FilterType type, float amount, int inset);
237 FilterOperation(FilterType type,
240 FilterOperation(FilterType type,
245 FilterType type_
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qossp.h 57 } FilterType;
60 FilterType Type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 4966 milliseconds