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

  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityController.h 55 void addNotificationListener(PlatformUIElement, JSObjectRef functionCallback);
AccessibilityUIElement.h 172 bool addNotificationListener(JSObjectRef functionCallback);
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 85 FunctionCallback;
137 FunctionCallback functions[MAX_FUNCTION_CALLBACKS];
142 FunctionCallback *next;
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 281 void AccessibilityController::addNotificationListener(PlatformUIElement element, JSObjectRef functionCallback)
286 JSValueProtect(frame->globalContext(), functionCallback);
287 m_notificationListeners.add(element, functionCallback);
AccessibilityUIElementWin.cpp 534 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback)
536 if (!functionCallback)
539 sharedFrameLoadDelegate->accessibilityController()->addNotificationListener(m_element, functionCallback);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 766 JSObjectRef functionCallback = static_cast<JSObjectRef>(context);
770 JSObjectCallAsFunction([mainFrame globalContext], functionCallback, NULL, 1, &argument, NULL);
773 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback)
775 if (!functionCallback)
778 m_notificationFunctionCallback = functionCallback;
  /external/srec/srec/Semproc/src/
ExpressionParser.c 437 FunctionCallback* callback = self->next++;
456 FunctionCallback* callback;
  /external/skia/src/animator/
SkAnimatorScript.cpp 65 functionCallBack(Eval, (void*) this);
66 functionCallBack(IsFinite, (void*) this);
67 functionCallBack(IsNaN, (void*) this);
69 functionCallBack(EvalRGB, (void*) this);
SkScript.h 87 void functionCallBack(_functionCallBack func, void* userStorage);
SkScript.cpp 489 void SkScriptEngine::functionCallBack(_functionCallBack func, void* userStorage) {
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 555 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback)

Completed in 164 milliseconds