Searched refs:excludeInherited (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.h | 132 …de(ErrorString*, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr<TypeB…
|
D | InspectorCSSAgent.cpp | 651 …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/ |
D | CSSStyleModel.js | 137 getMatchedStylesAsync: function(nodeId, excludePseudo, excludeInherited, userCallback) argument 183 …this._agent.getMatchedStylesForNode(nodeId, excludePseudo, excludeInherited, callback.bind(this, u…
|