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/vtt/
VTTParser.h 150 Vector<RefPtr<VTTRegion> > m_regionList;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 77 const RenderRegionList& renderRegionList() const { return m_regionList; }
85 bool hasRegions() const { return m_regionList.size(); }
93 bool hasValidRegionInfo() const { return !m_regionsInvalidated && !m_regionList.isEmpty(); }
134 bool previousRegionCountChanged() const { return m_previousRegionCount != m_regionList.size(); }
135 void updatePreviousRegionCount() { m_previousRegionCount = m_regionList.size(); }
213 RenderRegionList m_regionList;

Completed in 41 milliseconds