OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remaining_input
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autocomplete/
keyword_provider.h
72
string16*
remaining_input
);
85
// after the keyword are placed in |
remaining_input
|. Returns true if |input|
90
// Leading whitespace in |*
remaining_input
| will be trimmed.
93
string16*
remaining_input
);
96
// Sets |
remaining_input
| to everything after the first token (skipping over
99
// |*
remaining_input
| will be trimmed.
102
string16*
remaining_input
);
107
const string16&
remaining_input
,
129
const string16&
remaining_input
,
keyword_provider.cc
52
string16
remaining_input
;
local
54
&
remaining_input
);
55
return
remaining_input
;
110
string16*
remaining_input
) {
115
if (!ExtractKeywordFromInput(input, &keyword,
remaining_input
))
157
string16 keyword,
remaining_input
;
local
158
if (!ExtractKeywordFromInput(input, &keyword, &
remaining_input
))
179
!
remaining_input
.empty(),
217
remaining_input
, -1));
229
remaining_input
,
464
string16 keyword,
remaining_input
;
local
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_omnibox_api.h
89
const string16&
remaining_input
,
extension_omnibox_api.cc
235
const string16&
remaining_input
,
255
remaining_input
.empty() ? kReplacementText :
remaining_input
;
Completed in 74 milliseconds