OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerRuntimeAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerRuntimeAgent.h
41
class
WorkerRuntimeAgent
: public InspectorRuntimeAgent {
43
static PassOwnPtr<
WorkerRuntimeAgent
> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerGlobalScope* context)
45
return adoptPtr(new
WorkerRuntimeAgent
(instrumentingAgents, state, injectedScriptManager, scriptDebugServer, context));
47
virtual ~
WorkerRuntimeAgent
();
55
WorkerRuntimeAgent
(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, ScriptDebugServer*, WorkerGlobalScope*);
WorkerRuntimeAgent.cpp
33
#include "core/inspector/
WorkerRuntimeAgent
.h"
45
WorkerRuntimeAgent
::
WorkerRuntimeAgent
(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerGlobalScope* workerGlobalScope)
53
WorkerRuntimeAgent
::~
WorkerRuntimeAgent
()
58
InjectedScript
WorkerRuntimeAgent
::injectedScriptForEval(ErrorString* error, const int* executionContextId)
68
void
WorkerRuntimeAgent
::muteConsole()
73
void
WorkerRuntimeAgent
::unmuteConsole()
78
void
WorkerRuntimeAgent
::run(ErrorString*)
83
void
WorkerRuntimeAgent
::willEvaluateWorkerScript(WorkerGlobalScope* context, int workerThreadStartMode
[
all
...]
Completed in 57 milliseconds