Searched refs:title1 (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_uitest.cc | 233 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/ |
D | bookmark_bubble_controller_unittest.mm | 153 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"),
|
D | bookmark_bar_controller_unittest.mm | 796 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/ |
D | task_manager.cc | 294 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/ |
D | ResourcesPanel.js | 1030 var title1 = treeElement1.displayName || treeElement1.titleText; 1032 result = title1.localeCompare(title2);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 61513 specification at http://whatwg.org/specs/web-apps/current-work/#the-title1.
|