Home
last modified time | relevance | path

Searched refs:AddRuleAction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp537 class InspectorCSSAgent::AddRuleAction : public InspectorCSSAgent::StyleSheetAction { class in WebCore::InspectorCSSAgent
538 WTF_MAKE_NONCOPYABLE(AddRuleAction);
540 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) in AddRuleAction() function in WebCore::InspectorCSSAgent::AddRuleAction
1217 OwnPtr<AddRuleAction> action = adoptPtr(new AddRuleAction(inspectorStyleSheet, selector)); in addRule()
1218 AddRuleAction* rawAction = action.get(); in addRule()
DInspectorCSSAgent.h161 class AddRuleAction; variable