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

  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.cc 76 NavigationEntry* active_entry = contents->controller().GetActiveEntry(); local
77 contents_unique_id_ = active_entry ? active_entry->unique_id() : 0;
render_view_context_menu.cc 999 NavigationEntry* active_entry = local
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 118 NavigationEntry* active_entry = local
120 if (!active_entry || active_entry->page_id() != page_id ||
121 active_entry->unique_id() != unique_id_) {
313 NavigationEntry* active_entry = tab->controller().GetActiveEntry(); local
314 if (!active_entry) {
322 tab->UpdateHistoryPageTitle(*active_entry);
327 if (favicon_service && active_entry->favicon().is_valid() &&
328 !active_entry->favicon().bitmap().empty()) {
330 gfx::PNGCodec::EncodeBGRASkBitmap(active_entry->favicon().bitmap(), false
    [all...]
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 33 NavigationEntry* active_entry = originating_controller ? local
35 if (active_entry)
36 initial_page_host_ = active_entry->url().host();
save_package.cc 267 NavigationEntry* active_entry = local
269 return active_entry->url();
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 3736 NavigationEntry* active_entry = nc.GetActiveEntry(); local
3760 NavigationEntry* active_entry = current_tab->controller().GetActiveEntry(); local
4363 NavigationEntry* active_entry = contents->controller().GetActiveEntry(); local
4378 NavigationEntry* active_entry = local
    [all...]
  /external/chromium/net/http/
http_cache.cc 726 ActiveEntry* active_entry = FindActiveEntry(key); local
727 if (active_entry) {
728 *entry = active_entry;
    [all...]

Completed in 218 milliseconds