Home
last modified time | relevance | path

Searched refs:title1 (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_uitest.cc233 wstring title1; in TEST_F() local
234 EXPECT_TRUE(basic_tab1->GetTabTitle(&title1)); in TEST_F()
235 EXPECT_EQ(ExpectedTitleFromAuth(username_basic_, password_), title1); in TEST_F()
273 wstring title1; in TEST_F() local
274 EXPECT_TRUE(basic_tab1->GetTabTitle(&title1)); in TEST_F()
275 EXPECT_EQ(L"Denied: no auth", title1); in TEST_F()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bubble_controller_unittest.mm153 const BookmarkNode* node5 = model->AddURL(node1, 0, ASCIIToUTF16("title1"),
172 EXPECT_FALSE([titles containsObject:@"title1"]);
192 const BookmarkNode* node2_1 = model->AddURL(node2, 0, ASCIIToUTF16("title1"),
Dbookmark_bar_controller_unittest.mm796 string16 title1(ASCIIToUTF16("x"));
797 model->SetURLStarred(gurl1, title1, true);
894 string16 title1(ASCIIToUTF16("x"));
895 model->SetURLStarred(gurl1, title1, true);
977 string16 title1(ASCIIToUTF16("x"));
978 model->SetURLStarred(gurl1, title1, true);
1069 string16 title1(ASCIIToUTF16("x"));
1070 model->SetURLStarred(gurl1, title1, true);
/external/chromium/chrome/browser/task_manager/
Dtask_manager.cc294 string16 title1 = GetResourceTitle(row1); in CompareValues() local
298 static_cast<const UChar*>(title1.c_str()), in CompareValues()
299 static_cast<int>(title1.length()), in CompareValues()
/external/webkit/Source/WebCore/inspector/front-end/
DResourcesPanel.js1030 var title1 = treeElement1.displayName || treeElement1.titleText;
1032 result = title1.localeCompare(title2);
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1461513 specification at http://whatwg.org/specs/web-apps/current-work/#the-title1.