Searched refs:isOverlay (Results 1 – 11 of 11) sorted by relevance
34 isOverlay: false, property in HelpBasePage78 assert(this.isOverlay);92 if (this.isOverlay || !this.visible)157 overlay.isOverlay = true;171 if (this.isOverlay)188 if (this.isOverlay)199 assert(this.isOverlay);
300 if (topPage && !topPage.isOverlay && topPage.parentPage)440 overlay.isOverlay = true;511 var nestingLevel = topPage.isOverlay ? 100 : topPage.nestingLevel;598 if (topPage.isOverlay) {685 if (!topPage || topPage.isOverlay || !topPage.parentPage)864 if (!this.isOverlay && this.nestingLevel > 0) {887 if (this.isOverlay) {894 var isSubpage = !this.isOverlay;
543 overlay.isOverlay = true;636 this.setRootPageFrozen_(topPage.isOverlay);810 assert(this.isOverlay);821 if (this.isOverlay &&841 if (this.isOverlay) {858 assert(this.isOverlay);950 if (this.isOverlay && !this.visible)
90 virtual bool isOverlay() const = 0;
42 virtual bool isOverlay() const OVERRIDE;
39 bool WebScrollbarImpl::isOverlay() const in isOverlay() function in blink::WebScrollbarImpl
219 return m_scrollbar->isOverlay(); in isOverlayScrollbar()
59 virtual bool isOverlay() const OVERRIDE;
115 bool WebPluginScrollbarImpl::isOverlay() const in isOverlay() function in blink::WebPluginScrollbarImpl
40 return scrollbar_->isOverlay(); in IsOverlay()
78 return scrollbar_->isOverlay(); in IsOverlay()