Searched refs:contextNodeId (Results 1 – 2 of 2) sorted by relevance
74 …void addRule(ErrorString*, const int contextNodeId, const String& selector, RefPtr<InspectorObject…
352 void InspectorCSSAgent::addRule(ErrorString*, const int contextNodeId, const String& selector, RefP… in addRule() argument354 Node* node = m_domAgent->nodeForId(contextNodeId); in addRule()