Home
last modified time | relevance | path

Searched defs:excludeInherited (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js137 getMatchedStylesAsync: function(nodeId, excludePseudo, excludeInherited, userCallback) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp651 …orString* errorString, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr… in getMatchedStylesForNode()