getLong           196 Source/core/inspector/InspectorDebuggerAgent.cpp         long pauseState = m_state->getLong(DebuggerAgentState::pauseOnExceptionsState);
getLong           205 Source/core/inspector/InspectorDebuggerAgent.cpp         m_asyncCallStackTracker.setAsyncCallStackDepth(m_state->getLong(DebuggerAgentState::asyncCallStackDepth));
getLong           389 Source/core/inspector/InspectorPageAgent.cpp         int currentWidth = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenWidthOverride));
getLong           390 Source/core/inspector/InspectorPageAgent.cpp         int currentHeight = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenHeightOverride));
getLong           403 Source/core/inspector/InspectorPageAgent.cpp     int currentWidth = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenWidthOverride));
getLong           736 Source/core/inspector/InspectorPageAgent.cpp     int currentWidth = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenWidthOverride));
getLong           737 Source/core/inspector/InspectorPageAgent.cpp     int currentHeight = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenHeightOverride));
getLong           199 Source/core/inspector/InspectorProfilerAgent.cpp     if (long interval = m_state->getLong(ProfilerAgentState::samplingInterval, 0))
getLong           249 Source/core/inspector/InspectorProfilerAgent.cpp     long nextId = m_state->getLong(ProfilerAgentState::nextProfileId, 1);
getLong            87 Source/core/inspector/InspectorState.cpp     return getLong(propertyName, 0);
getLong            61 Source/core/inspector/InspectorState.h     long getLong(const String& propertyName);
getLong            62 Source/core/inspector/InspectorState.h     long getLong(const String& propertyName, long defaultValue);