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

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 1051 Rect contentBounds =
1055 GetWindowBounds(window, kWindowContentRgn, &contentBounds);
1057 GetWindowBounds(window, kWindowStructureRgn, &contentBounds);
1062 globalBounds.top = contentBounds.top;
1063 globalBounds.right = contentBounds.right;
1064 globalBounds.bottom = contentBounds.bottom;
1065 globalBounds.left = contentBounds.left;
1119 //WEBRTC_TRACE(kTraceDebug, "%s:%d contentBounds t:%d r:%d b:%d l:%d", __FUNCTION__, __LINE__,
1120 contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 406 IntRect contentBounds = geom.boundingBox();
408 IntRect bounds = view->contentsToWindow(contentBounds);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 177 CONST D2D1_RECT_F &contentBounds = D2D1::InfiniteRect(),
185 {contentBounds, geometricMask, maskAntialiasMode, maskTransform, opacity, opacityBrush, layerOptions };
d2d1.h 497 D2D1_RECT_F contentBounds;
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 607 final Rect contentBounds = mContentBounds;
608 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds,
611 final int horizontalOffset = contentBounds.left - left;
612 final int verticalOffset = contentBounds.top - top;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 1030 gfx::Size* contentBounds) OVERRIDE {
1035 contentBounds);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 180 milliseconds