Searched refs:couldSetProtocol (Results 1 – 2 of 2) sorted by relevance
413 bool couldSetProtocol = url.setProtocol(m_secure ? "https" : "http"); in httpURLForAuthenticationAndCookies() local414 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in httpURLForAuthenticationAndCookies()
488 bool couldSetProtocol = url.setProtocol(documentURL.protocol()); in iconURL() local489 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in iconURL()