Searched refs:selection_start (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
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_en local
244 size_t selection_start, selection_end; local
[all...]
H A Dautocomplete_edit.cc740 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() &&
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
H A Dautocomplete_edit.h160 // of the selection e.g. min(selection_start, selection_end). |text| is the
328 size_t selection_start,
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler_unittest.cc19 int selection_start,
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.cc165 previous_text_selection_start_ = text_box->selection_start();
284 int new_start = text_box->selection_start();
/external/chromium/chrome/browser/
H A Daccessibility_events.h197 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
196 SetValue( const std::string& value, int selection_start, int selection_end) argument
/external/chromium/chrome/browser/instant/
H A Dinstant_browsertest.cc201 int selection_start = 0; local
233 &selection_start) ||
247 &selection_start) ||
264 selection_start,
/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.cc1029 state->selection_start = entry_start;

Completed in 559 milliseconds