Searched refs:canShowFPSCounter (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorClient.h84 virtual bool canShowFPSCounter() { return false; } function in class:WebCore::InspectorClient
H A DInspectorPageAgent.h116 virtual void canShowFPSCounter(ErrorString*, bool*);
H A DInspectorPageAgent.cpp817 void InspectorPageAgent::canShowFPSCounter(ErrorString*, bool* outParam) function in class:WebCore::InspectorPageAgent
819 *outParam = m_client->canShowFPSCounter();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSettings.js64 canShowFPSCounter: false, property in class:Capabilities
H A DSettingsScreen.js336 if (Capabilities.canShowFPSCounter) {
H A Dinspector.js383 PageAgent.canShowFPSCounter(WebInspector._initializeCapability.bind(WebInspector, "canShowFPSCounter", null));

Completed in 203 milliseconds