/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_browsertest.cc | 215 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/ |
D | composition_text.h | 46 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()
|
D | composition_text_unittest.cc | 50 EXPECT_EQ(text.selection_start(), text2.selection_start()); in TEST()
|
D | composition_text.cc | 18 selection_start_ = obj.selection_start(); in CopyFrom()
|
/external/chromium_org/content/shell/browser/ |
D | shell_web_contents_view_delegate_android.cc | 36 content_view_core->ShowPastePopup(params.selection_start.x(), in ShowContextMenu() 37 params.selection_start.y()); in ShowContextMenu()
|
/external/chromium_org/android_webview/native/ |
D | aw_web_contents_view_delegate.cc | 47 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/ |
D | chrome_web_contents_view_delegate_android.cc | 38 content_view_core->ShowPastePopup(params.selection_start.x(), in ShowContextMenu() 39 params.selection_start.y()); in ShowContextMenu()
|
/external/chromium_org/ui/metro_viewer/ |
D | ime_types.cc | 16 : selection_start(0), in Composition()
|
D | ime_types.h | 32 int32 selection_start; member
|
/external/chromium_org/ui/accessibility/ |
D | ax_view_state.cc | 11 selection_start(-1), in AXViewState()
|
D | ax_view_state.h | 55 int selection_start; member
|
/external/chromium_org/win8/metro_driver/ime/ |
D | text_service_delegate.h | 30 int32 selection_start,
|
D | text_store_delegate.h | 34 int32 selection_start,
|
/external/chromium_org/cc/output/ |
D | compositor_frame_metadata.h | 45 ViewportSelectionBound selection_start; variable
|
/external/chromium_org/chrome/browser/accessibility/ |
D | accessibility_events.h | 261 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/ |
D | remote_window_tree_host_win.cc | 66 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/ |
D | context_menu_params.h | 157 gfx::Point selection_start; member
|
/external/chromium_org/ppapi/c/dev/ |
D | ppb_ime_input_event_dev.h | 78 uint32_t selection_start,
|
/external/chromium_org/content/renderer/pepper/ |
D | resource_creation_impl.cc | 155 uint32_t selection_start, in CreateIMEInputEvent() argument 165 selection_start, in CreateIMEInputEvent()
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | mock_input_method_engine.cc | 22 int selection_start, in SetComposition() argument
|
/external/chromium_org/ui/base/ime/ |
D | input_method_chromeos.cc | 624 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/ |
D | ax_view_obj_wrapper.cc | 62 view_data.selection_start); in Serialize()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_input_event_shared.cc | 219 uint32_t selection_start, in CreateIMEInputEvent() argument 241 data.composition_selection_start = selection_start; in CreateIMEInputEvent()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_ax_object_proxy.cc | 693 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/ |
D | ppb_ime_input_event_dev.idl | 45 * @param[in] selection_start The start index returned by 61 [in] uint32_t selection_start,
|