Searched refs:is_all_selected (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_unittest.cc | 106 const bool is_all_selected; in TEST() member 152 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected, in TEST()
|
D | autocomplete_edit.h | 165 bool is_all_selected,
|
D | autocomplete_edit.cc | 321 bool is_all_selected, in AdjustTextForCopy() argument 336 if (!user_input_in_progress() && is_all_selected) { in AdjustTextForCopy()
|
D | autocomplete_edit_view_win.cc | 2460 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/ |
D | omnibox_edit_unittest.cc | 142 const bool is_all_selected; in TEST_F() member 213 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected, in TEST_F()
|
D | omnibox_edit_model.h | 135 bool is_all_selected,
|
D | omnibox_edit_model.cc | 443 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/ |
D | omnibox_view_views.cc | 780 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()
|