Home
last modified time | relevance | path

Searched refs:shouldHideScriptsPanel (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebDevToolsFrontendClient.h53 virtual bool shouldHideScriptsPanel() { return false; } in shouldHideScriptsPanel() function
/external/webkit/Source/WebKit/chromium/src/
DInspectorFrontendClientImpl.cpp93 if (m_client->shouldHideScriptsPanel()) in hiddenPanels()