OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noPanScrollRadius
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp
265
bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::
noPanScrollRadius
);
266
bool west = m_panScrollStartPos.x() > (lastKnownMousePosition.x() + ScrollView::
noPanScrollRadius
);
267
bool north = m_panScrollStartPos.y() > (lastKnownMousePosition.y() + ScrollView::
noPanScrollRadius
);
268
bool south = m_panScrollStartPos.y() < (lastKnownMousePosition.y() - ScrollView::
noPanScrollRadius
);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
245
static const int
noPanScrollRadius
= 15;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp
[
all
...]
Completed in 232 milliseconds