Searched refs:box (Results 1 - 25 of 653) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg68 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
/external/bison/build-aux/
H A Dtexinfo.tex404 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
632 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
666 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 % \dimen0 is the vertical size of the group's box.
687 \box\groupbox
705 % Ensure vertical mode, so we don't make a big box in the middle of a
715 % Do a \strut just to make the height of this box be normal, so the
722 % empty box we just added fits on the page, we must make it consider
724 % page after the empty box. So we use a penalty of 9999.
735 % Back up by the size of the box, whethe
[all...]
/external/bison/doc/
H A Drefcard.tex220 \hbox{\box\columna\hskip\intercolumnskip
221 \box\columnb\hskip\intercolumnskip\columnbox}
/external/chromium-trace/
H A Dscript.js496 new ui.MouseModeSelector(this);this.appendChild(this.mouseModeSelector_);this.dragBox_=this.ownerDocument.createElement("div");this.dragBox_.className="drag-box";this.appendChild(this.dragBox_);this.hideDragBox_();this.bindEventListener_(document,"keypress",this.onKeypress_,this);this.bindEventListener_(document,"beginpan",this.onBeginPanScan_,this);this.bindEventListener_(document,"updatepan",this.onUpdatePanScan_,this);this.bindEventListener_(document,"endpan",this.onEndPanScan_,this);this.bindEventListener_(document,
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view.css7 -webkit-box-flex: 1;
8 -webkit-box-orient: vertical;
9 display: -webkit-box;
18 -webkit-box-flex: 1;
19 display: -webkit-box;
23 -webkit-box-orient: vertical;
24 display: -webkit-box;
29 -webkit-box-flex: 1;
H A Dtracing_controller.css7 -webkit-box-align: center;
8 -webkit-box-orient: vertical;
9 -webkit-box-pack: center;
10 display: -webkit-box;
19 background-clip: border-box;
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.css16 -webkit-box-orient: vertical;
17 display: -webkit-box;
29 -webkit-box-flex: 1;
33 .drag-box {
H A Dtimeline_view.css8 box-sizing: border-box;
12 -webkit-box-flex: 1;
13 -webkit-box-orient: vertical;
15 display: -webkit-box;
61 -webkit-box-flex: 1;
65 -webkit-box-flex: 1;
67 display: -webkit-box;
71 -webkit-box-flex: 1;
96 display: -webkit-box;
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Ddrawing_container.css7 -webkit-box-flex: 1;
14 -webkit-box-flex: 1;
H A Dheading_track.css7 -webkit-box-align: stretch;
8 -webkit-box-orient: horizontal;
9 display: -webkit-box;
15 -webkit-box-sizing: border-box;
18 box-sizing: border-box;
H A Dthread_track.css7 -webkit-box-orient: vertical;
8 display: -webkit-box;
H A Dtrace_model_track.css6 -webkit-box-flex: 1;
H A Dtrack.css19 box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
/external/chromium-trace/trace-viewer/src/ui/
H A Ddrag_handle.css8 box-sizing: border-box;
H A Dfilter_control.css8 display: -webkit-box;
27 box-sizing: border-box;
H A Dmouse_mode_selector.css14 box-shadow: 0 1px 2px rgba(0,0,0,0.2);
H A Doverlay.css8 box-sizing: border-box;
H A Dquad_stack.css42 box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
/external/chromium_org/cc/animation/
H A Danimation_curve.h72 // Sets |bounds| to be the bounding box for the region within which |box|
75 virtual bool AnimatedBoundsForBox(const gfx::BoxF& box,
H A Dkeyframed_animation_curve.cc309 const gfx::BoxF& box,
319 if (!keyframes_[i+1]->Value().BlendedBoundsForBox(box,
308 AnimatedBoundsForBox( const gfx::BoxF& box, gfx::BoxF* bounds) const argument
H A Dkeyframed_animation_curve.h184 virtual bool AnimatedBoundsForBox(const gfx::BoxF& box,
H A Dkeyframed_animation_curve_unittest.cc446 gfx::BoxF box(2.f, 3.f, 4.f, 1.f, 3.f, 2.f);
449 EXPECT_TRUE(curve->AnimatedBoundsForBox(box, &bounds));
H A Dlayer_animation_controller.cc433 const gfx::BoxF& box, gfx::BoxF* bounds) const {
439 const gfx::BoxF& box,
460 transform_animation_curve->AnimatedBoundsForBox(box, &animation_bounds);
432 FilterAnimationBoundsForBox( const gfx::BoxF& box, gfx::BoxF* bounds) const argument
438 TransformAnimationBoundsForBox( const gfx::BoxF& box, gfx::BoxF* bounds) const argument
H A Dlayer_animation_controller.h127 bool FilterAnimationBoundsForBox(const gfx::BoxF& box,
129 bool TransformAnimationBoundsForBox(const gfx::BoxF& box,

Completed in 1567 milliseconds

1234567891011>>