HomeSort by relevance Sort by last modified time
    Searched refs:customScrollbarFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 371 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame)
374 customScrollbarFrame = 0;
401 customScrollbarFrame = m_frame.get();
411 LocalFrame* customScrollbarFrame = 0;
412 if (shouldUseCustomScrollbars(customScrollbarElement, customScrollbarFrame))
413 return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScrollbarFrame);
    [all...]
FrameView.h 420 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame);

Completed in 112 milliseconds