Searched refs:ownerFrameElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp175 HTMLFrameElementBase* ownerFrameElement = static_cast<HTMLFrameElementBase*>(ownerElement); local
176 int marginWidth = ownerFrameElement->marginWidth();
179 int marginHeight = ownerFrameElement->marginHeight();

Completed in 183 milliseconds