HomeSort by relevance Sort by last modified time
    Searched defs:showPaintRects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.h 182 bool showPaintRects() const { return m_showPaintRects; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 469 bool showPaintRects = m_state->getBoolean(PageAgentState::pageAgentShowPaintRects);
470 setShowPaintRects(0, showPaintRects);
    [all...]

Completed in 334 milliseconds