HomeSort by relevance Sort by last modified time
    Searched full:dispatchfunction (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/android/wds/
Command.h 53 typedef bool (*DispatchFunction)(const Frame*, const Connection*);
70 Command(const char* name, const char* desc, const DispatchFunction func,
97 const DispatchFunction m_dispatch;
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 117 v8::Handle<v8::Value> dispatchFunction = inspectorBackend->Get(v8::String::New("dispatch"));
119 if (!dispatchFunction->IsFunction())
121 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
  /hardware/ril/libril/
ril.cpp 121 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
393 pRI->pCI->dispatchFunction(p, pRI);
    [all...]

Completed in 330 milliseconds