Searched refs:styleRulesExpandedState (Results 1 – 3 of 3) sorted by relevance
305 …if (Preferences.styleRulesExpandedState && section.identifier in Preferences.styleRulesExpandedSta…306 section.expanded = Preferences.styleRulesExpandedState[section.identifier];469 if (!Preferences.styleRulesExpandedState)470 Preferences.styleRulesExpandedState = {};471 Preferences.styleRulesExpandedState[this.identifier] = true;480 if (!Preferences.styleRulesExpandedState)481 Preferences.styleRulesExpandedState = {};482 Preferences.styleRulesExpandedState[this.identifier] = false;
38 styleRulesExpandedState: {}, property
79076 to true for this identifier in Preferences.styleRulesExpandedState. Don't remember79079 to false for this identifier in Preferences.styleRulesExpandedState.79081 (Preferences.styleRulesExpandedState): Initialize to an empty object.