Home
last modified time | relevance | path

Searched refs:handlerReturn (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c267 …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()
DGtkVersioning.h116 …ocationHint* invocationHint, GValue* returnAccumulator, const GValue* handlerReturn, gpointer data…
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebinspector.cpp110 …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()
Dwebkitwebview.cpp1388 …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()