OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLString
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/url/api/
URLString.h
33
//
URLString
represents a string that's a canonicalized URL.
34
class
URLString
{
36
URLString
() { }
43
//
URLString
can only be constructed by a ParsedURL.
44
explicit
URLString
(const String& string)
/external/webkit/Source/WebCore/platform/
URLString.h
35
class
URLString
{
42
explicit
URLString
(const String& string)
/external/webkit/Source/WebKit/win/
WebHistoryItem.cpp
190
if (lastVisitWasHTTPNonGet && (protocolIs(m_historyItem->
urlString
(), "http") || protocolIs(m_historyItem->
urlString
(), "https")))
215
if (!m_historyItem->
urlString
().isEmpty()) {
217
values[keyCount++] = m_historyItem->
urlString
().createCFString();
238
ASSERT(m_historyItem->
urlString
().startsWith("http:", false) || m_historyItem->
urlString
().startsWith("https:", false));
298
*hasURL = m_historyItem->
urlString
().isEmpty() ? FALSE : TRUE;
558
/* [in] */ BSTR
urlString
,
563
m_historyItem = HistoryItem::create(String(
urlString
, SysStringLen(
urlString
)), String(title, SysStringLen(title)), MarshallingHelpers::DATEToCFAbsoluteTime(lastVisited))
[
all
...]
Completed in 19 milliseconds