Searched defs:AddRuleAction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp491 class InspectorCSSAgent::AddRuleAction : public InspectorCSSAgent::StyleSheetAction { class in class:WebCore::InspectorCSSAgent
492 WTF_MAKE_NONCOPYABLE(AddRuleAction);
494 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) function in class:WebCore::InspectorCSSAgent::AddRuleAction
1170 OwnPtr<AddRuleAction> action = adoptPtr(new AddRuleAction(inspectorStyleSheet, selector));
1171 AddRuleAction* rawAction = action.get();

Completed in 140 milliseconds