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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 99 bool* op_complete)
103 op_complete_ptr(op_complete) {}
113 bool* op_complete,
116 op_complete_ptr(op_complete),
130 bool* op_complete)
135 op_complete_ptr(op_complete) { }
service_runtime.cc 177 bool op_complete = false; // NB: mu_ and cv_ also controls access to this! local
184 &error_info, &op_complete);
206 op_complete ? "yes" : "no");
208 if (op_complete || shutting_down) {
379 bool op_complete = false; local
382 new CloseManifestEntryResource(desc, &op_complete, &op_result);
397 if (op_complete || shutting_down) {

Completed in 120 milliseconds