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

1 2 3

  /external/chromium_org/ui/metro_viewer/
ime_types.cc 17 selection_end(0) {
ime_types.h 33 int32 selection_end; member in struct:metro_viewer::Composition
  /external/chromium_org/chromeos/ime/
composition_text.h 51 uint32 selection_end() const { return selection_end_; } function in class:chromeos::CompositionText
52 void set_selection_end(uint32 selection_end) {
53 selection_end_ = selection_end;
composition_text.cc 19 selection_end_ = obj.selection_end();
composition_text_unittest.cc 51 EXPECT_EQ(text.selection_end(), text2.selection_end());
  /external/chromium_org/ui/accessibility/
ax_view_state.cc 12 selection_end(-1),
ax_view_state.h 56 int selection_end; member in struct:ui::AXViewState
  /external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h 31 int32 selection_end,
text_store_delegate.h 35 int32 selection_end,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 216 size_t selection_start, selection_end; local
217 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
219 EXPECT_EQ(1U, selection_end);
232 size_t selection_start, selection_end; local
233 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
235 EXPECT_EQ(1U, selection_end);
249 size_t selection_start, selection_end; local
250 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
252 EXPECT_EQ(1U, selection_end);
266 size_t selection_start, selection_end; local
282 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_org/content/public/common/
context_menu_params.h 148 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_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 29 int selection_end,
mock_input_method_engine.h 46 int selection_end,
input_method_engine.h 60 int selection_end,
input_method_engine_interface.h 184 int selection_end,
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 64 view_data.selection_end);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 243 const std::string& value, int selection_start, int selection_end) {
246 selection_end_ = selection_end;
252 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 67 int32 selection_end,
73 composition_text->selection.set_end(selection_end);
460 int32 selection_end,
468 text, selection_start, selection_end, underlines, &composition_text);
remote_window_tree_host_win.h 113 int32 selection_end,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 153 uint32_t selection_end) {
163 selection_end);
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 626 DCHECK(text.selection_start() <= text.selection_end());
627 if (text.selection_start() < text.selection_end()) {
629 const uint32 end = text.selection_end();
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 115 uint32_t selection_end);
ppb_input_event_shared.cc 220 uint32_t selection_end) {
242 data.composition_selection_end = selection_end;

Completed in 546 milliseconds

1 2 3