/external/webkit/Source/WebCore/page/ |
D | FrameView.h | 252 bool scrollToAnchor(const String&); 343 void scrollToAnchor();
|
D | FrameView.cpp | 1409 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/ |
D | qwebframe.h | 165 void scrollToAnchor(const QString& anchor);
|
D | qwebframe.cpp | 1196 void QWebFrame::scrollToAnchor(const QString& anchor) in scrollToAnchor() function in QWebFrame 1200 view->scrollToAnchor(anchor); in scrollToAnchor()
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 643 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/ |
D | RenderLayer.h | 250 …void scrollRectToVisible(const IntRect&, bool scrollToAnchor = false, const ScrollAlignment& align…
|
D | RenderLayer.cpp | 1458 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/ |
D | QtWebKitu.def | 648 …?scrollToAnchor@QWebFrame@@QAEXABVQString@@@Z @ 647 NONAME ; void QWebFrame::scrollToAnchor(class …
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 10724 (-[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:]):
|
D | ChangeLog-2003-10-25 | 6479 … (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
|
D | ChangeLog-2010-01-29 | 25614 …::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 …]
|
D | ChangeLog-2002-12-03 | 8497 * kwq/WebCoreBridge.h: Changed name of gotoAnchor to scrollToAnchor. Added client redirect 8499 * kwq/WebCoreBridge.mm: (-[WebCoreBridge scrollToAnchor:]): Changed name.
|
D | ChangeLog-2008-08-10 | 85 …(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):
|
D | ChangeLog-2005-08-23 | 27482 * 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,
|
D | ChangeLog-2005-12-19 | 19316 and the test case from Bugzilla bug 4825 into manual-tests/scrollToAnchor.html. 19319 * manual-tests/scrollToAnchor.html: Added.
|
D | ChangeLog-2011-02-16 | 35340 Check SVG element type in FrameView::scrollToAnchor 35346 (WebCore::FrameView::scrollToAnchor):
|
D | ChangeLog-2006-12-31 | 13469 (WebCore::FrameLoader::scrollToAnchor):
|
D | ChangeLog-2010-05-24 | 15183 (WebCore::FrameView::scrollToAnchor): Fixed comment.
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 10366 (QWebFrame::scrollToAnchor): New API function. 10368 * tests/qwebframe/tst_qwebframe.cpp: New tests for scrollToAnchor().
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 9598 (-[WebFrame _goToItem:withFrameLoadType:]): Call scrollToAnchor under its new name.
|