Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
DInjectedBundleNodeHandle.h61 WebCore::IntRect elementBounds() const;
DInjectedBundleNodeHandle.cpp107 IntRect InjectedBundleNodeHandle::elementBounds() const in elementBounds() function in WebKit::InjectedBundleNodeHandle
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNodeHandle.cpp61 return toAPI(toImpl(elementHandleRef)->elementBounds()); in WKBundleNodeHandleGetElementBounds()
/external/skia/src/gpu/
DGrClipMaskManager.cpp482 GrRect elementBounds = element->getBounds(); in createAlphaClipMask() local
483 elementBounds.offset(clipToMaskOffset); in createAlphaClipMask()
484 elementBounds.roundOut(&maskSpaceElementIBounds); in createAlphaClipMask()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1623867 (WebKit::InjectedBundleNodeHandle::elementBounds):