getBoundingClientRect 210 Source/core/dom/Element.h PassRefPtr<ClientRect> getBoundingClientRect(); getBoundingClientRect 147 Source/core/dom/Range.h PassRefPtr<ClientRect> getBoundingClientRect() const; getBoundingClientRect 340 Source/core/html/track/vtt/VTTRegion.cpp double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top(); getBoundingClientRect 375 Source/core/html/track/vtt/VTTRegion.cpp float regionBottom = m_regionDisplayTree->getBoundingClientRect()->bottom(); getBoundingClientRect 379 Source/core/html/track/vtt/VTTRegion.cpp float childTop = toHTMLDivElement(child)->getBoundingClientRect()->top(); getBoundingClientRect 380 Source/core/html/track/vtt/VTTRegion.cpp float childBottom = toHTMLDivElement(child)->getBoundingClientRect()->bottom();