Home
last modified time | relevance | path

Searched refs:scrollToAnchor (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.h252 bool scrollToAnchor(const String&);
343 void scrollToAnchor();
DFrameView.cpp1409 if (scrollToAnchor(fragmentIdentifier)) in scrollToFragment()
1414 return scrollToAnchor(decodeURLEscapeSequences(fragmentIdentifier, decoder->encoding())); in scrollToFragment()
1419 bool FrameView::scrollToAnchor(const String& name) in scrollToAnchor() function in WebCore::FrameView
1481 scrollToAnchor(); in maintainScrollPositionAtAnchor()
1935 void FrameView::scrollToAnchor() in scrollToAnchor() function in WebCore::FrameView
2056 scrollToAnchor(); in performPostLayoutTasks()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.h165 void scrollToAnchor(const QString& anchor);
Dqwebframe.cpp1196 void QWebFrame::scrollToAnchor(const QString& anchor) in scrollToAnchor() function in QWebFrame
1200 view->scrollToAnchor(anchor); in scrollToAnchor()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp643 void scrollToAnchor();
3078 void tst_QWebFrame::scrollToAnchor() in scrollToAnchor() function in tst_QWebFrame
3095 frame->scrollToAnchor("foo"); in scrollToAnchor()
3098 frame->scrollToAnchor("bar"); in scrollToAnchor()
3099 frame->scrollToAnchor("foo"); in scrollToAnchor()
3102 frame->scrollToAnchor("top"); in scrollToAnchor()
3105 frame->scrollToAnchor("bar"); in scrollToAnchor()
3106 frame->scrollToAnchor("notexist"); in scrollToAnchor()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.h250 …void scrollRectToVisible(const IntRect&, bool scrollToAnchor = false, const ScrollAlignment& align…
DRenderLayer.cpp1458 void RenderLayer::scrollRectToVisible(const IntRect& rect, bool scrollToAnchor, const ScrollAlignme… in scrollTo() argument
1503 …!parentLayer && renderer()->isBox() && renderBox()->canBeProgramaticallyScrolled(scrollToAnchor)) { in scrollTo()
1539 parentLayer->scrollRectToVisible(newRect, scrollToAnchor, alignX, alignY); in scrollTo()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def648 …?scrollToAnchor@QWebFrame@@QAEXABVQString@@@Z @ 647 NONAME ; void QWebFrame::scrollToAnchor(class …
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1010724 (-[WebCoreFrameBridge scrollToAnchor:]):
11754 (WebCore::Frame::scrollToAnchor):
20703 (WebCore::Frame::scrollToAnchor): Changed to not pass a parameter to the started
26000 * manual-tests/linkjump-2.html: Added. Renamed scrollToAnchor.html, to group it with the
26005 * manual-tests/scrollToAnchor.html: Removed.
27215 (Frame::scrollToAnchor): ditto
34804 (Frame::scrollToAnchor):
35852 (MacFrame::scrollToAnchor):
35989 (-[WebCoreBridge scrollToAnchor:]):
DChangeLog-2003-10-256479 … (KWQKHTMLPart::scrollToAnchor): Call cancelRedirection() instead of m_redirectionTimer.stop()
9530 (KWQKHTMLPart::scrollToAnchor): Stop the redirect timer.
17968 (KWQKHTMLPart::scrollToAnchor): Remove unneeded part->.
18601 * kwq/KWQKHTMLPart.h: Add scrollToAnchor, remove setCurrentEvent and _currentEvent
18608 (KWQKHTMLPart::scrollToAnchor): Added. Contains the code from the anchor case inside
DChangeLog-2010-01-2925614 …::HistoryController::updateForSameDocumentNavigation): Augmented from "scrollToAnchor()", combining
45994 (WebCore::FrameLoader::scrollToAnchor):
45997 (WebCore::FrameView::scrollToAnchor):
47617 (WebCore::FrameLoader::scrollToAnchor):
59055 (WebCore::FrameView::scrollToAnchor):
74458 (WebCore::FrameLoader::scrollToAnchor):
75350 (WebCore::FrameLoader::scrollToAnchor): When an anchor navigation is completed and the
88294 (WebCore::FrameView::scrollToAnchor):
88310 (WebCore::FrameView::scrollToAnchor): Pass true to getRect() for
88347 (WebCore::FrameView::scrollToAnchor): Added. Scrolls to the top of
[all …]
DChangeLog-2002-12-038497 * kwq/WebCoreBridge.h: Changed name of gotoAnchor to scrollToAnchor. Added client redirect
8499 * kwq/WebCoreBridge.mm: (-[WebCoreBridge scrollToAnchor:]): Changed name.
DChangeLog-2008-08-1085 …(WebCore::RenderLayer::scrollRectToVisible): Takes a new parameter "scrollToAnchor" since it's a s…
91 …rObject::canBeProgramaticallyScrolled): If the call is coming from a scrollToAnchor we don't need …
3438 …(WebCore::FrameLoader::scrollToAnchor): When the link is an anchor we Frame::clearTimers() isn't c…
42634 (WebCore::FrameLoader::scrollToAnchor): Added call to updateHistoryForAnchorScroll.
66017 (WebCore::FrameLoader::scrollToAnchor):
DChangeLog-2005-08-2327482 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::scrollToAnchor): removed call to cancelRedirection
46133 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::scrollToAnchor): Call new gotoAnchor helper.
53273 (KWQKHTMLPart::scrollToAnchor): Right before calling checkCompleted(), set
53586 (KWQKHTMLPart::scrollToAnchor): Don't pretend we finished loading,
DChangeLog-2005-12-1919316 and the test case from Bugzilla bug 4825 into manual-tests/scrollToAnchor.html.
19319 * manual-tests/scrollToAnchor.html: Added.
DChangeLog-2011-02-1635340 Check SVG element type in FrameView::scrollToAnchor
35346 (WebCore::FrameView::scrollToAnchor):
DChangeLog-2006-12-3113469 (WebCore::FrameLoader::scrollToAnchor):
DChangeLog-2010-05-2415183 (WebCore::FrameView::scrollToAnchor): Fixed comment.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1610366 (QWebFrame::scrollToAnchor): New API function.
10368 * tests/qwebframe/tst_qwebframe.cpp: New tests for scrollToAnchor().
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-039598 (-[WebFrame _goToItem:withFrameLoadType:]): Call scrollToAnchor under its new name.