Searched refs:page_title (Results 1 – 9 of 9) sorted by relevance
25 std::wstring page_title = L"Google"; in TEST_F() local28 EXPECT_EQ(page_title, GetActiveTabTitle()); in TEST_F()42 std::wstring page_title = L"Column test"; in TEST_F() local45 EXPECT_EQ(page_title, GetActiveTabTitle()); in TEST_F()
22 std::wstring page_title = L"animated gif test"; in TEST_F() local23 EXPECT_EQ(page_title, GetActiveTabTitle()); in TEST_F()
13 void NavigateAndVerifyTitle(const char* url, const wchar_t* page_title) { in NavigateAndVerifyTitle() argument18 EXPECT_EQ(std::wstring(page_title), GetActiveTabTitle()); in NavigateAndVerifyTitle()
66 std::wstring WindowCaptionFromPageTitle(std::wstring page_title) { in WindowCaptionFromPageTitle() argument70 if (page_title.empty()) { in WindowCaptionFromPageTitle()74 return page_title; in WindowCaptionFromPageTitle()76 if (page_title.empty()) in WindowCaptionFromPageTitle()81 WideToUTF16Hack(page_title))); in WindowCaptionFromPageTitle()152 std::wstring page_title = WindowCaptionFromPageTitle(expected_title); in LocaleWindowCaptionFromPageTitle() local157 base::i18n::WrapStringWithLTRFormatting(&page_title); in LocaleWindowCaptionFromPageTitle()160 return page_title; in LocaleWindowCaptionFromPageTitle()163 return page_title; in LocaleWindowCaptionFromPageTitle()
247 const FilePath::CharType* page_title; member273 FilePath original = FilePath(kExtensionTestCases[i].page_title); in TEST_F()277 kExtensionTestCases[i].page_title; in TEST_F()289 const FilePath::CharType* page_title; in TEST_F() member317 FilePath original = FilePath(kExtensionTests[i].page_title); in TEST_F()322 kExtensionTests[i].page_title << " MIME:" << mime_type; in TEST_F()335 const string16 page_title; member389 save_package->title_ = kSuggestedSaveNames[i].page_title; in TEST_F()
283 std::string page_title("Dogs & Cats & Mice"); in TEST_F() local286 EXPECT_LT(diter->offset, page_title.size()); in TEST_F()
106 div#jd-content .jd-page_title-prefix {
212 #gc-pagecontent h1.page_title,#gc-pagecontent h2.page_title {
1900 string16 page_title = contents->GetTitle(); in ShowBrokenPageTab() local1906 subst.push_back(UTF16ToASCII(page_title)); in ShowBrokenPageTab()