/external/webkit/WebCore/rendering/ |
D | RenderLineBoxList.cpp | 87 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox() local 103 for (InlineFlowBox* curr = box; curr; curr = curr->nextFlowBox()) { in attachLineBox() local 132 for (InlineRunBox* curr = m_firstLineBox; curr; curr = next) { in deleteLineBoxes() local 143 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes() local 180 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextFlowBox()) { in paint() local 239 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevFlowBox()) { in hitTest() local 270 RenderObject* curr = 0; in dirtyLinesFromChangedChild() local
|
D | InlineFlowBox.cpp | 58 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingWidth() local 186 RenderObject* curr = endObject; in onEndChain() local 271 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in placeBoxesHorizontally() local 354 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in adjustMaxAscentAndDescent() local 379 static int verticalPositionForBox(InlineBox* curr, bool firstLine) in verticalPositionForBox() 405 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeLogicalBoxHeights() local 475 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in placeBoxesVertically() local 552 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeVerticalOverflow() local 607 for (InlineBox* curr = lastChild(); curr; curr = curr->prevOnLine()) { in nodeAtPoint() local 682 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in paint() local [all …]
|
D | RenderSVGInline.cpp | 62 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteRects() local 81 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteQuads() local
|
D | RenderInline.cpp | 158 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore() local 248 RenderBoxModelObject* curr = toRenderBoxModelObject(parent()); in splitInlines() local 413 if (InlineRunBox* curr = firstLineBox()) { in absoluteRects() local 432 if (InlineRunBox* curr = firstLineBox()) { in absoluteQuads() local 537 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox() local 560 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextFlowBox()) { in linesVisibleOverflowBoundingBox() local 616 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in clippedOverflowRectForRepaint() local 635 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in rectWithOutlineForRepaint() local 937 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in addFocusRingRects() local 946 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in addFocusRingRects() local [all …]
|
D | RenderObject.cpp | 446 for (RenderObject* curr = obj->firstChild(); curr; curr = curr->nextSibling()) in addLayers() local 470 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) in removeLayers() local 488 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) in moveLayers() local 507 for (RenderObject* curr = startPoint ? startPoint->nextSibling() : firstChild(); in findNextLayer() local 530 const RenderObject* curr = this; in enclosingLayer() local 542 const RenderObject* curr = this; in enclosingSelfPaintingLayer() local 554 RenderObject* curr = const_cast<RenderObject*>(this); in enclosingBox() local 567 RenderObject* curr = const_cast<RenderObject*>(this); in enclosingBoxModelObject() local 1458 for (const RenderObject* curr = this; curr; curr = curr->parent()) { in draggableNode() local 2048 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) in updateDragState() local [all …]
|
/external/openssl/crypto/x509v3/ |
D | pcy_tree.c | 97 X509_POLICY_LEVEL *curr) in tree_print() 310 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes() 340 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes() 375 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched() 403 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched() 443 static int tree_link_any(X509_POLICY_LEVEL *curr, in tree_link_any() 505 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 590 X509_POLICY_LEVEL *curr; in tree_calculate_authority_set() local 700 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() local 731 X509_POLICY_LEVEL *curr; in X509_policy_tree_free() local
|
/external/skia/src/images/ |
D | SkImageDecoder_Factory.cpp | 28 const DecodeReg* curr = DecodeReg::Head(); in Factory() local 47 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
|
D | SkImageEncoder_Factory.cpp | 25 const EncodeReg* curr = EncodeReg::Head(); in Create() local
|
D | SkFDStream.cpp | 32 off_t curr = ::lseek(fFD, 0, SEEK_CUR); in read() local
|
/external/webkit/WebCore/css/ |
D | CSSCanvasValue.cpp | 51 for (RenderObjectSizeCountMap::const_iterator curr = m_clients.begin(); curr != end; ++curr) in canvasChanged() local 58 for (RenderObjectSizeCountMap::const_iterator curr = m_clients.begin(); curr != end; ++curr) in canvasResized() local
|
D | CSSRule.cpp | 31 StyleBase* curr = parent(); in parentStyleSheet() local
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 47 size_t curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() local 67 size_t curr = ::ftell((FILE*)f); in sk_fread() local
|
/external/webkit/WebCore/rendering/style/ |
D | FillLayer.cpp | 131 FillLayer* curr; in fillUnsetProperties() local 275 const FillLayer* curr; in imagesAreLoaded() local
|
/external/webkit/WebCore/platform/graphics/ |
D | GlyphPageTreeNode.cpp | 309 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in getChild() local 339 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in pruneCustomFontData() local 369 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in pruneFontData() local
|
/external/kernel-headers/original/linux/ |
D | futex.h | 106 static inline void exit_robust_list(struct task_struct *curr) in exit_robust_list() 109 static inline void exit_pi_state_list(struct task_struct *curr) in exit_pi_state_list()
|
/external/v8/src/ |
D | func-name-inferrer.cc | 61 Handle<String> curr = Factory::NewConsString(dot_, names_stack_.at(pos)); in MakeNameFromStackHelper() local
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GlyphMapAndroid.cpp | 66 const UChar* curr = buffer; in fill() local
|
/external/skia/src/xml/ |
D | SkXMLPullParser.cpp | 4 static void reset(SkXMLPullParser::Curr* curr) in reset()
|
/external/srec/seti/sltsEngine/include/ |
D | linklist.h | 31 struct LNode *curr; member
|
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 383 PINLINE LCHAR* get_first_word(LCHAR* curr, LCHAR* end) in get_first_word() 389 PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end) in get_next_word() 433 LCHAR* curr; /* pointer to current word */ in SR_VocabularyGetPronunciationImpl() local
|
/external/chromium/third_party/icu/source/common/ |
D | ulist.c | 25 UListNode *curr; member 147 UListNode *curr = NULL; in ulist_getNext() local
|
/external/icu4c/common/ |
D | ulist.c | 25 UListNode *curr; member 147 UListNode *curr = NULL; in ulist_getNext() local
|
/external/srec/seti/sltsEngine/src/ |
D | linklist_impl.c | 194 LNode *curr; in Delete() local
|
/external/webkit/WebKit/android/plugins/ |
D | PluginTimer.cpp | 76 PluginTimer* curr = list; in Find() local
|
/external/webkit/WebCore/html/ |
D | HTMLMapElement.cpp | 83 for (Node* curr = coll->firstItem(); curr; curr = coll->nextItem()) { in imageElement() local
|