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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 763 var boxX = Math.max(2, this._model.margin[0]);
764 if (boxX + titleWidth > canvasWidth)
765 boxX = canvasWidth - titleWidth - 2;
786 this._context.moveTo(boxX, boxY);
788 this._context.lineTo(boxX + 2 * arrowHeight, boxY);
789 this._context.lineTo(boxX + 3 * arrowHeight, boxY - arrowHeight);
790 this._context.lineTo(boxX + 4 * arrowHeight, boxY);
792 this._context.lineTo(boxX + titleWidth, boxY);
793 this._context.lineTo(boxX + titleWidth, boxY + titleHeight);
795 this._context.lineTo(boxX + 4 * arrowHeight, boxY + titleHeight)
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 66 name: 'boxX',
89 body.shape = 'boxX';

Completed in 103 milliseconds