OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnInit
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/mp2t/
mp2t_stream_parser_unittest.cc
60
void
OnInit
(bool init_ok, base::TimeDelta duration) {
61
DVLOG(1) << "
OnInit
: ok=" << init_ok
123
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
87
IPC_MESSAGE_HANDLER_DELAY_REPLY(PluginMsg_Init,
OnInit
)
107
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/content/browser/loader/
resource_dispatcher_host_impl.h
283
void
OnInit
();
resource_dispatcher_host_impl.cc
333
base::Bind(&ResourceDispatcherHostImpl::
OnInit
,
798
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) {
Completed in 76 milliseconds