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

/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestwebinspector.c49 static WebKitWebView* inspectElementCallback(WebKitWebInspector *inspector, WebKitWebView *inspectedWebView, int *timesElementInspected) argument
51 *timesElementInspected = *timesElementInspected + 1;
101 int timesElementInspected = 0; local
104 "signal::inspect-web-view", G_CALLBACK(inspectElementCallback), &timesElementInspected,
110 g_assert_cmpint(timesElementInspected, ==, 1);
118 g_assert_cmpint(timesElementInspected, ==, 2);
144 int timesElementInspected = 0; local
147 "signal::inspect-web-view", G_CALLBACK(inspectElementCallback), &timesElementInspected,
153 g_assert_cmpint(timesElementInspected,
[all...]

Completed in 114 milliseconds