HomeSort by relevance Sort by last modified time
    Searched refs:list_node (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
query_parser.cc 172 QueryNodeList* list_node = static_cast<QueryNodeList*>(children_[i]); local
173 list_node->RemoveEmptySubnodes();
174 if (list_node->children()->empty()) {
177 delete list_node;
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 265 struct list_node { struct
266 struct list_node * previous;
273 struct list_node * ancestor;
291 struct list_node * ancestor;
755 ne_is_ancestor_element(uint64_t id, struct list_node * ancestor)
782 struct list_node * item;
794 struct list_node * item;
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 401 HUseListNode* list_node = use_list_; local
402 HValue* value = list_node->value();
404 value->InternalSetOperandAt(list_node->index(), other);
405 use_list_ = list_node->tail();
406 list_node->set_tail(other->use_list_);
407 other->use_list_ = list_node;
    [all...]

Completed in 204 milliseconds