Searched defs:selection_end (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
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.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
/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);

Completed in 139 milliseconds