Home
last modified time | relevance | path

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

/external/chromium_org/chrome_frame/
Dhttp_negotiate.cc275 } else if (ShouldRemoveUAForUrl(url)) { in BeginningTransaction()
Dutils.h294 bool ShouldRemoveUAForUrl(const string16& url);
Dutils.cc811 bool ShouldRemoveUAForUrl(const string16& url) { in ShouldRemoveUAForUrl() function