/external/chromium/chrome/browser/autocomplete/ |
builtin_provider.cc | 39 match.fill_into_edit = *i; 41 match.contents = match.fill_into_edit;
|
autocomplete_popup_model.cc | 108 (match.inline_autocomplete_offset < match.fill_into_edit.length())) { 110 match.fill_into_edit.substr(match.inline_autocomplete_offset); 115 edit_model_->OnPopupDataChanged(match.fill_into_edit, ¤t_destination, 139 // See if the current match's fill_into_edit corresponds to a keyword. 140 return GetKeywordForText(match.fill_into_edit, keyword);
|
autocomplete_match.h | 23 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when 24 // that line is selected. fill_into_edit may be the same as 'description' for 148 string16 fill_into_edit; member in struct:AutocompleteMatch 150 // The position within fill_into_edit from which we'll display the inline
|
autocomplete_unittest.cc | 91 match.fill_into_edit = prefix_ + UTF8ToUTF16(base::IntToString(i)); 92 match.destination_url = GURL(UTF16ToUTF8(match.fill_into_edit)); 94 match.contents = match.fill_into_edit; 97 match.description = match.fill_into_edit;
|
history_quick_provider.cc | 149 // Format the fill_into_edit and determine its offset. 152 match.fill_into_edit = 159 (match.inline_autocomplete_offset <= match.fill_into_edit.length()));
|
search_provider.cc | 105 (i->fill_into_edit == text)) { [all...] |
keyword_provider.cc | 412 result.fill_into_edit.assign(keyword); 414 result.fill_into_edit.push_back(L' '); 415 result.fill_into_edit.append(remaining_input);
|
autocomplete_result_unittest.cc | 57 match->fill_into_edit = base::IntToString16(data.url_id);
|
keyword_provider_unittest.cc | 126 &AutocompleteMatch::fill_into_edit);
|
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api_browsertest.cc | 73 result.match_at(0).fill_into_edit); 80 result.match_at(1).fill_into_edit); 85 result.match_at(2).fill_into_edit); 90 result.match_at(3).fill_into_edit); 234 result.match_at(3).fill_into_edit);
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_backend.h | 42 MatchCore(const base::string16& fill_into_edit, 55 base::string16 fill_into_edit; member in struct:history::ShortcutsBackend::Shortcut::MatchCore
|
shortcuts_backend.cc | 73 : fill_into_edit(match.fill_into_edit), 85 const base::string16& fill_into_edit, 94 : fill_into_edit(fill_into_edit), 110 match.fill_into_edit = fill_into_edit;
|
shortcuts_database_unittest.cc | 28 std::string fill_into_edit; member in struct:__anon5072::ShortcutsDatabaseTestInfo 65 "fill_into_edit")); 126 ASCIIToUTF16(info.fill_into_edit), GURL(info.destination_url), 225 EXPECT_EQ(ASCIIToUTF16(shortcut_test_db[i].fill_into_edit), 226 shortcut.match_core.fill_into_edit); 284 "SELECT fill_into_edit, url, transition, type, keyword " 288 // |fill_into_edit| should have been copied from the |url|.
|
shortcuts_database.cc | 25 s->BindString16(2, shortcut.match_core.fill_into_edit); 79 "INSERT INTO omni_box_shortcuts (id, text, fill_into_edit, url, " 91 "UPDATE omni_box_shortcuts SET id=?, text=?, fill_into_edit=?, url=?, " 129 "SELECT id, text, fill_into_edit, url, contents, contents_class, " 141 s.ColumnString16(2), // fill_into_edit 167 "text VARCHAR, fill_into_edit VARCHAR, url VARCHAR, " 174 // The first version of the shortcuts table lacked the fill_into_edit, 176 if (!db_.DoesColumnExist("omni_box_shortcuts", "fill_into_edit")) { 183 "ADD COLUMN fill_into_edit VARCHAR") && 184 db_.Execute("UPDATE omni_box_shortcuts SET fill_into_edit = url") & [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_apitest.cc | 145 result.match_at(0).fill_into_edit); 147 result.match_at(1).fill_into_edit); 149 result.match_at(2).fill_into_edit); 151 result.match_at(3).fill_into_edit);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_current_page_delegate_impl.cc | 79 UTF16ToUTF8(match.fill_into_edit.substr(prefix_length)),
|
omnibox_popup_model.cc | 117 edit_model_->OnPopupDataChanged(match.fill_into_edit, ¤t_destination,
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider.cc | 269 match.fill_into_edit = 287 // |fill_into_edit| if the user has typed an URL with a scheme and the 290 if (inline_autocomplete_offset < match.fill_into_edit.length()) { 292 match.fill_into_edit.substr(inline_autocomplete_offset);
|
shortcuts_provider.cc | 51 // against here (which comes from |fill_into_edit|) can start with 228 // assume the fill_into_edit looks something like a URL, so we use 232 // autocomplete to "foo.com" for a fill_into_edit of "http://foo.com". 234 if (StartsWith(match.fill_into_edit, term_string, false)) { 236 match.fill_into_edit.substr(term_string.length()); 242 BestURLPrefixWithWWWCase(match.fill_into_edit, term_string); 251 match.fill_into_edit, fixed_up_term_string); 255 match.inline_autocompletion = match.fill_into_edit.substr(
|
autocomplete_provider_unittest.cc | 130 match.fill_into_edit = prefix_ + UTF8ToUTF16(base::IntToString(i)); 131 match.destination_url = GURL(UTF16ToUTF8(match.fill_into_edit)); 134 match.contents = match.fill_into_edit; 137 match.description = match.fill_into_edit; 155 const base::string16 fill_into_edit; member in struct:AutocompleteProviderTest::KeywordTestData 357 match.fill_into_edit = match_data[i].fill_into_edit;
|
autocomplete_match.cc | 75 fill_into_edit(match.fill_into_edit), 110 fill_into_edit = match.fill_into_edit;
|
autocomplete_controller.cc | 435 last_default_fill_into_edit = result_.default_match()->fill_into_edit; 479 // updated if fill_into_edit, associated_keyword, or keyword differ. (The 490 ((result_.default_match()->fill_into_edit != 519 keyword_provider_->GetKeywordForText(match->fill_into_edit); 525 keyword_provider_->CreateVerbatimMatch(match->fill_into_edit,
|
autocomplete_match.h | 30 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when 31 // that line is selected. fill_into_edit may be the same as 'description' for 258 base::string16 fill_into_edit; member in struct:AutocompleteMatch
|
history_url_provider.cc | 421 match.fill_into_edit = [all...] |
search_provider_unittest.cc | 112 base::string16 fill_into_edit) 116 fill_into_edit(fill_into_edit) { 122 const base::string16 fill_into_edit; member in struct:SearchProviderTest::ResultInfo 310 EXPECT_EQ(cases[i].output[j].fill_into_edit, 311 matches[j].fill_into_edit) << diagnostic_details; 565 match.fill_into_edit); 3021 const std::string fill_into_edit; member in struct:__anon4026 3456 std::string fill_into_edit; member in struct:Match [all...] |