HomeSort by relevance Sort by last modified time
    Searched refs:should_post_quit_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 207 SendResponseDelegate() : should_post_quit_(false) {}
212 should_post_quit_ = should_quit;
231 if (should_post_quit_) {
238 bool should_post_quit_; member in class:extension_function_test_utils::SendResponseDelegate
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_apitest.cc 48 SendResponseDelegate() : should_post_quit_(false) {}
53 should_post_quit_ = should_quit;
70 if (should_post_quit_) {
77 bool should_post_quit_; member in class:extensions::__anon7252::SendResponseDelegate
identity_apitest.cc 53 SendResponseDelegate() : should_post_quit_(false) {}
58 should_post_quit_ = should_quit;
77 if (should_post_quit_) {
84 bool should_post_quit_; member in class:extensions::__anon7255::SendResponseDelegate
    [all...]

Completed in 264 milliseconds