Searched defs:ScriptDebugServer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.h56 class ScriptDebugServer { class in namespace:WebCore
57 WTF_MAKE_NONCOPYABLE(ScriptDebugServer);
108 explicit ScriptDebugServer(v8::Isolate*);
109 virtual ~ScriptDebugServer();
H A DScriptDebugServer.cpp32 #include "bindings/v8/ScriptDebugServer.h"
55 ClientDataImpl(PassOwnPtr<ScriptDebugServer::Task> task) : m_task(task) { }
57 ScriptDebugServer::Task* task() const { return m_task.get(); }
59 OwnPtr<ScriptDebugServer::Task> m_task;
66 v8::Local<v8::Value> ScriptDebugServer::callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[])
74 ScriptDebugServer::ScriptDebugServer(v8::Isolate* isolate) function in class:WebCore::ScriptDebugServer
82 ScriptDebugServer::~ScriptDebugServer()
86 String ScriptDebugServer
[all...]

Completed in 288 milliseconds