Home | History | Annotate | Download | only in elements

Lines Matching defs:pseudoId

81 // Keep in sync with RenderStyleConstants.h PseudoId enum. Array below contains pseudo id names for corresponding enum indexes.
275 for (var pseudoId in this.sections) {
276 var styleRuleSections = this.sections[pseudoId];
599 for (var pseudoId in this.sections) {
600 var styleRules = this._refreshStyleRules(this.sections[pseudoId], computedStyle);
630 var pseudoId = pseudoElementCSSRules.pseudoId;
632 var entry = { isStyleSeparator: true, pseudoId: pseudoId };
642 this.sections[pseudoId] = this._rebuildSectionsForStyleRules(styleRules, usedProperties, anchorElement);
847 } else if ("pseudoId" in styleRule) {
848 var pseudoName = WebInspector.StylesSidebarPane.PseudoIdNames[styleRule.pseudoId];
896 for (var pseudoId in this.sections) {
897 var sections = this.sections[pseudoId];
953 for (var pseudoId in this.sections) {
954 var sections = this.sections[pseudoId];
1080 for (var pseudoId in this.sections) {
1081 var sections = this.sections[pseudoId];