Home
last modified time | relevance | path

Searched refs:is_all_selected (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_unittest.cc106 const bool is_all_selected; in TEST() member
152 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected, in TEST()
Dautocomplete_edit.h165 bool is_all_selected,
Dautocomplete_edit.cc321 bool is_all_selected, in AdjustTextForCopy() argument
336 if (!user_input_in_progress() && is_all_selected) { in AdjustTextForCopy()
Dautocomplete_edit_view_win.cc2460 const bool is_all_selected = IsSelectAllForRange(sel); in StartDragIfNecessary() local
2464 model()->AdjustTextForCopy(std::min(sel.cpMin, sel.cpMax), is_all_selected, in StartDragIfNecessary()
2470 if (is_all_selected) in StartDragIfNecessary()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_unittest.cc142 const bool is_all_selected; in TEST_F() member
213 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected, in TEST_F()
Domnibox_edit_model.h135 bool is_all_selected,
Domnibox_edit_model.cc443 bool is_all_selected, in AdjustTextForCopy() argument
454 if (!user_input_in_progress_ && is_all_selected) { in AdjustTextForCopy()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc780 bool is_all_selected = IsSelectAll(); in OnWriteDragData() local
781 model()->AdjustTextForCopy(GetSelectedRange().GetMin(), is_all_selected, in OnWriteDragData()
787 if (is_all_selected) in OnWriteDragData()