Searched refs:should_post_quit_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc195 SendResponseDelegate() : should_post_quit_(false) {}
200 should_post_quit_ = should_quit;
219 if (should_post_quit_) {
226 bool should_post_quit_; member in class:extension_function_test_utils::SendResponseDelegate
/external/chromium_org/extensions/browser/
H A Dapi_test_utils.cc48 SendResponseDelegate() : should_post_quit_(false) {}
53 should_post_quit_ = should_quit;
70 if (should_post_quit_) {
77 bool should_post_quit_; member in class:__anon8137::SendResponseDelegate
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc71 SendResponseDelegate() : should_post_quit_(false) {}
76 should_post_quit_ = should_quit;
95 if (should_post_quit_) {
102 bool should_post_quit_; member in class:extensions::__anon3726::SendResponseDelegate

Completed in 721 milliseconds