Searched defs:UpdateURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc123 bool UpdateURL(const URLRow& row);
190 bool InMemoryURLIndexTest::UpdateURL(const URLRow& row) { function in class:history::InMemoryURLIndexTest
191 return GetPrivateData()->UpdateURL(history_service_,
680 EXPECT_TRUE(UpdateURL(new_row));
743 EXPECT_TRUE(UpdateURL(old_row));
858 EXPECT_TRUE(UpdateURL(new_row));
866 EXPECT_FALSE(UpdateURL(new_row));
873 EXPECT_FALSE(UpdateURL(new_row));
H A Durl_index_private_data.cc279 bool URLIndexPrivateData::UpdateURL( function in class:history::URLIndexPrivateData
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1146 !UpdateURL(*params->update_properties.url, tab_id, &is_async)) {
1204 bool TabsUpdateFunction::UpdateURL(const std::string &url_string, function in class:extensions::TabsUpdateFunction

Completed in 142 milliseconds