OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abort_task_called
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_unittest.cc
88
bool
abort_task_called
() const { return abort_task_called_; }
function in class:content::__anon7751::AbortObserver
118
EXPECT_FALSE(observer.
abort_task_called
());
120
EXPECT_TRUE(observer.
abort_task_called
());
Completed in 29 milliseconds