/external/webkit/Source/WebCore/rendering/ |
RenderTheme.cpp | 95 // Never support box-shadow on native controls. 634 const RenderBox* box = toRenderBox(o); local 637 return box->height() + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom(); 639 return box->height() + box->marginTop(); 868 // border - honored by WinIE, but looks terrible (just paints in the control box and turns off the Windows XP theme) 885 // border - honored by WinIE, but looks terrible (just paints in the control box and turns off the Windows XP theme) [all...] |
RenderThemeChromiumWin.cpp | 472 const RenderBox* box = toRenderBox(o); local 473 int borderRight = box->borderRight(); 474 int borderLeft = box->borderLeft(); 475 int borderTop = box->borderTop(); 476 int borderBottom = box->borderBottom(); 491 int spacingLeft = borderLeft + box->paddingLeft(); 492 int spacingRight = borderRight + box->paddingRight(); 493 int spacingTop = borderTop + box->paddingTop(); 494 int spacingBottom = borderBottom + box->paddingBottom();
|
RenderInline.cpp | 95 // lines aren't pointing to deleted children. If the first line box does 99 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) 100 box->remove(); 244 // inline into continuations. This involves creating an anonymous block box to hold 245 // |newChild|. We then make that block box a continuation of this inline. We take all of 250 RenderBlock* newBox = new (renderArena()) RenderBlock(document() /* anonymous box */); 444 // block box holding block children 480 RenderBox* box = toRenderBox(continuation()); local [all...] |
RenderListMarker.cpp | 1095 InlineBox* box = inlineBoxWrapper(); local [all...] |
RenderTableSection.cpp | 396 // Explicit heights use the border box in quirks mode. In strict mode do the right 635 RenderBox* box = *it; local 636 if (!box->isReplaced() && !box->scrollsOverflow() && !flexAllChildren) 639 while (box != cell) { 640 if (box->normalChildNeedsLayout()) 642 box->setChildNeedsLayout(true, false); 643 box = box->containingBlock(); 644 ASSERT(box); [all...] |
RootInlineBox.cpp | 70 EllipsisBox* box = gEllipsisBoxMap->take(this); local 71 box->setParent(0); 72 box->destroy(arena); 105 // Create an ellipsis box. 122 // of that glyph. Mark all of the objects that intersect the ellipsis box as not painting (as being 212 void RootInlineBox::childRemoved(InlineBox* box) 214 if (box->renderer() == m_lineBreakObj) 217 for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == box->renderer(); prev = prev->prevRootBox()) { 337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 152 Mailbox box = ProviderTestUtils.setupMailbox("box", accountId, false, mProviderContext); local 154 box.mType = boxType; 155 box.save(mProviderContext); 156 long boxId = box.mId; 215 Mailbox box = ProviderTestUtils.setupMailbox("box1", account1Id, true, mProviderContext); local 216 long boxId = box.mId; 363 Mailbox box = mTestController.getAttachmentMailbox(); local 364 assertNotNull(box); 368 assertEquals(box.mId, anotherBox.mId) 472 Mailbox box = mTestController.getAttachmentMailbox(); local [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ContentCacheTests.java | 139 Mailbox box = ProviderTestUtils.setupMailbox("box2", acct.mId, true, context); local 143 Uri uri = ContentUris.withAppendedId(Mailbox.CONTENT_URI, box.mId);
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
FolderSyncParserTests.java | 62 // Don't save the box; just create it, and give it a server id 69 Mailbox boxCalendarType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 71 Mailbox boxContactsType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 73 Mailbox boxTasksType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 81 Mailbox boxUnknownType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 87 // Put the mailbox in the map; the unknown box should now be valid 91 // Clear the map, but save away the parent box 95 // The box should now be valid 100 Mailbox boxParentUnknownType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, 106 // Give our unknown box an unknown paren 119 Mailbox box = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false, local [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
FolderSyncParserTests.java | 62 // Don't save the box; just create it, and give it a server id 69 Mailbox boxCalendarType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 71 Mailbox boxContactsType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 73 Mailbox boxTasksType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 81 Mailbox boxUnknownType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, false, 87 // Put the mailbox in the map; the unknown box should now be valid 91 // Clear the map, but save away the parent box 95 // The box should now be valid 100 Mailbox boxParentUnknownType = EmailContentSetupUtils.setupMailbox("box", mAccount.mId, 106 // Give our unknown box an unknown paren 119 Mailbox box = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false, local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingSphere.java | 123 * <code>computeFromTris</code> creates a new Bounding Box from a given
147 // * <code>computeFromTris</code> creates a new Bounding Box from a given
479 BoundingBox box = (BoundingBox) volume;
local 480 Vector3f radVect = new Vector3f(box.xExtent, box.yExtent,
481 box.zExtent);
482 Vector3f temp_center = box.center;
488 // OrientedBoundingBox box = (OrientedBoundingBox) volume;
490 // return rVal.mergeOBB(box);
523 BoundingBox box = (BoundingBox) volume; local [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 773 box filled with zero values is returned. 777 icvFitEllipse_F( CvSeq* points, CvBox2D* box ) 883 box->center.x = box->center.y = 884 box->size.width = box->size.height = 885 box->angle = 0.f; 915 box->center.x = (float)offx; 916 box->center.y = (float)offy; 917 box->size.width = box->size.height = box->angle = 0.f 978 CvBox2D box; local [all...] |
/external/openssh/ |
sshd.c | 628 struct ssh_sandbox *box = NULL; local 636 box = ssh_sandbox_init(); 643 if (box != NULL) 644 ssh_sandbox_parent_preauth(box, pid); 664 if (box != NULL) 665 ssh_sandbox_parent_finish(box); 679 if (box != NULL) 680 ssh_sandbox_child(box); [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityObject.cpp | 232 InlineBox* box; local 234 p.getInlineBoxAndOffset(tempPosition.affinity(), box, ignoredCaretOffset); 235 if (box) [all...] |
/external/webkit/Source/WebCore/editing/ |
CompositeEditCommand.cpp | 539 InlineTextBox* box = sortedTextBoxes.isEmpty() ? 0 : sortedTextBoxes[sortedTextBoxesPosition]; local 541 if (!box) { 555 // This loop structure works to process all gaps preceding a box, 556 // and also will look at the gap after the last box. 557 while (prevBox || box) { 563 unsigned gapEnd = box ? box->start() : length; 576 prevBox = box; 577 if (box) { 579 box = sortedTextBoxes[sortedTextBoxesPosition] [all...] |
SelectionController.cpp | 1276 InlineTextBox* box = textRenderer->findNextInlineTextBox(offset, pos); local [all...] |
visible_units.cpp | 329 InlineBox* box; 331 c.getInlineBoxAndOffset(box, offset); 333 return box ? box->root() : 0; 516 InlineBox* box; local 518 visiblePosition.getInlineBoxAndOffset(box, ignoredCaretOffset); 519 if (box) { 520 root = box->root()->prevRootBox(); 532 // block and find the last root line box in that block. 546 maxPos.getInlineBoxAndOffset(DOWNSTREAM, box, ignoredCaretOffset) 627 InlineBox* box; local 1459 InlineBox* box; local 1504 InlineBox* box; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 346 RenderBox* box = layer->renderBox(); local 347 int outline = box->view()->maximalOutlineSize(); 349 ALOGV("Media Outline: %d %p %p %p", outline, m_client, layer, box); 675 RenderBox* box = renderLayer->renderBox(); local 677 renderLayer->scrollWidth() - box->clientWidth(), 678 renderLayer->scrollHeight() - box->clientHeight()); 701 RenderBox* box = layer->renderBox(); 702 int outline = box->view()->maximalOutlineSize(); 704 box->borderLeft() + box->borderRight() + layer->scrollWidth( [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | 1284 CGRect box = CGContextGetClipBoundingBox(context); local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 255 Mailbox box = new Mailbox(); local 256 box.mAccountKey = accountId; 257 box.mType = mailboxType; 258 box.mSyncInterval = Account.CHECK_INTERVAL_NEVER; 259 box.mFlagVisible = true; 260 box.mServerId = box.mDisplayName = name; 261 box.mParentKey = Mailbox.NO_MAILBOX; 262 box.mFlags = Mailbox.FLAG_HOLDS_MAIL; 263 return box; [all...] |
/packages/apps/Email/src/com/android/email/ |
Controller.java | 546 Mailbox box = Mailbox.newSystemMailbox( local 548 box.save(mProviderContext); 549 return box.mId; 558 * @param message the fully populated Message (usually retrieved from the Draft box). Note that [all...] |
/external/bison/src/ |
vcg.h | 73 box, enumerator in enum:shape 248 /* shape specifies the visual appearance of a node: box, rhomb, ellipse, 251 Default is box. */ 544 subgraph summary node that appears if the subgraph is folded: box, 559 Default is box, other: rhomb, ellipse, triangle. */ [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | 85 // as well the tab to search box and other widgets need to have the padding on 107 // Size of the rounding of the "Search site for:" box. 221 // Tab to search (the keyword box on the left hand side). 238 // This creates a box around the keyword text with a border, background color, 242 gtk_widget_set_name(tab_to_search_box_, "chrome-tab-to-search-box"); 247 // Put the event box in an alignment to get the padding correct. 287 // doesn't work, someone is probably calling show_all on our parent box. 366 // Make the event box not visible so it does not paint a background. 374 // Put the event box in an alignment to get the padding correct. 627 // If there are no visible content things, hide the top level box so i 1171 GtkRequisition box, full_label, partial_label; local [all...] |
/external/jpeg/ |
jquant2.c | 40 * Next, the color-selection step begins with a box representing the whole 41 * color space, and repeatedly splits the "largest" remaining box until we 43 * remaining box becomes one of the possible output colors. 51 * the "largest" box and deciding where to cut it. The particular policies 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 263 /* The volume (actually 2-norm) of the box */ 265 /* The number of nonzero histogram cells within this box */ 267 } box; typedef in typeref:struct:__anon7618 269 typedef box * boxptr; 274 /* Find the splittable box with the largest color population * [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 415 CvBox2D box = cvMinAreaRect2( &mat, 0 ); local 418 cvBoxPoints( box, pt ); 452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box ) 455 *box = cvFitEllipse2( &mat ); [all...] |