HomeSort by relevance Sort by last modified time
    Searched defs:AttributeModified (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.cpp 45 AttributeModified,
247 if (hasBreakpoint(node, AttributeModified)) {
249 descriptionForDOMEvent(node, AttributeModified, false, eventData.get());
287 return AttributeModified;
298 case AttributeModified: return "attribute-modified";
371 if (hasBreakpoint(element, AttributeModified)) {
373 descriptionForDOMEvent(element, AttributeModified, false, eventData.get());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 43 AttributeModified: "attribute-modified",
48 this._breakpointTypeLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString("Attribute Modified");
53 this._contextMenuLabels[this._breakpointTypes.AttributeModified] = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Attributes modifications" : "Attributes Modifications");

Completed in 91 milliseconds