HomeSort by relevance Sort by last modified time
    Searched refs:active_entry (Results 1 - 17 of 17) 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_org/chrome/browser/infobars/
infobar_delegate.cc 112 NavigationEntry* active_entry = local
114 contents_unique_id_ = active_entry ? active_entry->GetUniqueID() : 0;
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.cc 81 content::NavigationEntry* active_entry = local
83 if (!active_entry ||
84 host != net::GetHostOrSpecFromURL(active_entry->GetURL())) {
  /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_org/chrome/browser/ui/search/
instant_controller.cc 90 const content::NavigationEntry* active_entry = controller->GetActiveEntry(); local
92 active_entry->GetURL(),
93 active_entry->GetReferrer(),
94 active_entry->GetTransitionType(),
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 271 NavigationEntryImpl* active_entry = local
273 if (!active_entry)
275 LoadURL(active_entry->GetURL(),
278 active_entry->extra_headers());
465 NavigationEntry* active_entry = GetActiveEntry(); local
466 return active_entry && !active_entry->IsViewSourceMode() &&
798 NavigationEntryImpl* active_entry = local
800 active_entry->SetTimestamp(timestamp);
801 active_entry->SetPageState(params.page_state)
    [all...]
web_contents_impl.cc 1941 NavigationEntryImpl* active_entry = local
2027 NavigationEntry* active_entry = GetController().GetActiveEntry(); local
    [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_org/chrome/browser/download/
download_request_limiter.cc 53 NavigationEntry* active_entry = originating_web_contents ? local
56 if (active_entry)
57 initial_page_host_ = active_entry->GetURL().host();
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 258 NavigationEntry* active_entry = local
262 active_entry ? active_entry->GetURL() : GURL()) ||
1034 NavigationEntry* active_entry = local
    [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...]
  /external/chromium_org/net/http/
http_cache.cc 706 ActiveEntry* active_entry = FindActiveEntry(key); local
707 if (active_entry) {
708 *entry = active_entry;
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/chromium_org/content/browser/download/
save_package.cc 262 NavigationEntry* active_entry = local
264 return active_entry->GetURL();
    [all...]

Completed in 2919 milliseconds