Searched refs:is_all_selected (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc106 const bool is_all_selected; member in struct:Data
152 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected,
H A Dautocomplete_edit.h161 // currently selected text. If |is_all_selected| is true all the text in the
165 bool is_all_selected,
H A Dautocomplete_edit.cc321 bool is_all_selected,
336 if (!user_input_in_progress() && is_all_selected) {
320 AdjustTextForCopy(int sel_min, bool is_all_selected, string16* text, GURL* url, bool* write_url) argument
H A Dautocomplete_edit_view_win.cc2460 const bool is_all_selected = IsSelectAllForRange(sel); local
2464 model()->AdjustTextForCopy(std::min(sel.cpMin, sel.cpMax), is_all_selected, local
2470 if (is_all_selected)
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_unittest.cc127 const bool is_all_selected; member in struct:Data
197 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected,
H A Domnibox_edit_model.h125 // currently selected text. If |is_all_selected| is true all the text in the
129 bool is_all_selected,
H A Domnibox_edit_model.cc379 bool is_all_selected,
391 if (!user_input_in_progress_ && is_all_selected) {
378 AdjustTextForCopy(int sel_min, bool is_all_selected, string16* text, GURL* url, bool* write_url) argument
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc706 bool is_all_selected = IsSelectAll(); local
707 model()->AdjustTextForCopy(GetSelectedRange().GetMin(), is_all_selected,
713 if (is_all_selected)
H A Domnibox_view_win.cc2673 const bool is_all_selected = IsSelectAllForRange(sel); local
2677 model()->AdjustTextForCopy(std::min(sel.cpMin, sel.cpMax), is_all_selected, local
2683 if (is_all_selected)

Completed in 148 milliseconds