Home | History | Annotate | Download | only in mac

Lines Matching refs:UTF8String

48         url ? [[url _drt_descriptionSuitableForTestResult] UTF8String] : "<none>", 
49 [navigationData title] ? [[navigationData title] UTF8String] : "",
50 [navigationData originalRequest] ? [[[navigationData originalRequest] HTTPMethod] UTF8String] : "",
53 hasClientRedirect ? [[navigationData clientRedirectSource] UTF8String] : "");
60 printf("WebView performed a client redirect from \"%s\" to \"%s\".\n", [[source _drt_descriptionSuitableForTestResult] UTF8String], [[dest _drt_descriptionSuitableForTestResult] UTF8String]);
67 printf("WebView performed a server redirect from \"%s\" to \"%s\".\n", [[source _drt_descriptionSuitableForTestResult] UTF8String], [[dest _drt_descriptionSuitableForTestResult] UTF8String]);
72 printf("WebView updated the title for history URL \"%s\" to \"%s\".\n", [[[NSURL URLWithString:url]_drt_descriptionSuitableForTestResult] UTF8String], [title UTF8String]);
78 printf("Asked to populate visited links for WebView \"%s\"\n", [[[NSURL URLWithString:[webView mainFrameURL]] _drt_descriptionSuitableForTestResult] UTF8String]);