OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_scrollableArea
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.h
63
ScrollableArea* scrollableArea() const { return
m_scrollableArea
; }
109
ScrollableArea*
m_scrollableArea
;
Scrollbar.h
104
void disconnectFromScrollableArea() {
m_scrollableArea
= 0; }
105
ScrollableArea* scrollableArea() const { return
m_scrollableArea
; }
167
ScrollableArea*
m_scrollableArea
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h
288
ScrollableArea* scrollableArea() const { return
m_scrollableArea
; }
406
ScrollableArea*
m_scrollableArea
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h
362
bool needsCompositedScrolling() const { return
m_scrollableArea
&&
m_scrollableArea
->needsCompositedScrolling(); }
435
RenderLayerScrollableArea* scrollableArea() const { return
m_scrollableArea
.get(); }
[
all
...]
Completed in 31 milliseconds