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

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view.h 22 @property(assign, nonatomic) CGFloat arrowHeight;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Popover.js 150 const arrowHeight = 15;
168 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
169 newElementPosition.y = anchorBox.y - newElementPosition.height - arrowHeight;
172 newElementPosition.height = anchorBox.y - borderRadius * 2 - arrowHeight;
181 newElementPosition.y = anchorBox.y + anchorBox.height + arrowHeight;
182 if ((newElementPosition.y + newElementPosition.height + arrowHeight - borderWidth >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
183 newElementPosition.height = totalHeight - anchorBox.y - anchorBox.height - borderRadius * 2 - arrowHeight;
ScreencastView.js 652 const arrowHeight = 7;
662 boxY = canvasHeight - titleHeight - arrowHeight;
665 boxY = arrowHeight;
667 } else if (anchorBottom + titleHeight + arrowHeight < canvasHeight) {
668 boxY = anchorBottom + arrowHeight - 4;
670 } else if (anchorTop - titleHeight - arrowHeight > 0) {
671 boxY = anchorTop - titleHeight - arrowHeight + 3;
674 boxY = arrowHeight;
681 this._context.lineTo(boxX + 2 * arrowHeight, boxY);
682 this._context.lineTo(boxX + 3 * arrowHeight, boxY - arrowHeight)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 112 int arrowHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 534 int arrowHeight = size;
573 graphics.drawLine(x2 - arrowWidth, y2 - arrowHeight, x2, y2);
574 graphics.drawLine(x2 + arrowWidth, y2 - arrowHeight, x2, y2);
576 graphics.drawLine(x2 - arrowWidth, y2 + arrowHeight, x2, y2);
577 graphics.drawLine(x2 + arrowWidth, y2 + arrowHeight, x2, y2);
582 graphics.drawLine(x2 - arrowHeight, y2 - arrowWidth, x2, y2);
583 graphics.drawLine(x2 - arrowHeight, y2 + arrowWidth, x2, y2);
585 graphics.drawLine(x2 + arrowHeight, y2 - arrowWidth, x2, y2);
586 graphics.drawLine(x2 + arrowHeight, y2 + arrowWidth, x2, y2);
596 // Its two arrow lines are at (-arrowWidth, -arrowHeight) relativ
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 378 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
412 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
RenderThemeChromiumMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMock.cpp 523 irect.fTop = extraParams->menuList.arrowY - (extraParams->menuList.arrowHeight) / 2;
524 irect.fBottom = extraParams->menuList.arrowY + (extraParams->menuList.arrowHeight - 1) / 2;

Completed in 434 milliseconds