Home
last modified time | relevance | path

Searched refs:ItemApplied (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTextPrompt.js49 ItemApplied: "text-prompt-item-applied", property
571 …this.dispatchEventToListeners(WebInspector.TextPrompt.Events.ItemApplied, { itemText: completionTe…
DStylesSidebarPane.js2551 …this._prompt.addEventListener(WebInspector.TextPrompt.Events.ItemApplied, applyItemCallback, this);