Home
last modified time | relevance | path

Searched refs:selection_start (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc215 size_t selection_start, selection_end; in IN_PROC_BROWSER_TEST_F() local
216 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F()
217 EXPECT_EQ(1U, selection_start); in IN_PROC_BROWSER_TEST_F()
231 size_t selection_start, selection_end; in IN_PROC_BROWSER_TEST_F() local
232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F()
233 EXPECT_EQ(1U, selection_start); in IN_PROC_BROWSER_TEST_F()
248 size_t selection_start, selection_end; in IN_PROC_BROWSER_TEST_F() local
249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F()
250 EXPECT_EQ(1U, selection_start); in IN_PROC_BROWSER_TEST_F()
265 size_t selection_start, selection_end; in IN_PROC_BROWSER_TEST_F() local
[all …]
/external/chromium_org/chromeos/ime/
Dcomposition_text.h46 uint32 selection_start() const { return selection_start_; } in selection_start() function
47 void set_selection_start(uint32 selection_start) { in set_selection_start() argument
48 selection_start_ = selection_start; in set_selection_start()
Dcomposition_text_unittest.cc50 EXPECT_EQ(text.selection_start(), text2.selection_start()); in TEST()
Dcomposition_text.cc18 selection_start_ = obj.selection_start(); in CopyFrom()
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_android.cc36 content_view_core->ShowPastePopup(params.selection_start.x(), in ShowContextMenu()
37 params.selection_start.y()); in ShowContextMenu()
/external/chromium_org/android_webview/native/
Daw_web_contents_view_delegate.cc47 content_view_core->ShowPastePopup(params.selection_start.x(), in ShowContextMenu()
48 params.selection_start.y()); in ShowContextMenu()
/external/chromium_org/chrome/browser/ui/android/tab_contents/
Dchrome_web_contents_view_delegate_android.cc38 content_view_core->ShowPastePopup(params.selection_start.x(), in ShowContextMenu()
39 params.selection_start.y()); in ShowContextMenu()
/external/chromium_org/ui/metro_viewer/
Dime_types.cc16 : selection_start(0), in Composition()
Dime_types.h32 int32 selection_start; member
/external/chromium_org/ui/accessibility/
Dax_view_state.cc11 selection_start(-1), in AXViewState()
Dax_view_state.h55 int selection_start; member
/external/chromium_org/win8/metro_driver/ime/
Dtext_service_delegate.h30 int32 selection_start,
Dtext_store_delegate.h34 int32 selection_start,
/external/chromium_org/cc/output/
Dcompositor_frame_metadata.h45 ViewportSelectionBound selection_start; variable
/external/chromium_org/chrome/browser/accessibility/
Daccessibility_events.h261 const std::string& value, int selection_start, int selection_end) { in SetValue() argument
263 selection_start_ = selection_start; in SetValue()
269 int selection_start() const { return selection_start_; } in selection_start() function
/external/chromium_org/ui/aura/
Dremote_window_tree_host_win.cc66 int32 selection_start, in FillCompositionText() argument
72 composition_text->selection.set_start(selection_start); in FillCompositionText()
454 int32 selection_start, in OnImeCompositionChanged() argument
463 text, selection_start, selection_end, underlines, &composition_text); in OnImeCompositionChanged()
/external/chromium_org/content/public/common/
Dcontext_menu_params.h157 gfx::Point selection_start; member
/external/chromium_org/ppapi/c/dev/
Dppb_ime_input_event_dev.h78 uint32_t selection_start,
/external/chromium_org/content/renderer/pepper/
Dresource_creation_impl.cc155 uint32_t selection_start, in CreateIMEInputEvent() argument
165 selection_start, in CreateIMEInputEvent()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dmock_input_method_engine.cc22 int selection_start, in SetComposition() argument
/external/chromium_org/ui/base/ime/
Dinput_method_chromeos.cc624 DCHECK(text.selection_start() <= text.selection_end()); in ExtractCompositionText()
625 if (text.selection_start() < text.selection_end()) { in ExtractCompositionText()
626 const uint32 start = text.selection_start(); in ExtractCompositionText()
/external/chromium_org/ui/views/accessibility/
Dax_view_obj_wrapper.cc62 view_data.selection_start); in Serialize()
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc219 uint32_t selection_start, in CreateIMEInputEvent() argument
241 data.composition_selection_start = selection_start; in CreateIMEInputEvent()
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_ax_object_proxy.cc693 unsigned selection_start = accessibility_object_.selectionStart(); in SelectedTextRange() local
696 selection_start, selection_end - selection_start); in SelectedTextRange()
919 void WebAXObjectProxy::SetSelectedTextRange(int selection_start, in SetSelectedTextRange() argument
922 accessibility_object_.setSelectedTextRange(selection_start, in SetSelectedTextRange()
923 selection_start + length); in SetSelectedTextRange()
/external/chromium_org/ppapi/api/dev/
Dppb_ime_input_event_dev.idl45 * @param[in] selection_start The start index returned by
61 [in] uint32_t selection_start,

1234