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 161 v8::Handle<v8::Value> dispatchFunction = inspectorFrontendApi->Get(v8::String::New("dispatchMessage"));
163 if (!dispatchFunction->IsFunction())
165 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
  /hardware/ril/libril/
ril.cpp 121 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
397 pRI->pCI->dispatchFunction(p, pRI);
    [all...]

Completed in 66 milliseconds