HomeSort by relevance Sort by last modified time
    Searched defs:is_root (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/models/
tree_node_model.h 117 bool is_root() const { return parent_ == NULL; } function in class:ui::TreeNode
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 247 bool is_root = node->GetParent() == NULL; local
253 is_root);
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.cc 290 bool is_root = true; local
316 if (is_root) {
317 is_root = false;
440 bool is_root = true; local
466 if (is_root) {
467 is_root = false;
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 498 bool is_root = Config::IsPersistentGCCollection(info->name()); local
499 bool on_heap = is_root || info->IsHeapAllocatedCollection();
503 Collection* edge = new Collection(info, on_heap, is_root);
process-graph.py 142 def is_root(self): member in class:Edge
227 if edge.is_root():
Edge.h 203 Collection(RecordInfo* info, bool on_heap, bool is_root)
206 is_root_(is_root) {}
216 bool is_root() { return is_root_; } function in class:Collection
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 565 bool is_root = IsRootLayer(layer); local
569 DCHECK(!is_root);
575 DCHECK(!is_root);
581 DCHECK(!is_root);
597 DCHECK(!is_root);
610 DCHECK(!is_root);
624 DCHECK(!is_root);
643 DCHECK(!is_root);
648 if (is_root)
    [all...]

Completed in 297 milliseconds