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

  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser_unittest.cc 60 void OnInit(bool init_ok,
62 DVLOG(1) << "OnInit: ok=" << init_ok
134 base::Bind(&Mp2tStreamParserTest::OnInit,
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.h 121 void OnInit(IPC::PlatformFileForTransit bdict_file,
spellcheck.cc 119 IPC_MESSAGE_HANDLER(SpellCheckMsg_Init, OnInit)
133 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file,
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 61 void OnInit(const PluginMsg_Init_Params& params,
plugin_channel.cc 88 IPC_MESSAGE_HANDLER_DELAY_REPLY(PluginMsg_Init, OnInit)
108 void OnInit(const PluginMsg_Init_Params& params, IPC::Message* reply_msg) {
webplugin_delegate_stub.cc 106 IPC_MESSAGE_HANDLER(PluginMsg_Init, OnInit)
165 void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params,
  /external/chromium_org/mojo/system/
raw_channel.h 269 virtual bool OnInit() = 0;
raw_channel_posix.cc 59 virtual bool OnInit() OVERRIDE;
351 bool RawChannelPosix::OnInit() {
raw_channel_win.cc 171 virtual bool OnInit() OVERRIDE;
517 bool RawChannelWin::OnInit() {
channel_unittest.cc 155 virtual bool OnInit() OVERRIDE {
raw_channel.cc 189 if (!OnInit()) {
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 271 void OnInit();
resource_dispatcher_host_impl.cc 353 base::Bind(&ResourceDispatcherHostImpl::OnInit,
779 void ResourceDispatcherHostImpl::OnInit() {
    [all...]
  /external/chromium_org/net/base/
upload_data_stream_unittest.cc 81 .WillOnce(DoAll(Invoke(this, &MockUploadElementReader::OnInit),
93 void OnInit(const CompletionCallback& callback) {
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 615 virtual FX_BOOL OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict) = 0;
642 virtual FX_BOOL OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 77 FX_BOOL CPDF_StandardSecurityHandler::OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict)
    [all...]
fpdf_parser_parser.cpp 261 if (!m_pSecurityHandler->OnInit(this, m_pEncryptDict)) {
282 if (!pSecurityHandler->OnInit(this, m_pEncryptDict)) {
    [all...]

Completed in 550 milliseconds