OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showPaintRects
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RenderingOptionsView.js
42
div.appendChild(WebInspector.SettingsTab.createSettingCheckbox(WebInspector.UIString("Show paint rectangles"), WebInspector.settings.
showPaintRects
));
Layers3DView.js
60
WebInspector.settings.
showPaintRects
.addChangeListener(this._update, this);
293
if (!paintRect || !WebInspector.settings.
showPaintRects
.get()) {
externs.js
599
WebInspector.settings.
showPaintRects
= /** type {WebInspector.Setting} */ { }
inspector.js
403
WebInspector.settings.
showPaintRects
= WebInspector.settings.createBackendSetting("
showPaintRects
", false, PageAgent.setShowPaintRects.bind(PageAgent));
409
if (WebInspector.settings.
showPaintRects
.get() || WebInspector.settings.showDebugBorders.get() || WebInspector.settings.continuousPainting.get() ||
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.h
193
bool
showPaintRects
() const { return m_showPaintRects; }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp
355
bool
showPaintRects
= m_state->getBoolean(PageAgentState::pageAgentShowPaintRects);
356
setShowPaintRects(0,
showPaintRects
);
[
all
...]
Completed in 188 milliseconds