Home
last modified time | relevance | path

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

/external/chromium_org/ui/webui/resources/js/cr/ui/table/
Dtable_list.js107 if (style.overflowX != 'scroll') {
108 style.overflowX = 'scroll';
115 if (cm.totalWidth <= offsetWidth && style.overflowX != 'hidden') {
116 style.overflowX = 'hidden';
122 if (style.overflowX != x) {
123 style.overflowX = x;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp287 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX()); in adjustRenderStyle()
303 if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE) { in adjustRenderStyle()
308 } else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE) { in adjustRenderStyle()
322 if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN) in adjustRenderStyle()
356 if (style->preserves3D() && (style->overflowX() != OVISIBLE in adjustRenderStyle()
374 if (style->overflowX() == OSCROLL) in adjustRenderStyle()
376 else if (style->overflowX() == OAUTO) in adjustRenderStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp473 m_box->style()->overflowX() : m_box->style()->overflowY(); in userInputScrollable()
556 if (m_box->style()->overflowX() == OSCROLL) in updateAfterLayout()
579 if (m_box->style()->overflowX() == OAUTO || m_box->style()->overflowY() == OAUTO) { in updateAfterLayout()
657 EOverflow overflowX = m_box->style()->overflowX(); in updateAfterStyleChange() local
661 …alScrollbar() && overflowDefinesAutomaticScrollbar(overflowX)) || overflowRequiresScrollbar(overfl… in updateAfterStyleChange()
668 …if (needsHorizontalScrollbar && oldStyle && oldStyle->overflowX() == OSCROLL && overflowX != OSCRO… in updateAfterStyleChange()
DRenderTextControl.cpp138 …if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OA… in computeLogicalHeight()
DRenderNamedFlowFragment.cpp67 newStyle->setOverflowX(parentStyle->overflowX()); in setStyleForNamedFlowFragment()
DRenderBox.h467 …ollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX(… in hasAutoHorizontalScrollbar()
472 …virtual bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCRO… in scrollsOverflowX()
DRenderRegion.cpp112 bool clipX = style()->overflowX() != OVISIBLE; in overflowRectForFlowThreadPortion()
DRenderBox.cpp339 if (styleToUse->overflowX() != OVISIBLE && !isRootObject && isRenderBlock()) { in updateFromStyle()
346 && document().documentElement()->renderer()->style()->overflowX() == OVISIBLE) { in updateFromStyle()
767 if (!hasOverflowClip() || style()->overflowX() == OOVERLAY) in horizontalScrollbarHeight()
783 if (!isHorizontalWritingMode() && style()->overflowX() == OSCROLL) { in instrinsicScrollbarLogicalWidth()
DRenderLayer.cpp3923 …urn !hasCompositedLayerMapping() && oldStyle && (oldStyle->overflowX() != newStyle->overflowX()) &… in needsCompositingLayersRebuiltForOverflow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp288 ASSERT(object->style()->overflowX() == object->style()->overflowY()); in isOverflowHidden()
291 ASSERT(object->style()->overflowX() != OSCROLL); in isOverflowHidden()
296 return object->style()->overflowX() == OHIDDEN; in isOverflowHidden()
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp458 …return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLe… in canScrollInDirection()
462 …return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLe… in canScrollInDirection()
684 …ft || direction == FocusDirectionRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN) in canBeScrolledIntoView()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp579 EOverflow overflowX = o->style()->overflowX(); in applyOverflowToViewport() local
586 overflowX = OHIDDEN; in applyOverflowToViewport()
594 switch (overflowX) { in applyOverflowToViewport()
638 …documentOrBodyRenderer = documentRenderer->style()->overflowX() == OVISIBLE && isHTMLHtmlElement(d… in applyPaginationToViewport()
692 …RenderObject* o = rootRenderer->style()->overflowX() == OVISIBLE && isHTMLHtmlElement(document->do… in calculateScrollbarModesForLayout()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2218 return cssValuePool().createValue(max(style->overflowX(), style->overflowY())); in getPropertyCSSValue()
2222 return cssValuePool().createValue(style->overflowX()); in getPropertyCSSValue()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.8.2.min.js2overflowX,m.overflowY],p.css(a,"display")==="inline"&&p.css(a,"float")==="none"&&(!p.support.inlin…
/external/chromium_org/third_party/flot/
Djquery.min.js2overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlin…
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h526 EOverflow overflowX() const { return static_cast<EOverflow>(noninherited_flags._overflowX); } in overflowX() function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js147 …(k==="height"||k==="width")){h.overflow=[this.style.overflow,this.style.overflowX,this.style.overf…
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js8238 … opt.overflow = [ this.style.overflow, this.style.overflowX, this.style.overflowY ];