Searched refs:m_borderColorSet (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameSetElement.cpp47 , m_borderColorSet(false)
105 m_borderColorSet = !value.isEmpty();
175 if (!m_borderColorSet)
176 m_borderColorSet = frameset->hasBorderColor();
H A DHTMLFrameSetElement.h45 bool hasBorderColor() const { return m_borderColorSet; }
82 bool m_borderColorSet; member in class:blink::FINAL

Completed in 150 milliseconds