OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttributeModified
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.cpp
45
AttributeModified
,
194
if (hasBreakpoint(node,
AttributeModified
)) {
196
descriptionForDOMEvent(node,
AttributeModified
, false, eventData.get());
234
return
AttributeModified
;
245
case
AttributeModified
: return "attribute-modified";
318
if (hasBreakpoint(element,
AttributeModified
)) {
320
descriptionForDOMEvent(element,
AttributeModified
, false, eventData.get());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
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 34 milliseconds