Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.cpp60 static const char* asURLChar8Subtle(const String& spec) in asURLChar8Subtle() function
350 url::ExtractFileName(asURLChar8Subtle(m_string), path, &file); in lastPathComponent()
382 url::ParsePort(asURLChar8Subtle(m_string), m_parsed.port) : in port()
697 url::IsStandard(asURLChar8Subtle(m_string), m_parsed.scheme) : in isHierarchical()
762 url::ExtractFileName(asURLChar8Subtle(m_string), m_parsed.path, &filename); in pathAfterLastSlash()
774 return url::FindAndCompareScheme(asURLChar8Subtle(url), url.length(), protocol, 0); in protocolIs()