Home
last modified time | relevance | path

Searched refs:m_dirty (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDictionary.h108 , m_dirty(true) in ConversionContext()
131 bool m_dirty; variable
DDictionary.cpp742 if (m_dirty) { in resetPerPropertyContext()
743 m_dirty = false; in resetPerPropertyContext()
751 ASSERT(!m_dirty); in setConversionType()
752 m_dirty = true; in setConversionType()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h310 , m_dirty(dirty) in m_firstLine()