Home
last modified time | relevance | path

Searched refs:proxyStr (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DPluginView.cpp1533 const CString proxyStr = toString(proxyServersForURL(u, context)).utf8(); in getValueForURL() local
1534 if (!proxyStr.isNull()) { in getValueForURL()
1535 const int size = proxyStr.length(); in getValueForURL()
1539 memcpy(*value, proxyStr.data(), size+1); in getValueForURL()