OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:query_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_download.h
129
// the query. |
query_data
| is the successful data returned over the wire.
131
const std::string&
query_data
);
132
// Returns true if query is in the cache, while filling |
query_data
|, false
135
std::string*
query_data
) const;
autofill_download.cc
105
std::string
query_data
;
local
106
if (CheckCacheForQueryRequest(request_data.form_signatures, &
query_data
)) {
110
observer_->OnLoadedAutofillHeuristics(
query_data
);
247
const std::string&
query_data
) {
261
data.second =
query_data
;
269
std::string*
query_data
) const {
275
*
query_data
= it->second;
/external/bluetooth/bluez/attrib/
client.c
96
struct
query_data
{
struct
696
struct
query_data
*current = user_data;
730
struct
query_data
*current = user_data;
756
struct
query_data
*current = user_data;
790
struct
query_data
*current = user_data;
809
struct
query_data
*qfmt;
822
qfmt = g_new0(struct
query_data
, 1);
847
struct
query_data
*qdesc, *qvalue;
852
qdesc = g_new0(struct
query_data
, 1);
860
qvalue = g_new0(struct
query_data
, 1)
[
all
...]
Completed in 1814 milliseconds