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

  /external/chromium_org/third_party/skia/src/utils/
SkEventTracer.cpp 46 static void intialize_default_tracer(SkEventTracer* current_instance) {
47 if (NULL == current_instance) {
  /external/skia/src/utils/
SkEventTracer.cpp 46 static void intialize_default_tracer(SkEventTracer* current_instance) {
47 if (NULL == current_instance) {
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view.h 70 static IdleLogoutDialogView* current_instance();
idle_logout_dialog_view_browsertest.cc 53 IdleLogoutDialogView* dialog = IdleLogoutDialogView::current_instance();
59 EXPECT_TRUE(IdleLogoutDialogView::current_instance() == NULL);
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...]
render_frame_host_manager.h 372 SiteInstance* current_instance,

Completed in 809 milliseconds