Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp763 static inline QUrl ensureAbsoluteUrl(const QUrl &url) in ensureAbsoluteUrl() function
793 const QUrl absolute = ensureAbsoluteUrl(url); in setUrl()
890 QUrl url = ensureAbsoluteUrl(req.url()); in load()
/external/webkit/Source/WebKit/qt/
DChangeLog1037 ensureAbsoluteUrl() helper function treating the empty URL as a relative URL, and
1050 (ensureAbsoluteUrl): do not treat invalid URLs (empty included) as relative.
DChangeLog-2011-02-168 ensureAbsoluteUrl function was stripping the query and the
12 (ensureAbsoluteUrl):
5627 QWebFrame::setUrl() calls ensureAbsoluteUrl() twice. It's better to
5632 calling ensureAbsoluteUrl() on it.
21382 (ensureAbsoluteUrl):