Home
last modified time | relevance | path

Searched refs:excludeInherited (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h132 …de(ErrorString*, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr<TypeB…
DInspectorCSSAgent.cpp651 …ng* errorString, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr<TypeB… in getMatchedStylesForNode() argument
701 if (!elementPseudoId && !asBool(excludeInherited)) { in getMatchedStylesForNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js137 getMatchedStylesAsync: function(nodeId, excludePseudo, excludeInherited, userCallback) argument
183 …this._agent.getMatchedStylesForNode(nodeId, excludePseudo, excludeInherited, callback.bind(this, u…