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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DFilteredItemSelectionDialog.js260 return this._delegate.shouldShowMatchingItems(this._promptElement.value);
271 var shouldShowMatchingItems = this._shouldShowMatchingItems();
272 this._itemElementsContainer.classList.toggle("hidden", !shouldShowMatchingItems);
273 this.element.style.height = shouldShowMatchingItems ? this._dialogHeight + "px" : "auto";
413 shouldShowMatchingItems: function(query)
850 shouldShowMatchingItems: function(query)

Completed in 86 milliseconds