Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h95 bool isOriginSet() const { return m_originSet; } in isOriginSet() function
DFillLayer.cpp250 for (curr = this; curr && curr->isOriginSet(); curr = curr->next()) { } in fillUnsetProperties()