HomeSort by relevance Sort by last modified time
    Searched defs:current_instance (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view.cc 195 IdleLogoutDialogView* IdleLogoutDialogView::current_instance() { function in class:chromeos::IdleLogoutDialogView
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 203 static MallocExtension* current_instance = NULL; variable
206 current_instance = new MallocExtension;
208 HeapLeakChecker::IgnoreObject(current_instance);
214 return current_instance;
225 current_instance = implementation;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 197 static MallocExtension* current_instance = NULL; variable
200 current_instance = new MallocExtension;
202 HeapLeakChecker::IgnoreObject(current_instance);
208 return current_instance;
219 current_instance = implementation;
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 697 SiteInstance* current_instance,
733 return current_instance;
737 static_cast<SiteInstanceImpl*>(current_instance);
746 // do this check if the current_instance has a site, because for now, we
1224 SiteInstance* current_instance = render_frame_host_->GetSiteInstance(); local
    [all...]

Completed in 63 milliseconds