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

123

/external/chromium_org/ui/base/accessibility/
H A Daccessible_view_state.cc13 selection_end(-1),
H A Daccessible_view_state.h51 int selection_end; member in struct:ui::AccessibleViewState
/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,
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc217 size_t selection_start, selection_end; local
218 location_entry->GetSelectionBounds(&selection_start, &selection_end);
220 EXPECT_EQ(1U, selection_end);
233 size_t selection_start, selection_end; local
234 location_entry->GetSelectionBounds(&selection_start, &selection_end);
236 EXPECT_EQ(1U, selection_end);
250 size_t selection_start, selection_end; local
251 location_entry->GetSelectionBounds(&selection_start, &selection_end);
253 EXPECT_EQ(1U, selection_end);
267 size_t selection_start, selection_end; local
283 size_t selection_start, selection_end; local
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppb_ime_input_event_dev.idl48 * @param[in] selection_end The end index returned by
62 [in] uint32_t selection_end);
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h155 gfx::Point selection_end; member in struct:content::ContextMenuParams
/external/chromium_org/ppapi/c/dev/
H A Dppb_ime_input_event_dev.h66 * @param[in] selection_end The end index returned by
79 uint32_t selection_end);
/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_org/chrome/browser/accessibility/
H A Daccessibility_events.h230 const std::string& value, int selection_start, int selection_end) {
233 selection_end_ = selection_end;
239 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
229 SetValue( const std::string& value, int selection_start, int selection_end) argument
/external/chromium_org/content/renderer/pepper/
H A Dresource_creation_impl.cc164 uint32_t selection_end) {
167 segment_offsets, target_segment, selection_start, selection_end);
155 CreateIMEInputEvent( PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32_t* segment_offsets, int32_t target_segment, uint32_t selection_start, uint32_t selection_end) argument
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc169 gfx::Point selection_end = GetCursorPosition(sel); \
175 EXPECT_EQ(sh1, selection_end); \
179 EXPECT_EQ(sh2, selection_end); \
/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_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.h165 int selection_end,
H A Dinput_method_engine_ibus.h50 int selection_end,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h109 uint32_t selection_end);
H A Dppb_input_event_shared.cc220 uint32_t selection_end) {
242 data.composition_selection_end = selection_end;
210 CreateIMEInputEvent( ResourceObjectType type, PP_Instance instance, PP_InputEvent_Type event_type, PP_TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32_t* segment_offsets, int32_t target_segment, uint32_t selection_start, uint32_t selection_end) argument
/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_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc752 *offset = static_cast<LONG>(state.selection_end);
765 if (state.selection_start != state.selection_end)
784 *end_offset = static_cast<LONG>(state.selection_end);
802 start_offset = static_cast<LONG>(state.selection_end);
807 end_offset = static_cast<LONG>(state.selection_end);
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl942 * @param[in] selection_end The end index returned by
955 [in] uint32_t selection_end);
/external/chromium_org/ppapi/proxy/
H A Dresource_creation_proxy.cc117 uint32_t selection_end) {
120 segment_offsets, target_segment, selection_start, selection_end);
108 CreateIMEInputEvent( PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32_t* segment_offsets, int32_t target_segment, uint32_t selection_start, uint32_t selection_end) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_thunk.cc329 uint32_t selection_end) {
339 selection_end);
321 CreateIMEInputEvent(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, PP_Var text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end) argument
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc471 int selection_end = local
472 params.selection_end ? *params.selection_end : params.cursor;
476 selection_start, selection_end, params.cursor,

Completed in 802 milliseconds

123