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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTParser.h 169 Vector<RefPtr<TextTrackRegion> > m_regionList;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 78 const RenderRegionList& renderRegionList() const { return m_regionList; }
86 bool hasRegions() const { return m_regionList.size(); }
94 bool hasValidRegionInfo() const { return !m_regionsInvalidated && !m_regionList.isEmpty(); }
133 bool previousRegionCountChanged() const { return m_previousRegionCount != m_regionList.size(); }
134 void updatePreviousRegionCount() { m_previousRegionCount = m_regionList.size(); }
199 RenderRegionList m_regionList;

Completed in 45 milliseconds