OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MojoRunnerDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/apps/js/
mojo_runner_delegate.h
15
class
MojoRunnerDelegate
: public gin::ModuleRunnerDelegate {
17
MojoRunnerDelegate
();
18
virtual ~
MojoRunnerDelegate
();
27
DISALLOW_COPY_AND_ASSIGN(
MojoRunnerDelegate
);
mojo_runner_delegate.cc
46
MojoRunnerDelegate
::
MojoRunnerDelegate
()
55
MojoRunnerDelegate
::~
MojoRunnerDelegate
() {
58
void
MojoRunnerDelegate
::Start(gin::Runner* runner,
68
void
MojoRunnerDelegate
::UnhandledException(gin::Runner* runner,
Completed in 40 milliseconds