Home | History | Annotate | Download | only in web

Lines Matching refs:links

34 // a) For those links which have corresponding local saved files, such as
36 // point to local saved file. Why those links can not be resolved as absolute
39 // be dead links.
40 // b) For those links which have not corresponding local saved files, such as
41 // links in A, AREA tags, they will be resolved as absolute URLs.
316 // Check whether we need to replace some resource links
320 // For links start with "javascript:", we do not change it.
433 const WebVector<WebURL>& links,
449 ASSERT(links.size() == localPaths.size());
450 for (size_t i = 0; i < links.size(); i++) {
451 KURL url = links[i];