Home | History | Annotate | Download | only in automation

Lines Matching refs:pagetype_to_string

2446   std::map<content::PageType, std::string> pagetype_to_string;
2447 pagetype_to_string[content::PAGE_TYPE_NORMAL] = "NORMAL_PAGE";
2448 pagetype_to_string[content::PAGE_TYPE_ERROR] = "ERROR_PAGE";
2449 pagetype_to_string[content::PAGE_TYPE_INTERSTITIAL] =
2452 pagetype_to_string[nav_entry->GetPageType()]);