HomeSort by relevance Sort by last modified time
    Searched refs:selection_end (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/ui/base/accessibility/
accessible_view_state.cc 13 selection_end(-1),
accessible_view_state.h 51 int selection_end; member in struct:ui::AccessibleViewState
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 172 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...]
autocomplete_edit.h 160 // of the selection e.g. min(selection_start, selection_end). |text| is the
329 size_t selection_end,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 217 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/
ppb_ime_input_event_dev.idl 48 * @param[in] selection_end The end index returned by
62 [in] uint32_t selection_end);
  /external/chromium/chrome/browser/
accessibility_events.h 197 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
  /external/chromium_org/content/public/common/
context_menu_params.h 155 gfx::Point selection_end; member in struct:content::ContextMenuParams
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 66 * @param[in] selection_end The end index returned by
79 uint32_t selection_end);
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 20 int selection_end,
22 textbox_info->SetValue(value, selection_start, selection_end);
wizard_accessibility_handler.cc 166 previous_text_selection_end_ = text_box->selection_end();
285 int new_end = text_box->selection_end();
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 230 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
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 164 uint32_t selection_end) {
167 segment_offsets, target_segment, selection_start, selection_end);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 169 gfx::Point selection_end = GetCursorPosition(sel); \
175 EXPECT_EQ(sh1, selection_end); \
179 EXPECT_EQ(sh2, selection_end); \
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 202 int selection_end = 0; local
236 &selection_end))) {
250 &selection_end))) {
265 selection_end);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h 165 int selection_end,
input_method_engine_ibus.h 50 int selection_end,
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 124 // of the selection e.g. min(selection_start, selection_end). |text| is the
299 size_t selection_end,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 109 uint32_t selection_end);
ppb_input_event_shared.cc 220 uint32_t selection_end) {
242 data.composition_selection_end = selection_end;
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 259 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/
native_view_accessibility_win.cc 752 *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);
    [all...]
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 117 uint32_t selection_end) {
120 segment_offsets, target_segment, selection_start, selection_end);
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 329 uint32_t selection_end) {
339 selection_end);

Completed in 1015 milliseconds

1 2 3