Searched defs:AttributeModified (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMDebuggerAgent.cpp44 AttributeModified, enumerator in enum:__anon10410::DOMBreakpointType
222 if (hasBreakpoint(node, AttributeModified)) {
224 descriptionForDOMEvent(node, AttributeModified, false, eventData.get());
262 return AttributeModified;
273 case AttributeModified: return "attribute-modified";
346 if (hasBreakpoint(element, AttributeModified)) {
348 descriptionForDOMEvent(element, AttributeModified, false, eventData.get());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DDOMBreakpointsSidebarPane.js44 AttributeModified: "attribute-modified",
49 this._breakpointTypeLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString("Attribute Modified");
54 this._contextMenuLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Attributes modifications" : "Attributes Modifications");

Completed in 77 milliseconds