Searched defs:current_instance (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkEventTracer.cpp46 static void intialize_default_tracer(SkEventTracer* current_instance) { argument
47 if (NULL == current_instance) {
/external/skia/src/utils/
H A DSkEventTracer.cpp46 static void intialize_default_tracer(SkEventTracer* current_instance) { argument
47 if (NULL == current_instance) {
/external/chromium_org/chrome/browser/chromeos/ui/
H A Didle_logout_dialog_view.cc195 IdleLogoutDialogView* IdleLogoutDialogView::current_instance() { function in class:chromeos::IdleLogoutDialogView
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc203 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/
H A Dmalloc_extension.cc197 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/
H A Drender_frame_host_manager.cc697 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
764 // not want to use the current_instance if it has no site, since it will
804 // const GURL& current_url = current_instance->site();
814 // If there is no last non-interstitial entry (and current_instance already
825 current_instance->GetSiteURL();
843 return current_instance;
851 return current_instance
695 GetSiteInstanceForEntry( const NavigationEntryImpl& entry, SiteInstance* current_instance, bool force_browsing_instance_swap) argument
1224 SiteInstance* current_instance = render_frame_host_->GetSiteInstance(); local
[all...]

Completed in 250 milliseconds