Home | History | Annotate | Download | only in automation

Lines Matching refs:nav_entry

2610   NavigationEntry* nav_entry = controller.GetActiveEntry();
2611 DCHECK(nav_entry);
2624 NavigationEntry::SSLStatus ssl_status = nav_entry->ssl();
2638 pagetype_to_string[nav_entry->page_type()]);
2640 return_value->SetString("favicon_url", nav_entry->favicon().url().spec());