Searched refs:is_root (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter.cc337 bool is_root = true; local
364 if (is_root) {
365 is_root = false;
490 bool is_root = true; local
518 if (is_root) {
519 is_root = false;
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DEdge.h203 Collection(RecordInfo* info, bool on_heap, bool is_root) argument
206 is_root_(is_root) {}
216 bool is_root() { return is_root_; } function in class:Collection
H A DRecordInfo.cpp538 bool is_root = Config::IsPersistentGCCollection(info->name()); local
539 bool on_heap = is_root || info->IsHeapAllocatedCollection();
543 Collection* edge = new Collection(info, on_heap, is_root);
H A Dprocess-graph.py142 def is_root(self): member in class:Edge
227 if edge.is_root():
H A DBlinkGCPlugin.cpp227 might_be_collected_ = !edge->is_root();
612 if (edge->is_root())
/external/chromium_org/ui/base/models/
H A Dtree_node_model_unittest.cc316 EXPECT_TRUE(root.is_root());
320 EXPECT_FALSE(child1->is_root());
H A Dtree_node_model.h117 bool is_root() const { return parent_ == NULL; } function in class:ui::TreeNode
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c148 goto is_root;
197 is_root:
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc567 bool is_root = IsRootLayer(layer); local
571 DCHECK(!is_root);
577 DCHECK(!is_root);
583 DCHECK(!is_root);
599 DCHECK(!is_root);
612 DCHECK(!is_root);
626 DCHECK(!is_root);
645 DCHECK(!is_root);
650 if (is_root)
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_android.cc246 bool is_root = node->GetParent() == NULL; local
253 is_root);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js333 function Node(o, is_root, node_class) {
334 if (is_root == null) {
335 is_root = false;
343 if (is_root) {
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc214 if (node->is_root()) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc132 DCHECK(topmost->is_root());

Completed in 273 milliseconds