OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntristicallyScrollable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.h
95
virtual bool
isIntristicallyScrollable
(ScrollbarOrientation orientation) const OVERRIDE
RenderLayerScrollableArea.cpp
469
if (m_box->
isIntristicallyScrollable
(orientation))
[
all
...]
RenderBox.h
478
virtual bool
isIntristicallyScrollable
(ScrollbarOrientation orientation) const { return false; }
[
all
...]
Completed in 280 milliseconds