OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_constrainsScrollingToContentEdge
(Results
1 - 2
of
2
) 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; }
141
bool
m_constrainsScrollingToContentEdge
;
ScrollableArea.cpp
47
,
m_constrainsScrollingToContentEdge
(true)
Completed in 157 milliseconds