Searched refs:showPaintRects (Results 1 – 5 of 5) sorted by relevance
41 this._mapSettingToSetter(WebInspector.settings.showPaintRects, "setShowPaintRects");102 …ingCheckbox(WebInspector.UIString("Show paint rectangles"), WebInspector.settings.showPaintRects));
182 bool showPaintRects() const { return m_showPaintRects; } in showPaintRects() function
93 this.showPaintRects = this.createSetting("showPaintRects", false);
469 bool showPaintRects = m_state->getBoolean(PageAgentState::pageAgentShowPaintRects); in restore() local470 setShowPaintRects(0, showPaintRects); in restore()
62 WebInspector.settings.showPaintRects.addChangeListener(this._update, this);