Searched refs:showGrid (Results 1 – 4 of 4) sorted by relevance
135 void showAndHideViewSize(bool showGrid);
122 … virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) OVERRIDE;
1286 void InspectorPageAgent::setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) in setShowViewportSizeOnResize() argument1289 m_state->setBoolean(PageAgentState::showGridOnResize, showGrid && *showGrid); in setShowViewportSizeOnResize()
376 void InspectorOverlay::showAndHideViewSize(bool showGrid) in showAndHideViewSize() argument379 m_drawViewSizeWithGrid = showGrid; in showAndHideViewSize()