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

  /external/chromium_org/sql/test/
scoped_error_ignorer.cc 12 ScopedErrorIgnorer::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) {
scoped_error_ignorer.h 29 class ScopedErrorIgnorer {
31 ScopedErrorIgnorer();
32 ~ScopedErrorIgnorer();
59 DISALLOW_COPY_AND_ASSIGN(ScopedErrorIgnorer);

Completed in 38 milliseconds