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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsFrontendImpl.cpp 146 v8::Handle<v8::Value> dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatchMessage"));
150 if (!dispatchFunction->IsFunction()) {
155 dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatch"));
156 if (!dispatchFunction->IsFunction())
159 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
  /hardware/ril/libril/
ril.cpp 125 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
526 pRI->pCI->dispatchFunction(p, pRI);
    [all...]

Completed in 380 milliseconds