OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constrainsScrollingToContentEdge
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/
ScrollableArea.h
61
bool
constrainsScrollingToContentEdge
() const { return m_constrainsScrollingToContentEdge; }
62
void setConstrainsScrollingToContentEdge(bool
constrainsScrollingToContentEdge
) { m_constrainsScrollingToContentEdge =
constrainsScrollingToContentEdge
; }
ScrollView.cpp
381
if (
constrainsScrollingToContentEdge
()) {
[
all
...]
/external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm
554
if (!m_scrollableArea->
constrainsScrollingToContentEdge
())
562
if (!m_scrollableArea->
constrainsScrollingToContentEdge
())
570
if (!m_scrollableArea->
constrainsScrollingToContentEdge
())
[
all
...]
Completed in 109 milliseconds