Home
last modified time | relevance | path

Searched +defs:android +defs:host (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebUrlLoaderClient.cpp46 namespace android { namespace
469 std::string host = base::SysWideToUTF8(authChallengeInfo->host_and_port); in authRequired() local
DFrameLoaderClientAndroid.cpp87 namespace android { namespace
1060 String host = url.host(); in isYouTubeUrl() local
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp167 namespace android { namespace
440 const WTF::String host = url.host(); in convertIDNToUnicode() local
790 WebFrame::didReceiveAuthenticationChallenge(WebUrlLoaderClient* client, const std::string& host, co… in didReceiveAuthenticationChallenge()