Searched refs:active_entry (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dinfobar_delegate.cc76 NavigationEntry* active_entry = contents->controller().GetActiveEntry(); local
77 contents_unique_id_ = active_entry ? active_entry->unique_id() : 0;
H A Drender_view_context_menu.cc999 NavigationEntry* active_entry = local
1002 (active_entry) ? active_entry->url() : GURL());
1523 NavigationEntry *active_entry =
1525 if (!active_entry)
1529 if (active_entry->IsViewSourceMode())
1535 if (active_entry->virtual_url().SchemeIs(chrome::kAboutScheme) &&
1536 !LowerCaseEqualsASCII(active_entry->virtual_url().path(), "blank"))
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_delegate.cc112 NavigationEntry* active_entry = local
114 contents_unique_id_ = active_entry ? active_entry->GetUniqueID() : 0;
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.cc81 content::NavigationEntry* active_entry = local
83 if (!active_entry ||
84 host != net::GetHostOrSpecFromURL(active_entry->GetURL())) {
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc118 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
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.cc90 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/
H A Dnavigation_controller_impl.cc271 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
[all...]
H A Dweb_contents_impl.cc1941 NavigationEntryImpl* active_entry = local
1943 return (active_entry != NULL &&
1944 active_entry->site_instance() == GetSiteInstance() &&
1945 active_entry->GetPageID() == page_id);
2027 NavigationEntry* active_entry = GetController().GetActiveEntry(); local
2030 url = active_entry ? active_entry->GetURL() : GURL::EmptyGURL();
2053 NavigationEntry* active_entry = GetController().GetActiveEntry();
2054 if (!active_entry)
2057 delegate_->ViewSourceForTab(this, active_entry
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.cc33 NavigationEntry* active_entry = originating_controller ? local
35 if (active_entry)
36 initial_page_host_ = active_entry->url().host();
H A Dsave_package.cc267 NavigationEntry* active_entry = local
269 return active_entry->url();
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc53 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/
H A Dbrowser_commands.cc258 NavigationEntry* active_entry = local
262 active_entry ? active_entry->GetURL() : GURL()) ||
1034 NavigationEntry* active_entry = local
1036 if (!active_entry)
1041 active_entry->SetVirtualURL(view_source_url);
1044 active_entry->SetPageState(page_state.RemoveScrollOffset());
1047 active_entry->SetTitle(string16());
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3736 NavigationEntry* active_entry = nc.GetActiveEntry(); local
3737 bool is_chrome_internal = (active_entry ?
3738 active_entry->url().SchemeIs(chrome::kChromeUIScheme) : false);
3760 NavigationEntry* active_entry = current_tab->controller().GetActiveEntry(); local
3762 if (!SavePackage::IsSavableURL(active_entry ? active_entry->url() : GURL()))
4363 NavigationEntry* active_entry = contents->controller().GetActiveEntry(); local
4364 if (!active_entry)
4367 ViewSource(contents, active_entry->url(), active_entry
4378 NavigationEntry* active_entry = local
[all...]
/external/chromium/net/http/
H A Dhttp_cache.cc726 ActiveEntry* active_entry = FindActiveEntry(key); local
727 if (active_entry) {
728 *entry = active_entry;
/external/chromium_org/net/http/
H A Dhttp_cache.cc706 ActiveEntry* active_entry = FindActiveEntry(key); local
707 if (active_entry) {
708 *entry = active_entry;
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc1367 NavigationEntry* active_entry =
1370 (active_entry) ? active_entry->GetURL() : GURL());
/external/chromium_org/content/browser/download/
H A Dsave_package.cc262 NavigationEntry* active_entry = local
264 return active_entry->GetURL();

Completed in 358 milliseconds