Searched refs:showGrid (Results 1 – 4 of 4) sorted by relevance
134 void showAndHideViewSize(bool showGrid);
124 virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid);
386 void InspectorOverlay::showAndHideViewSize(bool showGrid) in showAndHideViewSize() argument389 m_drawViewSizeWithGrid = showGrid; in showAndHideViewSize()
1271 void InspectorPageAgent::setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) in setShowViewportSizeOnResize() argument1274 m_state->setBoolean(PageAgentState::showGridOnResize, showGrid && *showGrid); in setShowViewportSizeOnResize()