Searched defs:selection_start (Results 1 - 5 of 5) 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
/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
/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,

Completed in 136 milliseconds