Searched refs:current_url (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | browser_harness.rb | 295 current_url = "#{@app_url}#{vars}" 299 msg("Found recent crash logs: #{crash_files.inspect} - last page: #{current_url}") 304 save_testcase(current_url) 313 msg("Confirmed crashing/hanging page at #{current_url} - saving testcase.") 314 save_testcase(current_url) 319 … msg("Stopped at #{current_url}. Attempting to reproduce simplified crash/hang condition.") 320 browser_pids = launch_browser(args, "#{current_url}&l=test_redirect") 325 msg("Reproducible crash/hang at #{current_url}, generating smaller test case.") 326 url = current_url.gsub(/&l=(\w+)/, '') 329 msg("Stopped at #{current_url}. Attempting to reproduce crash/hang condition.") [all …]
|
/external/chromium/chrome/browser/ui/search_engines/ |
D | search_engine_tab_helper.cc | 167 const TemplateURL* current_url; in GenerateKeywordIfNecessary() local 169 if (!url_model->CanReplaceKeyword(keyword, url, ¤t_url)) in GenerateKeywordIfNecessary() 172 if (current_url) { in GenerateKeywordIfNecessary() 173 if (current_url->originating_url().is_valid()) { in GenerateKeywordIfNecessary() 178 url_model->Remove(current_url); in GenerateKeywordIfNecessary()
|
/external/chromium/chrome/browser/history/ |
D | redirect_uitest.cc | 179 GURL current_url; in TEST_F() local 180 ASSERT_TRUE(tab_proxy->GetCurrentURL(¤t_url)); in TEST_F() 187 ASSERT_TRUE(net::FileURLToFilePath(current_url, ¤t_path)); in TEST_F() 192 EXPECT_EQ(final_ref, current_url.ref()); in TEST_F()
|
D | top_sites.cc | 717 size_t current_url = 0; // Index into the remaining URLs in urls_copy. in ApplyBlacklistAndPinnedURLs() local 718 for (size_t i = 0; i < kTopSitesShown && current_url < urls_copy.size(); in ApplyBlacklistAndPinnedURLs() 721 out->push_back(urls_copy[current_url]); in ApplyBlacklistAndPinnedURLs() 722 current_url++; in ApplyBlacklistAndPinnedURLs() 726 (*out)[i] = urls_copy[current_url]; in ApplyBlacklistAndPinnedURLs() 727 current_url++; in ApplyBlacklistAndPinnedURLs()
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_quick_provider_unittest.cc | 133 const GURL current_url(cur.url); in FillData() local 136 history::URLRow url_info(current_url); in FillData() 144 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title), in FillData()
|
D | history_url_provider_unittest.cc | 179 const GURL current_url(cur.url); in FillData() local 180 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title), in FillData()
|