Searched refs:AttributeModified (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMDebuggerAgent.cpp | 44 AttributeModified, enumerator 222 if (hasBreakpoint(node, AttributeModified)) { in didInvalidateStyleAttr() 224 descriptionForDOMEvent(node, AttributeModified, false, eventData.get()); in didInvalidateStyleAttr() 262 return AttributeModified; in domTypeForName() 273 case AttributeModified: return "attribute-modified"; in domTypeName() 346 if (hasBreakpoint(element, AttributeModified)) { in willModifyDOMAttr() 348 descriptionForDOMEvent(element, AttributeModified, false, eventData.get()); in willModifyDOMAttr()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | DOMBreakpointsSidebarPane.js | 44 AttributeModified: "attribute-modified", property 49 …this._breakpointTypeLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString("Attri… 54 …this._contextMenuLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString(WebInspec…
|