Searched refs:dispatchFunction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsFrontendImpl.cpp148 v8::Handle<v8::Value> dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatchMessage")); local
152 if (!dispatchFunction->IsFunction()) {
157 dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatch"));
158 if (!dispatchFunction->IsFunction())
161 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);

Completed in 72 milliseconds