Searched refs:lastWasSeparator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRevisionHistoryView.js237 var lastWasSeparator = false;
253 lastWasSeparator = false;
259 lastWasSeparator = false;
265 if (!lastWasSeparator)
267 lastWasSeparator = true;
H A DStylesSidebarPane.js576 var lastWasSeparator = true; variable
597 lastWasSeparator = true;
610 var section = new WebInspector.StylePropertiesSection(this, styleRule, editable, styleRule.isInherited, lastWasSeparator);
617 lastWasSeparator = true;
620 lastWasSeparator = false;

Completed in 75 milliseconds