HomeSort by relevance Sort by last modified time
    Searched refs:OnInit (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.h 121 void OnInit(IPC::PlatformFileForTransit bdict_file,
spellcheck.cc 118 IPC_MESSAGE_HANDLER(SpellCheckMsg_Init, OnInit)
132 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file,
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 59 void OnInit(const PluginMsg_Init_Params& params,
plugin_channel.cc 91 IPC_MESSAGE_HANDLER_DELAY_REPLY(PluginMsg_Init, OnInit)
111 void OnInit(const PluginMsg_Init_Params& params, IPC::Message* reply_msg) {
webplugin_delegate_stub.cc 104 IPC_MESSAGE_HANDLER(PluginMsg_Init, OnInit)
162 void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params,
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 287 void OnInit();
resource_dispatcher_host_impl.cc 315 base::Bind(&ResourceDispatcherHostImpl::OnInit,
770 void ResourceDispatcherHostImpl::OnInit() {
    [all...]
  /external/chromium_org/net/base/
upload_data_stream_unittest.cc 80 .WillOnce(DoAll(Invoke(this, &MockUploadElementReader::OnInit),
92 void OnInit(const CompletionCallback& callback) {

Completed in 310 milliseconds