Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp320 HTMLFrameElementBase* frameElt = toHTMLFrameElementBase(ownerElement); in init() local
321 if (frameElt->scrollingMode() == ScrollbarAlwaysOff) in init()
323 LayoutUnit marginWidth = frameElt->marginWidth(); in init()
324 LayoutUnit marginHeight = frameElt->marginHeight(); in init()