Lines Matching refs:url
87 if (FAILED(navigationData->url(&urlBSTR)))
89 wstring url;
91 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
141 printf("WebView navigated to url \"%S\" with title \"%S\" with HTTP equivalent method \"%S\". The navigation was %s and was %s%S.\n",
142 url.c_str(),
191 wstring url;
193 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
199 printf("WebView updated the title for history URL \"%S\" to \"%S\".\n", url.c_str(), title.c_str());
212 wstring url;
214 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
218 printf("Asked to populate visited links for WebView \"%S\"\n", url.c_str());