Home
last modified time | relevance | path

Searched refs:descendants (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/base/
Dtracked_objects_unittest.cc90 EXPECT_EQ(0u, process_data.descendants.size()); in ExpectSimpleProcessData()
212 ASSERT_EQ(1u, process_data.descendants.size()); in TEST_F()
213 EXPECT_EQ(kFile, process_data.descendants[0].parent.location.file_name); in TEST_F()
215 process_data.descendants[0].parent.location.function_name); in TEST_F()
217 process_data.descendants[0].parent.location.line_number); in TEST_F()
219 process_data.descendants[0].parent.thread_name); in TEST_F()
220 EXPECT_EQ(kFile, process_data.descendants[0].child.location.file_name); in TEST_F()
222 process_data.descendants[0].child.location.function_name); in TEST_F()
224 process_data.descendants[0].child.location.line_number); in TEST_F()
225 EXPECT_EQ(kWorkerThreadName, process_data.descendants[0].child.thread_name); in TEST_F()
[all …]
Dtracked_objects.h715 std::vector<ParentChildPairSnapshot> descendants; member
Dtracked_objects.cc628 process_data->descendants.push_back(ParentChildPairSnapshot(*it)); in SnapshotExecutedTasks()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java355 public static List<Tree> descendants(Tree root){ in descendants() method in GrammarAST
356 return descendants(root, false); in descendants()
359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST
369 for (Tree subchild : descendants(child, true)) in descendants()
378 for (Tree subchild : descendants(child, false)) in descendants()
392 List<Tree> descendants = descendants(this); in findFirstType() local
393 for (Tree child : descendants) { in findFirstType()
449 Iterator<Tree> thisDescendants = descendants(this, true).iterator(); in hasSameTreeStructure()
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure()
/external/chromium_org/chrome/browser/task_profiler/
Dtask_profiler_data_serializer_unittest.cc98 process_data.descendants.push_back( in TEST()
100 process_data.descendants.back().parent = parent; in TEST()
101 process_data.descendants.back().child = child; in TEST()
Dtask_profiler_data_serializer.cc115 process_data.descendants.begin(); in ToValue()
116 it != process_data.descendants.end(); ++it) { in ToValue()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DFullscreenElementStack.cpp285 Deque<RefPtr<Document> > descendants; in webkitExitFullscreen() local
288 descendants.prepend(descendant->document()); in webkitExitFullscreen()
293 for (Deque<RefPtr<Document> >::iterator i = descendants.begin(); i != descendants.end(); ++i) { in webkitExitFullscreen()
/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc1860 typename LayerType::RenderSurfaceListType& descendants = in CalculateDrawPropertiesInternal() local
1866 size_t sorting_start_index = descendants.size(); in CalculateDrawPropertiesInternal()
1869 descendants.push_back(layer); in CalculateDrawPropertiesInternal()
1875 size_t layer_list_child_sorting_start_index = descendants.size(); in CalculateDrawPropertiesInternal()
1937 descendants.size(); in CalculateDrawPropertiesInternal()
1945 &descendants, in CalculateDrawPropertiesInternal()
1949 descendants.push_back(child); in CalculateDrawPropertiesInternal()
1953 descendants.size() - in CalculateDrawPropertiesInternal()
1971 &descendants, in CalculateDrawPropertiesInternal()
2107 if (sorting_start_index == descendants.size()) { in CalculateDrawPropertiesInternal()
[all …]
/external/chromium_org/content/common/
Dchild_process_messages.h54 IPC_STRUCT_TRAITS_MEMBER(descendants)
/external/chromium/chrome/browser/accessibility/
Daccessibility_mac_uitest.mm151 // Observe AX notifications on element and all descendants.
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcodeproj_file.py465 descendants = self.Descendants()
466 for descendant in descendants:
494 descendants = [self]
496 descendants.extend(child.Descendants())
497 return descendants
/external/chromium_org/sync/syncable/
Ddirectory.cc323 const OrderedChildSet* descendants = in GetChildSetForKernel() local
325 if (!descendants) in GetChildSetForKernel()
329 child_sets->push_back(descendants); in GetChildSetForKernel()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js2008 var descendants = element.getElementsByTagName('*'),
2009 i = descendants.length;
2010 while (i--) purgeElement(descendants[i]);
2151 descendants: function(element) { method
2204 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
3154 var descendants = Element.select(clone, '*'),
3155 i = descendants.length;
3157 descendants[i]._prototypeUID = void 0;
3169 var descendants = element.getElementsByTagName('*'),
3170 i = descendants.length;
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2867 TrackedRendererListHashSet* descendants = gPercentHeightDescendantsMap->get(this); in dirtyForLayoutFromPercentageHeightDescendants() local
2868 if (!descendants) in dirtyForLayoutFromPercentageHeightDescendants()
2871 TrackedRendererListHashSet::iterator end = descendants->end(); in dirtyForLayoutFromPercentageHeightDescendants()
2872 for (TrackedRendererListHashSet::iterator it = descendants->begin(); it != end; ++it) { in dirtyForLayoutFromPercentageHeightDescendants()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js1702 descendants: function(element) { method
1749 return Object.isNumber(expression) ? element.descendants()[expression] :
Dconcat-jquery-mootools-prototype.js10081 descendants: function(element) { method
10128 return Object.isNumber(expression) ? element.descendants()[expression] :
/external/chromium_org/third_party/iaccessible2/
Dia2_api_all.idl976 descendants scheme can't be used. Instead the active child object has to fire
2178 in the text object or one of its descendants.
4443 descendants scheme can't be used. Instead the active child object has to fire
/external/llvm/docs/
DLangRef.rst2487 its descendants and all of its ancestors in the tree. Also, a type is
/external/chromium_org/third_party/libxml/src/
DChangeLog15785 * xpath.c: fixed a bug when walking the descendants and