Home | History | Annotate | Download | only in base

Lines Matching refs:Append

46   toolbar_bookmarks->Append(new_bookmark);
195 list.Append(new DeletionTestValue(&deletion_flag));
202 list.Append(new DeletionTestValue(&deletion_flag));
210 list.Append(new DeletionTestValue(&deletion_flag));
223 list.Append(new DeletionTestValue(&deletion_flag));
240 list.Append(new DeletionTestValue(&deletion_flag));
250 list.Append(value);
364 original_list->Append(original_list_element_0);
366 original_list->Append(original_list_element_1);
508 list->Append(Value::CreateNullValue());
509 list->Append(new DictionaryValue);
516 list->Append(Value::CreateBooleanValue(true));
559 inner->Append(new DictionaryValue);
560 inner->Append(new ListValue);
569 inner->Append(new DictionaryValue);
570 inner->Append(new ListValue);
584 inner->Append(new DictionaryValue);
585 inner->Append(inner2);
586 inner2->Append(Value::CreateStringValue("hello"));