Searched refs:GetURLs (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.h47 std::vector<GURL> GetURLs();
H A Dcustom_home_pages_table_model.cc123 std::vector<GURL> CustomHomePagesTableModel::GetURLs() { function in class:CustomHomePagesTableModel
/external/chromium/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc320 std::vector<GURL> urls = startup_custom_pages_table_model_->GetURLs();
402 std::vector<GURL> urls = startup_custom_pages_table_model_->GetURLs();
411 pref.urls = startup_custom_pages_table_model_->GetURLs();

Completed in 89 milliseconds