Searched refs:handlerReturn (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | GtkVersioning.c | 267 …ocationHint *invocationHint, GValue *returnAccumulator, const GValue *handlerReturn, gpointer data) in g_signal_accumulator_first_wins() argument 269 g_value_copy(handlerReturn, returnAccumulator); in g_signal_accumulator_first_wins()
|
D | GtkVersioning.h | 116 …ocationHint* invocationHint, GValue* returnAccumulator, const GValue* handlerReturn, gpointer data…
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebinspector.cpp | 110 …ndled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dumm… in webkit_inspect_web_view_request_handled() argument 113 gpointer newWebView = g_value_get_object(handlerReturn); in webkit_inspect_web_view_request_handled()
|
D | webkitwebview.cpp | 1388 …ndled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dumm… in webkit_signal_accumulator_object_handled() argument 1390 gpointer newWebView = g_value_get_object(handlerReturn); in webkit_signal_accumulator_object_handled() 1397 …ndled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dumm… in webkit_navigation_request_handled() argument 1399 …tNavigationResponse navigationResponse = (WebKitNavigationResponse)g_value_get_enum(handlerReturn); in webkit_navigation_request_handled()
|