Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h174 Element* elementForId(ErrorString*, int nodeId);
DInspectorCSSAgent.cpp936 Element* element = elementForId(errorString, nodeId); in getMatchedStylesForNode()
1001 Element* element = elementForId(errorString, nodeId); in getInlineStylesForNode()
1414 Element* InspectorCSSAgent::elementForId(ErrorString* errorString, int nodeId) in elementForId() function in WebCore::InspectorCSSAgent