Searched refs:OnInit (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/media/mp2t/ |
D | mp2t_stream_parser_unittest.cc | 60 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/ |
D | spellcheck.h | 121 void OnInit(IPC::PlatformFileForTransit bdict_file,
|
D | spellcheck.cc | 119 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/ |
D | plugin_channel.cc | 87 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
|
D | webplugin_delegate_stub.h | 61 void OnInit(const PluginMsg_Init_Params& params,
|
D | webplugin_delegate_stub.cc | 106 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/ |
D | resource_dispatcher_host_impl.h | 283 void OnInit();
|
D | resource_dispatcher_host_impl.cc | 333 base::Bind(&ResourceDispatcherHostImpl::OnInit, in ResourceDispatcherHostImpl() 798 void ResourceDispatcherHostImpl::OnInit() { in OnInit() function in content::ResourceDispatcherHostImpl
|
/external/chromium_org/net/base/ |
D | upload_data_stream_unittest.cc | 81 .WillOnce(DoAll(Invoke(this, &MockUploadElementReader::OnInit), in SetAsyncInitExpectation() 93 void OnInit(const CompletionCallback& callback) { in OnInit() function in net::__anon7737df710111::MockUploadElementReader
|