Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextPrompt.js278 if (this.isSuggestBoxVisible()) {
296 if (!handled && this.isSuggestBoxVisible())
321 if (this.isSuggestBoxVisible())
354 var immediately = this.isSuggestBoxVisible() || force;
373 if (!force && !this.isCaretAtEndOfPrompt() && !this.isSuggestBoxVisible())
503 if (!this.isSuggestBoxVisible()) {
602 if (this.isSuggestBoxVisible())
609 isSuggestBoxVisible: function() method in WebInspector.TextPrompt
858 if (!this.isCaretOnFirstLine() || this.isSuggestBoxVisible())
864 if (!this.isCaretOnLastLine() || this.isSuggestBoxVisible())