OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRubberBandInProgress
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h
71
bool
isRubberBandInProgress
() const;
ScrollAnimatorMac.h
131
virtual bool
isRubberBandInProgress
() const OVERRIDE;
ScrollElasticityController.mm
135
bool wasRubberBandInProgress =
isRubberBandInProgress
();
136
// Call snapRubberBand() even if
isRubberBandInProgress
() is false. For example,
138
//
isRubberBandInProgress
() is not (e.g. the overhang area is empty).
375
bool ScrollElasticityController::
isRubberBandInProgress
() const
ScrollAnimatorMac.mm
711
bool ScrollAnimatorMac::
isRubberBandInProgress
() const
716
return m_scrollElasticityController.
isRubberBandInProgress
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.h
102
virtual bool
isRubberBandInProgress
() const { return false; }
ScrollableArea.h
161
virtual bool
isRubberBandInProgress
() const { return false; }
ScrollView.cpp
492
if (!
isRubberBandInProgress
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
170
virtual bool
isRubberBandInProgress
() const OVERRIDE;
FrameView.cpp
[
all
...]
Completed in 504 milliseconds