OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_query
(Results
1 - 5
of
5
) 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/chromium_org/chrome/browser/printing/
print_job_manager.cc
43
scoped_refptr<printing::PrinterQuery>
current_query
(*itr);
45
DCHECK(
current_query
->is_valid());
46
return
current_query
;
/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
...]
/external/chromium_org/gpu/command_buffer/service/
context_state.h
151
scoped_refptr<QueryManager::Query>
current_query
;
member in struct:gpu::gles2::ContextState
gles2_cmd_decoder.cc
[
all
...]
Completed in 611 milliseconds