Searched refs:AddFilter (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/ppapi/host/
H A Dmessage_filter_host.cc19 AddFilter(message_filter);
H A Dresource_host.cc71 void ResourceHost::AddFilter(scoped_refptr<ResourceMessageFilter> filter) { function in class:ppapi::host::ResourceHost
H A Dresource_host.h70 void AddFilter(scoped_refptr<ResourceMessageFilter> filter);
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc247 // AddFilter() pushes a new FilterCallback to filters_. Most FilterCallbacks are
252 bool DownloadQuery::AddFilter(const DownloadQuery::FilterCallback& value) { function in class:DownloadQuery
258 void DownloadQuery::AddFilter(DownloadItem::DownloadState state) { function in class:DownloadQuery
259 AddFilter(base::Bind(&FieldMatches<DownloadItem::DownloadState>, state, EQ,
263 void DownloadQuery::AddFilter(DownloadDangerType danger) { function in class:DownloadQuery
264 AddFilter(base::Bind(&FieldMatches<DownloadDangerType>, danger, EQ,
268 bool DownloadQuery::AddFilter(DownloadQuery::FilterType type, function in class:DownloadQuery
272 return AddFilter(BuildFilter<int>(value, EQ, &GetReceivedBytes));
274 return AddFilter(BuildFilter<bool>(value, EQ, &GetDangerAccepted));
276 return AddFilter(BuildFilte
[all...]
H A Ddownload_query.h30 // CHECK(query.AddFilter(FILTER_START_TIME, start_time));
34 // CHECK(query.AddFilter(base::Bind(&FilterOutOddDownloads)));
46 // query.AddFilter(base::Bind(&YourFilterFunction));
100 // so you can pass two regexes to AddFilter(URL_REGEX,...) in order to
102 // different DownloadStates to AddFilter(), which will cause Search() to
104 bool AddFilter(const FilterCallback& filter);
105 bool AddFilter(FilterType type, const base::Value& value);
106 void AddFilter(content::DownloadDangerType danger);
107 void AddFilter(content::DownloadItem::DownloadState state);
H A Ddownload_query_unittest.cc66 template<typename ValueType> void AddFilter(
101 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
104 CHECK(query_.AddFilter(name, *value.get()));
107 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
110 CHECK(query_.AddFilter(name, *value.get()));
113 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
115 CHECK(query_.AddFilter(name, base::StringValue(cpp_value)));
118 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
120 CHECK(query_.AddFilter(name, base::StringValue(cpp_value)));
123 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
128 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
138 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
149 template<> void DownloadQueryTest::AddFilter( function in class:DownloadQueryTest
[all...]
/external/chromium_org/ipc/
H A Dmessage_filter_router.h24 void AddFilter(MessageFilter* filter);
H A Dipc_channel_proxy_unittest.cc283 channel_proxy()->AddFilter(class_filters[i].get());
304 channel_proxy()->AddFilter(class_filter.get());
308 channel_proxy()->AddFilter(global_filter.get());
335 channel_proxy()->AddFilter(class_filter.get());
336 channel_proxy()->AddFilter(global_filter.get());
361 channel_proxy()->AddFilter(class_filter.get());
373 channel_proxy()->AddFilter(class_filter.get());
H A Dipc_test_sink.h65 // test_sink.AddFilter(&listener);
123 void AddFilter(Listener* filter);
H A Dipc_channel_proxy.h112 void AddFilter(MessageFilter* filter);
191 void AddFilter(MessageFilter* filter);
214 // Holds filters between the AddFilter call on the listerner thread and the
/external/chromium_org/third_party/webrtc/base/
H A Ddbus_unittest.cc57 EXPECT_TRUE(monitor->AddFilter(&filter));
89 EXPECT_TRUE(monitor->AddFilter(&filter));
106 EXPECT_TRUE(monitor1->AddFilter(&filter1));
110 EXPECT_TRUE(monitor2->AddFilter(&filter2));
135 EXPECT_TRUE(monitor->AddFilter(&filter1));
136 EXPECT_TRUE(monitor->AddFilter(&filter2));
157 EXPECT_TRUE(monitor->AddFilter(&filter1));
161 EXPECT_FALSE(monitor->AddFilter(&filter2));
176 EXPECT_TRUE(monitor->AddFilter(&filter1));
183 EXPECT_TRUE(monitor->AddFilter(
[all...]
/external/chromium_org/content/public/common/
H A Dchild_process_host.h97 virtual void AddFilter(IPC::MessageFilter* filter) = 0;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc691 AddFilter(new ResourceSchedulerFilter(GetID()));
699 AddFilter(bp_message_filter.get());
715 AddFilter(render_message_filter.get());
716 AddFilter(
738 AddFilter(resource_message_filter);
741 AddFilter(new AudioInputRendererHost(
754 AddFilter(audio_renderer_host_.get());
755 AddFilter(
757 AddFilter(new VideoCaptureHost(media_stream_manager));
758 AddFilter(ne
1604 void RenderProcessHostImpl::AddFilter(BrowserMessageFilter* filter) { function in class:content::RenderProcessHostImpl
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_filter.cc28 bool HttpAuthFilterWhitelist::AddFilter(const std::string& filter, function in class:net::HttpAuthFilterWhitelist
H A Dhttp_auth_filter.h41 bool AddFilter(const std::string& filter, HttpAuth::Target target);
/external/chromium_org/ppapi/proxy/
H A Dflash_resource_unittest.cc43 sink().AddFilter(&enumerate_video_devices_handler);
H A Ddispatcher.cc55 channel()->AddFilter(filter.get());
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass.h29 // The order in which HWNDMessageFilters are added in HWNDSubclass::AddFilter
60 void AddFilter(HWNDMessageFilter* filter);
/external/chromium_org/third_party/skia/src/core/
H A DSkConvolver.h22 // list by calling AddFilter for each output pixel (in order).
73 SK_API void AddFilter(int filterOffset,
78 void AddFilter(int filterOffset,
84 // filter values are put into the corresponding out arguments (see AddFilter
101 // out arguments (see AddFilter). Note that |filterLegth| and
106 // point values passed to AddFilter were clipped to 0).
/external/skia/src/core/
H A DSkConvolver.h22 // list by calling AddFilter for each output pixel (in order).
73 SK_API void AddFilter(int filterOffset,
78 void AddFilter(int filterOffset,
84 // filter values are put into the corresponding out arguments (see AddFilter
101 // out arguments (see AddFilter). Note that |filterLegth| and
106 // point values passed to AddFilter were clipped to 0).
/external/chromium_org/skia/ext/
H A Dconvolver_unittest.cc29 filter->AddFilter(i, &one, 1);
57 filter->AddFilter(i * 2, box, 2);
137 // Tests the optimization in Convolver1D::AddFilter that avoids storing
139 TEST(Convolver, AddFilter) {
148 filter.AddFilter(11, factors1, arraysize(factors1));
159 filter.AddFilter(22, factors2, arraysize(factors2));
170 filter.AddFilter(33, factors3, arraysize(factors3));
181 filter.AddFilter(44, factors4, arraysize(factors4));
194 filter.AddFilter(55, factors5, arraysize(factors5));
205 filter.AddFilter(6
[all...]
H A Dconvolver.h36 // list by calling AddFilter for each output pixel (in order).
87 SK_API void AddFilter(int filter_offset,
92 void AddFilter(int filter_offset,
98 // filter values are put into the corresponding out arguments (see AddFilter
115 // out arguments (see AddFilter). Note that |filter_legth| and
120 // point values passed to AddFilter were clipped to 0).
130 // This has to be done after all |AddFilter| calls.
/external/chromium_org/content/child/
H A Dchild_thread.cc291 channel_->AddFilter(histogram_message_filter_.get());
292 channel_->AddFilter(sync_message_filter_.get());
293 channel_->AddFilter(resource_message_filter_.get());
294 channel_->AddFilter(quota_message_filter_->GetFilter());
295 channel_->AddFilter(service_worker_message_filter_->GetFilter());
301 channel_->AddFilter(new tracing::ChildTraceMessageFilter(
309 channel_->AddFilter(power_monitor_source->GetMessageFilter());
319 channel_->AddFilter(new SuicideOnChannelErrorFilter());
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc103 AddFilter(new TraceMessageFilter);
104 AddFilter(new ProfilerMessageFilter(process_type));
105 AddFilter(new HistogramMessageFilter);
207 void BrowserChildProcessHostImpl::AddFilter(BrowserMessageFilter* filter) { function in class:content::BrowserChildProcessHostImpl
208 child_process_host_->AddFilter(filter->GetFilter());
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc68 channel_->AddFilter(new proxy::PluginMessageFilter(
70 channel_->AddFilter(

Completed in 9381 milliseconds

12345