Searched refs:urlToStore (Results 1 – 2 of 2) sorted by relevance
521 KURL urlToStore; in didReceiveAuthenticationChallenge() local523 urlToStore = firstRequest().url(); in didReceiveAuthenticationChallenge()524 CredentialStorage::set(core(credential.get()), challenge.protectionSpace(), urlToStore); in didReceiveAuthenticationChallenge()582 KURL urlToStore; in receivedCredential() local584 urlToStore = firstRequest().url(); in receivedCredential()585 CredentialStorage::set(webCredential, challenge.protectionSpace(), urlToStore); in receivedCredential()
700 KURL urlToStore;702 urlToStore = firstRequest().url();703 …redentialStorage::set(webCredential, core([d->m_currentMacChallenge protectionSpace]), urlToStore);