Home
last modified time | relevance | path

Searched refs:m_widgetUpdateSet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1267 m_widgetUpdateSet.add(&object); in addWidgetToUpdate()
2216 if (m_nestedLayoutCount > 1 || m_widgetUpdateSet.isEmpty()) in updateWidgets()
2221 objects.swap(m_widgetUpdateSet); in updateWidgets()
2242 m_widgetUpdateSet.remove(&object); in updateWidgets()
2245 return m_widgetUpdateSet.isEmpty(); in updateWidgets()
DFrameView.h459 EmbeddedObjectSet m_widgetUpdateSet; variable