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

  /external/chromium/chrome/browser/printing/
print_job_manager.cc 74 PrinterQuery* current_query = *itr; local
75 if (current_query->cookie() == document_cookie &&
76 !current_query->is_callback_pending()) {
77 *job = current_query;
79 DCHECK(current_query->is_valid());
  /external/qemu/android/
sdk-controller-socket.c 241 SDKCtlQuery* current_query; member in struct:SDKCtlIODispatcher
394 if (sdkctl->io_dispatcher.current_query == query) {
397 sdkctl->io_dispatcher.current_query = NULL;
449 if (sdkctl->io_dispatcher.current_query != NULL &&
450 sdkctl->io_dispatcher.current_query->header.query_id == query_id) {
452 SDKCtlQuery* const query = sdkctl->io_dispatcher.current_query;
453 sdkctl->io_dispatcher.current_query = NULL;
    [all...]

Completed in 1160 milliseconds