HomeSort by relevance Sort by last modified time
    Searched defs:InspectorCSSAgent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.h 54 class InspectorCSSAgent : public InspectorDOMAgent::DOMListener {
55 WTF_MAKE_NONCOPYABLE(InspectorCSSAgent);
60 InspectorCSSAgent(InstrumentingAgents*, InspectorDOMAgent*);
61 ~InspectorCSSAgent();
InspectorCSSAgent.cpp 26 #include "InspectorCSSAgent.h"
133 CSSStyleSheet* InspectorCSSAgent::parentStyleSheet(StyleBase* styleBase)
146 CSSStyleRule* InspectorCSSAgent::asCSSStyleRule(StyleBase* styleBase)
156 InspectorCSSAgent::InspectorCSSAgent(InstrumentingAgents* instrumentingAgents, InspectorDOMAgent* domAgent)
167 InspectorCSSAgent::~InspectorCSSAgent()
176 void InspectorCSSAgent::reset()
184 void InspectorCSSAgent::getStylesForNode(ErrorString* errorString, int nodeId, RefPtr<InspectorObject>* result)
239 void InspectorCSSAgent::getInlineStyleForNode(ErrorString* errorString, int nodeId, RefPtr<InspectorObject>* style
    [all...]

Completed in 19 milliseconds