Searched defs:ScopedErrorIgnorer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sql/test/
H A Dscoped_error_ignorer.cc12 ScopedErrorIgnorer::ScopedErrorIgnorer() function in class:sql::ScopedErrorIgnorer
15 base::Bind(&ScopedErrorIgnorer::ShouldIgnore, base::Unretained(this));
19 ScopedErrorIgnorer::~ScopedErrorIgnorer() {
24 void ScopedErrorIgnorer::IgnoreError(int err) {
30 bool ScopedErrorIgnorer::CheckIgnoredErrors() {
35 bool ScopedErrorIgnorer::ShouldIgnore(int err) {
H A Dscoped_error_ignorer.h29 class ScopedErrorIgnorer { class in namespace:sql
31 ScopedErrorIgnorer();
32 ~ScopedErrorIgnorer();
59 DISALLOW_COPY_AND_ASSIGN(ScopedErrorIgnorer);

Completed in 72 milliseconds