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

/external/webkit/Tools/DumpRenderTree/mac/
H A DPolicyDelegate.mm55 const char* typeDescription;
58 typeDescription = "link clicked";
61 typeDescription = "form submitted";
64 typeDescription = "back/forward";
67 typeDescription = "reload";
70 typeDescription = "form resubmitted";
73 typeDescription = "other";
76 typeDescription = "illegal value";
79 NSString *message = [NSString stringWithFormat:@"Policy delegate: attempt to load %@ with navigation type '%s'", [[request URL] _drt_descriptionSuitableForTestResult], typeDescription];
/external/webkit/Tools/DumpRenderTree/win/
H A DPolicyDelegate.cpp111 LPCTSTR typeDescription; local
114 typeDescription = TEXT("link clicked");
117 typeDescription = TEXT("form submitted");
120 typeDescription = TEXT("back/forward");
123 typeDescription = TEXT("reload");
126 typeDescription = TEXT("form resubmitted");
129 typeDescription = TEXT("other");
132 typeDescription = TEXT("illegal value");
135 wstring message = TEXT("Policy delegate: attempt to load ") + wurl + TEXT(" with navigation type '") + typeDescription + TEXT("'");
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp906 gchar* typeDescription;
912 typeDescription = g_strdup("link clicked");
915 typeDescription = g_strdup("form submitted");
918 typeDescription = g_strdup("back/forward");
921 typeDescription = g_strdup("reload");
924 typeDescription = g_strdup("form resubmitted");
927 typeDescription = g_strdup("other");
930 typeDescription = g_strdup("illegal value");
933 printf("Policy delegate: attempt to load %s with navigation type '%s'\n", webkit_network_request_get_uri(request), typeDescription);
934 g_free(typeDescription);
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp328 QString typeDescription; local
332 typeDescription = "link clicked";
335 typeDescription = "form submitted";
338 typeDescription = "back/forward";
341 typeDescription = "reload";
344 typeDescription = "form resubmitted";
347 typeDescription = "other";
350 typeDescription = "illegal value";
355 url.toUtf8().constData(), typeDescription.toUtf8().constData());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 225 milliseconds