Searched refs:SetPropertyTextAction (Results 1 – 2 of 2) sorted by relevance
411 class InspectorCSSAgent::SetPropertyTextAction : public InspectorCSSAgent::StyleSheetAction { class in WebCore::InspectorCSSAgent412 WTF_MAKE_NONCOPYABLE(SetPropertyTextAction);414 …SetPropertyTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned prope… in SetPropertyTextAction() function in WebCore::InspectorCSSAgent::SetPropertyTextAction459 SetPropertyTextAction* other = static_cast<SetPropertyTextAction*>(action.get()); in merge()1163 …bool success = m_domAgent->history()->perform(adoptPtr(new SetPropertyTextAction(inspectorStyleShe… in setPropertyText()
158 class SetPropertyTextAction; variable