Home | History | Annotate | Download | only in src

Lines Matching full: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.
323 // Check whether we need to replace some resource links
327 // For links start with "javascript:", we do not change it.
437 const WebVector<WebURL>& links,
453 ASSERT(links.size() == localPaths.size());
454 for (size_t i = 0; i < links.size(); i++) {
455 KURL url = links[i];