Searched refs:ShouldEnableTerminationOnHeapCorruption (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/app/
H A Dcontent_main_delegate.cc53 bool ContentMainDelegate::ShouldEnableTerminationOnHeapCorruption() { function in class:content::ContentMainDelegate
H A Dcontent_main_delegate.h84 virtual bool ShouldEnableTerminationOnHeapCorruption();
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.h46 virtual bool ShouldEnableTerminationOnHeapCorruption() OVERRIDE;
H A Dchrome_main_delegate.cc907 bool ChromeMainDelegate::ShouldEnableTerminationOnHeapCorruption() { function in class:ChromeMainDelegate
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc600 if (!delegate_ || delegate_->ShouldEnableTerminationOnHeapCorruption())

Completed in 119 milliseconds