OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartQuery
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc
66
void
StartQuery
(const std::string& utf8_text) {
152
StartQuery
("b");
158
StartQuery
("bob");
164
StartQuery
("bob smith");
170
StartQuery
("sm");
176
StartQuery
("smith");
182
StartQuery
("smIth BOb");
188
StartQuery
("bobo");
192
StartQuery
("mith");
196
StartQuery
("dr")
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_provider.h
44
void
StartQuery
();
webstore_provider.cc
73
StartThrottledQuery(base::Bind(&WebstoreProvider::
StartQuery
,
88
void WebstoreProvider::
StartQuery
() {
/external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.cc
86
StartThrottledQuery(base::Bind(&PeopleProvider::
StartQuery
,
103
StartQuery
();
136
void PeopleProvider::
StartQuery
() {
people_provider.h
65
void
StartQuery
();
/external/mdnsresponder/mDNSPosix/
Identify.c
209
mDNSlocal mStatus
StartQuery
(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQuestionCallback callback)
239
mStatus status =
StartQuery
(q, qname, qtype, target, callback);
/external/chromium_org/net/dns/
dns_transaction.cc
567
result = ProcessAttemptResult(
StartQuery
());
756
AttemptResult
StartQuery
() {
855
result =
StartQuery
();
Completed in 50 milliseconds