HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 501 - 525 of 744) sorted by null

<<21222324252627282930

  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options_page.css 37 -webkit-box-flex: 1;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 117 -webkit-box-flex: 1;
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 34 "<li>Right click the box" +
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourceView.css 71 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
spectrum.css 42 -webkit-box-reflect: right -28px;
splitView.css 133 box-shadow: rgb(90,90,90) 20px 0 50px -25px;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 105 BoxCollisionShape box = new BoxCollisionShape(new Vector3f(1.2f, 0.5f, 2.4f)); local
106 compoundShape.addChildShape(box, new Vector3f(0, 1, 0));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 148 box = mailbox.UnixMailbox(f)
149 self.assertTrue(len(list(iter(box))) == 4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 148 box = mailbox.UnixMailbox(f)
149 self.assertTrue(len(list(iter(box))) == 4)
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 286 // We want to notify that the combo box has changed its active descendant,
287 // but we do not want to change the focus, because focus should remain with the combo box.
303 RenderBox* box = toRenderBox(m_renderer);
304 if (!box->canBeScrolledAndHasScrollableArea())
307 return box->layer();
697 // NOTE: BRs always have text boxes now, so the text box check here can be removed
1323 RenderBox* box = toRenderBox(m_renderer); local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 594 .gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
595 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
606 .gsc-control form.gsc-search-box {
609 table.gsc-search-box {
923 box-shadow:2px 3px 1px #eee;
924 -moz-box-shadow:2px 3px 1px #eee;
925 -webkit-box-shadow:2px 3px 1px #eee;
1013 box-shadow:2px 3px 1px #eee;
1014 -moz-box-shadow:2px 3px 1px #eee;
1015 -webkit-box-shadow:2px 3px 1px #eee
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 593 .gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
594 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
605 .gsc-control form.gsc-search-box {
608 table.gsc-search-box {
922 box-shadow:2px 3px 1px #eee;
923 -moz-box-shadow:2px 3px 1px #eee;
924 -webkit-box-shadow:2px 3px 1px #eee;
1012 box-shadow:2px 3px 1px #eee;
1013 -moz-box-shadow:2px 3px 1px #eee;
1014 -webkit-box-shadow:2px 3px 1px #eee
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.cc 474 gfx::Rect box = balloon_collection_->GetBalloonsBoundingBox(); local
481 // Make sure each balloon's 4 corners are inside the box.
490 EXPECT_TRUE(box.Contains(gfx::Point(min_x, min_y)));
491 EXPECT_TRUE(box.Contains(gfx::Point(min_x, max_y)));
492 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y)));
493 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 315 const RenderBox* box = toRenderBox(o); local
317 extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
RenderBlockLineLayout.cpp 54 // We don't let our line box tree for a single line get any deeper than this.
167 // When floats with shape outside are stacked, the floats are positioned based on the margin box of the float,
170 // based on the margin box. In order to do this, we need to walk back through the floating object list to find
419 // Adding a pair of midpoints before a character will split it out into a new line box.
480 // We only treat a box as text for a <br> if we are on a line by ourself or in strict mode
481 // (Note the use of strict mode. In "almost strict" mode, we don't treat the box for <br> as text.)
524 // See if we have an unconstructed line box for this object that is also
535 // Get the last box we made for this render object.
538 // If this box or its ancestor is constructed then it is from a previous line, and we need
539 // to make a new box for our line. If this box or its ancestor is unconstructed but it ha
631 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun); local
2093 RenderBox* box = toRenderBox(o); local
2809 RenderBox* box = toRenderBox(current.m_obj); local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 82 # substitution box based on F^{-1}(x)
83 box = [[0] * 8 for i in xrange(256)] variable
84 box[1][7] = 1
88 box[i][t] = (j >> (7 - t)) & 0x01
92 # affine transform: box[i] <- B + A*box[i]
98 cox[i][t] ^= A[t][j] * box[i][j]
200 del box
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 595 .gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
596 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 595 .gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
596 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1492 pipe_box box = d3d11_to_pipe_box(resource->resource, level, 0); local
1555 pipe_box box = d3d11_to_pipe_box(src->resource, src_level, src_box); local
1575 pipe_box box; local
1601 pipe_box box = d3d11_to_pipe_box(dst->resource, dst_level, pDstBox); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1492 pipe_box box = d3d11_to_pipe_box(resource->resource, level, 0); local
1555 pipe_box box = d3d11_to_pipe_box(src->resource, src_level, src_box); local
1575 pipe_box box; local
1601 pipe_box box = d3d11_to_pipe_box(dst->resource, dst_level, pDstBox); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 341 struct pipe_box box; local
363 info->src.y1 - info->src.y0, &box);
367 info->dst.level, info->dst.layer, &box);
377 info->dst.y0, src_view, 0, &box,
415 struct pipe_box box; local
458 info->src.y1 - info->src.y0, &box);
463 tmp, 0, 0, &box);
481 /* check if the resolve box is valid */
725 /* translate the dst box as well */
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 341 struct pipe_box box; local
363 info->src.y1 - info->src.y0, &box);
367 info->dst.level, info->dst.layer, &box);
377 info->dst.y0, src_view, 0, &box,
415 struct pipe_box box; local
458 info->src.y1 - info->src.y0, &box);
463 tmp, 0, 0, &box);
481 /* check if the resolve box is valid */
725 /* translate the dst box as well */
  /external/pixman/pixman/
pixman.c 948 const pixman_box32_t *box = &(boxes[i]); local
952 box->x1, box->y1,
953 box->x2 - box->x1, box->y2 - box->y1);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 601 const struct pipe_box *box)
619 box->depth > 1 ? -1 : box->z,
639 pt->box = *box;
707 transfer->box.z,
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
736 transfer->box.z);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 601 const struct pipe_box *box)
619 box->depth > 1 ? -1 : box->z,
639 pt->box = *box;
707 transfer->box.z,
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
736 transfer->box.z);
    [all...]

Completed in 1864 milliseconds

<<21222324252627282930