OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_query_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.h
153
std::string
current_query_
;
member in class:ZeroSuggestProvider
zero_suggest_provider.cc
96
current_query_
.clear();
155
current_query_
= current_page_url.spec();
165
search_term_args.current_page_url =
current_query_
;
448
GURL(
current_query_
), current_page_classification_,
/external/chromium_org/chrome/browser/devtools/
adb_client_socket.cc
225
current_query_
(0),
242
std::string query = queries_[
current_query_
];
247
bool is_void =
current_query_
< queries_.size() - 1;
253
if (++
current_query_
< queries_.size()) {
270
size_t
current_query_
;
/external/chromium_org/chrome/test/chromedriver/net/
adb_client_socket.cc
246
current_query_
(0),
263
std::string query = queries_[
current_query_
];
268
bool is_void =
current_query_
< queries_.size() - 1;
274
if (++
current_query_
< queries_.size()) {
291
size_t
current_query_
;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc
113
current_query_
(NULL),
[
all
...]
gles2_implementation.h
701
QueryTracker::Query*
current_query_
;
member in class:gpu::gles2::GLES2Implementation
Completed in 51 milliseconds