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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 322 // If |m_tickmarks| is empty, the default behavior is restored.
323 void setTickmarks(const Vector<IntRect>& tickmarks) { m_tickmarks = tickmarks; }
524 Vector<IntRect> m_tickmarks; member in class:blink::FINAL
FrameView.cpp     [all...]

Completed in 369 milliseconds