Home | History | Annotate | Download | only in page

Lines Matching refs:url

859 bool FrameView::scrollToFragment(const KURL& url)
861 // If our URL has no ref, then we have no place we need to jump to.
865 if (!url.hasFragmentIdentifier() && !m_frame->document()->cssTarget())
868 String fragmentIdentifier = url.fragmentIdentifier();
1679 if (!m_frame || m_frame->loader()->url().isEmpty())