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

  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 63 PrinterQuery* current_query = itr->get(); local
64 if (current_query->cookie() == document_cookie &&
65 !current_query->is_callback_pending()) {
66 *job = current_query;
68 DCHECK(current_query->is_valid());
  /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/chromium_org/gpu/command_buffer/service/
context_state.h 155 scoped_refptr<QueryManager::Query> current_query; member in struct:gpu::gles2::ContextState
  /external/qemu/android/
sdk-controller-socket.c 327 SDKCtlQuery* current_query; member in struct:SDKCtlIODispatcher
487 if (sdkctl->io_dispatcher.current_query == query) {
489 sdkctl->io_dispatcher.current_query = NULL;
547 if (sdkctl->io_dispatcher.current_query != NULL &&
548 sdkctl->io_dispatcher.current_query->header.query_id == query_id) {
550 query = sdkctl->io_dispatcher.current_query;
551 sdkctl->io_dispatcher.current_query = NULL;
    [all...]

Completed in 167 milliseconds