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

  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.cc 24 : client_(client), key_file_(key_file), asynchronous_(true),
31 if (asynchronous_) {
59 if (asynchronous_) {
67 if (asynchronous_) {
pack_extension_job.h 50 void set_asynchronous(bool async) { asynchronous_ = async; }
57 // If |asynchronous_| is false, this is run on whichever thread calls it.
69 bool asynchronous_; member in class:extensions::PackExtensionJob

Completed in 109 milliseconds