Home | History | Annotate | Download | only in jni

Lines Matching refs:url

289     // item, try to get the icon using the url without the ref.
291 WebCore::String url = item->urlString();
292 if (item->url().hasFragmentIdentifier()) {
293 int refIndex = url.reverseFind('#');
294 url = url.substring(0, refIndex);
296 WebCore::Image* icon = WebCore::iconDatabase()->iconForPageURL(url,
391 // Original url
394 // Url
485 // Read the original url
492 LOGV("Original url %d %.*s", l, l, data);
506 // Read the url
510 LOGV("Url %d %.*s", l, l, data);
706 // Original Url
712 // Url
717 LOG_ASSERT(!read_item_recursive(testItem, &ptr, HISTORY_MIN_SIZE), "4000 length url should fail!");