Home
last modified time | relevance | path

Searched refs:debuggerEnabled (Results 1 – 16 of 16) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
DConnectionConfiguration.java79 private boolean debuggerEnabled = Connection.DEBUG_ENABLED; field in ConnectionConfiguration
584 return debuggerEnabled; in isDebuggerEnabled()
593 public void setDebuggerEnabled(boolean debuggerEnabled) { in setDebuggerEnabled() argument
594 this.debuggerEnabled = debuggerEnabled; in setDebuggerEnabled()
/external/webkit/Source/WebCore/inspector/
DInspectorDebuggerAgent.cpp47 static const char debuggerEnabled[] = "debuggerEnabled"; variable
72 m_inspectorState->setBoolean(DebuggerAgentState::debuggerEnabled, true); in enable()
89 m_inspectorState->setBoolean(DebuggerAgentState::debuggerEnabled, false); in disable()
104 return m_inspectorState->getBoolean(DebuggerAgentState::debuggerEnabled); in enabled()
109 if (m_inspectorState->getBoolean(DebuggerAgentState::debuggerEnabled)) in restore()
DInspectorController.h99 bool debuggerEnabled();
DInspectorController.cpp281 bool InspectorController::debuggerEnabled() in debuggerEnabled() function in WebCore::InspectorController
DInspectorAgent.cpp85 static const char debuggerEnabled[] = "debuggerEnabled"; variable
/external/webkit/Source/WebKit/win/
DWebInspector.cpp154 *isDebugging = page->inspectorController()->debuggerEnabled(); in isDebuggingJavaScript()
169 if (inspector->debuggerEnabled()) in toggleDebuggingJavaScript()
DChangeLog-2009-06-163016 * Rename the debuggerAttached getter to debuggerEnabled.
/external/webkit/Source/WebCore/inspector/front-end/
DScriptsPanel.js191 var enableDebugger = Preferences.debuggerAlwaysEnabled || WebInspector.settings.debuggerEnabled;
828 WebInspector.settings.debuggerEnabled = false;
831 WebInspector.settings.debuggerEnabled = !!optionalAlways;
/external/webkit/Source/WebKit/mac/WebInspector/
DWebInspector.mm82 return page->inspectorController()->debuggerEnabled();
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1615599 (devtools.InspectorBackendImpl.prototype.debuggerEnabled):
23821 (devtools.InspectorBackendImpl.prototype.debuggerEnabled):
24199 (devtools.InspectorBackendImpl.prototype.debuggerEnabled):
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2913871 * Rename the debuggerAttached getter to debuggerEnabled.
/external/webkit/Source/WebCore/
DChangeLog-2011-02-166116 (WebCore::InspectorController::debuggerEnabled):
19038 (WebCore::InspectorAgent::debuggerEnabled):
DChangeLog-2010-01-2926710 (WebCore::InspectorBackend::debuggerEnabled):
26848 (.WebInspector.InspectorBackendStub.prototype.debuggerEnabled):
40095 (.WebInspector.InspectorControllerStub.prototype.debuggerEnabled):
DChangeLog-2009-06-1674491 * Rename the debuggerAttached getter to debuggerEnabled.
74514 (WebCore::InspectorController::debuggerEnabled):
DChangeLog-2010-05-2440814 Web Inspector: Get rid of synchronous debuggerEnabled, profilerEnabled calls.
DChangeLog58223 (WebCore::InspectorController::debuggerEnabled):