Searched refs:SetStyleTextAction (Results 1 – 2 of 2) sorted by relevance
361 class InspectorCSSAgent::SetStyleTextAction : public InspectorCSSAgent::StyleSheetAction { class in WebCore::InspectorCSSAgent362 WTF_MAKE_NONCOPYABLE(SetStyleTextAction);364 …SetStyleTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& tex… in SetStyleTextAction() function in WebCore::InspectorCSSAgent::SetStyleTextAction401 SetStyleTextAction* other = static_cast<SetStyleTextAction*>(action.get()); in merge()1147 …m_domAgent->history()->perform(adoptPtr(new SetStyleTextAction(inspectorStyleSheet, compoundId, te… in setStyleText()
157 class SetStyleTextAction; variable