Searched defs:filters_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfilter_chain.h46 std::vector<MessageFilter*> filters_; member in class:mojo::internal::FilterChain
54 if (!filters_.empty())
55 filters_.back()->set_sink(filter);
56 filters_.push_back(filter);
H A Drouter.h85 FilterChain filters_; member in class:mojo::internal::Router
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass.h74 std::vector<HWNDMessageFilter*> filters_; member in class:ui::HWNDSubclass
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter.h142 std::vector<Filter> filters_; member in class:content::AccessibilityTreeFormatter
/external/chromium_org/content/common/
H A Dchild_process_host_impl.h100 std::vector<scoped_refptr<IPC::MessageFilter> > filters_; member in class:content::ChildProcessHostImpl
/external/ceres-solver/examples/
H A Dfields_of_experts.h139 std::vector<std::vector<double> > filters_; member in class:ceres::examples::FieldsOfExperts
H A Dfields_of_experts.cc116 filters_.resize(num_filters_);
118 filters_[i].resize(num_variables);
120 foe_file >> filters_[i][j]; local
143 return new FieldsOfExpertsCost(filters_[alpha_index]);
/external/chromium_org/cc/test/
H A Danimation_test_common.h87 const FilterOperations& filters() const { return filters_; }
97 FilterOperations filters_; member in class:cc::FakeLayerAnimationValueObserver
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.h113 std::map<url_matcher::URLMatcherConditionSet::ID, FilterComponents> filters_; member in class:policy::URLBlacklist
/external/chromium_org/content/public/test/
H A Dmock_render_thread.h162 std::vector<scoped_refptr<IPC::MessageFilter> > filters_; member in class:content::MockRenderThread
/external/chromium_org/ipc/
H A Dipc_channel_proxy.h200 std::vector<scoped_refptr<MessageFilter> > filters_; member in class:IPC::ChannelProxy::Context
210 // Routes a given message to a proper subset of |filters_|, depending
215 // IPC thread when they're added to filters_.
/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.h147 std::vector<IPC::Listener*> filters_; member in class:ppapi::proxy::HostDispatcher
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.h127 FilterList filters_; member in class:content::SharedWorkerHost
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.h148 FilterList filters_; member in class:extensions::SimpleFeature
/external/chromium_org/skia/ext/
H A Dconvolver.h73 int num_values() const { return static_cast<int>(filters_.size()); }
104 const FilterInstance& filter = filters_[value_offset];
155 std::vector<FilterInstance> filters_; member in class:skia::ConvolutionFilter1D
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.h147 FilterCallbackVector filters_; member in class:DownloadQuery
/external/chromium_org/components/url_matcher/
H A Durl_matcher.h278 std::vector<std::string> filters_; member in class:url_matcher::URLMatcherSchemeFilter
/external/chromium_org/cc/layers/
H A Dlayer.h151 const FilterOperations& filters() const { return filters_; }
617 FilterOperations filters_; member in class:cc::Layer
H A Dlayer_impl.h235 const FilterOperations& filters() const { return filters_; }
662 FilterOperations filters_; member in class:cc::LayerImpl

Completed in 675 milliseconds