HomeSort by relevance Sort by last modified time
    Searched full:existing_title (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/history/
history_unittest.cc 581 const string16 existing_title = UTF8ToUTF16("Google"); local
582 history->SetPageTitle(existing_url, existing_title);
586 EXPECT_EQ(existing_title, query_url_row_.title());

Completed in 355 milliseconds