HomeSort by relevance Sort by last modified time
    Searched refs:TYPED (Results 51 - 61 of 61) sorted by null

1 23

  /external/chromium/chrome/browser/history/
history_backend.cc 326 if (t == PageTransition::TYPED || t == PageTransition::AUTO_BOOKMARK) {
347 // TYPED. (For example GENERATED). In this case this visit doesn't count
658 // typed, which would eliminate the need for this code.
662 if ((transition_type == PageTransition::TYPED &&
802 // Broadcast a notification for typed URLs that have been modified. This
851 // Broadcast notifications for typed URLs that have changed. This will
854 // TODO(brettw) bug 1140020: Broadcast for all changes (not just typed),
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 164 transition_(PageTransition::TYPED),
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 134 // Ask our parsing back-end to help us understand what the user typed. We
152 // |parts->scheme| might be empty, e.g. if the user typed "C:\foo".
156 // If the user typed a scheme, and it's HTTP or HTTPS, we know how to parse it
196 // We don't know about this scheme. It might be that the user typed a
239 // typed a username and password. It's likely to be a search operator
293 // the user explicitly typed a scheme, so we'll still search by default
335 // If the user originally typed a host that looks like an IP address (a
338 // it, unless they explicitly typed a scheme. This is true even if the URL
354 // user has typed an explicit "http://" or similar, we'll probably think that
367 // them if users have typed them in the past, but we default to searchin
    [all...]
search_provider.cc 183 // User typed "?" alone. Give them a placeholder result indicating what
378 // of these schemes means the user explicitly typed one, and thus this is
536 // Keyword what you typed results are handled by the KeywordProvider.
574 const size_t max_total_matches = kMaxMatches + 1; // 1 for "what you typed"
621 // when typed. For example, if the user searched for google.com and types
630 // * When the user has typed the whole term, the "what you typed" history
637 term_looks_like_url = match.transition == PageTransition::TYPED;
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc     [all...]
  /external/chromium/chrome/browser/download/
download_browsertest.cc 862 browser()->AddSelectedTabWithURL(GURL(), PageTransition::TYPED));
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 599 contents()->controller().LoadURL(url, GURL(), PageTransition::TYPED);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 468 browser->AddSelectedTabWithURL(url, PageTransition::TYPED);
564 browser->OpenURL(url, GURL(), CURRENT_TAB, PageTransition::TYPED);
597 browser->OpenURL(url, GURL(), disposition, PageTransition::TYPED);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 701 if (match.transition == PageTransition::TYPED) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 487 milliseconds

1 23