Searched refs:AddRuleAction (Results 1 – 2 of 2) sorted by relevance
537 class InspectorCSSAgent::AddRuleAction : public InspectorCSSAgent::StyleSheetAction { class in WebCore::InspectorCSSAgent538 WTF_MAKE_NONCOPYABLE(AddRuleAction);540 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) in AddRuleAction() function in WebCore::InspectorCSSAgent::AddRuleAction1217 OwnPtr<AddRuleAction> action = adoptPtr(new AddRuleAction(inspectorStyleSheet, selector)); in addRule()1218 AddRuleAction* rawAction = action.get(); in addRule()
161 class AddRuleAction; variable