Searched defs:is_root (Results 1 - 7 of 7) sorted by relevance

/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/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 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 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
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h117 bool is_root() const { return parent_ == NULL; } function in class:ui::TreeNode
/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)

Completed in 145 milliseconds