Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 25 of 55) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
DRenderQuote.cpp283 …for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(rend… in rendererSubtreeAttached() local
284 if (descendant->isQuote()) { in rendererSubtreeAttached()
285 toRenderQuote(descendant)->placeQuote(); in rendererSubtreeAttached()
294 …for (RenderObject* descendant = subtreeRoot; descendant; descendant = descendant->nextInPreOrder(s… in rendererRemovedFromTree() local
295 if (descendant->isQuote()) { in rendererRemovedFromTree()
296 RenderQuote* removedQuote = toRenderQuote(descendant); in rendererRemovedFromTree()
300 …for (descendant = descendant->nextInPreOrder(subtreeRoot); descendant; descendant = descendant->ne… in rendererRemovedFromTree()
301 if (descendant->isQuote()) in rendererRemovedFromTree()
302 removedQuote = toRenderQuote(descendant); in rendererRemovedFromTree()
DRenderCounter.cpp636 …for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(rend… in rendererSubtreeAttached() local
637 updateCounters(descendant); in rendererSubtreeAttached()
DRenderBlock.cpp141 …for (HashSet<RenderBox*>::iterator descendant = descendantSet->begin(); descendant != end; ++desce… in ~RenderBlock() local
142 HashSet<RenderBlock*>* containerSet = gPercentHeightContainerMap->get(*descendant); in ~RenderBlock()
149 gPercentHeightContainerMap->remove(*descendant); in ~RenderBlock()
3389 void RenderBlock::addPercentHeightDescendant(RenderBox* descendant) in addPercentHeightDescendant() argument
3401 bool added = descendantSet->add(descendant).second; in addPercentHeightDescendant()
3403 ASSERT(gPercentHeightContainerMap->get(descendant)); in addPercentHeightDescendant()
3404 ASSERT(gPercentHeightContainerMap->get(descendant)->contains(this)); in addPercentHeightDescendant()
3408 HashSet<RenderBlock*>* containerSet = gPercentHeightContainerMap->get(descendant); in addPercentHeightDescendant()
3411 gPercentHeightContainerMap->set(descendant, containerSet); in addPercentHeightDescendant()
3417 void RenderBlock::removePercentHeightDescendant(RenderBox* descendant) in removePercentHeightDescendant() argument
[all …]
/external/webkit/LayoutTests/fast/xpath/
Dxpath-functional-test-expected.txt4 [ok].//blockquote/descendant::*
5 [ok].//blockquote/descendant-or-self::*
18 [ok].//*[descendant::blockquote]
19 [ok].//*[descendant-or-self::blockquote]
39 [ok].//blockquote/ancestor::* | .//blockquote/descendant::*
46 [ok].//blockquote/descendant::*[position() < 4]
51 [ok].//blockquote/descendant::*[4]
52 [ok].//blockquote/descendant-or-self::*[4]
79 [ok].//*[sum(ancestor::*/@title) < sum(descendant::*/@title)]
Dtext-nodes-expected.txt4 descendant::*, [object Element]: ""
5 descendant::node(), [object Element]: "a b c"
6 descendant::node()[2], [object Element]: "b"
Dposition-expected.txt7 PASS ./descendant-or-self::node()/child::*[position() = 2]
8 PASS descendant-or-self::node()/child::*[position() = 2]
Ddocument-order-expected.txt18 PASS descendant::node() (context = attr1)
26 PASS descendant-or-self::node() (context = attr1)
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/
Dpaths-expected.txt7 PASS descendant::para
10 PASS descendant-or-self::para
13 PASS child::chapter/descendant::para
16 PASS /descendant::para
17 PASS /descendant::olist/child::item
24 PASS /descendant::figure[position()=42]
Dnodetests-expected.txt1 PASS /descendant::item
2 PASS /descendant::a:item
3 PASS /descendant::b:*
Dpredicates-expected.txt8 PASS //group[@id="g1"]/descendant-or-self::item[1]
10 PASS //group/descendant::item[number(//choice/@index)*2]
Daxes-expected.txt10 PASS //*[@id="1"]/descendant-or-self::*
12 Test that the ancestor, descendant, following, preceding, and self axes partition the document
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
Dtest_predicate_list-expected.txt3 PASS //element[descendant::y[.='z']]
4 PASS //element[descendant::y[.='z']][1]
5 PASS //element[descendant::y[.='z']][2]
Dtest_parser-expected.txt15 PASS descendant::GCHILD[3]
16 PASS descendant::GCHILD[parent::CHILD1]
17 PASS descendant::GCHILD[position() > 1]
Dtest_step-expected.txt3 PASS descendant-or-self::*
/external/chromium/chrome/browser/resources/bookmark_manager/js/
Dbmm.js14 function contains(parent, descendant) { argument
15 if (descendant.parentId == parent.id)
18 var parentTreeItem = bmm.treeLookup[descendant.parentId];
/external/bluetooth/glib/gio/
Dgdummyfile.c261 g_dummy_file_prefix_matches (GFile *parent, GFile *descendant) in g_dummy_file_prefix_matches() argument
264 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); in g_dummy_file_prefix_matches()
302 GFile *descendant) in g_dummy_file_get_relative_path() argument
305 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); in g_dummy_file_get_relative_path()
Dglocalfile.c546 GFile *descendant) in g_local_file_prefix_matches() argument
549 GLocalFile *descendant_local = G_LOCAL_FILE (descendant); in g_local_file_prefix_matches()
560 GFile *descendant) in g_local_file_get_relative_path() argument
563 GLocalFile *descendant_local = G_LOCAL_FILE (descendant); in g_local_file_get_relative_path()
Dgfile.h160 GFile *descendant);
459 GFile *descendant);
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c323 GFile *descendant) in g_winhttp_file_prefix_matches() argument
326 char *descendant_uri = g_winhttp_file_get_uri (descendant); in g_winhttp_file_prefix_matches()
345 GFile *descendant) in g_winhttp_file_get_relative_path() argument
348 char *descendant_uri = g_winhttp_file_get_uri (descendant); in g_winhttp_file_get_relative_path()
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/
Delements-not-in-document-expected.txt1 Test the elements collection when the form is not a descendant of the document. This test case fail…
/external/bluetooth/glib/glib/
Dgnode.h137 GNode *descendant);
/external/chromium/chrome/browser/ui/cocoa/
Dview_id_util.mm26 // Returns the view's nearest descendant (including itself) with a specific
/external/chromium/chrome/browser/userfeedback/proto/
Ddom.proto92 // ancestor-descendant relationship.
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp147 if (AccessibilityObject* descendant = obj->activeDescendant()) in focusedUIElementForPage() local
148 obj = descendant; in focusedUIElementForPage()
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm67 // An active descendant change for trees means a selected rows change.

123