current_instance   70 chrome/browser/chromeos/ui/idle_logout_dialog_view.h   static IdleLogoutDialogView* current_instance();
current_instance   53 chrome/browser/chromeos/ui/idle_logout_dialog_view_browsertest.cc     IdleLogoutDialogView* dialog = IdleLogoutDialogView::current_instance();
current_instance   59 chrome/browser/chromeos/ui/idle_logout_dialog_view_browsertest.cc     EXPECT_TRUE(IdleLogoutDialogView::current_instance() == NULL);
current_instance  679 content/browser/frame_host/render_frame_host_manager.cc     SiteInstance* current_instance,
current_instance  715 content/browser/frame_host/render_frame_host_manager.cc     return current_instance;
current_instance  719 content/browser/frame_host/render_frame_host_manager.cc       static_cast<SiteInstanceImpl*>(current_instance);
current_instance  807 content/browser/frame_host/render_frame_host_manager.cc       current_instance->GetSiteURL();
current_instance  825 content/browser/frame_host/render_frame_host_manager.cc     return current_instance;
current_instance  833 content/browser/frame_host/render_frame_host_manager.cc   return current_instance->GetRelatedSiteInstance(dest_url);
current_instance 1175 content/browser/frame_host/render_frame_host_manager.cc   SiteInstance* current_instance = render_frame_host_->GetSiteInstance();
current_instance 1176 content/browser/frame_host/render_frame_host_manager.cc   SiteInstance* new_instance = current_instance;
current_instance 1179 content/browser/frame_host/render_frame_host_manager.cc   bool is_guest_scheme = current_instance->GetSiteURL().SchemeIs(kGuestScheme);
current_instance 1191 content/browser/frame_host/render_frame_host_manager.cc     new_instance = GetSiteInstanceForEntry(entry, current_instance, force_swap);
current_instance 1197 content/browser/frame_host/render_frame_host_manager.cc     CHECK_NE(new_instance, current_instance);
current_instance 1199 content/browser/frame_host/render_frame_host_manager.cc   if (new_instance != current_instance) {
current_instance 1215 content/browser/frame_host/render_frame_host_manager.cc     if (new_instance->IsRelatedSiteInstance(current_instance)) {
current_instance  366 content/browser/frame_host/render_frame_host_manager.h       SiteInstance* current_instance,
current_instance  203 third_party/tcmalloc/chromium/src/malloc_extension.cc static MallocExtension* current_instance = NULL;
current_instance  206 third_party/tcmalloc/chromium/src/malloc_extension.cc   current_instance = new MallocExtension;
current_instance  208 third_party/tcmalloc/chromium/src/malloc_extension.cc   HeapLeakChecker::IgnoreObject(current_instance);
current_instance  214 third_party/tcmalloc/chromium/src/malloc_extension.cc   return current_instance;
current_instance  225 third_party/tcmalloc/chromium/src/malloc_extension.cc     current_instance = implementation;
current_instance  197 third_party/tcmalloc/vendor/src/malloc_extension.cc static MallocExtension* current_instance = NULL;
current_instance  200 third_party/tcmalloc/vendor/src/malloc_extension.cc   current_instance = new MallocExtension;
current_instance  202 third_party/tcmalloc/vendor/src/malloc_extension.cc   HeapLeakChecker::IgnoreObject(current_instance);
current_instance  208 third_party/tcmalloc/vendor/src/malloc_extension.cc   return current_instance;
current_instance  219 third_party/tcmalloc/vendor/src/malloc_extension.cc     current_instance = implementation;