OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_node
(Results
1 - 6
of
6
) 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/chromium_org/chrome/browser/history/
query_parser.cc
206
QueryNodeList*
list_node
= static_cast<QueryNodeList*>(children_[i]);
local
207
list_node
->RemoveEmptySubnodes();
208
if (
list_node
->children()->empty()) {
211
delete
list_node
;
/external/chromium_org/chrome/common/extensions/api/
extension_api.cc
89
const base::ListValue*
list_node
= NULL;
local
90
if (!schema_node->GetList(kChildKinds[i], &
list_node
))
92
child_node = FindListItem(
list_node
, "name", child_name);
/external/libvpx/libvpx/nestegg/src/
nestegg.c
266
struct
list_node
{
struct
267
struct
list_node
* previous;
274
struct
list_node
* ancestor;
292
struct
list_node
* ancestor;
756
ne_is_ancestor_element(uint64_t id, struct
list_node
* ancestor)
783
struct
list_node
* item;
795
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
...]
/external/chromium_org/v8/src/
hydrogen-instructions.cc
531
HUseListNode*
list_node
= use_list_;
local
532
HValue* value =
list_node
->value();
534
value->InternalSetOperandAt(
list_node
->index(), other);
535
use_list_ =
list_node
->tail();
536
list_node
->set_tail(other->use_list_);
537
other->use_list_ =
list_node
;
[
all
...]
Completed in 160 milliseconds