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

  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 19 : client_(client), key_file_(key_file), asynchronous_(true) {
25 if (asynchronous_) {
52 if (asynchronous_) {
61 if (asynchronous_) {
pack_extension_job.h 48 void set_asynchronous(bool async) { asynchronous_ = async; }
55 // If |asynchronous_| is false, this is run on whichever thread calls it.
66 bool asynchronous_; member in class:PackExtensionJob
  /external/chromium_org/chrome/browser/extensions/
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
pack_extension_job.cc 24 : client_(client), key_file_(key_file), asynchronous_(true),
31 if (asynchronous_) {
59 if (asynchronous_) {
67 if (asynchronous_) {

Completed in 699 milliseconds