Home
last modified time | relevance | path

Searched refs:current_url (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Dbrowser_harness.rb295 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/
Dsearch_engine_tab_helper.cc167 const TemplateURL* current_url; in GenerateKeywordIfNecessary() local
169 if (!url_model->CanReplaceKeyword(keyword, url, &current_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/
Dredirect_uitest.cc179 GURL current_url; in TEST_F() local
180 ASSERT_TRUE(tab_proxy->GetCurrentURL(&current_url)); in TEST_F()
187 ASSERT_TRUE(net::FileURLToFilePath(current_url, &current_path)); in TEST_F()
192 EXPECT_EQ(final_ref, current_url.ref()); in TEST_F()
Dtop_sites.cc717 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/
Dhistory_quick_provider_unittest.cc133 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()
Dhistory_url_provider_unittest.cc179 const GURL current_url(cur.url); in FillData() local
180 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title), in FillData()