Searched defs:MyResourceFilter (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ppapi/host/
H A Dresource_message_filter_unittest.cc93 class MyResourceFilter : public ResourceMessageFilter { class in namespace:ppapi::host::__anon10076
99 MyResourceFilter(const base::Thread& io_thread, function in class:ppapi::host::__anon10076::MyResourceFilter
152 scoped_refptr<MyResourceFilter> filter1 =
153 new MyResourceFilter(io_thread, bg_thread1, MSG1_TYPE, REPLY_MSG1_TYPE);
157 scoped_refptr<MyResourceFilter> filter2 =
158 new MyResourceFilter(io_thread, bg_thread2, MSG2_TYPE, REPLY_MSG2_TYPE);

Completed in 148 milliseconds