Home | History | Annotate | Download | only in automation

Lines Matching full:tabs

2531     // For each window, add info about all tabs in a list of dictionaries,
2533 ListValue* tabs = new ListValue;
2543 tabs->Append(tab);
2545 browser_item->Set("tabs", tabs);