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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp315 class InspectorCSSAgent::SetStyleTextAction : public InspectorCSSAgent::StyleSheetAction { class in class:WebCore::InspectorCSSAgent
316 WTF_MAKE_NONCOPYABLE(SetStyleTextAction);
318 SetStyleTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& text) function in class:WebCore::InspectorCSSAgent::SetStyleTextAction
355 SetStyleTextAction* other = static_cast<SetStyleTextAction*>(action.get());
1100 m_domAgent->history()->perform(adoptPtr(new SetStyleTextAction(inspectorStyleSheet, compoundId, text)), es);

Completed in 473 milliseconds