Searched refs:xhrBreakpoints (Results 1 – 4 of 4) sorted by relevance
73 static const char xhrBreakpoints[] = "xhrBreakpoints"; variable473 RefPtr<JSONObject> xhrBreakpoints = m_state->getObject(DOMDebuggerAgentState::xhrBreakpoints); in setXHRBreakpoint() local474 xhrBreakpoints->setBoolean(url, true); in setXHRBreakpoint()475 m_state->setObject(DOMDebuggerAgentState::xhrBreakpoints, xhrBreakpoints); in setXHRBreakpoint()485 RefPtr<JSONObject> xhrBreakpoints = m_state->getObject(DOMDebuggerAgentState::xhrBreakpoints); in removeXHRBreakpoint() local486 xhrBreakpoints->remove(url); in removeXHRBreakpoint()487 m_state->setObject(DOMDebuggerAgentState::xhrBreakpoints, xhrBreakpoints); in removeXHRBreakpoint()496 … RefPtr<JSONObject> xhrBreakpoints = m_state->getObject(DOMDebuggerAgentState::xhrBreakpoints); in willSendXMLHttpRequest() local497 for (JSONObject::iterator it = xhrBreakpoints->begin(); it != xhrBreakpoints->end(); ++it) { in willSendXMLHttpRequest()
481 WebInspector.settings.xhrBreakpoints.set(breakpoints);486 var breakpoints = WebInspector.settings.xhrBreakpoints.get();
136 this.sidebarPanes.xhrBreakpoints = new WebInspector.XHRBreakpointsSidebarPane();355 this.sidebarPanes.xhrBreakpoints.highlightBreakpoint(details.auxData["breakpointURL"]);770 this.sidebarPanes.xhrBreakpoints.clearBreakpointHighlight();1587 group1.addPane(this.sidebarPanes.xhrBreakpoints);
73 this.xhrBreakpoints = this.createSetting("xhrBreakpoints", []);