Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/help/
Dhelp_base_page.js34 isOverlay: false, property in HelpBasePage
78 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);
/external/chromium/chrome/browser/resources/options/
Doptions_page.js300 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;
/external/chromium_org/chrome/browser/resources/options/
Doptions_page.js543 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)
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbar.h90 virtual bool isOverlay() const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.h42 virtual bool isOverlay() const OVERRIDE;
DWebScrollbarImpl.cpp39 bool WebScrollbarImpl::isOverlay() const in isOverlay() function in blink::WebScrollbarImpl
DWebScrollbarThemeClientImpl.cpp219 return m_scrollbar->isOverlay(); in isOverlayScrollbar()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.h59 virtual bool isOverlay() const OVERRIDE;
DWebPluginScrollbarImpl.cpp115 bool WebPluginScrollbarImpl::isOverlay() const in isOverlay() function in blink::WebPluginScrollbarImpl
/external/chromium_org/webkit/renderer/compositor_bindings/
Dscrollbar_impl.cc40 return scrollbar_->isOverlay(); in IsOverlay()
/external/chromium_org/content/renderer/pepper/
Dppb_scrollbar_impl.cc78 return scrollbar_->isOverlay(); in IsOverlay()