HomeSort by relevance Sort by last modified time
    Searched refs:GetMatchedURLPrefix (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager_unittest.cc 219 TEST_F(WhitelistManagerTest, GetMatchedURLPrefix) {
227 whitelist_manager_->GetMatchedURLPrefix(GURL(std::string())));
229 whitelist_manager_->GetMatchedURLPrefix(GURL()));
233 whitelist_manager_->GetMatchedURLPrefix(
236 whitelist_manager_->GetMatchedURLPrefix(
239 whitelist_manager_->GetMatchedURLPrefix(
242 whitelist_manager_->GetMatchedURLPrefix(
245 whitelist_manager_->GetMatchedURLPrefix(
248 whitelist_manager_->GetMatchedURLPrefix(
253 whitelist_manager_->GetMatchedURLPrefix(
    [all...]
whitelist_manager.h 44 std::string GetMatchedURLPrefix(const GURL& url) const;
whitelist_manager.cc 166 std::string WhitelistManager::GetMatchedURLPrefix(const GURL& url) const {
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 780 return whitelist_manager ? whitelist_manager->GetMatchedURLPrefix(
    [all...]

Completed in 768 milliseconds