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

  /external/webkit/WebCore/bindings/js/
JSEventListener.cpp 91 JSValue handleEventFunction = jsFunction->get(exec, Identifier(exec, "handleEvent"));
94 CallType callType = handleEventFunction.getCallData(callData);
96 handleEventFunction = JSValue();
113 JSValue retval = handleEventFunction
114 ? JSC::call(exec, handleEventFunction, callType, callData, jsFunction, args)
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
76 if (handleEventFunction->IsFunction()) {
77 callbackFunction = v8::Local<v8::Function>::Cast(handleEventFunction);

Completed in 101 milliseconds