Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp55 bool insertFirstInSource = !m_allProperties->size() || !m_allProperties->at(0).hasSource; in insertProperty() local
68 if (insertLast && !insertFirstInSource) { in insertProperty()
101 …if (insertFirstInSource && (propertyStart < fullPrefixLength || m_styleText.substring(propertyStar… in insertProperty()