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

/external/chromium_org/content/browser/indexed_db/
H A Dmock_browsertest_indexed_db_class_factory.cc45 FailMethod fail_method,
48 fail_method_(fail_method),
51 DCHECK(fail_method != FAIL_METHOD_NOTHING);
171 FailMethod fail_method,
174 fail_method_(fail_method),
44 LevelDBTestTansaction(LevelDBDatabase* db, FailMethod fail_method, int fail_on_call_num) argument
170 LevelDBTestIteratorImpl(scoped_ptr<leveldb::Iterator> iterator, FailMethod fail_method, int fail_on_call_num) argument
H A Dindexed_db_browsertest.cc514 std::string fail_method; local
534 fail_method = value;
547 if (fail_method == "Get")
549 else if (fail_method == "Commit")
552 NOTREACHED() << "Unknown method: \"" << fail_method << "\"";
555 if (fail_method == "Seek")
558 NOTREACHED() << "Unknown method: \"" << fail_method << "\"";

Completed in 556 milliseconds