Searched refs:AttributeModified (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMDebuggerAgent.cpp | 45 AttributeModified, enumerator 194 if (hasBreakpoint(node, AttributeModified)) { in didInvalidateStyleAttr() 196 descriptionForDOMEvent(node, AttributeModified, false, eventData.get()); in didInvalidateStyleAttr() 234 return AttributeModified; in domTypeForName() 245 case AttributeModified: return "attribute-modified"; in domTypeName() 318 if (hasBreakpoint(element, AttributeModified)) { in willModifyDOMAttr() 320 descriptionForDOMEvent(element, AttributeModified, false, eventData.get()); in willModifyDOMAttr()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | DOMBreakpointsSidebarPane.js | 43 AttributeModified: "attribute-modified", property 48 …this._breakpointTypeLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString("Attri… 53 …this._contextMenuLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString(WebInspec…
|