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

1 2 3

  /external/chromium_org/ui/metro_viewer/
ime_types.cc 16 : selection_start(0),
ime_types.h 32 int32 selection_start; member in struct:metro_viewer::Composition
  /external/chromium_org/chromeos/ime/
composition_text.h 46 uint32 selection_start() const { return selection_start_; } function in class:chromeos::CompositionText
47 void set_selection_start(uint32 selection_start) {
48 selection_start_ = selection_start;
composition_text.cc 18 selection_start_ = obj.selection_start();
composition_text_unittest.cc 50 EXPECT_EQ(text.selection_start(), text2.selection_start());
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 47 content_view_core->ShowPastePopup(params.selection_start.x(),
48 params.selection_start.y());
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_android.cc 36 content_view_core->ShowPastePopup(params.selection_start.x(),
37 params.selection_start.y());
  /external/chromium_org/ui/accessibility/
ax_view_state.cc 11 selection_start(-1),
ax_view_state.h 55 int selection_start; member in struct:ui::AXViewState
  /external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h 30 int32 selection_start,
text_store_delegate.h 34 int32 selection_start,
  /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);
218 EXPECT_EQ(1U, selection_start);
232 size_t selection_start, selection_end; local
233 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
234 EXPECT_EQ(1U, selection_start);
249 size_t selection_start, selection_end; local
250 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
251 EXPECT_EQ(1U, selection_start);
266 size_t selection_start, selection_end local
282 size_t selection_start, selection_end; local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 38 content_view_core->ShowPastePopup(params.selection_start.x(),
39 params.selection_start.y());
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 45 * @param[in] selection_start The start index returned by
61 [in] uint32_t selection_start,
  /external/chromium_org/content/public/common/
context_menu_params.h 147 gfx::Point selection_start; member in struct:content::ContextMenuParams
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 63 * @param[in] selection_start The start index returned by
78 uint32_t selection_start,
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 28 int selection_start,
mock_input_method_engine.h 45 int selection_start,
input_method_engine.h 59 int selection_start,
input_method_engine_interface.h 183 int selection_start,
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 62 view_data.selection_start);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 243 const std::string& value, int selection_start, int selection_end) {
245 selection_start_ = selection_start;
251 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 66 int32 selection_start,
72 composition_text->selection.set_start(selection_start);
459 int32 selection_start,
468 text, selection_start, selection_end, underlines, &composition_text);
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 152 uint32_t selection_start,
162 selection_start,
  /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()) {
628 const uint32 start = text.selection_start();

Completed in 245 milliseconds

1 2 3