Searched refs:m_allProperties (Results 1 – 2 of 2) sorted by relevance
35 : m_allProperties(allProperties) in InspectorStyleTextEditor()46 if (index < m_allProperties->size()) { in insertProperty()47 const InspectorStyleProperty& property = m_allProperties->at(index); in insertProperty()55 bool insertFirstInSource = !m_allProperties->size() || !m_allProperties->at(0).hasSource; in insertProperty()57 for (unsigned i = index, size = m_allProperties->size(); i < size; ++i) { in insertProperty()58 const InspectorStyleProperty& property = m_allProperties->at(i); in insertProperty()109 ASSERT_WITH_SECURITY_IMPLICATION(index < m_allProperties->size()); in replaceProperty()110 internalReplaceProperty(m_allProperties->at(index), newText); in replaceProperty()120 InspectorStyleProperty& disabledProperty = m_allProperties->at(index); in enableProperty()127 ASSERT(!m_allProperties->at(index).sourceData.disabled); in disableProperty()[all …]
52 Vector<InspectorStyleProperty>* m_allProperties; variable