Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DDocument.h904 void setDashboardRegionsDirty(bool f) { m_dashboardRegionsDirty = f; } in setDashboardRegionsDirty()
905 bool dashboardRegionsDirty() const { return m_dashboardRegionsDirty; } in dashboardRegionsDirty()
1190 bool m_dashboardRegionsDirty; variable
DDocument.cpp398 , m_dashboardRegionsDirty(false) in Document()