Searched refs:returnAccu (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebinspector.cpp106 static gboolean webkit_inspect_web_view_request_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dummy) argument
110 g_value_set_object(returnAccu, newWebView);
H A Dwebkitwebview.cpp1079 static gboolean webkit_signal_accumulator_object_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dummy) argument
1082 g_value_set_object(returnAccu, newWebView);
1088 static gboolean webkit_navigation_request_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dummy) argument
1091 g_value_set_enum(returnAccu, navigationResponse);

Completed in 21 milliseconds