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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc172 size_t selection_start, selection_end; local
174 &selection_end);
176 EXPECT_EQ(1U, selection_end);
189 size_t selection_start, selection_end; local
191 &selection_end);
193 EXPECT_EQ(1U, selection_end);
207 size_t selection_start, selection_end; local
209 &selection_end);
211 EXPECT_EQ(1U, selection_end);
225 size_t selection_start, selection_end; local
244 size_t selection_start, selection_end; local
[all...]
H A Dautocomplete_edit.h160 // of the selection e.g. min(selection_start, selection_end). |text| is the
329 size_t selection_end,
H A Dautocomplete_edit.cc741 size_t selection_end,
783 const bool no_selection = selection_start == selection_end;
738 OnAfterPossibleChange( const string16& new_text, size_t selection_start, size_t selection_end, bool selection_differs, bool text_differs, bool just_deleted_text, bool allow_keyword_ui_change) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler_unittest.cc20 int selection_end,
22 textbox_info->SetValue(value, selection_start, selection_end);
16 ChangeText(WizardAccessibilityHandler* handler, AccessibilityTextBoxInfo* textbox_info, const std::string& value, int selection_start, int selection_end, std::string* description) argument
H A Dwizard_accessibility_handler.cc166 previous_text_selection_end_ = text_box->selection_end();
285 int new_end = text_box->selection_end();
/external/chromium/chrome/browser/
H A Daccessibility_events.h197 const std::string& value, int selection_start, int selection_end) {
200 selection_end_ = selection_end;
206 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
196 SetValue( const std::string& value, int selection_start, int selection_end) argument
/external/chromium/chrome/browser/instant/
H A Dinstant_browsertest.cc202 int selection_end = 0; local
236 &selection_end))) {
250 &selection_end))) {
265 selection_end);
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views.cc259 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/
H A Dlocation_bar_view.cc1030 state->selection_end = entry_end;

Completed in 142 milliseconds