HomeSort by relevance Sort by last modified time
    Searched defs:InjectedScript (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/inspector/
InjectedScript.h 44 class InjectedScript {
46 InjectedScript() { }
47 ~InjectedScript() { }
59 friend InjectedScript InjectedScriptHost::injectedScriptFor(ScriptState*);
60 explicit InjectedScript(ScriptObject);
InjectedScript.cpp 32 #include "InjectedScript.h"
42 InjectedScript::InjectedScript(ScriptObject injectedScriptObject)
47 void InjectedScript::dispatch(long callId, const String& methodName, const String& arguments, bool async, RefPtr<SerializedScriptValue>* result, bool* hadException)
62 PassRefPtr<SerializedScriptValue> InjectedScript::callFrames()
71 PassRefPtr<SerializedScriptValue> InjectedScript::wrapForConsole(ScriptValue value)
81 void InjectedScript::releaseWrapperObjectGroup(const String& objectGroup)

Completed in 101 milliseconds