Searched refs:breakpointOwner (Results 1 – 1 of 1) sorted by relevance
257 Node* breakpointOwner = target; in descriptionForDOMEvent() local266 breakpointOwner = InspectorDOMAgent::innerParentNode(target); in descriptionForDOMEvent()267 ASSERT(breakpointOwner); in descriptionForDOMEvent()268 while (!(m_domBreakpoints.get(breakpointOwner) & (1 << breakpointType))) { in descriptionForDOMEvent()269 breakpointOwner = InspectorDOMAgent::innerParentNode(breakpointOwner); in descriptionForDOMEvent()270 ASSERT(breakpointOwner); in descriptionForDOMEvent()277 int breakpointOwnerNodeId = m_domAgent->boundNodeId(breakpointOwner); in descriptionForDOMEvent()