/external/chromium/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 172 size_t selection_start, selection_end; local 173 location_bar->location_entry()->GetSelectionBounds(&selection_start, 175 EXPECT_EQ(1U, selection_start); 189 size_t selection_start, selection_end; local 190 location_bar->location_entry()->GetSelectionBounds(&selection_start, 192 EXPECT_EQ(1U, selection_start); 207 size_t selection_start, selection_end; local 208 location_bar->location_entry()->GetSelectionBounds(&selection_start, 210 EXPECT_EQ(1U, selection_start); 225 size_t selection_start, selection_end local 244 size_t selection_start, selection_end; local [all...] |
autocomplete_edit.cc | 740 size_t selection_start, 783 const bool no_selection = selection_start == selection_end; 793 ShouldAllowExactKeywordMatch(old_user_text, user_text_, selection_start); 801 no_selection && selection_start == user_text_.length() && [all...] |
autocomplete_edit.h | 160 // of the selection e.g. min(selection_start, selection_end). |text| is the 328 size_t selection_start,
|
/external/chromium/chrome/browser/ |
accessibility_events.h | 197 const std::string& value, int selection_start, int selection_end) { 199 selection_start_ = selection_start; 205 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler_unittest.cc | 19 int selection_start, 22 textbox_info->SetValue(value, selection_start, selection_end);
|
wizard_accessibility_handler.cc | 165 previous_text_selection_start_ = text_box->selection_start(); 284 int new_start = text_box->selection_start();
|
/external/chromium/chrome/browser/instant/ |
instant_browsertest.cc | 201 int selection_start = 0; local 233 &selection_start) || 247 &selection_start) || 264 selection_start, [all...] |
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.cc | 259 info.SetValue(value, state.selection_start, state.selection_end); 272 info.SetValue(value, state.selection_start, state.selection_end);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | [all...] |