Home
last modified time | relevance | path

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

/external/webkit/WebCore/wml/
DWMLPageState.cpp71 static inline String normalizedHostName(const String& passedHost) in normalizedHostName() argument
73 if (passedHost.contains("127.0.0.1")) { in normalizedHostName()
74 String host = passedHost; in normalizedHostName()
78 return passedHost; in normalizedHostName()