Searched refs:SetPropertyTextAction (Results 1 – 2 of 2) sorted by relevance
217 class InspectorCSSAgent::SetPropertyTextAction FINAL : public InspectorCSSAgent::StyleSheetAction {218 WTF_MAKE_NONCOPYABLE(SetPropertyTextAction);220 …SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned p… in SetPropertyTextAction() function in blink::FINAL263 SetPropertyTextAction* other = static_cast<SetPropertyTextAction*>(action.get()); in merge()893 …bool success = m_domAgent->history()->perform(adoptRefWillBeNoop(new SetPropertyTextAction(inspect… in setPropertyText()
151 class SetPropertyTextAction; variable