HomeSort by relevance Sort by last modified time
    Searched refs:backgroundSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 663 FloatSize backgroundSize = contentsSize;
666 backgroundSize = frameView->visibleContentRect().size();
669 if (backgroundSize != m_backgroundLayer->size()) {
670 m_backgroundLayer->setSize(backgroundSize);
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 760 faviconIcon.style.backgroundSize = w + 'px ' + h + 'px';
    [all...]

Completed in 237 milliseconds