Searched refs:showPaintRects (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DRenderingOptions.js41 this._mapSettingToSetter(WebInspector.settings.showPaintRects, "setShowPaintRects");
102 div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show paint rectangles"), WebInspector.settings.showPaintRects));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.h182 bool showPaintRects() const { return m_showPaintRects; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DSettings.js93 this.showPaintRects = this.createSetting("showPaintRects", false);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp469 bool showPaintRects = m_state->getBoolean(PageAgentState::pageAgentShowPaintRects); local
470 setShowPaintRects(0, showPaintRects);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js62 WebInspector.settings.showPaintRects.addChangeListener(this._update, this);

Completed in 201 milliseconds