Home
last modified time | relevance | path

Searched refs:OnInit (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/media/mp2t/
Dmp2t_stream_parser_unittest.cc60 void OnInit(bool init_ok, base::TimeDelta duration) { in OnInit() function in media::mp2t::Mp2tStreamParserTest
123 base::Bind(&Mp2tStreamParserTest::OnInit, in InitializeParser()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.h121 void OnInit(IPC::PlatformFileForTransit bdict_file,
Dspellcheck.cc119 IPC_MESSAGE_HANDLER(SpellCheckMsg_Init, OnInit) in OnControlMessageReceived()
133 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file, in OnInit() function in SpellCheck
/external/chromium_org/content/plugin/
Dplugin_channel.cc87 IPC_MESSAGE_HANDLER_DELAY_REPLY(PluginMsg_Init, OnInit) in OnMessageReceived()
107 void OnInit(const PluginMsg_Init_Params& params, IPC::Message* reply_msg) { in OnInit() function in content::PluginChannel::MessageFilter
Dwebplugin_delegate_stub.h61 void OnInit(const PluginMsg_Init_Params& params,
Dwebplugin_delegate_stub.cc106 IPC_MESSAGE_HANDLER(PluginMsg_Init, OnInit) in OnMessageReceived()
165 void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params, in OnInit() function in content::WebPluginDelegateStub
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.h283 void OnInit();
Dresource_dispatcher_host_impl.cc333 base::Bind(&ResourceDispatcherHostImpl::OnInit, in ResourceDispatcherHostImpl()
798 void ResourceDispatcherHostImpl::OnInit() { in OnInit() function in content::ResourceDispatcherHostImpl
/external/chromium_org/net/base/
Dupload_data_stream_unittest.cc81 .WillOnce(DoAll(Invoke(this, &MockUploadElementReader::OnInit), in SetAsyncInitExpectation()
93 void OnInit(const CompletionCallback& callback) { in OnInit() function in net::__anon7737df710111::MockUploadElementReader