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

  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 167 const TemplateURL* current_url; local
169 if (!url_model->CanReplaceKeyword(keyword, url, &current_url))
172 if (current_url) {
173 if (current_url->originating_url().is_valid()) {
178 url_model->Remove(current_url);
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 179 GURL current_url; local
180 ASSERT_TRUE(tab_proxy->GetCurrentURL(&current_url));
184 // %23, but in current_url the anchor will be '#'.
187 ASSERT_TRUE(net::FileURLToFilePath(current_url, &current_path));
192 EXPECT_EQ(final_ref, current_url.ref());
top_sites.cc 717 size_t current_url = 0; // Index into the remaining URLs in urls_copy. local
718 for (size_t i = 0; i < kTopSitesShown && current_url < urls_copy.size();
721 out->push_back(urls_copy[current_url]);
722 current_url++;
726 (*out)[i] = urls_copy[current_url];
727 current_url++;
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 295 current_url = "#{@app_url}#{vars}"
296 # save_testcase(current_url, 'possible')
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+)/, ''
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 133 const GURL current_url(cur.url);
136 history::URLRow url_info(current_url);
144 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title),
history_url_provider_unittest.cc 179 const GURL current_url(cur.url);
180 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title),

Completed in 606 milliseconds